rename resize to scale

This commit is contained in:
Anastasis Andronidis
2015-05-21 23:10:25 +02:00
parent d4a47bdb9e
commit 9e3a540940
39 changed files with 391 additions and 382 deletions

View File

@@ -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")