flags.StringVar(&contextInfo.Cluster,flagNames.ClusterName,"","The name of the kubeconfig cluster to use")
flags.StringVar(&contextInfo.Cluster,flagNames.ClusterName,"","The name of the kubeconfig cluster to use")
flags.StringVar(&contextInfo.AuthInfo,flagNames.AuthInfoName,"","The name of the kubeconfig user to use")
flags.StringVar(&contextInfo.AuthInfo,flagNames.AuthInfoName,"","The name of the kubeconfig user to use")
flags.StringVar(&contextInfo.Namespace,flagNames.Namespace,"","If present, the namespace scope for this CLI request.")
flags.StringVarP(&contextInfo.Namespace,flagNames.Namespace,flagNames.NamespaceShort,"","If present, the namespace scope for this CLI request.")
flags.StringVar(&contextInfo.NamespacePath,flagNames.NamespacePath,"","Path to the namespace info file that holds the namespace context to use for CLI requests.")
flags.StringVar(&contextInfo.NamespacePath,flagNames.NamespacePath,"","Path to the namespace info file that holds the namespace context to use for CLI requests.")