Show / Hide Table of Contents

Class MetricValueStatusArgs

MetricValueStatus holds the current value for a metric

Inheritance
System.Object
InputArgs
ResourceArgs
MetricValueStatusArgs
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 MetricValueStatusArgs : ResourceArgs

Properties

View Source

AverageUtilization

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.