Documentation ¶
Overview ¶
Package printer implements printing functionality for cli.
Index ¶
Constants ¶
View Source
const ( // PrinterTypeTable is a table printer PType. PrinterTypeTable = PType("table") // PrinterTypeJSON is a json printer PType. PrinterTypeJSON = PType("json") )
Variables ¶
View Source
var ( // ErrUnknowPrinterType is an error if a printer type isn't known. ErrUnknowPrinterType = errors.New("unknown printer type") // ErrTableRequired is an error if the object being printed // isn't a metav1.Table. ErrTableRequired = errors.New("metav1.Table is required") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.