Skip to content

Commit fa6a668

Browse files
authored
Merge pull request volcano-sh#10 from Thor-wl/master
import code_generator to vendor
2 parents 728cda0 + 91a2992 commit fa6a668

File tree

825 files changed

+139857
-119204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

825 files changed

+139857
-119204
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
k8s.io/apimachinery v0.19.6
88
k8s.io/apiserver v0.19.6
99
k8s.io/client-go v0.19.6
10+
k8s.io/code-generator v0.20.4 // indirect
1011
k8s.io/klog v1.0.0
11-
k8s.io/code-generator v0.20.4
1212
)
1313

1414
replace (

go.sum

+506
Large diffs are not rendered by default.

hack/update-codegen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ vendor/k8s.io/code-generator/generate-groups.sh all \
1818
vendor/k8s.io/code-generator/generate-groups.sh all \
1919
github.com/volcano-sh/apis/pkg/client github.com/volcano-sh/apis/pkg/apis/scheduling \
2020
scheduling.volcano.sh:v1beta1 \
21-
--go-header-file ${SCRIPT_ROOT}/hack/boilerplate.go.txt
21+
--go-header-file ${SCRIPT_ROOT}/hack/boilerplate.go.txt

vendor/github.com/cespare/xxhash/v2/.travis.yml

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

vendor/github.com/cespare/xxhash/v2/LICENSE.txt

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

vendor/github.com/cespare/xxhash/v2/README.md

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

vendor/github.com/cespare/xxhash/v2/go.mod

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

vendor/github.com/cespare/xxhash/v2/go.sum

Whitespace-only changes.

vendor/github.com/cespare/xxhash/v2/xxhash.go

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

vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go

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

0 commit comments

Comments
 (0)