mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
kubectl log->logs in bash completions
The kubectl log command switched to logs. But the bash completions code was still looking for a singular
This commit is contained in:
parent
505d341369
commit
f40fce4598
@ -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() {
|
|||||||
__kubectl_get_resource
|
__kubectl_get_resource
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
kubectl_log)
|
kubectl_logs)
|
||||||
__kubectl_require_pod_and_container
|
__kubectl_require_pod_and_container
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user