Backstage
    Preparing search index...

    Wraps a pod with the associated detected errors and cluster

    interface PodAndErrors {
        cluster: ClusterAttributes;
        errors: DetectedError[];
        pod: Pod;
    }
    Index

    Properties

    Properties

    errors: DetectedError[]
    pod: Pod