Skip to content

Commit 1b2d905

Browse files
authored
Merge pull request #34 from humblec/kube-v1.24
use snapshotter client v6 and kube dependencies v1.24.0
2 parents 88bb412 + 2562308 commit 1b2d905

File tree

804 files changed

+66683
-15168
lines changed

Some content is hidden

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

804 files changed

+66683
-15168
lines changed

go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@ go 1.16
44

55
require (
66
github.com/imdario/mergo v0.3.10 // indirect
7-
github.com/kubernetes-csi/csi-lib-utils v0.9.1
8-
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.0.0
7+
github.com/kubernetes-csi/csi-lib-utils v0.11.0
8+
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.0.1
99
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-00010101000000-000000000000
10-
github.com/onsi/ginkgo v1.14.1 // indirect
11-
github.com/onsi/gomega v1.10.2 // indirect
12-
github.com/prometheus/client_golang v1.11.0
10+
github.com/prometheus/client_golang v1.12.1
1311
github.com/prometheus/client_model v0.2.0
14-
github.com/prometheus/common v0.28.0
15-
k8s.io/api v0.23.4
16-
k8s.io/apimachinery v0.23.4
17-
k8s.io/client-go v0.23.4
18-
k8s.io/component-base v0.23.4
19-
k8s.io/klog/v2 v2.30.0
12+
github.com/prometheus/common v0.32.1
13+
k8s.io/api v0.24.0
14+
k8s.io/apimachinery v0.24.0
15+
k8s.io/client-go v0.24.0
16+
k8s.io/component-base v0.24.0
17+
k8s.io/klog/v2 v2.60.1
2018
)
2119

2220
replace github.com/kubernetes-csi/volume-data-source-validator/client => ./client

go.sum

Lines changed: 140 additions & 117 deletions
Large diffs are not rendered by default.

pkg/data-source-validator/data_source_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package data_source_validator
1919
import (
2020
"fmt"
2121

22-
volumesnapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1"
22+
volumesnapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
2323
popv1beta1 "github.com/kubernetes-csi/volume-data-source-validator/client/apis/volumepopulator/v1beta1"
2424
v1 "k8s.io/api/core/v1"
2525
"k8s.io/apimachinery/pkg/api/errors"

pkg/data-source-validator/data_source_validator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
"k8s.io/client-go/tools/cache"
3333
k8smetrics "k8s.io/component-base/metrics"
3434

35-
volumesnapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1"
35+
volumesnapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
3636

3737
popv1beta1 "github.com/kubernetes-csi/volume-data-source-validator/client/apis/volumepopulator/v1beta1"
3838
)

vendor/github.com/PuerkitoBio/purell/.gitignore

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/PuerkitoBio/purell/.travis.yml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/PuerkitoBio/purell/LICENSE

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/PuerkitoBio/purell/README.md

Lines changed: 188 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)