Skip to content

Commit 77d40b5

Browse files
author
Klaus Ma
authored
Merge pull request volcano-sh#97 from k82cn/update_kb
2 parents 1be22b5 + 097f927 commit 77d40b5

File tree

23 files changed

+67
-379
lines changed

23 files changed

+67
-379
lines changed

Gopkg.lock

+20-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ required = [
3838

3939
[[constraint]]
4040
name = "github.com/kubernetes-sigs/kube-batch"
41-
version = "0.4.2"
41+
branch = "release-0.4"
4242

4343
[[constraint]]
4444
name = "github.com/onsi/ginkgo"

cmd/scheduler/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626
"k8s.io/apimachinery/pkg/util/wait"
2727
"k8s.io/apiserver/pkg/util/flag"
2828

29-
_ "volcano.sh/volcano/pkg/scheduler/actions"
30-
_ "volcano.sh/volcano/pkg/scheduler/plugins"
29+
_ "github.com/kubernetes-sigs/kube-batch/pkg/scheduler/actions"
30+
_ "github.com/kubernetes-sigs/kube-batch/pkg/scheduler/plugins"
3131

3232
"github.com/kubernetes-sigs/kube-batch/cmd/kube-batch/app"
3333
"github.com/kubernetes-sigs/kube-batch/cmd/kube-batch/app/options"

pkg/scheduler/README.md

-4
This file was deleted.

0 commit comments

Comments
 (0)