package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Append all labels to a single column.
No description provided by the author
DecorateTable takes a table and attempts to add label columns and the namespace column.
FormatResourceName receives a resource kind, name, and boolean specifying whether or not to update the current name to "kind/name".
GetNewTabWriter returns a tabwriter that translates tabbed columns in input into properly aligned text.
NewHumanReadablePrinter creates a HumanReadablePrinter.
NewTablePrinter creates a HumanReadablePrinter suitable for calling PrintTable().
PrintTable prints a table to the provided output respecting the filtering rules for options for wide columns and filtered rows.
ValidatePrintHandlerFunc validates print handler signature.
ValidateRowPrintHandlerFunc validates print handler signature.

# Structs

HumanReadablePrinter is an implementation of ResourcePrinter which attempts to provide more elegant output.
No description provided by the author

# Interfaces

No description provided by the author
ResourcePrinter is an interface that knows how to print runtime objects.
No description provided by the author

# Type aliases

ResourcePrinterFunc is a function that can print objects.