Commit 0f63044
committed
protosanitizer: remove upstream dependency on CSI 1.0
We cannot depend on the github.com/container-storage-interface/spec
because then the package cannot be vendored into other repos where an
older revision is needed, like the 0.4.x sidecars.
We only really need the "csi_secrets" extension which has to be fixed
from now on, therefore we can simply copy csi.pb.go manually once and
then use it with a different package name, without having to worry
about updating it.1 parent 67f76c8 commit 0f63044
File tree
5 files changed
+6
-212
lines changed- protosanitizer
- csi10
- vendor/github.com/container-storage-interface/spec
5 files changed
+6
-212
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 0 additions & 201 deletions
This file was deleted.
0 commit comments