Moving KubernetesObjectsProvider interface to kubernetes-node to avoid a cyclic dependency

Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
This commit is contained in:
Andres Mauricio Gomez P
2023-09-25 12:07:19 -05:00
committed by blam
parent 99c1ef9c26
commit 6b044e8840
14 changed files with 138 additions and 78 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
],
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/plugin-kubernetes-backend": "workspace:^"
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-kubernetes-common": "workspace:^"
}
}