Versions in this module Expand all Collapse all v0 v0.1.0 Apr 2, 2026 Changes in this version + type Handler struct + func (h *Handler) Apply(obj client.Object, event events.SecretRotationEvent) error + func (h *Handler) Filter(destination *v1alpha1.DestinationToWatch, event events.SecretRotationEvent) ([]client.Object, error) + func (h *Handler) References(obj client.Object, identifier string) (bool, error) + func (h *Handler) WaitFor(obj client.Object) error + func (h *Handler) WithApply(apply schema.ApplyFn) schema.Handler + func (h *Handler) WithReference(ref schema.ReferenceFn) schema.Handler + func (h *Handler) WithWaitFor(waitFor schema.WaitForFn) schema.Handler + type Provider struct + func (p *Provider) NewHandler(ctx context.Context, client client.Client, cache v1alpha1.DestinationToWatch) schema.Handler