enabledApis

@JvmName(name = "oevshbkeudhsgwbq")
suspend fun enabledApis(value: Output<List<String>>)
@JvmName(name = "bjowvetrydetnoof")
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 = "rciclsbewaxnsswv")
suspend fun enabledApis(vararg values: Output<String>)


@JvmName(name = "ppciydpeivxeqxhl")
suspend fun enabledApis(values: List<Output<String>>)
@JvmName(name = "mipouuwxlkitswtm")
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.