# Functions
NewKubeClient returns a new instance of kubeclient meant for job, caller can configure it with different kubeclientBuildOption.
WithClientset sets the kubernetes client against the kubeclient instance.
WithKubeConfigPath sets the kubeConfig path against client instance.
WithNamespace set namespace in kubeclient object.
# Structs
Kubeclient enables kubernetes API operations on job instance.
# Type aliases
KubeclientBuildOption defines the abstraction to build a kubeclient instance.