# Functions
New creates a new Kubernetes client for the provided kubeconfig file
The client is an extension of the client from controller-runtime and provides some additional helper functions.
NewFromRawKubeconfig is like New but takes in the string contents of a Kubeconfig and creates a client for it
The client is an extension of the client from controller-runtime and provides some additional helper functions.
NewFromSecret create a new Kubernetes client from a cluster kubeconfig found in a secret on the MC.
NewWithContext creates a new Kubernetes client for the provided kubeconfig file and changes the current context to the provided value
The client is an extension of the client from controller-runtime and provides some additional helper functions.
# Type aliases
DoesNotHaveLabels filters the list/delete operation for objects that don't have the given set of labels.