Documentation ¶
Overview ¶
Package finalizer provides a set of functions to manage finalizers
Index ¶
- func AddFinalizer(ctx context.Context, clt client.Client, o client.Object, finalizerKey string) error
- func PrependFinalizer(ctx context.Context, clt client.Client, o client.Object, finalizerKey string) error
- func RemoveFinalizer(ctx context.Context, clt client.Client, o client.Object, finalizerKey string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFinalizer ¶
func AddFinalizer(ctx context.Context, clt client.Client, o client.Object, finalizerKey string) error
AddFinalizer adds a finalizer to the object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.