diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-27 09:59:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 09:59:25 -0400 |
commit | 89b4683cc4666f789ebc3d21453ef65e37775642 (patch) | |
tree | 52ab1e66783719993efacb5f1e365752fa191fc4 /pkg/domain | |
parent | 9cb5c87284377507aafae8456ee8f00823954712 (diff) | |
parent | 1f8a78747aebf9c597f2bd93db5fc4c074286d38 (diff) | |
download | podman-89b4683cc4666f789ebc3d21453ef65e37775642.tar.gz podman-89b4683cc4666f789ebc3d21453ef65e37775642.tar.bz2 podman-89b4683cc4666f789ebc3d21453ef65e37775642.zip |
Merge pull request #6372 from boaz0/gh_6283
Add --format to pod inspect
Diffstat (limited to 'pkg/domain')
-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 { |