mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
0e70d96a68
When UpdateStatus was not present, the empty values of the timestamps would be present: "UpdateStatus": { "StartedAt": "0001-01-01T00:00:00Z", "CompletedAt": "0001-01-01T00:00:00Z" } To fix this, make the timestamps pointers, so they can be set to nil when they should not be shown. Also make UpdateStatus itself a pointer, so an empty object does not show up when there is no UpdateStatus. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> |
||
---|---|---|
.. | ||
container.go | ||
container_test.go | ||
custom.go | ||
custom_test.go | ||
disk_usage.go | ||
formatter.go | ||
image.go | ||
image_test.go | ||
network.go | ||
network_test.go | ||
reflect.go | ||
reflect_test.go | ||
service.go | ||
stats.go | ||
stats_test.go | ||
volume.go | ||
volume_test.go |