# Functions
GetCredential implements a hacky method of gleaning the bearer token that is used for authentication to a given Kubernetes API server.
IgnoreInvalid returns nil on Invalid errors.
PatchStatus patches evaluate changes applied by the callback to the status of a resource and patches resource status if there are any changes.
PatchUnstructured patches a Kubernetes object using unstructured objects.
# Type aliases
UnstructuredPatchFn is a function which modifies the destination unstructured object based on the source unstructured object.