enabledApis

@JvmName(name = "djuqftpiixjquajo")
suspend fun enabledApis(value: Output<List<String>>)
@JvmName(name = "dqlpwoffgwnewefr")
suspend fun enabledApis(value: List<String>)

Parameters

value

Enabled Kubernetes Beta APIs. To list a Beta API resource, use the representation {group}/{version}/{resource}. The version must be a Beta version. Note that you cannot disable beta APIs that are already enabled on a cluster without recreating it. See the Configure beta APIs for more information.


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


@JvmName(name = "xgepgurpmsgcawyf")
suspend fun enabledApis(values: List<Output<String>>)
@JvmName(name = "xuuifapudmpgbmdn")
suspend fun enabledApis(vararg values: String)

Parameters

values

Enabled Kubernetes Beta APIs. To list a Beta API resource, use the representation {group}/{version}/{resource}. The version must be a Beta version. Note that you cannot disable beta APIs that are already enabled on a cluster without recreating it. See the Configure beta APIs for more information.