ErrorReportingProps
Home > @backstage/plugin-kubernetes-react
> ErrorReportingProps
Signature:
export type ErrorReportingProps = {
detectedErrors: DetectedErrorsByCluster;
clusters: ClusterAttributes[];
};
References: DetectedErrorsByCluster, ClusterAttributes