Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		if updated != test.isUpdated {
    			t.Errorf("%s: IsPodUpdated returned wrong value. Expected %t, got %t", test.test, test.isUpdated, updated)
    		}
    	}
    }
    
    func TestCreatePodTemplate(t *testing.T) {
    	tests := []struct {
    		templateGeneration *int64
    		hash               string
    		expectUniqueLabel  bool
    	}{
    		{pointer.Int64(1), "", false},
    		{pointer.Int64(2), "3242341807", true},
    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