Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
/*
EnsureAttached ensures a finalizer for the configured reconciler is
registered on the API object.
If it's not it will add it and update the object.
*/
EnsureAttached(context.Context, runtime.Object) error
/*
EnsureDetached ensures a finalizer for the configured reconciler is
not registered on the API object.
If it is it will remove it and update the object.
*/
EnsureDetached(context.Context, runtime.Object) error
}
Manager manages resistration and de-registration of a finalizer on an API object in an idempotent way.
Click to show internal directories.
Click to hide internal directories.