|
|
|
@ -22,6 +22,7 @@ plugins=(... kubectl) |
|
|
|
| kcsc | `kubectl config set-context` | Set a context entry in kubeconfig | |
|
|
|
| kcsc | `kubectl config set-context` | Set a context entry in kubeconfig | |
|
|
|
| kcdc | `kubectl config delete-context` | Delete the specified context from the kubeconfig | |
|
|
|
| kcdc | `kubectl config delete-context` | Delete the specified context from the kubeconfig | |
|
|
|
| kccc | `kubectl config current-context` | Display the current-context | |
|
|
|
| kccc | `kubectl config current-context` | Display the current-context | |
|
|
|
|
|
|
|
| kcgc | `kubectl config get-contexts` | List of contexts available |
|
|
|
| | | **General aliases** | |
|
|
|
| | | **General aliases** | |
|
|
|
| kdel | `kubectl delete` | Delete resources by filenames, stdin, resources and names, or by resources and label selector | |
|
|
|
| kdel | `kubectl delete` | Delete resources by filenames, stdin, resources and names, or by resources and label selector | |
|
|
|
| kdelf | `kubectl delete -f` | Delete a pod using the type and name specified in -f argument | |
|
|
|
| kdelf | `kubectl delete -f` | Delete a pod using the type and name specified in -f argument | |
|
|
|
|