First part of improved rolling update, allow dynamic next replication controller generation.

This commit is contained in:
Brendan Burns
2015-04-23 16:27:19 -07:00
parent e8b28c59c6
commit 217e6ff0d0
32 changed files with 440 additions and 60 deletions

View File

@@ -405,11 +405,20 @@ _kubectl_rolling-update()
flags_with_completion=()
flags_completion=()
flags+=("--deployment-label-key=")
flags+=("--dry-run")
flags+=("--filename=")
two_word_flags+=("-f")
flags+=("--help")
flags+=("-h")
flags+=("--image=")
flags+=("--no-headers")
flags+=("--output=")
two_word_flags+=("-o")
flags+=("--output-version=")
flags+=("--poll-interval=")
flags+=("--template=")
two_word_flags+=("-t")
flags+=("--timeout=")
flags+=("--update-period=")