package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewTableGenerator creates a HumanReadableGenerator suitable for calling GenerateTable().
ValidateRowPrintHandlerFunc validates print handler signature.
# Structs
GenerateOptions encapsulates attributes for table generation.
HumanReadableGenerator is an implementation of TableGenerator used to generate a table for a specific resource.
# Interfaces
PrintHandler - interface to handle printing provided an array of metav1.TableColumnDefinition.
ResourcePrinter is an interface that knows how to print runtime objects.
TableGenerator - an interface for generating metav1.Table provided a runtime.Object.
# Type aliases
ResourcePrinterFunc is a function that can print objects.