ClusterEnableK8sBetaApis

data class ClusterEnableK8sBetaApis(val enabledApis: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.