Backstage
    Preparing search index...

    Props for FixDialog

    interface FixDialogProps {
        clusterName: string;
        error: DetectedError;
        open?: boolean;
        pod: Pod;
    }
    Index

    Properties

    clusterName: string
    open?: boolean
    pod: Pod