PodsTablesProps
Home > @backstage/plugin-kubernetes-react
> PodsTablesProps
Signature:
export type PodsTablesProps = {
pods: Pod | V1Pod[];
extraColumns?: PodColumns[];
children?: React.ReactNode;
};
References: PodColumns
Home > @backstage/plugin-kubernetes-react
> PodsTablesProps
Signature:
export type PodsTablesProps = {
pods: Pod | V1Pod[];
extraColumns?: PodColumns[];
children?: React.ReactNode;
};
References: PodColumns