package
1.14.0-alpha.1
Repository: https://github.com/micnncim/kubernetes.git
Documentation: pkg.go.dev

# Functions

CreateServiceAccount creates the necessary serviceaccounts that kubeadm uses/might use, if they don't already exist.
DeployedDNSAddon returns the type of DNS addon currently deployed.
EnsureDNSAddon creates the kube-dns or CoreDNS addon.

# Constants

CoreDNSClusterRole is the CoreDNS ClusterRole manifest.
CoreDNSClusterRoleBinding is the CoreDNS Clusterrolebinding manifest.
CoreDNSConfigMap is the CoreDNS ConfigMap manifest.
CoreDNSDeployment is the CoreDNS Deployment manifest.
CoreDNSServiceAccount is the CoreDNS ServiceAccount manifest.
KubeDNSDeployment is the kube-dns Deployment manifest for the kube-dns manifest for v1.7+.
KubeDNSService is the kube-dns Service manifest.
KubeDNSServiceAccountName describes the name of the ServiceAccount for the kube-dns addon.