Show / Hide Table of Contents

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.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ExternalMetricStatus

Fields

View Source

Current

current contains the current value for the given metric

Declaration
public readonly MetricValueStatus Current
Field Value
Type Description
MetricValueStatus
View Source

Metric

metric identifies the target metric by name and selector

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