Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
moustafab authored and moustafab committed Nov 23, 2020
1 parent 4639d20 commit 1166fcc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/chatty-radios-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@backstage/catalog-model': minor
'@backstage/plugin-kubernetes': minor
'@backstage/plugin-kubernetes-backend': minor
---

add kubernetes selector to component model
1 change: 1 addition & 0 deletions plugins/kubernetes-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"dependencies": {
"@backstage/backend-common": "^0.3.0",
"@backstage/catalog-model": "^0.2.0",
"@backstage/config": "^0.1.1",
"@kubernetes/client-node": "^0.12.1",
"@types/express": "^4.17.6",
Expand Down
1 change: 0 additions & 1 deletion plugins/kubernetes/src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
KubernetesRequestBody,
ObjectsByEntityResponse,
} from '@backstage/plugin-kubernetes-backend';
import { V1LabelSelector } from '@kubernetes/client-node';

export const kubernetesApiRef = createApiRef<KubernetesApi>({
id: 'plugin.kubernetes.service',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import {
ExtensionsV1beta1Ingress,
V1ConfigMap,
V1HorizontalPodAutoscaler,
V1LabelSelector,
V1Service,
} from '@kubernetes/client-node';
import { Services } from '../Services';
Expand Down

0 comments on commit 1166fcc

Please sign in to comment.