finalizer

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package finalizer provides a set of functions to manage finalizers

Index

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

func PrependFinalizer

func PrependFinalizer(ctx context.Context, clt client.Client, o client.Object, finalizerKey string) error

PrependFinalizer adds a finalizer to the object and prepends it to the list NOTE: do not use this method as much as possible, use AddFinalizer instead

func RemoveFinalizer

func RemoveFinalizer(ctx context.Context, clt client.Client, o client.Object, finalizerKey string,
	callback func(context.Context) error) error

RemoveFinalizer removes a finalizer from the object

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL