Documentation ¶
Overview ¶
The certificate-publisher controller is responsible for publishing the certificate and key of the ingresscontroller for the cluster ingress domain to the "router-certs" secret in the "openshift-config-managed" namespace and for publishing the certificate for the default ingresscontroller to the "default-ingress-cert" configmap in the same namespace. Note that the "default" ingresscontroller is typically but not necessarily the ingresscontroller with the cluster ingress domain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(mgr manager.Manager, operatorNamespace, operandNamespace string) (runtimecontroller.Controller, error)
New returns a new controller that publishes a "router-certs" secret in the openshift-config-managed namespace with the certificate and key for the ingresscontroller for the cluster ingress domain, as well as a "default-ingress-cert" configmap with the certificate for the "default" ingresscontroller (which is usually the same ingresscontroller).
Types ¶
This section is empty.