Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CheckClaims (0.08 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    		if diff := cmp.Diff(pvc, newCachedPVC); diff != "" {
    			t.Errorf("cached PVC check failed (-want, +got):\n%s", diff)
    		}
    	}
    
    	// Check reactor for API updates
    	if err := env.reactor.CheckClaims(expectedAPIPVCs); err != nil {
    		t.Errorf("API reactor validation failed: %v", err)
    	}
    }
    
    const (
    	pvcUnbound = iota
    	pvcPrebound
    	pvcBound
    	pvcSelectedNode
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top