@@ -96,7 +87,6 @@ Find more information at https://github.com/GoogleCloudPlatform/kubernetes.`,
...
@@ -96,7 +87,6 @@ Find more information at https://github.com/GoogleCloudPlatform/kubernetes.`,
cmds.PersistentFlags().Bool("insecure-skip-tls-verify",false,"If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure.")
cmds.PersistentFlags().Bool("insecure-skip-tls-verify",false,"If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure.")
cmds.PersistentFlags().String("ns-path",os.Getenv("HOME")+"/.kubernetes_ns","Path to the namespace info file that holds the namespace context to use for CLI requests.")
cmds.PersistentFlags().String("ns-path",os.Getenv("HOME")+"/.kubernetes_ns","Path to the namespace info file that holds the namespace context to use for CLI requests.")
cmds.PersistentFlags().StringP("namespace","n","","If present, the namespace scope for this CLI request.")
cmds.PersistentFlags().StringP("namespace","n","","If present, the namespace scope for this CLI request.")
cmds.PersistentFlags().Bool("validate",false,"If true, use a schema to validate the input before sending it")