Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lv4 (0.03 sec)

  1. tools/bug-report/pkg/cluster/cluster_test.go

    			},
    			true,
    		},
    		{
    			"tested annotation not skip",
    			&v1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "in-test1",
    					Labels: map[string]string{
    						"l3": "lv3",
    						"l4": "lv4",
    					},
    					Annotations: map[string]string{
    						"a3": "av3",
    						"a4": "av4",
    					},
    				},
    			},
    			&config2.BugReportConfig{
    				Include: []*config2.SelectionSpec{
    					{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 17:23:32 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. tools/bug-report/pkg/config/config_test.go

    	config := `
    kubeConfigPath: a/b/c
    context: d
    istioNamespace: e1
    dryRun: true
    fullSecrets: true
    commandTimeout: 5m
    include:
      - ns1,ns2/d1,d2/p1,p2/l1=lv1,l2=lv2/a1=av1,a2=av2/c1,c2
      - ns4,ns5/d4,d5/p4,p5/l4=lv4,l5=lv5/a4=av4,a5=av5/c4,c5
    exclude: 
      - ns7,ns8/d7,d8/p7,p8/l7=lv7,l8=lv8/a7=av7,a8=av8/c7,c8
    startTime: 2002-10-02T10:00:00-05:00
    endTime: 2002-10-02T10:00:00-05:00
    since: 1m
    criticalErrors:
      - e1
      - e2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 15 15:19:50 UTC 2021
    - 4.4K bytes
    - Viewed (0)
Back to top