Add rbac command to kubectl get --help

reference to https://github.com/kubernetes/kubernetes/pull/37366
This commit is contained in:
xilabao
2016-12-26 01:48:55 -06:00
committed by GitHub
parent 67be6311ee
commit 94ee42f658
+4
View File
@@ -84,6 +84,8 @@ The following table includes a list of all the supported resource types and thei
Resource type | Abbreviated alias
-------------------- | --------------------
`clusters` |
`clusterrolebindings` |
`clusterroles` |
`componentstatuses` |`cs`
`configmaps` |`cm`
`daemonsets` |`ds`
@@ -105,6 +107,8 @@ Resource type | Abbreviated alias
`replicasets` |`rs`
`replicationcontrollers` |`rc`
`resourcequotas` |`quota`
`rolebindings` |
`roles` |
`secrets` |
`serviceaccounts` |`sa`
`services` |`svc`