Changeset added and api-report modified

Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
This commit is contained in:
Andres Mauricio Gomez P
2022-07-25 10:49:57 -05:00
parent fe2dfd941b
commit 0cd87cf30d
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Added a new `customResources` field to the ClusterDetails interface, in order to specify (override) custom resources per cluster
+1
View File
@@ -35,6 +35,7 @@ export interface ClusterDetails {
authProvider: string;
// (undocumented)
caData?: string | undefined;
customResources?: CustomResourceMatcher[];
dashboardApp?: string;
dashboardParameters?: JsonObject;
dashboardUrl?: string;