kubernetes-common: Adds changeset and fixes linting

Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
Juan Lulkin
2021-04-14 18:15:47 +02:00
parent 0b61c22e0a
commit f53fba29f6
5 changed files with 12 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-kubernetes-backend': patch
---
Adds @backstage/kubernetes-common library to share types between kubernetes frontend and backend.
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
};
+1 -1
View File
@@ -4,4 +4,4 @@
### Minor Changes
- Adds the following types to be shared by the backend and the front end:
- Adds types to be shared by the backend and the front end.
+1 -1
View File
@@ -1,3 +1,3 @@
# @backstage/kubernetes-common
Common types and functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend.
Common types and functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend.
+1
View File
@@ -35,6 +35,7 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/catalog-model": "^0.7.6",
"@kubernetes/client-node": "^0.14.0"
},
"devDependencies": {