enableComponents

@JvmName(name = "qcpxjyyggsvdqucy")
suspend fun enableComponents(value: Output<List<String>>)
@JvmName(name = "dqodqqpgshypkwfk")
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 and STATEFULSET. In beta provider, WORKLOADS is supported on top of those 10 values. (WORKLOADS is deprecated and removed in GKE 1.24.)


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


@JvmName(name = "hwgwaqofyniblxon")
suspend fun enableComponents(values: List<Output<String>>)
@JvmName(name = "eopqnaxwnquxmdew")
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 and STATEFULSET. In beta provider, WORKLOADS is supported on top of those 10 values. (WORKLOADS is deprecated and removed in GKE 1.24.)