feat(kubectl): add kesec alias for editing secrets (#14048)

Secret was the only resource in the plugin with get, describe and delete
aliases but no edit alias, while thirteen other resource types have one.

Closes #8309

Co-authored-by: Moulick Aggarwal <Moulick@users.noreply.github.com>
This commit is contained in:
Robby Russell
2026-09-05 23:04:08 -03:00
committed by GitHub
co-authored by Moulick Aggarwal
parent 87d4d40418
commit 8a5b393088
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ plugins=(... kubectl)
| | | **Secret management** |
| kgsec | `kubectl get secret` | Get secret for decoding |
| kgseca | `kubectl get secret --all-namespaces` | List secrets across all namespaces |
| kesec | `kubectl edit secret` | Edit secret resource |
| kdsec | `kubectl describe secret` | Describe secret resource in detail |
| kdelsec | `kubectl delete secret` | Delete the secret |
| | | **Deployment management** |