Show / Hide Table of Contents

Class ObjectMetricStatusArgs

ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

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

Properties

View Source

Current

current contains the current value for the given metric

Declaration
public Input<MetricValueStatusArgs> Current { get; set; }
Property Value
Type Description
Input<MetricValueStatusArgs>
View Source

DescribedObject

Declaration
public Input<CrossVersionObjectReferenceArgs> DescribedObject { get; set; }
Property Value
Type Description
Input<CrossVersionObjectReferenceArgs>
View Source

Metric

metric identifies the target metric by name and selector

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