fix typos in kubernetes.go (#3132)

This commit is contained in:
AllenZMC 2019-08-15 21:15:23 +08:00 committed by Chris O'Haver
parent d42f54467f
commit fe60f10300

View file

@ -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"