enableComponents

@JvmName(name = "wyvggctiqfpasqul")
suspend fun enableComponents(value: Output<List<String>>)
@JvmName(name = "mmaolljempixnrtp")
suspend fun enableComponents(value: List<String>)

Parameters

value

The GKE components exposing logs. Supported values include: SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.


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


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

Parameters

values

The GKE components exposing logs. Supported values include: SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.