enableComponents

@JvmName(name = "yhnqlxgbtsyjotpm")
suspend fun enableComponents(value: Output<List<String>>)
@JvmName(name = "kktwagjclmniohxw")
suspend fun enableComponents(value: List<String>?)

Parameters

value

The GKE components exposing metrics. Supported values include: SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, KUBELET, CADVISOR and DCGM. In beta provider, WORKLOADS is supported on top of those 12 values. (WORKLOADS is deprecated and removed in GKE 1.24.) KUBELET and CADVISOR are only supported in GKE 1.29.3-gke.1093000 and above.


@JvmName(name = "snagwlhnhullibiw")
suspend fun enableComponents(vararg values: Output<String>)


@JvmName(name = "hotmpvoojcvjucpj")
suspend fun enableComponents(values: List<Output<String>>)
@JvmName(name = "gbvkdrplkbvnuajx")
suspend fun enableComponents(vararg values: String)

Parameters

values

The GKE components exposing metrics. Supported values include: SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, KUBELET, CADVISOR and DCGM. In beta provider, WORKLOADS is supported on top of those 12 values. (WORKLOADS is deprecated and removed in GKE 1.24.) KUBELET and CADVISOR are only supported in GKE 1.29.3-gke.1093000 and above.