Merge pull request #90675 from bamarni/kubectl-config-delete-context-completion

Enable completion for `kubectl config delete-context`
This commit is contained in:
Kubernetes Prow Robot 2020-11-02 20:24:14 -08:00 committed by GitHub
commit f0dfa55de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
;;