ClusterProps
Home > @backstage/plugin-kubernetes-react
> ClusterProps
Props for Cluster
Signature:
export type ClusterProps = {
clusterObjects: ClusterObjects;
podsWithErrors: Set<string>;
children?: React.ReactNode;
};
References: ClusterObjects