mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Small cleanup on api/types.go
This commit is contained in:
parent
f7f133784f
commit
96b0f0a170
@ -610,8 +610,8 @@ type ContainerStatus struct {
|
|||||||
RestartCount int `json:"restartCount"`
|
RestartCount int `json:"restartCount"`
|
||||||
// TODO(dchen1107): Need to decide how to represent this in v1beta3
|
// TODO(dchen1107): Need to decide how to represent this in v1beta3
|
||||||
Image string `json:"image"`
|
Image string `json:"image"`
|
||||||
ImageID string `json:"imageID" description:"ID of the container's image"`
|
ImageID string `json:"imageID"`
|
||||||
ContainerID string `json:"containerID,omitempty" description:"container's ID in the format 'docker://<container_id>'"`
|
ContainerID string `json:"containerID,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// PodPhase is a label for the condition of a pod at the current time.
|
// PodPhase is a label for the condition of a pod at the current time.
|
||||||
|
Loading…
Reference in New Issue
Block a user