From 265fd048c0441f28401682623006a15140b34afd Mon Sep 17 00:00:00 2001 From: Connor Hoehn Date: Tue, 25 Jun 2019 09:10:21 -0400 Subject: [PATCH] Remove the OutputFormatType and OutputFormatArgument fields as they are no longer used. --- pkg/printers/interface.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/printers/interface.go b/pkg/printers/interface.go index 02a6f948e0b..b25b41e88e6 100644 --- a/pkg/printers/interface.go +++ b/pkg/printers/interface.go @@ -39,10 +39,6 @@ func (fn ResourcePrinterFunc) PrintObj(obj runtime.Object, w io.Writer) error { // PrintOptions struct defines a struct for various print options type PrintOptions struct { - // supported Format types can be found in pkg/printers/printers.go - OutputFormatType string - OutputFormatArgument string - NoHeaders bool WithNamespace bool WithKind bool