# Functions
Ignore any errors that satisfy the supplied ErrorIs function by returning nil.
IgnoreAny ignores errors that satisfy any of the supplied ErrorIs functions by returning nil.
IgnoreNotFound returns the supplied error, or nil if the error indicates a Kubernetes resource was not found.
IsAPIError returns true if the given error's type is of Kubernetes API error.
IsAPIErrorWrapped returns true if err is a K8s API error, or recursively wraps a K8s API error.
NewAPIFinalizer returns a new APIFinalizer.
# Structs
An APIFinalizer adds and removes finalizers to and from a resource.
A FinalizerFns satisfy the Finalizer interface.
# Interfaces
An Object is a Kubernetes object.
# Type aliases
An ErrorIs function returns true if an error satisfies a particular condition.