AutoUpgradeProfileStatus interface
AutoUpgradeProfileStatus is the status of an auto upgrade profile.
Properties
| last |
The UTC time of the last attempt to automatically create and start an UpdateRun as triggered by the release of new versions. |
| last |
The error details of the last trigger. |
| last |
The status of the last AutoUpgrade trigger. |
| last |
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
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[]