kubernetes-common: Exports types in a way that pleases the transpiler
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
@@ -15,17 +15,18 @@
|
||||
*/
|
||||
|
||||
import type {
|
||||
FetchResponse,
|
||||
KubernetesFetchError,
|
||||
FetchResponse as FetchResponseCommon,
|
||||
KubernetesFetchError as KubernetesFetchErrorCommon,
|
||||
} from '@backstage/plugin-kubernetes-common';
|
||||
|
||||
export type {
|
||||
FetchResponse,
|
||||
KubernetesErrorTypes,
|
||||
KubernetesFetchError,
|
||||
KubernetesRequestBody,
|
||||
} from '@backstage/plugin-kubernetes-common';
|
||||
|
||||
export type KubernetesFetchError = KubernetesFetchErrorCommon;
|
||||
export type FetchResponse = FetchResponseCommon;
|
||||
|
||||
export type ClusterLocatorMethod =
|
||||
| ConfigClusterLocatorMethod
|
||||
| GKEClusterLocatorMethod;
|
||||
|
||||
Reference in New Issue
Block a user