const ( EventsPrinter = "events" TablePrinter = "table" JSONPrinter = "json" )
func DefaultPrinter() string
func GetPrinter(printerType string, ioStreams genericclioptions.IOStreams) printer.Printer
func SupportedPrinters() []string
func ValidatePrinterType(printerType string) bool