Versions in this module Expand all Collapse all v0 v0.1.0 Jun 11, 2024 Changes in this version + func AddCollaSetHandlers(h PrintHandler) + func AddK8sHandlers(h PrintHandler) + func AddOAMHandlers(h PrintHandler) + func ValidateRowPrintHandlerFunc(printFunc reflect.Value) error + type HumanReadableGenerator struct + func NewTableGenerator() *HumanReadableGenerator + func (h *HumanReadableGenerator) GenerateTable(obj runtime.Object) (string, bool) + func (h *HumanReadableGenerator) TableHandler(printFunc interface{}) error + func (h *HumanReadableGenerator) With(fns ...func(PrintHandler)) *HumanReadableGenerator + type PrintHandler interface + TableHandler func(printFunc interface{}) error + type TableGenerator interface + GenerateTable func(obj runtime.Object) (string, bool)