chore: add changeset

Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
This commit is contained in:
Ruben Vallejo
2023-06-09 15:05:30 -04:00
parent 7f49455b11
commit eac59a3d0b
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Add ability for `configClusterLocator` to load cluster specific custom resources defined in your `app.config`.
@@ -16,7 +16,6 @@
import { Config } from '@backstage/config';
import { ClusterDetails, KubernetesClustersSupplier } from '../types/types';
import { CustomResourceMatcher } from '@backstage/plugin-kubernetes-common';
export class ConfigClusterLocator implements KubernetesClustersSupplier {
private readonly clusterDetails: ClusterDetails[];