kubernetes-common: Adds changeset and fixes linting
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
@@ -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.
|
||||
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
|
||||
};
|
||||
|
||||
@@ -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,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.
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user