public static class ClusterOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ClusterOptions |
build() |
ClusterOptions.Builder |
clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the cluster
|
ClusterOptions.Builder |
copy(ClusterOptions model) |
ClusterOptions.Builder |
kubernetesVersions(List<String> kubernetesVersions)
Available Kubernetes versions.
|
public ClusterOptions.Builder kubernetesVersions(List<String> kubernetesVersions)
Available Kubernetes versions.
kubernetesVersions
- the value to setpublic ClusterOptions.Builder clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the cluster
clusterPodNetworkOptions
- the value to setpublic ClusterOptions build()
public ClusterOptions.Builder copy(ClusterOptions model)
Copyright © 2016–2024. All rights reserved.