diff options
author | Boaz Shuster <boaz.shuster.github@gmail.com> | 2020-05-20 16:23:26 +0300 |
---|---|---|
committer | Boaz Shuster <boaz.shuster.github@gmail.com> | 2020-05-27 09:48:38 +0300 |
commit | 1f8a78747aebf9c597f2bd93db5fc4c074286d38 (patch) | |
tree | dee5dc589ce3aaa7b950dda9fd4b34194933084e /pkg/domain/entities | |
parent | 1077d2d0b72d027a01080c0d3ebdb7d99a969661 (diff) | |
download | podman-1f8a78747aebf9c597f2bd93db5fc4c074286d38.tar.gz podman-1f8a78747aebf9c597f2bd93db5fc4c074286d38.tar.bz2 podman-1f8a78747aebf9c597f2bd93db5fc4c074286d38.zip |
Add --format to pod inspect
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r-- | pkg/domain/entities/pods.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/domain/entities/pods.go b/pkg/domain/entities/pods.go index a4896ce4d..1a38a7aa4 100644 --- a/pkg/domain/entities/pods.go +++ b/pkg/domain/entities/pods.go @@ -184,6 +184,8 @@ type PodInspectOptions struct { // Options for the API. NameOrID string + + Format string } type PodInspectReport struct { |