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:
@@ -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
|
||||
@@ -35,6 +35,7 @@ export interface ClusterDetails {
|
||||
authProvider: string;
|
||||
// (undocumented)
|
||||
caData?: string | undefined;
|
||||
customResources?: CustomResourceMatcher[];
|
||||
dashboardApp?: string;
|
||||
dashboardParameters?: JsonObject;
|
||||
dashboardUrl?: string;
|
||||
|
||||
Reference in New Issue
Block a user