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 <[email protected]>
  • Loading branch information
ckyuto committed May 2, 2024
1 parent fe62d18 commit adb09ed
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 @@ -22,15 +22,14 @@ import (
"fmt"

apiv1 "github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1"
volcanov1beta1 "volcano.sh/apis/pkg/apis/scheduling/v1beta1"

log "github.com/sirupsen/logrus"
policyapi "k8s.io/api/policy/v1beta1"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr"
"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 adb09ed

Please sign in to comment.