# Functions
GetConfig returns a Kubernetes client config for a given context.
New creates a new Client.
NewTunnel creates a new tunnel.
ResourcePolicyIsKeep accepts a map of Kubernetes resource annotations and returns true if the resource should be kept, otherwise false if it is safe for Helm to delete.
# Constants
No description provided by the author
MissingGetHeader is added to Get's output when a resource is not found.
ResourcePolicyAnno is the annotation name for a resource policy.
# Variables
ErrNoObjectsVisited indicates that during a visit operation, no matching objects were found.
# Structs
Client represents a client capable of communicating with the Kubernetes API.
Tunnel describes a ssh-like tunnel to a kubernetes pod.
UpdateOptions provides options to control update behavior.
# Type aliases
ResourceActorFunc performs an action on a single resource.
Result provides convenience methods for comparing collections of Infos.