package
0.0.0-20250205171014-75914068d66a
Repository: https://github.com/openshift/oauth-apiserver.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 metav1beta1.TableColumnDefinition.
TableGenerator - an interface for generating metav1beta1.Table provided a runtime.Object.