mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
Support completion for kubectl config delete-cluster
This commit is contained in:
parent
5eccc7ae80
commit
4eee8ea119
@ -190,6 +190,10 @@ __custom_func() {
|
|||||||
__kubectl_config_get_contexts
|
__kubectl_config_get_contexts
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
kubectl_config_delete-cluster)
|
||||||
|
__kubectl_config_get_clusters
|
||||||
|
return
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user