diff options
author | Neville Cain <neville.cain@qonto.eu> | 2019-12-27 23:42:38 +0100 |
---|---|---|
committer | Neville Cain <neville.cain@qonto.eu> | 2019-12-27 23:49:34 +0100 |
commit | 2a5c235f789e866cb2c1d0fd54cc23c13bc1fc69 (patch) | |
tree | 4903937eedc256da041a07fbfc6b02522300e84f /cmd/podman | |
parent | c759c3f78dcbbf5dec462a863ad25cd41a1707b7 (diff) | |
download | podman-2a5c235f789e866cb2c1d0fd54cc23c13bc1fc69.tar.gz podman-2a5c235f789e866cb2c1d0fd54cc23c13bc1fc69.tar.bz2 podman-2a5c235f789e866cb2c1d0fd54cc23c13bc1fc69.zip |
Ensure SizeRw is shown when a user does 'inspect --size -t container'.
Currently, if a user requests the size on a container (inspect --size -t container),
the SizeRw does not show up if the value is 0. It's because InspectContainerData is
defined as int64 and there is an omit when empty.
We do want to display it even if the value is empty. I have changed the type of SizeRw to be a pointer to an int64 instead of an int64. It will allow us todistinguish the empty value to the missing value.
I updated the test "podman inspect container with size" to ensure we check thatSizeRw is displayed correctly.
Closes #4744
Signed-off-by: NevilleC <neville.cain@qonto.eu>
Diffstat (limited to 'cmd/podman')
0 files changed, 0 insertions, 0 deletions