mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Merge pull request #4191 from simon3z/master
api: add image's id to ContainerStatus
This commit is contained in:
@@ -464,7 +464,8 @@ type ContainerStatus struct {
|
||||
PodIP string `json:"podIP,omitempty"`
|
||||
// TODO(dchen1107): Which image the container is running with?
|
||||
// The image the container is running
|
||||
Image string `json:"image"`
|
||||
Image string `json:"image"`
|
||||
ImageID string `json:"imageID" description:"ID of the container's image"`
|
||||
}
|
||||
|
||||
// PodInfo contains one entry for every container with available info.
|
||||
|
||||
Reference in New Issue
Block a user