Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelKey is the key of a label used for the identification of CoreDNS pods. LabelKey = "k8s-app" // LabelValue is the value of a label used for the identification of CoreDNS pods (it's 'kube-dns' for legacy // reasons). LabelValue = "kube-dns" // PortServiceServer is the service port used for the DNS server. PortServiceServer = 53 // PortServer is the target port used for the DNS server. PortServer = 8053 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.