Merge pull request #79236 from connor1989/doc/remove_invalid_documentation

Documentation on OutputFormatType references nonexistent file
This commit is contained in:
Kubernetes Prow Robot 2019-06-25 11:44:11 -07:00 committed by GitHub
commit d573a8ebbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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