Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
client.Client
ControllerOptions controller.Options
LoggingMode logging.Mode
CertExpirationMargin time.Duration
}
Reconciler reconciles TLS Secrets managed by DataPlane or ControlPlane. Certs in these Secrets expires after a certain time, and the controller is responsible for renewing them by deleting the expiring Secret, which will trigger the creation of a new Secret with renewed certs by the respective owner controllers (CP/DP).
func (*Reconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.