Skip to content

Commit

Permalink
New tag
Browse files Browse the repository at this point in the history
Signed-off-by: bmordeha <[email protected]>
  • Loading branch information
Barakmor1 committed Sep 18, 2023
1 parent b603342 commit a0c25f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mtq-controller/vmmrq-controller/vmmrq-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (ctrl *VmmrqController) addVmmrq(obj interface{}) {
}

// When a virtualMachineMigrationResourceQuota is updated , figure out if there are pending migration in the namespace
// if there are we should push them into the queue to accelerate the target creation process
// if there are we should push them into the queue to accelerate the target creation process.
func (ctrl *VmmrqController) updateVmmrq(old, cur interface{}) {
atLeastOneMigration := false
curVmmrq := cur.(*v1alpha12.VirtualMachineMigrationResourceQuota)
Expand Down

0 comments on commit a0c25f5

Please sign in to comment.