Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitWebhookCertificates ¶
InitWebhookCertificates creates and injects req certs by the k8s webhooks
Types ¶
type SecretAgentConfigurationReconciler ¶
type SecretAgentConfigurationReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme CloudSecretsNamespace string }
SecretAgentConfigurationReconciler reconciles a SecretAgentConfiguration object
func (*SecretAgentConfigurationReconciler) Reconcile ¶
func (reconciler *SecretAgentConfigurationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconcile loop for CRD controller
func (*SecretAgentConfigurationReconciler) SetupWithManager ¶
func (reconciler *SecretAgentConfigurationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager is used to register the reconciler to the manager
Click to show internal directories.
Click to hide internal directories.