rename misspelled k8s type
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-common': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Renamed misspelled `LimitRangeFetchReponse` to `LimitRangeFetchResponse`.
|
||||
@@ -140,7 +140,7 @@ export type FetchResponse =
|
||||
| ServiceFetchResponse
|
||||
| ConfigMapFetchResponse
|
||||
| DeploymentFetchResponse
|
||||
| LimitRangeFetchReponse
|
||||
| LimitRangeFetchResponse
|
||||
| ReplicaSetsFetchResponse
|
||||
| HorizontalPodAutoscalersFetchResponse
|
||||
| JobsFetchResponse
|
||||
@@ -205,7 +205,7 @@ export interface KubernetesRequestBody {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export interface LimitRangeFetchReponse {
|
||||
export interface LimitRangeFetchResponse {
|
||||
// (undocumented)
|
||||
resources: Array<V1LimitRange>;
|
||||
// (undocumented)
|
||||
|
||||
@@ -127,7 +127,7 @@ export type FetchResponse =
|
||||
| ServiceFetchResponse
|
||||
| ConfigMapFetchResponse
|
||||
| DeploymentFetchResponse
|
||||
| LimitRangeFetchReponse
|
||||
| LimitRangeFetchResponse
|
||||
| ReplicaSetsFetchResponse
|
||||
| HorizontalPodAutoscalersFetchResponse
|
||||
| JobsFetchResponse
|
||||
@@ -169,7 +169,7 @@ export interface ReplicaSetsFetchResponse {
|
||||
}
|
||||
|
||||
/** @public */
|
||||
export interface LimitRangeFetchReponse {
|
||||
export interface LimitRangeFetchResponse {
|
||||
type: 'limitranges';
|
||||
resources: Array<V1LimitRange>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user