Operation interface
Summary information for an operation.
Properties
| completed |
When the operation completed. |
| created |
When the operation was submitted. |
| created |
The user who created the operation. |
| id | Operation id. |
| nodepool |
The nodepool the operation targets. |
| runtime |
Human-readable details about the run status. |
| status | Current status of the operation. |
Property Details
completedAt
When the operation completed.
completedAt?: Date
Property Value
Date
createdAt
When the operation was submitted.
createdAt: Date
Property Value
Date
createdBy
The user who created the operation.
createdBy?: string
Property Value
string
id
Operation id.
id: string
Property Value
string
nodepoolId
The nodepool the operation targets.
nodepoolId: string
Property Value
string
runtimeDetails
Human-readable details about the run status.
runtimeDetails: string
Property Value
string
status
Current status of the operation.
status: string
Property Value
string