Creating extension point for kubernetesClusterSupplier

Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
This commit is contained in:
Andres Mauricio Gomez P
2023-11-21 10:59:31 -05:00
parent 8563ee2b8f
commit 6010564860
9 changed files with 143 additions and 83 deletions
+2 -1
View File
@@ -30,6 +30,7 @@
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-kubernetes-common": "workspace:^"
"@backstage/plugin-kubernetes-common": "workspace:^",
"@backstage/types": "workspace:^"
}
}