| Modifier and Type | Method and Description |
|---|---|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withDefaultProperty(Boolean defaultProperty)
Set installed by default if version is not specified.
|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withIsPreview(Boolean isPreview)
Set whether Kubernetes version is currently in preview.
|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withOrchestratorType(String orchestratorType)
Set orchestrator type.
|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withOrchestratorVersion(String orchestratorVersion)
Set orchestrator version (major, minor, patch).
|
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.
*/