Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CoreDNSDeployment is the CoreDNS Deployment manifest CoreDNSDeployment = `` /* 2056-byte string literal not displayed */ // CoreDNSConfigMap is the CoreDNS ConfigMap manifest CoreDNSConfigMap = `` /* 525-byte string literal not displayed */ // CoreDNSClusterRole is the CoreDNS ClusterRole manifest CoreDNSClusterRole = `` /* 272-byte string literal not displayed */ // CoreDNSClusterRoleBinding is the CoreDNS Clusterrolebinding manifest CoreDNSClusterRoleBinding = `` /* 264-byte string literal not displayed */ // CoreDNSServiceAccount is the CoreDNS ServiceAccount manifest CoreDNSServiceAccount = ` apiVersion: v1 kind: ServiceAccount metadata: name: coredns namespace: kube-system ` // KubeDNSService is the kube-dns Service manifest KubeDNSService = `` /* 548-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func BuildCoreDNSAddon ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.