Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newBenchmarkTable (0.12 sec)

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

    					"namespace": "ns",
    					"labels": map[string]interface{}{
    						"first-label":  "12",
    						"second-label": "label-value",
    					},
    				},
    			},
    		})
    	}
    	return list
    }
    
    func newBenchmarkTable() *metav1.Table {
    	table := &metav1.Table{
    		ColumnDefinitions: []metav1.TableColumnDefinition{
    			{Name: "Name", Type: "string"},
    			{Name: "Ready", Type: "string"},
    			{Name: "Status", Type: "string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 30 00:36:07 UTC 2022
    - 4.2K bytes
    - Viewed (0)
Back to top