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 Resource type | Abbreviated alias
-------------------- | -------------------- -------------------- | --------------------
`clusters` | `clusters` |
`clusterrolebindings` |
`clusterroles` |
`componentstatuses` |`cs` `componentstatuses` |`cs`
`configmaps` |`cm` `configmaps` |`cm`
`daemonsets` |`ds` `daemonsets` |`ds`
@@ -105,6 +107,8 @@ Resource type | Abbreviated alias
`replicasets` |`rs` `replicasets` |`rs`
`replicationcontrollers` |`rc` `replicationcontrollers` |`rc`
`resourcequotas` |`quota` `resourcequotas` |`quota`
`rolebindings` |
`roles` |
`secrets` | `secrets` |
`serviceaccounts` |`sa` `serviceaccounts` |`sa`
`services` |`svc` `services` |`svc`