Package version:

The profile of an orchestrator and its available versions.

Hierarchy

  • OrchestratorVersionProfile

Properties

default?: boolean

Installed by default if version is not specified. NOTE: This property will not be serialized. It can only be populated by the server.

isPreview?: boolean

Whether Kubernetes version is currently in preview. NOTE: This property will not be serialized. It can only be populated by the server.

orchestratorType?: string

Orchestrator type. NOTE: This property will not be serialized. It can only be populated by the server.

orchestratorVersion?: string

Orchestrator version major.minor.patch, for example 1.21.9 NOTE: This property will not be serialized. It can only be populated by the server.

upgrades?: OrchestratorProfile[]

The list of available upgrade versions.

Generated using TypeDoc