Interface KubernetesCluster.UpdateStages.WithVersion
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
- KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithVersion
The stage of the Kubernetes cluster update allowing to specify orchestration type.
-
Method Summary
Modifier and TypeMethodDescriptionwithVersion(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)To prevent version conflicts, specify a higher version than the initial version.- Parameters:
kubernetesVersion- the kubernetes version- Returns:
- the next stage
-