Skip to content

Commit

Permalink
feat(kuma-cp) fix completion
Browse files Browse the repository at this point in the history
  • Loading branch information
lobkovilya committed Jul 21, 2020
1 parent eaf59e1 commit cbdb2b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/kumactl/cmd/completion/testdata/bash.golden
Original file line number Diff line number Diff line change
Expand Up @@ -1747,6 +1747,9 @@ _kumactl_install_control-plane()
flags+=("--injector-failure-policy=")
two_word_flags+=("--injector-failure-policy")
local_nonpersistent_flags+=("--injector-failure-policy=")
flags+=("--kds-global-address=")
two_word_flags+=("--kds-global-address")
local_nonpersistent_flags+=("--kds-global-address=")
flags+=("--kds-tls-cert=")
two_word_flags+=("--kds-tls-cert")
local_nonpersistent_flags+=("--kds-tls-cert=")
Expand Down
1 change: 1 addition & 0 deletions app/kumactl/cmd/completion/testdata/zsh.golden
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ function _kumactl_install_control-plane {
'--dataplane-init-image[init image of the Kuma Dataplane component]:' \
'--image-pull-policy[image pull policy that applies to all components of the Kuma Control Plane]:' \
'--injector-failure-policy[failue policy of the mutating web hook implemented by the Kuma Injector component]:' \
'--kds-global-address[URL of Global Kuma CP]:' \
'--kds-tls-cert[TLS certificate for the KDS server]:' \
'--kds-tls-key[TLS key for the KDS server]:' \
'--mode[kuma cp modes: one of standalone|remote|global]:' \
Expand Down

0 comments on commit cbdb2b8

Please sign in to comment.