mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #43303 from shiywang/fix1
Automatic merge from submit-queue add cronjob resource name for get -h Fixes https://github.com/kubernetes/kubernetes/issues/43293 @gyliu513 @ymqytw ptal
This commit is contained in:
commit
b9e3742779
@ -183,11 +183,12 @@ __custom_func() {
|
||||
|
||||
* all
|
||||
* certificatesigningrequests (aka 'csr')
|
||||
* clusters (valid only for federation apiservers)
|
||||
* clusterrolebindings
|
||||
* clusterroles
|
||||
* clusters (valid only for federation apiservers)
|
||||
* componentstatuses (aka 'cs')
|
||||
* configmaps (aka 'cm')
|
||||
* cronjobs
|
||||
* daemonsets (aka 'ds')
|
||||
* deployments (aka 'deploy')
|
||||
* endpoints (aka 'ep')
|
||||
@ -201,8 +202,8 @@ __custom_func() {
|
||||
* nodes (aka 'no')
|
||||
* persistentvolumeclaims (aka 'pvc')
|
||||
* persistentvolumes (aka 'pv')
|
||||
* pods (aka 'po')
|
||||
* poddisruptionbudgets (aka 'pdb')
|
||||
* pods (aka 'po')
|
||||
* podsecuritypolicies (aka 'psp')
|
||||
* podtemplates
|
||||
* replicasets (aka 'rs')
|
||||
|
Loading…
Reference in New Issue
Block a user