rename misspelled k8s type
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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