ManagedClusterPoolUpgradeProfile interface
The list of available upgrade versions.
Properties
kubernetes |
The Kubernetes version (major.minor.patch). |
name | The Agent Pool name. |
os |
The operating system type. The default is Linux. |
upgrades | List of orchestrator types and versions available for upgrade. |
Property Details
kubernetesVersion
The Kubernetes version (major.minor.patch).
kubernetesVersion: string
Property Value
string
name
The Agent Pool name.
name?: string
Property Value
string
osType
The operating system type. The default is Linux.
osType: string
Property Value
string
upgrades
List of orchestrator types and versions available for upgrade.
upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[]