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