use the cobra inherrited flags instead of implementing it

This commit is contained in:
Eric Paris
2015-02-20 10:20:11 -05:00
parent 4ab4803b6b
commit 4806160c51
4 changed files with 2 additions and 62 deletions

View File

@@ -13,14 +13,6 @@ Sets a context entry in .kubeconfig
kubectl config set-context name [--cluster=cluster-nickname] [--user=user-nickname] [--namespace=namespace]
### Options
```
--cluster=: cluster for the context entry in .kubeconfig
--namespace=: namespace for the context entry in .kubeconfig
--user=: user for the context entry in .kubeconfig
```
### Options inherrited from parent commands
```