From b3029eefbdf9d3f985add909609c9afaea57e2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Blaise?= <32685572+clementblaise@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:03:47 -0500 Subject: [PATCH] Add crossplane plugin (#2204) --- plugins/crossplane.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/crossplane.yml diff --git a/plugins/crossplane.yml b/plugins/crossplane.yml new file mode 100644 index 00000000..8b16340d --- /dev/null +++ b/plugins/crossplane.yml @@ -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" \ No newline at end of file