package
0.12.0
Repository: https://github.com/katanomi/pkg.git
Documentation: pkg.go.dev

# Functions

AddFinalizer adds a finalizer to the object.
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.
RemoveFinalizer removes a finalizer from the object.