Class PodsMetricSource
PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
Inheritance
System.Object
PodsMetricSource
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 PodsMetricSource
Fields
View SourceMetric
metric identifies the target metric by name and selector
Declaration
public readonly MetricIdentifier Metric
Field Value
| Type | Description |
|---|---|
| MetricIdentifier |
Target
target specifies the target value for the given metric
Declaration
public readonly MetricTarget Target
Field Value
| Type | Description |
|---|---|
| MetricTarget |