mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +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]()
|
state.unavailableClaims = sets.New[int]()
|
||||||
}
|
}
|
||||||
|
|
||||||
for index := range unavailableClaims {
|
for _, index := range unavailableClaims {
|
||||||
claim := state.claims[index]
|
claim := state.claims[index]
|
||||||
// Deallocation makes more sense for claims with
|
// Deallocation makes more sense for claims with
|
||||||
// delayed allocation. Claims with immediate allocation
|
// delayed allocation. Claims with immediate allocation
|
||||||
|
Loading…
Reference in New Issue
Block a user