Skip to content

Commit 376f0ea

Browse files
Merge pull request kubernetes-csi#106 from rhrmo/rebase-5.1.0
STOR-2018: Rebase external-provisioner to upstream v5.1.0 for OCP 4.18
2 parents 56080df + a045ddc commit 376f0ea

File tree

2,380 files changed

+107043
-59478
lines changed

Some content is hidden

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

2,380 files changed

+107043
-59478
lines changed

.prow.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /bin/bash
22

3-
CSI_PROW_SIDECAR_E2E_IMPORT_PATH="github.com/kubernetes-csi/external-provisioner/test/e2e"
3+
CSI_PROW_SIDECAR_E2E_IMPORT_PATH="github.com/kubernetes-csi/external-provisioner/v5/test/e2e"
4+
CSI_PROW_SIDECAR_E2E_PATH="github.com/kubernetes-csi/external-provisioner/test/e2e"
45

56
. release-tools/prow.sh
67

CHANGELOG/CHANGELOG-5.0.md

-44
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,3 @@
1-
# Release notes for v5.0.2
2-
3-
## Changes by Kind
4-
5-
### Bug or Regression
6-
7-
- Fixed removal of PV protection finalizer. PVs are no longer Terminating forever after PVC deletion. ([#1251](https://github.com/kubernetes-csi/external-provisioner/pull/1251), [@jsafrane](https://github.com/jsafrane))
8-
9-
### Uncategorized
10-
11-
- Updated go to 1.22.5 ([#1251](https://github.com/kubernetes-csi/external-provisioner/pull/1251), [@jsafrane](https://github.com/jsafrane))
12-
13-
## Dependencies
14-
15-
### Added
16-
_Nothing has changed._
17-
18-
### Changed
19-
- sigs.k8s.io/sig-storage-lib-external-provisioner/v10: v10.0.0 → v10.0.1
20-
21-
### Removed
22-
_Nothing has changed._
23-
24-
# Release notes for v5.0.1
25-
26-
[Documentation](https://kubernetes-csi.github.io)
27-
28-
## Changes by Kind
29-
30-
### Bug or Regression
31-
32-
- Update csi-lib-utils to v0.18.1 ([#1224](https://github.com/kubernetes-csi/external-provisioner/pull/1224), [@rhrmo](https://github.com/rhrmo))
33-
34-
## Dependencies
35-
36-
### Added
37-
_Nothing has changed._
38-
39-
### Changed
40-
- github.com/kubernetes-csi/csi-lib-utils: [v0.18.0 → v0.18.1](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.18.0...v0.18.1)
41-
42-
### Removed
43-
_Nothing has changed._
44-
451
# Release notes for v5.0.0
462

473
[Documentation](https://kubernetes-csi.github.io)

CHANGELOG/CHANGELOG-5.1.md

+162
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
# Release notes for 5.1.0
2+
3+
[Documentation](https://kubernetes-csi.github.io)
4+
5+
# Changelog since 5.0.0
6+
7+
## Urgent Upgrade Notes
8+
9+
### (No, really, you MUST read this before you upgrade)
10+
11+
- Go module path was changed to github.com/kubernetes-csi/external-provisioner/v5, adjust accordingly when importing in go ([#1236](https://github.com/kubernetes-csi/external-provisioner/pull/1236), [@jakobmoellerdev](https://github.com/jakobmoellerdev))
12+
- If VolumeAttributesClass feature gate is enabled, then this sidecar may only be used with Kubernetes v1.31 due to upgraded v1beta1 objects and listers ([#1253](https://github.com/kubernetes-csi/external-provisioner/pull/1253), [@AndrewSirenko](https://github.com/AndrewSirenko))
13+
14+
## Changes by Kind
15+
16+
### Feature
17+
18+
- Promote CSINodeExpandSecret to GA ([#1236](https://github.com/kubernetes-csi/external-provisioner/pull/1218), [@jakobmoellerdev](https://github.com/jakobmoellerdev))
19+
- Promote VolumeAttributesClass feature gate to beta. If VolumeAttributesClass feature gate is enabled, then this sidecar may only be used with Kubernetes v1.31 due to upgraded v1beta1 objects and listers ([#1253](https://github.com/kubernetes-csi/external-provisioner/pull/1253), [@AndrewSirenko](https://github.com/AndrewSirenko))
20+
21+
### Bug or Regression
22+
23+
- Fixed removal of PV protection finalizer. PVs are no longer Terminating forever after PVC deletion ([#1250](https://github.com/kubernetes-csi/external-provisioner/pull/1250), [@jsafrane](https://github.com/jsafrane))
24+
25+
### Other (Cleanup or Flake)
26+
27+
- Updates Kubernetes dependencies to v1.31.0 ([#1256](https://github.com/kubernetes-csi/external-provisioner/pull/1256), [@dfajmon](https://github.com/dfajmon))
28+
29+
## Dependencies
30+
31+
### Added
32+
- cel.dev/expr: v0.15.0
33+
- github.com/antlr4-go/antlr/v4: [v4.13.1](https://github.com/antlr4-go/antlr/tree/v4.13.1)
34+
- github.com/shurcooL/sanitized_anchor_name: [v1.0.0](https://github.com/shurcooL/sanitized_anchor_name/tree/v1.0.0)
35+
- github.com/urfave/cli: [v1.22.1](https://github.com/urfave/cli/tree/v1.22.1)
36+
- gopkg.in/evanphx/json-patch.v4: v4.12.0
37+
- k8s.io/cri-client: v0.31.0
38+
39+
### Changed
40+
- cloud.google.com/go/compute: v1.25.1 → v1.24.0
41+
- github.com/Microsoft/hcsshim: [v0.8.25 → v0.8.26](https://github.com/Microsoft/hcsshim/compare/v0.8.25...v0.8.26)
42+
- github.com/asaskevich/govalidator: [f61b66f → a9d515a](https://github.com/asaskevich/govalidator/compare/f61b66f...a9d515a)
43+
- github.com/cncf/xds/go: [8a4994d → 555b57e](https://github.com/cncf/xds/compare/8a4994d...555b57e)
44+
- github.com/cpuguy83/go-md2man/v2: [v2.0.3 → v2.0.4](https://github.com/cpuguy83/go-md2man/compare/v2.0.3...v2.0.4)
45+
- github.com/davecgh/go-spew: [v1.1.1 → d8f796a](https://github.com/davecgh/go-spew/compare/v1.1.1...d8f796a)
46+
- github.com/emicklei/go-restful/v3: [v3.12.0 → v3.12.1](https://github.com/emicklei/go-restful/compare/v3.12.0...v3.12.1)
47+
- github.com/evanphx/json-patch: [v5.9.0+incompatible → v5.7.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.9.0...v5.7.0)
48+
- github.com/fxamacker/cbor/v2: [v2.6.0 → v2.7.0](https://github.com/fxamacker/cbor/compare/v2.6.0...v2.7.0)
49+
- github.com/go-logr/logr: [v1.4.1 → v1.4.2](https://github.com/go-logr/logr/compare/v1.4.1...v1.4.2)
50+
- github.com/golang/glog: [v1.2.0 → v1.2.1](https://github.com/golang/glog/compare/v1.2.0...v1.2.1)
51+
- github.com/google/cel-go: [v0.17.8 → v0.20.1](https://github.com/google/cel-go/compare/v0.17.8...v0.20.1)
52+
- github.com/google/pprof: [a892ee0 → 813a5fb](https://github.com/google/pprof/compare/a892ee0...813a5fb)
53+
- github.com/gorilla/websocket: [v1.5.1 → v1.5.3](https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3)
54+
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.20.0 → v2.22.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.22.0)
55+
- github.com/kubernetes-csi/csi-lib-utils: [v0.18.0 → v0.19.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.18.0...v0.19.0)
56+
- github.com/matttproud/golang_protobuf_extensions: [v1.0.4 → v1.0.1](https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.4...v1.0.1)
57+
- github.com/miekg/dns: [v1.1.59 → v1.1.62](https://github.com/miekg/dns/compare/v1.1.59...v1.1.62)
58+
- github.com/moby/spdystream: [v0.2.0 → v0.5.0](https://github.com/moby/spdystream/compare/v0.2.0...v0.5.0)
59+
- github.com/moby/sys/mountinfo: [v0.7.1 → v0.7.2](https://github.com/moby/sys/compare/mountinfo/v0.7.1...mountinfo/v0.7.2)
60+
- github.com/moby/term: [1aeaba8 → v0.5.0](https://github.com/moby/term/compare/1aeaba8...v0.5.0)
61+
- github.com/onsi/ginkgo/v2: [v2.17.3 → v2.20.0](https://github.com/onsi/ginkgo/compare/v2.17.3...v2.20.0)
62+
- github.com/onsi/gomega: [v1.33.1 → v1.34.1](https://github.com/onsi/gomega/compare/v1.33.1...v1.34.1)
63+
- github.com/opencontainers/runc: [v1.1.12 → v1.1.13](https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13)
64+
- github.com/opencontainers/runtime-spec: [494a5a6 → v1.2.0](https://github.com/opencontainers/runtime-spec/compare/494a5a6...v1.2.0)
65+
- github.com/pmezard/go-difflib: [v1.0.0 → 5d4384e](https://github.com/pmezard/go-difflib/compare/v1.0.0...5d4384e)
66+
- github.com/prometheus/client_golang: [v1.18.0 → v1.19.1](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.1)
67+
- github.com/prometheus/common: [v0.46.0 → v0.55.0](https://github.com/prometheus/common/compare/v0.46.0...v0.55.0)
68+
- github.com/prometheus/procfs: [v0.15.0 → v0.15.1](https://github.com/prometheus/procfs/compare/v0.15.0...v0.15.1)
69+
- github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0)
70+
- github.com/sirupsen/logrus: [v1.9.0 → v1.9.3](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.3)
71+
- github.com/spf13/cobra: [v1.8.0 → v1.8.1](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)
72+
- go.etcd.io/bbolt: v1.3.8 → v1.3.9
73+
- go.etcd.io/etcd/api/v3: v3.5.13 → v3.5.15
74+
- go.etcd.io/etcd/client/pkg/v3: v3.5.13 → v3.5.15
75+
- go.etcd.io/etcd/client/v2: v2.305.10 → v2.305.13
76+
- go.etcd.io/etcd/client/v3: v3.5.13 → v3.5.15
77+
- go.etcd.io/etcd/pkg/v3: v3.5.10 → v3.5.13
78+
- go.etcd.io/etcd/raft/v3: v3.5.10 → v3.5.13
79+
- go.etcd.io/etcd/server/v3: v3.5.10 → v3.5.13
80+
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.51.0 → v0.53.0
81+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.51.0 → v0.53.0
82+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.26.0 → v1.28.0
83+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.26.0 → v1.28.0
84+
- go.opentelemetry.io/otel/metric: v1.26.0 → v1.28.0
85+
- go.opentelemetry.io/otel/sdk: v1.26.0 → v1.28.0
86+
- go.opentelemetry.io/otel/trace: v1.26.0 → v1.28.0
87+
- go.opentelemetry.io/otel: v1.26.0 → v1.28.0
88+
- go.opentelemetry.io/proto/otlp: v1.2.0 → v1.3.1
89+
- golang.org/x/crypto: v0.23.0 → v0.26.0
90+
- golang.org/x/exp: fe59bbe → 8a7402a
91+
- golang.org/x/mod: v0.17.0 → v0.20.0
92+
- golang.org/x/net: v0.25.0 → v0.28.0
93+
- golang.org/x/oauth2: v0.20.0 → v0.22.0
94+
- golang.org/x/sync: v0.7.0 → v0.8.0
95+
- golang.org/x/sys: v0.20.0 → v0.23.0
96+
- golang.org/x/telemetry: f48c80b → bda5523
97+
- golang.org/x/term: v0.20.0 → v0.23.0
98+
- golang.org/x/text: v0.15.0 → v0.17.0
99+
- golang.org/x/time: v0.5.0 → v0.6.0
100+
- golang.org/x/tools: v0.21.0 → v0.24.0
101+
- golang.org/x/xerrors: 04be3eb → 5ec99f8
102+
- google.golang.org/appengine: v1.6.8 → v1.6.7
103+
- google.golang.org/genproto/googleapis/api: 0867130 → ddb44da
104+
- google.golang.org/genproto/googleapis/rpc: 0867130 → ddb44da
105+
- google.golang.org/grpc: v1.64.0 → v1.65.0
106+
- google.golang.org/protobuf: v1.34.1 → v1.34.2
107+
- k8s.io/api: v0.30.0 → v0.31.0
108+
- k8s.io/apiextensions-apiserver: v0.30.0 → v0.31.0
109+
- k8s.io/apimachinery: v0.30.0 → v0.31.0
110+
- k8s.io/apiserver: v0.30.0 → v0.31.0
111+
- k8s.io/cli-runtime: v0.30.0 → v0.31.0
112+
- k8s.io/client-go: v0.30.0 → v0.31.0
113+
- k8s.io/cloud-provider: v0.30.0 → v0.31.0
114+
- k8s.io/cluster-bootstrap: v0.30.0 → v0.31.0
115+
- k8s.io/code-generator: v0.30.0 → v0.31.0
116+
- k8s.io/component-base: v0.30.0 → v0.31.0
117+
- k8s.io/component-helpers: v0.30.0 → v0.31.0
118+
- k8s.io/controller-manager: v0.30.0 → v0.31.0
119+
- k8s.io/cri-api: v0.30.0 → v0.31.0
120+
- k8s.io/csi-translation-lib: v0.30.0 → v0.31.0
121+
- k8s.io/dynamic-resource-allocation: v0.30.0 → v0.31.0
122+
- k8s.io/endpointslice: v0.30.0 → v0.31.0
123+
- k8s.io/klog/v2: v2.120.1 → v2.130.1
124+
- k8s.io/kms: v0.30.0 → v0.31.0
125+
- k8s.io/kube-aggregator: v0.30.0 → v0.31.0
126+
- k8s.io/kube-controller-manager: v0.30.0 → v0.31.0
127+
- k8s.io/kube-openapi: 8948a66 → 7a9a4e8
128+
- k8s.io/kube-proxy: v0.30.0 → v0.31.0
129+
- k8s.io/kube-scheduler: v0.30.0 → v0.31.0
130+
- k8s.io/kubectl: v0.30.0 → v0.31.0
131+
- k8s.io/kubelet: v0.30.0 → v0.31.0
132+
- k8s.io/kubernetes: v1.30.1 → v1.31.0
133+
- k8s.io/metrics: v0.30.0 → v0.31.0
134+
- k8s.io/mount-utils: v0.30.0 → v0.31.0
135+
- k8s.io/pod-security-admission: v0.30.0 → v0.31.0
136+
- k8s.io/sample-apiserver: v0.30.0 → v0.31.0
137+
- k8s.io/utils: 0849a56 → 18e509b
138+
- sigs.k8s.io/controller-runtime: v0.18.2 → v0.19.0
139+
- sigs.k8s.io/knftables: v0.0.14 → v0.0.17
140+
- sigs.k8s.io/kustomize/api: 6ce0bf3 → v0.17.2
141+
- sigs.k8s.io/kustomize/kustomize/v5: 6ce0bf3 → v5.4.2
142+
- sigs.k8s.io/kustomize/kyaml: 6ce0bf3 → v0.17.1
143+
- sigs.k8s.io/sig-storage-lib-external-provisioner/v10: v10.0.0 → v10.0.1
144+
145+
### Removed
146+
- github.com/GoogleCloudPlatform/k8s-cloud-provider: [f118173](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/tree/f118173)
147+
- github.com/antlr/antlr4/runtime/Go/antlr/v4: [8188dc5](https://github.com/antlr/antlr4/tree/runtime/Go/antlr/v4/8188dc5)
148+
- github.com/chromedp/cdproto: [3cf4e6d](https://github.com/chromedp/cdproto/tree/3cf4e6d)
149+
- github.com/chromedp/chromedp: [v0.9.2](https://github.com/chromedp/chromedp/tree/v0.9.2)
150+
- github.com/chromedp/sysutil: [v1.0.0](https://github.com/chromedp/sysutil/tree/v1.0.0)
151+
- github.com/fvbommel/sortorder: [v1.1.0](https://github.com/fvbommel/sortorder/tree/v1.1.0)
152+
- github.com/gobwas/httphead: [v0.1.0](https://github.com/gobwas/httphead/tree/v0.1.0)
153+
- github.com/gobwas/pool: [v0.2.1](https://github.com/gobwas/pool/tree/v0.2.1)
154+
- github.com/gobwas/ws: [v1.2.1](https://github.com/gobwas/ws/tree/v1.2.1)
155+
- github.com/google/s2a-go: [v0.1.7](https://github.com/google/s2a-go/tree/v0.1.7)
156+
- github.com/googleapis/enterprise-certificate-proxy: [v0.2.3](https://github.com/googleapis/enterprise-certificate-proxy/tree/v0.2.3)
157+
- github.com/googleapis/gax-go/v2: [v2.11.0](https://github.com/googleapis/gax-go/tree/v2.11.0)
158+
- github.com/matttproud/golang_protobuf_extensions/v2: [v2.0.0](https://github.com/matttproud/golang_protobuf_extensions/tree/v2.0.0)
159+
- google.golang.org/api: v0.126.0
160+
- gopkg.in/gcfg.v1: v1.2.3
161+
- gopkg.in/warnings.v0: v0.1.2
162+
- k8s.io/legacy-cloud-providers: v0.30.0

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The [Kubernetes Container Storage Interface (CSI) Documentation](https://kuberne
1010

1111
This information reflects the head of this branch.
1212

13-
| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) | [Recommended K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-version) |
14-
| ------------------------------------------------------------------------------------------ | -------------------------------| --------------- | ------------- |
15-
| [CSI Spec v1.7.0](https://github.com/container-storage-interface/spec/releases/tag/v1.7.0) | registry.k8s.io/sig-storage/csi-provisioner | 1.20 | 1.27 |
13+
| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) | [Recommended K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-version) |
14+
|--------------------------------------------------------------------------------------------| -------------------------------| --------------- |--------------------------------------------------------------------------------------------------------------------|
15+
| [CSI Spec v1.9.0](https://github.com/container-storage-interface/spec/releases/tag/v1.9.0) | registry.k8s.io/sig-storage/csi-provisioner | 1.20 | 1.31 |
1616

1717
## Feature status
1818

@@ -26,9 +26,10 @@ Following table reflects the head of this branch.
2626
| CSIMigration | GA | On | [Migrating in-tree volume plugins to CSI](https://kubernetes.io/docs/concepts/storage/volumes/#csi-migration). | No |
2727
| CSIStorageCapacity | GA | On | Publish [capacity information](https://kubernetes.io/docs/concepts/storage/volumes/#storage-capacity) for the Kubernetes scheduler. | No |
2828
| ReadWriteOncePod | Beta | On | [Single pod access mode for PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes). | No |
29-
| CSINodeExpandSecret | Beta | On | [CSI Node expansion secret](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3107-csi-nodeexpandsecret) | No |
29+
| CSINodeExpandSecret | GA | On | [CSI Node expansion secret](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3107-csi-nodeexpandsecret) | No |
3030
| HonorPVReclaimPolicy| Beta | On | [Honor the PV reclaim policy](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2644-honor-pv-reclaim-policy) | No |
3131
| PreventVolumeModeConversion | Beta |On | [Prevent unauthorized conversion of source volume mode](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3141-prevent-volume-mode-conversion) | `--prevent-volume-mode-conversion` (No in-tree feature gate) |
32+
| VolumeAttributesClass | Beta | Off | [Pass VolumeAttributesClass parameters during CreateVolume](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/3751-volume-attributes-class/README.md) | `--feature-gates=VolumeAttributesClass=true` |
3233
| CrossNamespaceVolumeDataSource | Alpha |Off | [Cross-namespace volume data source](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3294-provision-volumes-from-cross-namespace-snapshots) | `--feature-gates=CrossNamespaceVolumeDataSource=true` |
3334

3435
All other external-provisioner features and the external-provisioner itself is considered GA and fully supported.

cmd/csi-provisioner/csi-provisioner.go

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3939
"k8s.io/apimachinery/pkg/labels"
4040
"k8s.io/apimachinery/pkg/runtime/schema"
41-
validation "k8s.io/apimachinery/pkg/util/validation"
41+
"k8s.io/apimachinery/pkg/util/validation"
4242
utilfeature "k8s.io/apiserver/pkg/util/feature"
4343
"k8s.io/client-go/informers"
4444
"k8s.io/client-go/kubernetes"
@@ -52,17 +52,17 @@ import (
5252
_ "k8s.io/component-base/metrics/prometheus/clientgo/leaderelection" // register leader election in the default legacy registry
5353
_ "k8s.io/component-base/metrics/prometheus/workqueue" // register work queues in the default legacy registry
5454
csitrans "k8s.io/csi-translation-lib"
55-
klog "k8s.io/klog/v2"
55+
"k8s.io/klog/v2"
5656
"sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller"
5757
libmetrics "sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller/metrics"
5858

5959
"github.com/kubernetes-csi/csi-lib-utils/leaderelection"
6060
"github.com/kubernetes-csi/csi-lib-utils/metrics"
61-
"github.com/kubernetes-csi/external-provisioner/pkg/capacity"
62-
"github.com/kubernetes-csi/external-provisioner/pkg/capacity/topology"
63-
ctrl "github.com/kubernetes-csi/external-provisioner/pkg/controller"
64-
"github.com/kubernetes-csi/external-provisioner/pkg/features"
65-
"github.com/kubernetes-csi/external-provisioner/pkg/owner"
61+
"github.com/kubernetes-csi/external-provisioner/v5/pkg/capacity"
62+
"github.com/kubernetes-csi/external-provisioner/v5/pkg/capacity/topology"
63+
ctrl "github.com/kubernetes-csi/external-provisioner/v5/pkg/controller"
64+
"github.com/kubernetes-csi/external-provisioner/v5/pkg/features"
65+
"github.com/kubernetes-csi/external-provisioner/v5/pkg/owner"
6666
snapclientset "github.com/kubernetes-csi/external-snapshotter/client/v6/clientset/versioned"
6767
gatewayclientset "sigs.k8s.io/gateway-api/pkg/client/clientset/versioned"
6868
gatewayInformers "sigs.k8s.io/gateway-api/pkg/client/informers/externalversions"

0 commit comments

Comments
 (0)