@backstage/plugin-kubernetes 0.11.14 → 0.11.15-next.0

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.11.15-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.0-next.0
9
+ - @backstage/core-compat-api@0.3.1-next.0
10
+ - @backstage/core-components@0.15.1-next.0
11
+ - @backstage/core-plugin-api@1.10.0-next.0
12
+ - @backstage/plugin-catalog-react@1.13.1-next.0
13
+ - @backstage/catalog-model@1.7.0
14
+ - @backstage/plugin-kubernetes-common@0.8.3
15
+ - @backstage/plugin-kubernetes-react@0.4.4-next.0
16
+
3
17
  ## 0.11.14
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes__alpha",
3
- "version": "0.11.14",
3
+ "version": "0.11.15-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -8,16 +8,17 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
8
8
  }, {}, {
9
9
  "api:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
10
  kind: "api";
11
- namespace: undefined;
12
11
  name: undefined;
13
12
  config: {};
14
13
  configInput: {};
15
14
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
16
15
  inputs: {};
16
+ params: {
17
+ factory: _backstage_frontend_plugin_api.AnyApiFactory;
18
+ };
17
19
  }>;
18
20
  "page:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
19
21
  kind: "page";
20
- namespace: undefined;
21
22
  name: undefined;
22
23
  config: {
23
24
  path: string | undefined;
@@ -29,10 +30,14 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
29
30
  optional: true;
30
31
  }>;
31
32
  inputs: {};
33
+ params: {
34
+ defaultPath: string;
35
+ loader: () => Promise<JSX.Element>;
36
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
37
+ };
32
38
  }>;
33
39
  "entity-content:kubernetes/kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
34
40
  kind: "entity-content";
35
- namespace: undefined;
36
41
  name: "kubernetes";
37
42
  config: {
38
43
  path: string | undefined;
@@ -52,33 +57,46 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
52
57
  optional: true;
53
58
  }>;
54
59
  inputs: {};
60
+ params: {
61
+ loader: () => Promise<JSX.Element>;
62
+ defaultPath: string;
63
+ defaultTitle: string;
64
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
65
+ filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
66
+ };
55
67
  }>;
56
68
  "api:kubernetes/proxy": _backstage_frontend_plugin_api.ExtensionDefinition<{
57
69
  kind: "api";
58
- namespace: undefined;
59
70
  name: "proxy";
60
71
  config: {};
61
72
  configInput: {};
62
73
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
63
74
  inputs: {};
75
+ params: {
76
+ factory: _backstage_frontend_plugin_api.AnyApiFactory;
77
+ };
64
78
  }>;
65
79
  "api:kubernetes/auth-providers": _backstage_frontend_plugin_api.ExtensionDefinition<{
66
80
  kind: "api";
67
- namespace: undefined;
68
81
  name: "auth-providers";
69
82
  config: {};
70
83
  configInput: {};
71
84
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
72
85
  inputs: {};
86
+ params: {
87
+ factory: _backstage_frontend_plugin_api.AnyApiFactory;
88
+ };
73
89
  }>;
74
90
  "api:kubernetes/cluster-link-formatter": _backstage_frontend_plugin_api.ExtensionDefinition<{
75
91
  kind: "api";
76
- namespace: undefined;
77
92
  name: "cluster-link-formatter";
78
93
  config: {};
79
94
  configInput: {};
80
95
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
81
96
  inputs: {};
97
+ params: {
98
+ factory: _backstage_frontend_plugin_api.AnyApiFactory;
99
+ };
82
100
  }>;
83
101
  }>;
84
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.11.14",
3
+ "version": "0.11.15-next.0",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -35,6 +35,7 @@
35
35
  "default": "./dist/index.esm.js"
36
36
  },
37
37
  "./alpha": {
38
+ "backstage": "@backstage/FrontendPlugin",
38
39
  "import": "./dist/alpha.esm.js",
39
40
  "types": "./dist/alpha.d.ts",
40
41
  "default": "./dist/alpha.esm.js"
@@ -58,13 +59,13 @@
58
59
  },
59
60
  "dependencies": {
60
61
  "@backstage/catalog-model": "^1.7.0",
61
- "@backstage/core-compat-api": "^0.3.0",
62
- "@backstage/core-components": "^0.15.0",
63
- "@backstage/core-plugin-api": "^1.9.4",
64
- "@backstage/frontend-plugin-api": "^0.8.0",
65
- "@backstage/plugin-catalog-react": "^1.13.0",
62
+ "@backstage/core-compat-api": "^0.3.1-next.0",
63
+ "@backstage/core-components": "^0.15.1-next.0",
64
+ "@backstage/core-plugin-api": "^1.10.0-next.0",
65
+ "@backstage/frontend-plugin-api": "^0.9.0-next.0",
66
+ "@backstage/plugin-catalog-react": "^1.13.1-next.0",
66
67
  "@backstage/plugin-kubernetes-common": "^0.8.3",
67
- "@backstage/plugin-kubernetes-react": "^0.4.3",
68
+ "@backstage/plugin-kubernetes-react": "^0.4.4-next.0",
68
69
  "@kubernetes-models/apimachinery": "^1.1.0",
69
70
  "@kubernetes-models/base": "^4.0.1",
70
71
  "@kubernetes/client-node": "0.20.0",
@@ -80,9 +81,9 @@
80
81
  "xterm-addon-fit": "^0.8.0"
81
82
  },
82
83
  "devDependencies": {
83
- "@backstage/cli": "^0.27.1",
84
- "@backstage/dev-utils": "^1.1.0",
85
- "@backstage/test-utils": "^1.6.0",
84
+ "@backstage/cli": "^0.28.0-next.0",
85
+ "@backstage/dev-utils": "^1.1.1-next.0",
86
+ "@backstage/test-utils": "^1.6.1-next.0",
86
87
  "@testing-library/dom": "^10.0.0",
87
88
  "@testing-library/jest-dom": "^6.0.0",
88
89
  "@testing-library/react": "^16.0.0"