From 1f8a78747aebf9c597f2bd93db5fc4c074286d38 Mon Sep 17 00:00:00 2001 From: Boaz Shuster Date: Wed, 20 May 2020 16:23:26 +0300 Subject: Add --format to pod inspect Signed-off-by: Boaz Shuster --- pkg/domain/entities/pods.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') 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 { -- cgit v1.2.3-54-g00ecf