From 53c23170b07714993756bd5fd0e1da7cec73662e Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Tue, 15 Jun 2021 08:15:14 +0200 Subject: [PATCH] Added plugin to marketplace Signed-off-by: Brett Wright --- microsite/data/plugins/gke-usage.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 microsite/data/plugins/gke-usage.yaml diff --git a/microsite/data/plugins/gke-usage.yaml b/microsite/data/plugins/gke-usage.yaml new file mode 100644 index 0000000000..27b6143dde --- /dev/null +++ b/microsite/data/plugins/gke-usage.yaml @@ -0,0 +1,15 @@ +--- +title: GKE Usage +author: BESTSELLER +authorUrl: bestsellerit.com +category: Discovery # A single category e.g. CI, Machine Learning, Services, Monitoring +description: This plugin will show you the cost and resource usage of your application within GKE. # Max 170 characters +documentation: https://github.com/BESTSELLER/backstage-plugin-gkeusage/blob/master/README.md +iconUrl: https://bestsellerit.com/img/google-container-engine_avatar.svg +npmPackageName: '@bestsellerit/backstage-plugin-gkeusage' +tags: + - gke + - cost + - google + - usage + - metering \ No newline at end of file