fix typos in kubernetes.go (#3132)
This commit is contained in:
parent
d42f54467f
commit
fe60f10300
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ const (
|
|||
podModeDisabled = "disabled"
|
||||
// podModeVerified is where Pod requests are answered only if they exist
|
||||
podModeVerified = "verified"
|
||||
// podModeInsecure is where pod requests are answered without verfying they exist
|
||||
// podModeInsecure is where pod requests are answered without verifying they exist
|
||||
podModeInsecure = "insecure"
|
||||
// DNSSchemaVersion is the schema version: https://github.com/kubernetes/dns/blob/master/docs/specification.md
|
||||
DNSSchemaVersion = "1.0.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue