This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Commit ab36b8a
committed
monorepo: move api directories into ./client
Begin the process of moving API directories into ./client. We believe
https://github.com/kubernetes-csi/external-snapshotter is using the latest best practices for
CSI, Kubernetes, and Golang projects and are following its structure as a guide.
- mv ./apis -> ./client/apis
- mv ./crds -> ./client/config/crd (note the change from crds to crd)
- mv ./hack -> ./client/hack
- disable CI tests in Makefile while things are expected to be failing
No further changes are made in order to keep the changes for this commit concise.
Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>1 parent 9b8d302 commit ab36b8a
File tree
16 files changed
+2
-10
lines changed- client
- apis
- objectstorage
- v1alpha1
- config/crd
- hack
16 files changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
32 | 26 | | |
33 | 27 | | |
34 | | - | |
35 | | - | |
36 | 28 | | |
37 | 29 | | |
38 | | - | |
| 30 | + | |
39 | 31 | | |
40 | 32 | | |
41 | 33 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments