Merge pull request #7575 from brendandburns/kubectl

Rolling Updates: Add support for --rollback.
This commit is contained in:
Brian Grant
2015-05-06 11:35:57 -07:00
6 changed files with 43 additions and 8 deletions

View File

@@ -431,6 +431,7 @@ _kubectl_rolling-update()
two_word_flags+=("-o")
flags+=("--output-version=")
flags+=("--poll-interval=")
flags+=("--rollback")
flags+=("--template=")
two_word_flags+=("-t")
flags+=("--timeout=")