From 53c23170b07714993756bd5fd0e1da7cec73662e Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Tue, 15 Jun 2021 08:15:14 +0200 Subject: [PATCH 1/3] 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 From f7e0acc42a20af0c8fcd179289d97cad8fe522ce Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Tue, 15 Jun 2021 08:45:23 +0200 Subject: [PATCH 2/3] run prettier Signed-off-by: Brett Wright --- microsite/data/plugins/gke-usage.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/microsite/data/plugins/gke-usage.yaml b/microsite/data/plugins/gke-usage.yaml index 27b6143dde..97c249eda1 100644 --- a/microsite/data/plugins/gke-usage.yaml +++ b/microsite/data/plugins/gke-usage.yaml @@ -2,14 +2,14 @@ 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 +category: Discovery +description: This plugin will show you the cost and resource usage of your application within GKE. 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' +npmPackageName: "@bestsellerit/backstage-plugin-gkeusage" tags: - gke - cost - google - usage - - metering \ No newline at end of file + - metering From b94d8ec363f52a7452e038a0990ce85ceea8c196 Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Tue, 15 Jun 2021 08:56:43 +0200 Subject: [PATCH 3/3] changed quotes Signed-off-by: Brett Wright --- microsite/data/plugins/gke-usage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/gke-usage.yaml b/microsite/data/plugins/gke-usage.yaml index 97c249eda1..42d3e3a287 100644 --- a/microsite/data/plugins/gke-usage.yaml +++ b/microsite/data/plugins/gke-usage.yaml @@ -6,7 +6,7 @@ category: Discovery description: This plugin will show you the cost and resource usage of your application within GKE. 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" +npmPackageName: '@bestsellerit/backstage-plugin-gkeusage' tags: - gke - cost