mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
First part of improved rolling update, allow dynamic next replication controller generation.
This commit is contained in:
@@ -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=")
|
||||
|
||||
|
Reference in New Issue
Block a user