fs.StringVar(kubeConfigFile,KubeconfigPath,*kubeConfigFile,"The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations are searched for an existing KubeConfig file.")
fs.StringVar(kubeConfigFile,KubeconfigPath,*kubeConfigFile,"The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.")
// Note that DefValue is the text shown in the terminal and not the default value assigned to the flag