From af93e29913f82a741f1e7f72a9b1e093d8120cc5 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 1 Dec 2020 03:31:05 -0500 Subject: [PATCH] Add Kubernetes plugin (#3505) --- microsite/data/plugins/kubernetes.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 microsite/data/plugins/kubernetes.yaml diff --git a/microsite/data/plugins/kubernetes.yaml b/microsite/data/plugins/kubernetes.yaml new file mode 100644 index 0000000000..3134edf858 --- /dev/null +++ b/microsite/data/plugins/kubernetes.yaml @@ -0,0 +1,12 @@ +--- +title: Kubernetes +author: Spotify +authorUrl: https://github.com/spotify +category: Kubernetes +description: Surfaces components in a Kubernetes container orchestration environment into the Backstage catalog. +documentation: https://github.com/backstage/backstage/tree/master/plugins/kubernetes +iconUrl: https://raw.githubusercontent.com/cncf/artwork/master/projects/kubernetes/icon/color/kubernetes-icon-color.png +npmPackageName: '@backstage/plugin-kubernetes' +tags: + - kubernetes + - k8s