Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertRotationController ¶
type CertRotationController struct {
// contains filtered or unexported fields
}
func NewCertRotationController ¶
func NewCertRotationController( hostedControlPlane *hypershiftv1beta1.HostedControlPlane, kubeClient kubernetes.Interface, hypershiftClient hypershiftv1beta1client.HostedControlPlanesGetter, kubeInformersForNamespaces v1helpers.KubeInformersForNamespaces, eventRecorder events.Recorder, rotationDay time.Duration, ) (*CertRotationController, error)
func (*CertRotationController) Run ¶
func (c *CertRotationController) Run(ctx context.Context, workers int)
func (*CertRotationController) WaitForReady ¶
func (c *CertRotationController) WaitForReady(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.