@hashgraph/solo
    Preparing search index...
    interface PodMetricsItem {
        cpuInMillicores: number;
        memoryInMebibytes: number;
        namespace: NamespaceName;
        podName: PodName;
    }
    Index

    Properties

    cpuInMillicores: number
    memoryInMebibytes: number
    namespace: NamespaceName
    podName: PodName