package
1.0.3
Repository: https://github.com/akuity/kargo.git
Documentation: pkg.go.dev

# 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.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

UnstructuredPatchFn is a function which modifies the destination unstructured object based on the source unstructured object.