| Modifier and Type | Method and Description |
|---|---|
OrchestratorProfile |
OrchestratorProfile.withIsPreview(Boolean isPreview)
Set whether Kubernetes version is currently in preview.
|
OrchestratorProfile |
OrchestratorProfile.withOrchestratorType(String orchestratorType)
Set orchestrator type.
|
OrchestratorProfile |
OrchestratorProfile.withOrchestratorVersion(String orchestratorVersion)
Set orchestrator version (major, minor, patch).
|
| Modifier and Type | Method and Description |
|---|---|
List<OrchestratorProfile> |
OrchestratorVersionProfile.upgrades()
Get the list of available upgrade versions.
|
| Modifier and Type | Method and Description |
|---|---|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withUpgrades(List<OrchestratorProfile> upgrades)
Set the list of available upgrade versions.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/