Remove the OutputFormatType and OutputFormatArgument fields as they are no longer used.

This commit is contained in:
Connor Hoehn 2019-06-25 09:10:21 -04:00
parent a78ae4ba74
commit 265fd048c0

View File

@ -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