moby--moby/cli/command/formatter
Aaron Lehmann 0e70d96a68 api: Hide UpdateStatus when it is not present
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>
2016-12-01 15:08:41 -08:00
..
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 api: Hide UpdateStatus when it is not present 2016-12-01 15:08:41 -08:00
stats.go
stats_test.go
volume.go
volume_test.go