Show / Hide Table of Contents

Class MetricValueStatus

MetricValueStatus holds the current value for a metric

Inheritance
System.Object
MetricValueStatus
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 MetricValueStatus

Fields

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 readonly int AverageUtilization
Field Value
Type Description
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 readonly string AverageValue
Field Value
Type Description
System.String
View Source

Value

value is the current value of the metric (as a quantity).

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.