Class ExternalMetricStatus
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
Inheritance
System.Object
ExternalMetricStatus
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.V2Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ExternalMetricStatus
Fields
View SourceCurrentAverageValue
currentAverageValue is the current value of metric averaged over autoscaled pods.
Declaration
public readonly string CurrentAverageValue
Field Value
| Type | Description |
|---|---|
| System.String |
CurrentValue
currentValue is the current value of the metric (as a quantity)
Declaration
public readonly string CurrentValue
Field Value
| Type | Description |
|---|---|
| System.String |
MetricName
metricName is the name of a metric used for autoscaling in metric system.
Declaration
public readonly string MetricName
Field Value
| Type | Description |
|---|---|
| System.String |
MetricSelector
metricSelector is used to identify a specific time series within a given metric.
Declaration
public readonly LabelSelector MetricSelector
Field Value
| Type | Description |
|---|---|
| LabelSelector |