Skip to content

Commit

Permalink
update generated docs and completion
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Apr 10, 2017
1 parent d0368d2 commit 2967181
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 0 deletions.
52 changes: 52 additions & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -5222,6 +5222,57 @@ _oc_adm_uncordon()
noun_aliases=()
}

_oc_adm_verify-image-signature()
{
last_command="oc_adm_verify-image-signature"
commands=()

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--confirm")
local_nonpersistent_flags+=("--confirm")
flags+=("--expected-identity=")
local_nonpersistent_flags+=("--expected-identity=")
flags+=("--public-key=")
local_nonpersistent_flags+=("--public-key=")
flags+=("--remove")
local_nonpersistent_flags+=("--remove")
flags+=("--as=")
flags+=("--certificate-authority=")
flags_with_completion+=("--certificate-authority")
flags_completion+=("_filedir")
flags+=("--client-certificate=")
flags_with_completion+=("--client-certificate")
flags_completion+=("_filedir")
flags+=("--client-key=")
flags_with_completion+=("--client-key")
flags_completion+=("_filedir")
flags+=("--cluster=")
flags+=("--config=")
flags_with_completion+=("--config")
flags_completion+=("_filedir")
flags+=("--context=")
flags+=("--insecure-skip-tls-verify")
flags+=("--log-flush-frequency=")
flags+=("--loglevel=")
flags+=("--logspec=")
flags+=("--match-server-version")
flags+=("--namespace=")
two_word_flags+=("-n")
flags+=("--request-timeout=")
flags+=("--server=")
flags+=("--token=")
flags+=("--user=")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_oc_adm()
{
last_command="oc_adm"
Expand Down Expand Up @@ -5257,6 +5308,7 @@ _oc_adm()
commands+=("taint")
commands+=("top")
commands+=("uncordon")
commands+=("verify-image-signature")

flags=()
two_word_flags=()
Expand Down
52 changes: 52 additions & 0 deletions contrib/completions/zsh/oc
Original file line number Diff line number Diff line change
Expand Up @@ -5370,6 +5370,57 @@ _oc_adm_uncordon()
noun_aliases=()
}

_oc_adm_verify-image-signature()
{
last_command="oc_adm_verify-image-signature"
commands=()

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--confirm")
local_nonpersistent_flags+=("--confirm")
flags+=("--expected-identity=")
local_nonpersistent_flags+=("--expected-identity=")
flags+=("--public-key=")
local_nonpersistent_flags+=("--public-key=")
flags+=("--remove")
local_nonpersistent_flags+=("--remove")
flags+=("--as=")
flags+=("--certificate-authority=")
flags_with_completion+=("--certificate-authority")
flags_completion+=("_filedir")
flags+=("--client-certificate=")
flags_with_completion+=("--client-certificate")
flags_completion+=("_filedir")
flags+=("--client-key=")
flags_with_completion+=("--client-key")
flags_completion+=("_filedir")
flags+=("--cluster=")
flags+=("--config=")
flags_with_completion+=("--config")
flags_completion+=("_filedir")
flags+=("--context=")
flags+=("--insecure-skip-tls-verify")
flags+=("--log-flush-frequency=")
flags+=("--loglevel=")
flags+=("--logspec=")
flags+=("--match-server-version")
flags+=("--namespace=")
two_word_flags+=("-n")
flags+=("--request-timeout=")
flags+=("--server=")
flags+=("--token=")
flags+=("--user=")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_oc_adm()
{
last_command="oc_adm"
Expand Down Expand Up @@ -5405,6 +5456,7 @@ _oc_adm()
commands+=("taint")
commands+=("top")
commands+=("uncordon")
commands+=("verify-image-signature")

flags=()
two_word_flags=()
Expand Down
1 change: 1 addition & 0 deletions docs/man/man1/.files_generated_oadm
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ oadm-top-node.1
oadm-top-pod.1
oadm-top.1
oadm-uncordon.1
oadm-verify-image-signature.1
oadm-version.1
oadm.1
1 change: 1 addition & 0 deletions docs/man/man1/.files_generated_oc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ oc-adm-top-node.1
oc-adm-top-pod.1
oc-adm-top.1
oc-adm-uncordon.1
oc-adm-verify-image-signature.1
oc-adm.1
oc-annotate.1
oc-apply.1
Expand Down
2 changes: 2 additions & 0 deletions docs/man/man1/.files_generated_openshift
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ openshift-admin-top-node.1
openshift-admin-top-pod.1
openshift-admin-top.1
openshift-admin-uncordon.1
openshift-admin-verify-image-signature.1
openshift-admin.1
openshift-cli-adm-build-chain.1
openshift-cli-adm-ca-create-key-pair.1
Expand Down Expand Up @@ -185,6 +186,7 @@ openshift-cli-adm-top-node.1
openshift-cli-adm-top-pod.1
openshift-cli-adm-top.1
openshift-cli-adm-uncordon.1
openshift-cli-adm-verify-image-signature.1
openshift-cli-adm.1
openshift-cli-annotate.1
openshift-cli-apply.1
Expand Down
3 changes: 3 additions & 0 deletions docs/man/man1/oadm-verify-image-signature.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.
3 changes: 3 additions & 0 deletions docs/man/man1/oc-adm-verify-image-signature.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.
3 changes: 3 additions & 0 deletions docs/man/man1/openshift-admin-verify-image-signature.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.
3 changes: 3 additions & 0 deletions docs/man/man1/openshift-cli-adm-verify-image-signature.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.

0 comments on commit 2967181

Please sign in to comment.