ObjectMetricStatusArgs

data class ObjectMetricStatusArgs(val current: Output<MetricValueStatusArgs>, val describedObject: Output<CrossVersionObjectReferenceArgs>, val metric: Output<MetricIdentifierArgs>) : ConvertibleToJava<ObjectMetricStatusArgs>

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

Constructors

Link copied to clipboard
constructor(current: Output<MetricValueStatusArgs>, describedObject: Output<CrossVersionObjectReferenceArgs>, metric: Output<MetricIdentifierArgs>)

Properties

Link copied to clipboard

current contains the current value for the given metric

Link copied to clipboard
Link copied to clipboard

metric identifies the target metric by name and selector

Functions

Link copied to clipboard
open override fun toJava(): ObjectMetricStatusArgs