ClusterEnableK8sBetaApisArgs

data class ClusterEnableK8sBetaApisArgs(val enabledApis: Output<List<String>>) : ConvertibleToJava<ClusterEnableK8sBetaApisArgs>

Constructors

Link copied to clipboard
constructor(enabledApis: Output<List<String>>)

Properties

Link copied to clipboard
val enabledApis: Output<List<String>>

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.

Functions

Link copied to clipboard
open override fun toJava(): ClusterEnableK8sBetaApisArgs