mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Remove events and deprecated endpoints from kga
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
kns = "kubens";
|
||||
knsc = "kubectl config set-context --current --namespace ''";
|
||||
kg = "k get";
|
||||
kga = "kg $(k api-resources --verbs=list --namespaced -o name | paste -sd ,)";
|
||||
kga = "kg $(k api-resources --verbs=list --namespaced -o name | grep -Ev 'event|^endpoints$' | paste -sd ,)";
|
||||
# use custom function to decode secrets data instead of a simple alias for kgy
|
||||
# kgy = "k get -o yaml";
|
||||
kgw = "k get -w";
|
||||
|
||||
Reference in New Issue
Block a user