Merge pull request #12326 from feihujiang/kubectlLabelAcceptFileNameParam

Kubectl label command accepts a filename param
This commit is contained in:
Jerzy Szczepkowski
2015-08-14 12:38:37 +02:00
6 changed files with 89 additions and 6 deletions

View File

@@ -754,6 +754,12 @@ _kubectl_label()
flags_completion=()
flags+=("--all")
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+=("--no-headers")