Merge pull request #7268 from brendandburns/qps

First part of improved rolling update, allow dynamic next replication controller generation.
This commit is contained in:
Brian Grant
2015-04-24 16:11:07 -07:00
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=")