mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	get the error claim in dra
Signed-off-by: kerthcet <kerthcet@gmail.com>
This commit is contained in:
		@@ -747,7 +747,7 @@ func (pl *dynamicResources) Filter(ctx context.Context, cs *framework.CycleState
 | 
			
		||||
			state.unavailableClaims = sets.New[int]()
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		for index := range unavailableClaims {
 | 
			
		||||
		for _, index := range unavailableClaims {
 | 
			
		||||
			claim := state.claims[index]
 | 
			
		||||
			// Deallocation makes more sense for claims with
 | 
			
		||||
			// delayed allocation. Claims with immediate allocation
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user