AgentPoolRecentlyUsedVersion interface
A historical version that can be used for rollback operations.
Properties
| node |
The node image version available for rollback. |
| orchestrator |
The Kubernetes version (major.minor.patch) available for rollback. |
| timestamp | The timestamp when this version was last used. |
Property Details
nodeImageVersion
The node image version available for rollback.
nodeImageVersion?: string
Property Value
string
orchestratorVersion
The Kubernetes version (major.minor.patch) available for rollback.
orchestratorVersion?: string
Property Value
string
timestamp
The timestamp when this version was last used.
timestamp?: Date
Property Value
Date