ClusterMonitoringConfigArgs

data class ClusterMonitoringConfigArgs(val enableComponents: Output<List<String>>? = null, val managedPrometheus: Output<ClusterMonitoringConfigManagedPrometheusArgs>? = null) : ConvertibleToJava<ClusterMonitoringConfigArgs>

Constructors

Link copied to clipboard
fun ClusterMonitoringConfigArgs(enableComponents: Output<List<String>>? = null, managedPrometheus: Output<ClusterMonitoringConfigManagedPrometheusArgs>? = null)

Functions

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

Properties

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

The GKE components exposing metrics. Supported values include: SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, and SCHEDULER. In beta provider, WORKLOADS is supported on top of those 4 values. (WORKLOADS is deprecated and removed in GKE 1.24.)

Link copied to clipboard

Configuration for Managed Service for Prometheus. Structure is documented below.