Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lv1 (0.01 sec)

  1. tools/bug-report/pkg/config/config_test.go

    		Labels: map[string]string{
    			"l1": "lv1",
    			"l2": "lv2",
    		},
    		Annotations: map[string]string{
    			"a1": "av1",
    		},
    		Containers: []string{"c1", "c2"},
    	}
    	// there are 2 possible results as map iteration order is nondeterministic
    	want1 := []byte(`"ns1,ns2/d1,d2/p1,p2/l1=lv1,l2=lv2/a1=av1/c1,c2"`)
    	want2 := []byte(`"ns1,ns2/d1,d2/p1,p2/l2=lv2,l1=lv1/a1=av1/c1,c2"`)
    
    	got, err := spec.MarshalJSON()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 15 15:19:50 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  2. tools/bug-report/pkg/cluster/cluster_test.go

    					Name: "in-test1",
    					Labels: map[string]string{
    						"l1": "lv1",
    					},
    					Annotations: map[string]string{
    						"a1": "av1",
    						"a2": "av1",
    					},
    				},
    			},
    			&config2.BugReportConfig{
    				Include: []*config2.SelectionSpec{
    					{
    						Pods: []string{"in-"},
    						Labels: map[string]string{
    							"l1": "lv1",
    							"l2": "lv2",
    						},
    					},
    				},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 17:23:32 UTC 2023
    - 11K bytes
    - Viewed (0)
Back to top