Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PrinterTypeTable is a table printer type. PrinterTypeTable = PrinterType("table") // PrinterTypeYAML is a yaml printer type. PrinterTypeYAML = PrinterType("yaml") // PrinterTypeJSON is a json printer type. PrinterTypeJSON = PrinterType("json") )
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.