Commit 90a7d41d authored by Satnam Singh's avatar Satnam Singh

Merge pull request #10113 from eparis/bash-comp-logs

kubectl log->logs in bash completions
parents 1fdf7f25 f40fce45
...@@ -210,7 +210,7 @@ __custom_func() { ...@@ -210,7 +210,7 @@ __custom_func() {
__kubectl_get_resource __kubectl_get_resource
return return
;; ;;
kubectl_log) kubectl_logs)
__kubectl_require_pod_and_container __kubectl_require_pod_and_container
return return
;; ;;
......
...@@ -82,7 +82,7 @@ __custom_func() { ...@@ -82,7 +82,7 @@ __custom_func() {
__kubectl_get_resource __kubectl_get_resource
return return
;; ;;
kubectl_log) kubectl_logs)
__kubectl_require_pod_and_container __kubectl_require_pod_and_container
return return
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment