mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
rename run-container to run in kubectl
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user