Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResyncInterval = time.Minute * 10
View Source
var SigningCertValidity = time.Hour * 24 * 365
Follow the rules below to set the value of SigningCertValidity/TargetCertValidity/ResyncInterval:
1) SigningCertValidity * 1/5 * 1/5 > ResyncInterval * 2 2) TargetCertValidity * 1/5 > ResyncInterval * 2
View Source
var TargetCertValidity = time.Hour * 24 * 30
Functions ¶
func NewCertRotationController ¶
func NewCertRotationController( kubeClient kubernetes.Interface, secretInformers map[string]corev1informers.SecretInformer, configMapInformer corev1informers.ConfigMapInformer, clusterManagerInformer operatorinformer.ClusterManagerInformer, recorder events.Recorder, ) factory.Controller
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.