Versions in this module Expand all Collapse all v0 v0.6.0 Jun 1, 2022 v0.5.0 Mar 30, 2021 Changes in this version + type SecretReconciler struct + func NewSecretReconciler(pubKey, priKey nacl.Key, options ...SecretReconcilerOption) *SecretReconciler + func (s *SecretReconciler) Reconcile(req reconcile.Request) (reconcile.Result, error) + type SecretReconcilerOption func(s *SecretReconciler) + func WithClient(c client.Client) SecretReconcilerOption + func WithRecorder(r record.EventRecorder) SecretReconcilerOption