func CreatePrinter(printerType string, ioStreams genericclioptions.IOStreams, printData *printer.PrintData) (printer.Printer, error)
CreatePrinter return an implementation of the Printer interface. The actual implementation is based on the printerType requested.