Show / Hide Table of Contents

Class PodsMetricSourceArgs

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
InputArgs
ResourceArgs
PodsMetricSourceArgs
Inherited Members
ResourceArgs.Empty
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.Inputs.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public class PodsMetricSourceArgs : ResourceArgs

Properties

View Source

Metric

metric identifies the target metric by name and selector

Declaration
public Input<MetricIdentifierArgs> Metric { get; set; }
Property Value
Type Description
Input<MetricIdentifierArgs>
View Source

Target

target specifies the target value for the given metric

Declaration
public Input<MetricTargetArgs> Target { get; set; }
Property Value
Type Description
Input<MetricTargetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.