Cluster Enable K8s Beta Apis Args
data class ClusterEnableK8sBetaApisArgs(val enabledApis: Output<List<String>>) : ConvertibleToJava<ClusterEnableK8sBetaApisArgs>
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.