Resource: Operation
This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.
JSON representation |
---|
{ "name" : string , "zone" : string , "operationType" : enum ( |
Fields | |
---|---|
name
|
Output only. The server-assigned ID for the operation. |
zone
|
Output only. The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead. |
operationType
|
Output only. The operation type. |
status
|
Output only. The current status of the operation. |
detail
|
Output only. Detailed operation progress, if available. |
selfLink
|
Output only. Server-defined URI for the operation. Example: |
targetLink
|
Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - |
location
|
Output only. The name of the Google Compute Engine zone or region in which the cluster resides. |
startTime
|
Output only. The time the operation started, in RFC3339 text format. |
endTime
|
Output only. The time the operation completed, in RFC3339 text format. |
progress
|
Output only. Progress information for an operation. |
clusterConditions[]
|
Which conditions caused the current cluster state. Deprecated. Use field error instead. |
nodepoolConditions[]
|
Which conditions caused the current node pool state. Deprecated. Use field error instead. |
error
|
The error result of the operation in case of failure. |
Methods |
|
---|---|
|
Cancels the specified operation. |
|
Gets the specified operation. |
|
Lists all operations in a project in a specific zone or all zones. |