Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 3242341807 (0.14 sec)

  1. pkg/controller/daemon/util/daemonset_util_test.go

    func TestCreatePodTemplate(t *testing.T) {
    	tests := []struct {
    		templateGeneration *int64
    		hash               string
    		expectUniqueLabel  bool
    	}{
    		{pointer.Int64(1), "", false},
    		{pointer.Int64(2), "3242341807", true},
    	}
    	for _, test := range tests {
    		podTemplateSpec := v1.PodTemplateSpec{}
    		newPodTemplate := CreatePodTemplate(podTemplateSpec, test.templateGeneration, test.hash)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top