Parameter | Type | Description | Example |
---|---|---|---|
object | The response parameters. | ||
Name | string | The container name. | worker0 |
Image | string | The image. | registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320 |
Port | integer | The port number. | 8080 |
RestartCount | integer | The number of times the container restarted. | 0 |
Ready | boolean | Indicates whether the container passed the health check. Valid values:
| true |
CurrentStatus | string | The current state of the container. Valid values:
| Waiting |
CurrentReaon | string | The reason why the container is in the current state. | PodInitializing |
CurrentTimestamp | string | The time when the container entered the current state. | 2022-03-21T06:17:57Z |
LastStatus | string | The last state of the container. Valid values:
| Terminated |
LastReason | string | The reason why the container is in the last state. | Error |
LastTimestamp | string | The time when the container entered the last state. | 2022-03-21T05:17:57Z |