Skip to content

Commit 25715d2

Browse files
committed
fix volcano podgroup update issue
Signed-off-by: Weiyu Yen <[email protected]>
1 parent 5d3ec9e commit 25715d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/controller.v1/common/scheduling.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ package common
1919
import (
2020
"fmt"
2121

22-
volcanov1beta1 "volcano.sh/apis/pkg/apis/scheduling/v1beta1"
23-
2422
log "github.com/sirupsen/logrus"
2523
k8serrors "k8s.io/apimachinery/pkg/api/errors"
2624
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2725
"k8s.io/klog/v2"
2826
"sigs.k8s.io/controller-runtime/pkg/client"
27+
volcanov1beta1 "volcano.sh/apis/pkg/apis/scheduling/v1beta1"
2928
)
3029

3130
type FillPodGroupSpecFunc func(object metav1.Object) (metav1.Object, error)

0 commit comments

Comments
 (0)