# Functions
KubeClient returns a new instance of kubeclient meant for admission webhook related operations.
WithClientset sets the kubernetes clientset against the kubeclient instance.
WithNamespace sets namespace that should be used during kuberenets API calls against namespaced resource.
# Structs
Kubeclient enables kubernetes API operations on upgrade result instance.
# Type aliases
KubeclientBuildOption defines the abstraction to build a kubeclient instance.