Commit fe60f103 authored by AllenZMC's avatar AllenZMC Committed by Chris O'Haver

fix typos in kubernetes.go (#3132)

parent d42f5446
...@@ -68,7 +68,7 @@ const ( ...@@ -68,7 +68,7 @@ const (
podModeDisabled = "disabled" podModeDisabled = "disabled"
// podModeVerified is where Pod requests are answered only if they exist // podModeVerified is where Pod requests are answered only if they exist
podModeVerified = "verified" 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" podModeInsecure = "insecure"
// DNSSchemaVersion is the schema version: https://github.com/kubernetes/dns/blob/master/docs/specification.md // DNSSchemaVersion is the schema version: https://github.com/kubernetes/dns/blob/master/docs/specification.md
DNSSchemaVersion = "1.0.1" DNSSchemaVersion = "1.0.1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment