Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLabelPods (0.13 sec)

  1. cni/pkg/repair/repair_test.go

    			podmap[pod.Name] = strings.Join([]string{podmap[pod.Name], fmt.Sprintf("%s=%s", key, value)}, ",")
    		}
    		podmap[pod.Name] = strings.Trim(podmap[pod.Name], " ,")
    	}
    	return
    }
    
    func TestLabelPods(t *testing.T) {
    	tests := []struct {
    		name       string
    		client     kube.Client
    		config     config.RepairConfig
    		wantLabels map[string]string
    		wantCount  float64
    		wantTags   map[string]string
    	}{
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Oct 24 03:31:28 UTC 2023
    - 10.6K bytes
    - Viewed (0)
Back to top