diff --git a/plugins/get-all.yml b/plugins/get-all.yml index 20001d0e..b6b1c460 100644 --- a/plugins/get-all.yml +++ b/plugins/get-all.yml @@ -1,6 +1,17 @@ plugin: #get all resources in a namespace using the krew get-all plugin - get-all: + get-all-namespace: + shortCut: g + confirm: false + description: get-all + scopes: + - namespaces + command: sh + background: false + args: + - -c + - "kubectl get-all -n $NAME | less" + get-all-other: shortCut: g confirm: false description: get-all @@ -10,4 +21,4 @@ plugin: background: false args: - -c - - "kubectl get-all -n $NAMESPACE | less" \ No newline at end of file + - "kubectl get-all -n $NAMESPACE | less"