Documentation ¶ Index ¶ type Converter func NewConverter(tableDef [][]string) (*Converter, error) func (c Converter) ConvertToTable(_ context.Context, object runtime.Object, _ runtime.Object) (*metav1.Table, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Converter ¶ type Converter struct { // contains filtered or unexported fields } func NewConverter ¶ func NewConverter(tableDef [][]string) (*Converter, error) func (Converter) ConvertToTable ¶ func (c Converter) ConvertToTable(_ context.Context, object runtime.Object, _ runtime.Object) (*metav1.Table, error) Source Files ¶ View all Source files converter.go Directories ¶ Show internal Expand all Path Synopsis table Click to show internal directories. Click to hide internal directories.