Documentation
¶
Index ¶
- type Handler
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) Filter ¶
func (h *Handler) Filter(destination *v1alpha1.DestinationToWatch, event events.SecretRotationEvent) ([]client.Object, error)
func (*Handler) References ¶
func (*Handler) WithReference ¶
func (h *Handler) WithReference(ref schema.ReferenceFn) schema.Handler
Click to show internal directories.
Click to hide internal directories.