Skip to content

Commit

Permalink
fix volcano podgroup update issue
Browse files Browse the repository at this point in the history
Signed-off-by: Weiyu Yen <ckyuto@gmail.com>
  • Loading branch information
ckyuto committed Apr 26, 2024
1 parent 5d3ec9e commit 25715d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/controller.v1/common/scheduling.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ package common
import (
"fmt"

volcanov1beta1 "volcano.sh/apis/pkg/apis/scheduling/v1beta1"

log "github.com/sirupsen/logrus"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog/v2"
"sigs.k8s.io/controller-runtime/pkg/client"
volcanov1beta1 "volcano.sh/apis/pkg/apis/scheduling/v1beta1"
)

type FillPodGroupSpecFunc func(object metav1.Object) (metav1.Object, error)
Expand Down

0 comments on commit 25715d2

Please sign in to comment.