package
10.17.0+incompatible
Repository: https://github.com/openshift/windows-machine-config-operator.git
Documentation: pkg.go.dev

# Functions

GetCAsFromConfigMap extracts the given key from the ConfigMap object Adapted from https://github.com/openshift/machine-config-operator/blob/1a9f70f333a2287c4a8f2e75cb37b94c7c7b2a20/pkg/operator/sync.go#L874.

# Constants

CABundleKey is the key in the Kube API Server CA and trusted CA ConfigMaps where the CA bundle is located.
KubeApiServerOperatorNamespace is the namespace of the ConfigMap that contains the CA for the kubelet to recognize the kube-apiserver client certificate.
KubeAPIServerServingCAConfigMapName is the name of the ConfigMap that contains the CA for the kubelet to recognize the kube-apiserver client certificate.
ProxyCertsConfigMap is the name of the ConfigMap that holds the trusted CA bundle for a cluster-wide proxy.