Documentation
¶
Index ¶
Constants ¶
View Source
const (
Namespace = "kube-system"
DefaultImage = "coredns/coredns"
ManifestsInputFolder = "/manifests"
ManifestRelativePath = "coredns/coredns.yaml"
ManifestsOutputFolder = "/tmp/manifests-to-apply"
VarImage = "IMAGE"
VarRunAsUser = "RUN_AS_USER"
VarRunAsNonRoot = "RUN_AS_NON_ROOT"
VarLogInDebug = "LOG_IN_DEBUG"
)
Variables ¶
View Source
var CoreDNSVersionMap = map[string]string{
"1.22": "coredns/coredns:1.8.4",
"1.21": "coredns/coredns:1.8.3",
"1.20": "coredns/coredns:1.8.0",
"1.19": "coredns/coredns:1.6.9",
"1.18": "coredns/coredns:1.6.9",
"1.17": "coredns/coredns:1.6.9",
"1.16": "coredns/coredns:1.6.3",
}
Functions ¶
func ApplyManifest ¶
func ApplyManifest(inClusterConfig rest.Config, serverVersion *version.Info) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.