Add crossplane plugin (#2204)

mine
Clément Blaise 2023-11-12 12:03:47 -05:00 committed by GitHub
parent 24e244ca82
commit b3029eefbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
plugins/crossplane.yml Normal file
View File

@ -0,0 +1,13 @@
plugin:
# List all the resources managed by a Composite Resource
kube-lineage:
shortCut: Ctrl-X
confirm: false
description: "Kube Lineage"
scopes:
- all
command: sh
background: false
args:
- -c
- "kubectl lineage -d 6 --exclude-types Event,ProviderConfigUsage.aws.upbound.io,ProviderConfigUsage.kubernetes.crossplane.io --show-group --context $CONTEXT $RESOURCE_NAME $NAME | less"