Kubectl scale command accepts a filename param

This commit is contained in:
feihujiang
2015-08-11 17:05:28 +08:00
parent a6148e79c3
commit 1e10a7cc59
5 changed files with 40 additions and 11 deletions

View File

@@ -508,6 +508,12 @@ _kubectl_scale()
flags_completion=()
flags+=("--current-replicas=")
flags+=("--filename=")
flags_with_completion+=("--filename")
flags_completion+=("__handle_filename_extension_flag json|yaml|yml")
two_word_flags+=("-f")
flags_with_completion+=("-f")
flags_completion+=("__handle_filename_extension_flag json|yaml|yml")
flags+=("--help")
flags+=("-h")
flags+=("--output=")