Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServiceCAConfigMap = "service-ca" DefaultIngressCAConfigMap = "default-ingress-cert" )
View Source
const ( ManagedConfigNamespace = "openshift-config-managed" ControllerManagerAdditionalCAConfigMap = "controller-manager-additional-ca" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManagedCAObserver ¶
type ManagedCAObserver struct {
// contains filtered or unexported fields
}
ManagedCAObserver watches 2 CA configmaps in the target cluster: - openshift-managed-config/router-ca - openshift-managed-config/service-ca It populates a configmap on the management cluster with their content. A separate controller uses that content to adjust the configmap for the Kube controller manager CA.
Click to show internal directories.
Click to hide internal directories.