Commit c5268494 authored by xilabao's avatar xilabao

extend cmd valid resources information

parent 959ba7c9
......@@ -171,6 +171,8 @@ __custom_func() {
valid_resources = `Valid resource types include:
* clusters (valid only for federation apiservers)
* clusterrolebindings
* clusterroles
* componentstatuses (aka 'cs')
* configmaps (aka 'cm')
* daemonsets (aka 'ds')
......@@ -192,6 +194,8 @@ __custom_func() {
* replicasets (aka 'rs')
* replicationcontrollers (aka 'rc')
* resourcequotas (aka 'quota')
* rolebindings
* roles
* secrets
* serviceaccounts (aka 'sa')
* services (aka 'svc')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment