Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 142 of 142 for newNode (0.31 sec)

  1. pkg/apis/core/validation/validation_test.go

    		t.Run(testCase.pod.Name, func(t *testing.T) {
    			for _, oldTestCase := range testCases {
    				newPod := testCase.pod.DeepCopy()
    				newPod.ResourceVersion = "1"
    
    				oldPod := oldTestCase.pod.DeepCopy()
    				oldPod.ResourceVersion = "1"
    				oldPod.Name = newPod.Name
    
    				errs := ValidatePodStatusUpdate(newPod, oldPod, PodValidationOptions{})
    
    				if len(errs) == 0 && testCase.expectError {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    	cred := getReqAccessCred(r, globalSite.Region())
    	// In a federated deployment, all the instances share config files
    	// and hence expected to have same credentials.
    	core, err := miniogo.NewCore(host, &miniogo.Options{
    		Creds:     credentials.NewStaticV4(cred.AccessKey, cred.SecretKey, ""),
    		Secure:    globalIsTLS,
    		Transport: getRemoteInstanceTransport(),
    	})
    	if err != nil {
    		return nil, err
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
Back to top