Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExternalMetricSourceV2Beta1

ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.

schema

io.k8s.api.autoscaling.v2beta1.ExternalMetricSource

Hierarchy

  • ExternalMetricSourceV2Beta1

Index

Properties

Readonly metricName

metricName: string

metricName is the name of the metric in question.

schema

io.k8s.api.autoscaling.v2beta1.ExternalMetricSource#metricName

Optional Readonly metricSelector

metricSelector: LabelSelector

metricSelector is used to identify a specific time series within a given metric.

schema

io.k8s.api.autoscaling.v2beta1.ExternalMetricSource#metricSelector

Optional Readonly targetAverageValue

targetAverageValue: Quantity

targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.

schema

io.k8s.api.autoscaling.v2beta1.ExternalMetricSource#targetAverageValue

Optional Readonly targetValue

targetValue: Quantity

targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.

schema

io.k8s.api.autoscaling.v2beta1.ExternalMetricSource#targetValue

Generated using TypeDoc