Skip to content

Commit

Permalink
fix volcano podgroup update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ckyuto committed Apr 26, 2024
1 parent 3576568 commit ada7d06
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 ada7d06

Please sign in to comment.