enableKubernetesAlpha property

bool? enableKubernetesAlpha
getter/setter pair

Kubernetes alpha features are enabled on this cluster.

This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.

Implementation

core.bool? enableKubernetesAlpha;