Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastColumns (0.4 sec)

  1. staging/src/k8s.io/cli-runtime/pkg/printers/tableprinter.go

    			localOptions.NoHeaders = true
    		}
    
    		if len(table.ColumnDefinitions) == 0 {
    			// If this table has no column definitions, use the columns from the last table we printed for decoration and layout.
    			// This is done when receiving tables in watch events to save bandwidth.
    			table.ColumnDefinitions = h.lastColumns
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 30 15:08:43 UTC 2022
    - 16.7K bytes
    - Viewed (0)
Back to top