AutoUpgradeProfileProperties interface
The properties of the AutoUpgradeProfile.
Properties
| auto |
The status of the auto upgrade profile. |
| channel | Configures how auto-upgrade will be run. |
| disabled | If set to False: the auto upgrade has effect - target managed clusters will be upgraded on schedule. If set to True: the auto upgrade has no effect - no upgrade will be run on the target managed clusters. This is a boolean and not an enum because enabled/disabled are all available states of the auto upgrade profile. By default, this is set to False. |
| node |
The node image upgrade to be applied to the target clusters in auto upgrade. |
| provisioning |
The provisioning state of the AutoUpgradeProfile resource. |
| update |
The resource id of the UpdateStrategy resource to reference. If not specified, the auto upgrade will run on all clusters which are members of the fleet. |
Property Details
autoUpgradeProfileStatus
The status of the auto upgrade profile.
autoUpgradeProfileStatus?: AutoUpgradeProfileStatus
Property Value
channel
Configures how auto-upgrade will be run.
channel: string
Property Value
string
disabled
If set to False: the auto upgrade has effect - target managed clusters will be upgraded on schedule. If set to True: the auto upgrade has no effect - no upgrade will be run on the target managed clusters. This is a boolean and not an enum because enabled/disabled are all available states of the auto upgrade profile. By default, this is set to False.
disabled?: boolean
Property Value
boolean
nodeImageSelection
The node image upgrade to be applied to the target clusters in auto upgrade.
nodeImageSelection?: AutoUpgradeNodeImageSelection
Property Value
provisioningState
The provisioning state of the AutoUpgradeProfile resource.
provisioningState?: string
Property Value
string
updateStrategyId
The resource id of the UpdateStrategy resource to reference. If not specified, the auto upgrade will run on all clusters which are members of the fleet.
updateStrategyId?: string
Property Value
string