Backstage
    Preparing search index...

    Context for Pod Metrics

    interface ResourceUtilizationProps {
        compressed?: boolean;
        title: string;
        total: string | number;
        totalFormatted: string;
        usage: string | number;
    }
    Index

    Properties

    compressed?: boolean
    title: string
    total: string | number
    totalFormatted: string
    usage: string | number