diff --git a/pkg/api/types.go b/pkg/api/types.go index 95aa9274cf1..9d0254e3d31 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -610,8 +610,8 @@ type ContainerStatus struct { RestartCount int `json:"restartCount"` // TODO(dchen1107): Need to decide how to represent this in v1beta3 Image string `json:"image"` - ImageID string `json:"imageID" description:"ID of the container's image"` - ContainerID string `json:"containerID,omitempty" description:"container's ID in the format 'docker://'"` + ImageID string `json:"imageID"` + ContainerID string `json:"containerID,omitempty"` } // PodPhase is a label for the condition of a pod at the current time.