Create a kubectl alpha subcommand

Alpha commands can be added under `kubectl alpha` and are always
accessible (regardless of feature gates). If no alpha commands have been
defined then `alpha` is not displayed in `help`.
This commit is contained in:
Lee Verberne
2017-05-19 23:37:17 +00:00
parent 8ef6857881
commit 01c7d129fb
6 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.