Show / Hide Table of Contents

Class ExternalMetricSource

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).

Inheritance
System.Object
ExternalMetricSource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ExternalMetricSource

Fields

View Source

Metric

metric identifies the target metric by name and selector

Declaration
public readonly MetricIdentifier Metric
Field Value
Type Description
MetricIdentifier
View Source

Target

target specifies the target value for the given metric

Declaration
public readonly MetricTarget Target
Field Value
Type Description
MetricTarget
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.