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:
Michal Rostecki
2016-05-16 08:30:12 +02:00
parent d1cc7f9e2c
commit d285faaf8a
2 changed files with 6 additions and 5 deletions

View File

@@ -164,6 +164,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')