Metric Identifier Patch Args
data class MetricIdentifierPatchArgs(val name: Output<String>? = null, val selector: Output<LabelSelectorPatchArgs>? = null) : ConvertibleToJava<MetricIdentifierPatchArgs>
MetricIdentifier defines the name and optionally selector for a metric
Constructors
Link copied to clipboard
fun MetricIdentifierPatchArgs(name: Output<String>? = null, selector: Output<LabelSelectorPatchArgs>? = null)