Class MetricTarget
MetricTarget defines the target value, average value, or average utilization of a specific metric
Inheritance
System.Object
MetricTarget
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 MetricTarget
Fields
View SourceAverageUtilization
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
Declaration
public readonly int AverageUtilization
Field Value
| Type | Description |
|---|---|
| System.Int32 |
AverageValue
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
Declaration
public readonly string AverageValue
Field Value
| Type | Description |
|---|---|
| System.String |
Type
type represents whether the metric type is Utilization, Value, or AverageValue
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Value
value is the target value of the metric (as a quantity).
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |