Skip to content

Commit

Permalink
unify the package import of "apis/scheduling"
Browse files Browse the repository at this point in the history
Signed-off-by: lowang-bh <[email protected]>
  • Loading branch information
lowang-bh committed Aug 26, 2023
1 parent e2df98d commit 55d3cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/plugins/resourcequota/resourcequota.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
quotav1 "k8s.io/apiserver/pkg/quota/v1"
"k8s.io/klog/v2"

scheduling "volcano.sh/apis/pkg/apis/scheduling/v1beta1"
scheduling "volcano.sh/apis/pkg/apis/scheduling"
"volcano.sh/volcano/pkg/scheduler/api"
"volcano.sh/volcano/pkg/scheduler/framework"
"volcano.sh/volcano/pkg/scheduler/plugins/util"
Expand Down

0 comments on commit 55d3cf7

Please sign in to comment.