rename run-container to run in kubectl

This commit is contained in:
Anastasis Andronidis
2015-05-21 22:53:10 +02:00
parent b8a808b1ae
commit d4a47bdb9e
23 changed files with 89 additions and 82 deletions

View File

@@ -537,9 +537,9 @@ _kubectl_proxy()
must_have_one_noun=()
}
_kubectl_run-container()
_kubectl_run()
{
last_command="kubectl_run-container"
last_command="kubectl_run"
commands=()
flags=()
@@ -901,7 +901,7 @@ _kubectl()
commands+=("exec")
commands+=("port-forward")
commands+=("proxy")
commands+=("run-container")
commands+=("run")
commands+=("stop")
commands+=("expose")
commands+=("label")