Merge pull request #25646 from nhlfr/kubectl-petset-resource

Automatic merge from submit-queue

Include petsets in kubectl valid commands

Petsets are already implemented in kubectl, but there were no hints
for that subcommand.

Fixes #25615
This commit is contained in:
k8s-merge-robot
2016-07-08 16:36:54 -07:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@@ -169,6 +169,7 @@ __custom_func() {
* limitranges (aka 'limits')
* nodes (aka 'no')
* namespaces (aka 'ns')
* petsets (alpha feature, may be unstable)
* pods (aka 'po')
* persistentvolumes (aka 'pv')
* persistentvolumeclaims (aka 'pvc')