Files
docker-cli/components/engine/cli/command
Aaron Lehmann a68666e468 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>
Upstream-commit: 0e70d96a6813704498a3ce9cc2786648c84daa3a
Component: engine
2016-12-01 15:08:41 -08:00
..
2016-11-17 10:54:10 -08:00
2016-11-08 16:17:15 -08:00
2016-11-17 10:54:10 -08:00
2016-10-25 06:43:54 +00:00
2016-11-30 03:01:32 +08:00
2016-11-29 15:12:05 +08:00
2016-11-17 10:54:10 -08:00
2016-11-17 10:54:10 -08:00
2016-09-19 10:34:31 -07:00