MetricIdentifier defines the name and optionally selector for a metric

Hierarchy

  • V2MetricIdentifier

Constructors

Properties

name: string

name is the name of the given metric

selector?: V1LabelSelector
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