MetricValueStatus holds the current value for a metric

Hierarchy

  • V2MetricValueStatus

Constructors

Properties

averageUtilization?: number

currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.

averageValue?: string

averageValue is the current value of the average of the metric across all relevant pods (as a quantity)

value?: string

value is the current value of the metric (as a quantity).

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc