Merge pull request #13647 from mstergianis/fix/kubernetes-backend-schema-omits-metrics-lookup
Adds skipMetricsLookup to kubernetes-backend schema
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Adds skipMetricsLookup to the kubernetes-backend schema
|
||||
+4
@@ -40,6 +40,8 @@ export interface Config {
|
||||
region?: string;
|
||||
/** @visibility frontend */
|
||||
skipTLSVerify?: boolean;
|
||||
/** @visibility frontend */
|
||||
skipMetricsLookup?: boolean;
|
||||
}
|
||||
| {
|
||||
/** @visibility frontend */
|
||||
@@ -62,6 +64,8 @@ export interface Config {
|
||||
oidcTokenProvider?: string;
|
||||
/** @visibility frontend */
|
||||
skipTLSVerify?: boolean;
|
||||
/** @visibility frontend */
|
||||
skipMetricsLookup?: boolean;
|
||||
}>;
|
||||
}
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user