Skip to main content

FetchResponse

Home > @backstage/plugin-kubernetes-common > FetchResponse

Signature:

export type FetchResponse = PodFetchResponse | ServiceFetchResponse | ConfigMapFetchResponse | DeploymentFetchResponse | LimitRangeFetchResponse | ResourceQuotaFetchResponse | ReplicaSetsFetchResponse | HorizontalPodAutoscalersFetchResponse | JobsFetchResponse | CronJobsFetchResponse | IngressesFetchResponse | CustomResourceFetchResponse | StatefulSetsFetchResponse | DaemonSetsFetchResponse | PodStatusFetchResponse;

References: PodFetchResponse, ServiceFetchResponse, ConfigMapFetchResponse, DeploymentFetchResponse, LimitRangeFetchResponse, ResourceQuotaFetchResponse, ReplicaSetsFetchResponse, HorizontalPodAutoscalersFetchResponse, JobsFetchResponse, CronJobsFetchResponse, IngressesFetchResponse, CustomResourceFetchResponse, StatefulSetsFetchResponse, DaemonSetsFetchResponse, PodStatusFetchResponse