Show / Hide Table of Contents

Class ExternalMetricStatusArgs

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

Inheritance
System.Object
InputArgs
ResourceArgs
ExternalMetricStatusArgs
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.V2Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ExternalMetricStatusArgs : ResourceArgs

Properties

View Source

CurrentAverageValue

currentAverageValue is the current value of metric averaged over autoscaled pods.

Declaration
public Input<string> CurrentAverageValue { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CurrentValue

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

Declaration
public Input<string> CurrentValue { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MetricName

metricName is the name of a metric used for autoscaling in metric system.

Declaration
public Input<string> MetricName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MetricSelector

metricSelector is used to identify a specific time series within a given metric.

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