Skip to content

Commit

Permalink
oadm top command generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Jul 22, 2016
1 parent cea69c0 commit 7641dd1
Show file tree
Hide file tree
Showing 19 changed files with 834 additions and 4 deletions.
44 changes: 44 additions & 0 deletions contrib/completions/bash/oadm
Original file line number Diff line number Diff line change
Expand Up @@ -2957,6 +2957,49 @@ _oadm_build-chain()
noun_aliases=()
}

_oadm_top()
{
last_command="oadm_top"
commands=()

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

flags+=("--api-version=")
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+=("--google-json-key=")
flags+=("--insecure-skip-tls-verify")
flags+=("--log-flush-frequency=")
flags+=("--loglevel=")
flags+=("--logspec=")
flags+=("--match-server-version")
flags+=("--namespace=")
two_word_flags+=("-n")
flags+=("--server=")
flags+=("--token=")
flags+=("--user=")

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

_oadm_create-kubeconfig()
{
last_command="oadm_create-kubeconfig"
Expand Down Expand Up @@ -3843,6 +3886,7 @@ _oadm()
commands+=("diagnostics")
commands+=("prune")
commands+=("build-chain")
commands+=("top")
commands+=("create-kubeconfig")
commands+=("create-api-client-config")
commands+=("create-bootstrap-project-template")
Expand Down
43 changes: 43 additions & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -6940,6 +6940,48 @@ _oc_adm_build-chain()
noun_aliases=()
}

_oc_adm_top()
{
last_command="oc_adm_top"
commands=()

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

flags+=("--api-version=")
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+=("--server=")
flags+=("--token=")
flags+=("--user=")

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

_oc_adm_create-kubeconfig()
{
last_command="oc_adm_create-kubeconfig"
Expand Down Expand Up @@ -7765,6 +7807,7 @@ _oc_adm()
commands+=("diagnostics")
commands+=("prune")
commands+=("build-chain")
commands+=("top")
commands+=("create-kubeconfig")
commands+=("create-api-client-config")
commands+=("create-bootstrap-project-template")
Expand Down
88 changes: 88 additions & 0 deletions contrib/completions/bash/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -3605,6 +3605,49 @@ _openshift_admin_build-chain()
noun_aliases=()
}

_openshift_admin_top()
{
last_command="openshift_admin_top"
commands=()

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

flags+=("--api-version=")
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+=("--google-json-key=")
flags+=("--insecure-skip-tls-verify")
flags+=("--log-flush-frequency=")
flags+=("--loglevel=")
flags+=("--logspec=")
flags+=("--match-server-version")
flags+=("--namespace=")
two_word_flags+=("-n")
flags+=("--server=")
flags+=("--token=")
flags+=("--user=")

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

_openshift_admin_create-kubeconfig()
{
last_command="openshift_admin_create-kubeconfig"
Expand Down Expand Up @@ -4448,6 +4491,7 @@ _openshift_admin()
commands+=("diagnostics")
commands+=("prune")
commands+=("build-chain")
commands+=("top")
commands+=("create-kubeconfig")
commands+=("create-api-client-config")
commands+=("create-bootstrap-project-template")
Expand Down Expand Up @@ -11203,6 +11247,49 @@ _openshift_cli_adm_build-chain()
noun_aliases=()
}

_openshift_cli_adm_top()
{
last_command="openshift_cli_adm_top"
commands=()

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

flags+=("--api-version=")
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+=("--google-json-key=")
flags+=("--insecure-skip-tls-verify")
flags+=("--log-flush-frequency=")
flags+=("--loglevel=")
flags+=("--logspec=")
flags+=("--match-server-version")
flags+=("--namespace=")
two_word_flags+=("-n")
flags+=("--server=")
flags+=("--token=")
flags+=("--user=")

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

_openshift_cli_adm_create-kubeconfig()
{
last_command="openshift_cli_adm_create-kubeconfig"
Expand Down Expand Up @@ -12046,6 +12133,7 @@ _openshift_cli_adm()
commands+=("diagnostics")
commands+=("prune")
commands+=("build-chain")
commands+=("top")
commands+=("create-kubeconfig")
commands+=("create-api-client-config")
commands+=("create-bootstrap-project-template")
Expand Down
44 changes: 44 additions & 0 deletions contrib/completions/zsh/oadm
Original file line number Diff line number Diff line change
Expand Up @@ -3118,6 +3118,49 @@ _oadm_build-chain()
noun_aliases=()
}
_oadm_top()
{
last_command="oadm_top"
commands=()
flags=()
two_word_flags=()
flags_with_completion=()
flags_completion=()
flags+=("--api-version=")
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+=("--google-json-key=")
flags+=("--insecure-skip-tls-verify")
flags+=("--log-flush-frequency=")
flags+=("--loglevel=")
flags+=("--logspec=")
flags+=("--match-server-version")
flags+=("--namespace=")
two_word_flags+=("-n")
flags+=("--server=")
flags+=("--token=")
flags+=("--user=")
must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}
_oadm_create-kubeconfig()
{
last_command="oadm_create-kubeconfig"
Expand Down Expand Up @@ -4004,6 +4047,7 @@ _oadm()
commands+=("diagnostics")
commands+=("prune")
commands+=("build-chain")
commands+=("top")
commands+=("create-kubeconfig")
commands+=("create-api-client-config")
commands+=("create-bootstrap-project-template")
Expand Down
43 changes: 43 additions & 0 deletions contrib/completions/zsh/oc
Original file line number Diff line number Diff line change
Expand Up @@ -7101,6 +7101,48 @@ _oc_adm_build-chain()
noun_aliases=()
}
_oc_adm_top()
{
last_command="oc_adm_top"
commands=()
flags=()
two_word_flags=()
flags_with_completion=()
flags_completion=()
flags+=("--api-version=")
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+=("--server=")
flags+=("--token=")
flags+=("--user=")
must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}
_oc_adm_create-kubeconfig()
{
last_command="oc_adm_create-kubeconfig"
Expand Down Expand Up @@ -7926,6 +7968,7 @@ _oc_adm()
commands+=("diagnostics")
commands+=("prune")
commands+=("build-chain")
commands+=("top")
commands+=("create-kubeconfig")
commands+=("create-api-client-config")
commands+=("create-bootstrap-project-template")
Expand Down
Loading

0 comments on commit 7641dd1

Please sign in to comment.