mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #90675 from bamarni/kubectl-config-delete-context-completion
Enable completion for `kubectl config delete-context`
This commit is contained in:
commit
f0dfa55de5
@ -270,7 +270,7 @@ __kubectl_custom_func() {
|
||||
__kubectl_get_resource_node
|
||||
return
|
||||
;;
|
||||
kubectl_config_use-context | kubectl_config_rename-context)
|
||||
kubectl_config_use-context | kubectl_config_rename-context | kubectl_config_delete-context)
|
||||
__kubectl_config_get_contexts
|
||||
return
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user