...

Package printers

import "sigs.k8s.io/cli-utils/pkg/printers"
Overview
Index
Subdirectories

Overview ▾

Constants

const (
    EventsPrinter = "events"
    TablePrinter  = "table"
    JSONPrinter   = "json"
)

func DefaultPrinter

func DefaultPrinter() string

func GetPrinter

func GetPrinter(printerType string, ioStreams genericclioptions.IOStreams) printer.Printer

func SupportedPrinters

func SupportedPrinters() []string

func ValidatePrinterType

func ValidatePrinterType(printerType string) bool

Subdirectories

Name Synopsis
..
events
json Package json provides a printer that outputs the eventstream in json format.
printer
table
testutil