mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #79236 from connor1989/doc/remove_invalid_documentation
Documentation on OutputFormatType references nonexistent file
This commit is contained in:
commit
d573a8ebbd
@ -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