Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
SvcName string
SvcNamespace string
SecretName string
SecretNamespace string
ServerCertSecretFileName string
ServerCertAuthorityFileName string
ServerKeySecretFileName string
ValidatingWebhookConfigurationName string
ForceRotation bool
RenewBefore string
// The duration waited after first updating a secret's cabundle before
// updating the actual secrets.
// Lower values make the rotation job run faster
// Higher values make the rotation job more resilient to errors
RotationDuration string
}
Options to configure the rotation job Certgen job yaml files have opinionated defaults for these options
Click to show internal directories.
Click to hide internal directories.