@backstage/plugin-kubernetes-node 0.4.3-next.0 → 0.4.3-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
2
2
|
import { BackstageCredentials, LoggerService } from '@backstage/backend-plugin-api';
|
|
3
|
-
import {
|
|
3
|
+
import { AuthenticationStrategy as AuthenticationStrategy$1, KubernetesClustersSupplier as KubernetesClustersSupplier$1, KubernetesFetcher as KubernetesFetcher$1, KubernetesObjectsProvider as KubernetesObjectsProvider$1, KubernetesServiceLocator as KubernetesServiceLocator$1, CustomResource as CustomResource$1, ObjectToFetch as ObjectToFetch$1 } from '@backstage/plugin-kubernetes-node';
|
|
4
4
|
import express from 'express';
|
|
5
5
|
import { Entity } from '@backstage/catalog-model';
|
|
6
|
-
import {
|
|
6
|
+
import { CustomResourceMatcher, KubernetesRequestAuth, KubernetesFetchError, FetchResponse, ObjectsByEntityResponse } from '@backstage/plugin-kubernetes-common';
|
|
7
7
|
import { JsonObject } from '@backstage/types';
|
|
8
8
|
|
|
9
9
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-node",
|
|
3
|
-
"version": "0.4.3-next.
|
|
3
|
+
"version": "0.4.3-next.1",
|
|
4
4
|
"description": "Node.js library for the kubernetes plugin",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"test": "backstage-cli package test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/backend-plugin-api": "1.
|
|
41
|
+
"@backstage/backend-plugin-api": "1.9.0-next.1",
|
|
42
42
|
"@backstage/catalog-model": "1.7.7",
|
|
43
43
|
"@backstage/plugin-kubernetes-common": "0.9.10",
|
|
44
44
|
"@backstage/types": "1.2.2",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"winston": "^3.2.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@backstage/backend-app-api": "1.6.1-next.
|
|
52
|
-
"@backstage/backend-defaults": "0.16.1-next.
|
|
53
|
-
"@backstage/backend-test-utils": "1.11.2-next.
|
|
54
|
-
"@backstage/cli": "0.36.1-next.
|
|
55
|
-
"@backstage/plugin-kubernetes-backend": "0.21.3-next.
|
|
51
|
+
"@backstage/backend-app-api": "1.6.1-next.1",
|
|
52
|
+
"@backstage/backend-defaults": "0.16.1-next.1",
|
|
53
|
+
"@backstage/backend-test-utils": "1.11.2-next.1",
|
|
54
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
55
|
+
"@backstage/plugin-kubernetes-backend": "0.21.3-next.1",
|
|
56
56
|
"msw": "^1.3.1",
|
|
57
57
|
"supertest": "^7.0.0"
|
|
58
58
|
},
|