mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
get the error claim in dra
Signed-off-by: kerthcet <kerthcet@gmail.com>
This commit is contained in:
parent
3aa8c59fec
commit
7801173f6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user