mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #37366 from xilabao/extend-cmd-valid-resources-information
Automatic merge from submit-queue (batch tested with PRs 37366, 36373) extend cmd valid resources information about roles
This commit is contained in:
commit
1552edbf0c
@ -172,6 +172,8 @@ __custom_func() {
|
||||
|
||||
* all
|
||||
* clusters (valid only for federation apiservers)
|
||||
* clusterrolebindings
|
||||
* clusterroles
|
||||
* componentstatuses (aka 'cs')
|
||||
* configmaps (aka 'cm')
|
||||
* daemonsets (aka 'ds')
|
||||
@ -193,6 +195,8 @@ __custom_func() {
|
||||
* replicasets (aka 'rs')
|
||||
* replicationcontrollers (aka 'rc')
|
||||
* resourcequotas (aka 'quota')
|
||||
* rolebindings
|
||||
* roles
|
||||
* secrets
|
||||
* serviceaccounts (aka 'sa')
|
||||
* services (aka 'svc')
|
||||
|
Loading…
Reference in New Issue
Block a user