mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
rename resize to scale
This commit is contained in:
@@ -442,9 +442,9 @@ _kubectl_rolling-update()
|
||||
must_have_one_noun=()
|
||||
}
|
||||
|
||||
_kubectl_resize()
|
||||
_kubectl_scale()
|
||||
{
|
||||
last_command="kubectl_resize"
|
||||
last_command="kubectl_scale"
|
||||
commands=()
|
||||
|
||||
flags=()
|
||||
@@ -897,7 +897,7 @@ _kubectl()
|
||||
commands+=("namespace")
|
||||
commands+=("logs")
|
||||
commands+=("rolling-update")
|
||||
commands+=("resize")
|
||||
commands+=("scale")
|
||||
commands+=("exec")
|
||||
commands+=("port-forward")
|
||||
commands+=("proxy")
|
||||
|
Reference in New Issue
Block a user