Interface KubernetesCluster.DefinitionStages.WithVersion
-
- All Known Subinterfaces:
KubernetesCluster.Definition
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithVersionThe stage of the Kubernetes cluster definition allowing to specify orchestration type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.DefinitionStages.WithLinuxRootUsernamewithDefaultVersion()Uses the default version for the Kubernetes cluster.KubernetesCluster.DefinitionStages.WithLinuxRootUsernamewithVersion(String kubernetesVersion)Specifies the version for the Kubernetes cluster.
-
-
-
Method Detail
-
withVersion
KubernetesCluster.DefinitionStages.WithLinuxRootUsername withVersion(String kubernetesVersion)
Specifies the version for the Kubernetes cluster. Could retrieve fromKubernetesClusters.listKubernetesVersions(Region)- 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
-
-