From f909b745ec82d6c010e27218bda9524bb1724060 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 11 Jun 2019 10:28:49 -0400 Subject: Add --filename option to generate kube This allows writing output directly to a file, instead of STDOUT. Makes things easier for some scripting tasks. Like the unit tests for 'play kube'. Signed-off-by: Matthew Heon --- cmd/podman/cliconfig/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/podman/cliconfig') diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index b8b1648b8..545166d05 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -145,7 +145,8 @@ type ExportValues struct { } type GenerateKubeValues struct { PodmanCommand - Service bool + Service bool + Filename string } type GenerateSystemdValues struct { -- cgit v1.2.3-54-g00ecf