Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricIdentifierV2Beta2

MetricIdentifier defines the name and optionally selector for a metric

schema

io.k8s.api.autoscaling.v2beta2.MetricIdentifier

Hierarchy

  • MetricIdentifierV2Beta2

Index

Properties

Properties

Readonly name

name: string

name is the name of the given metric

schema

io.k8s.api.autoscaling.v2beta2.MetricIdentifier#name

Optional Readonly selector

selector: LabelSelector

selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.

schema

io.k8s.api.autoscaling.v2beta2.MetricIdentifier#selector

Generated using TypeDoc