Interface KubernetesCluster.DefinitionStages.WithVersion
- All Known Subinterfaces:
KubernetesCluster.Definition
- Enclosing interface:
KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithVersion
The stage of the Kubernetes cluster definition allowing to specify orchestration type.
-
Method Summary
Modifier and TypeMethodDescriptionUses the default version for the Kubernetes cluster.withVersion(String kubernetesVersion) Specifies the version for the Kubernetes cluster.
-
Method Details
-
withVersion
Specifies the version for the Kubernetes cluster. Could retrieve fromKubernetesClusters.listOrchestrators(Region, ContainerServiceResourceTypes)- Parameters:
kubernetesVersion- the kubernetes version- Returns:
- the next stage of the definition
-
withDefaultVersion
KubernetesCluster.DefinitionStages.WithLinuxRootUsername withDefaultVersion()Uses the default version for the Kubernetes cluster.- Returns:
- the next stage of the definition
-