Share via


AutoUpgradeProfileStatus interface

AutoUpgradeProfileStatus is the status of an auto upgrade profile.

Properties

lastTriggeredAt

The UTC time of the last attempt to automatically create and start an UpdateRun as triggered by the release of new versions.

lastTriggerError

The error details of the last trigger.

lastTriggerStatus

The status of the last AutoUpgrade trigger.

lastTriggerUpgradeVersions

The target Kubernetes version or node image versions of the last trigger.

Property Details

lastTriggeredAt

The UTC time of the last attempt to automatically create and start an UpdateRun as triggered by the release of new versions.

lastTriggeredAt?: Date

Property Value

Date

lastTriggerError

The error details of the last trigger.

lastTriggerError?: ErrorDetail

Property Value

lastTriggerStatus

The status of the last AutoUpgrade trigger.

lastTriggerStatus?: string

Property Value

string

lastTriggerUpgradeVersions

The target Kubernetes version or node image versions of the last trigger.

lastTriggerUpgradeVersions?: string[]

Property Value

string[]