Class MetricValueStatusArgs
MetricValueStatus holds the current value for a metric
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.Inputs.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public class MetricValueStatusArgs : ResourceArgs
Properties
View SourceAverageUtilization
currentAverageUtilization is the current 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.
Declaration
public Input<int> AverageUtilization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
AverageValue
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
Declaration
public Input<string> AverageValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
value is the current value of the metric (as a quantity).
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |