mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Remove the OutputFormatType and OutputFormatArgument fields as they are no longer used.
This commit is contained in:
parent
a78ae4ba74
commit
265fd048c0
@ -39,10 +39,6 @@ func (fn ResourcePrinterFunc) PrintObj(obj runtime.Object, w io.Writer) error {
|
|||||||
|
|
||||||
// PrintOptions struct defines a struct for various print options
|
// PrintOptions struct defines a struct for various print options
|
||||||
type PrintOptions struct {
|
type PrintOptions struct {
|
||||||
// supported Format types can be found in pkg/printers/printers.go
|
|
||||||
OutputFormatType string
|
|
||||||
OutputFormatArgument string
|
|
||||||
|
|
||||||
NoHeaders bool
|
NoHeaders bool
|
||||||
WithNamespace bool
|
WithNamespace bool
|
||||||
WithKind bool
|
WithKind bool
|
||||||
|
Loading…
Reference in New Issue
Block a user