KubernetesClusterMonitorMetricsArgs

data class KubernetesClusterMonitorMetricsArgs(val annotationsAllowed: Output<String>? = null, val labelsAllowed: Output<String>? = null) : ConvertibleToJava<KubernetesClusterMonitorMetricsArgs>

Constructors

Link copied to clipboard
constructor(annotationsAllowed: Output<String>? = null, labelsAllowed: Output<String>? = null)

Properties

Link copied to clipboard
val annotationsAllowed: Output<String>? = null

Specifies a comma-separated list of Kubernetes annotation keys that will be used in the resource's labels metric.

Link copied to clipboard
val labelsAllowed: Output<String>? = null

Specifies a Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric.

Functions

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