# Functions

New creates a new printer.

# Variables

ErrTableRequired is an error if the object being printed isn't a metav1.Table.
ErrUnknowPrinterType is an error if a printer type isn't known.
PrinterTypeJSON is a json printer type.
PrinterTypeTable is a table printer type.
PrinterTypeYAML is a yaml printer type.

# Interfaces

Printer is an interface for a printer.

# Type aliases

PrinterType is a type declaration for a printer type.