Skip to content

Commit 2b7dc43

Browse files
authored
Merge pull request #140 from mauriciopoppe/disk-api-changes
Updates/refactors in the Disk v1beta3 API
2 parents b36a26b + e2d4768 commit 2b7dc43

File tree

46 files changed

+2327
-1278
lines changed

Some content is hidden

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

46 files changed

+2327
-1278
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _As contributors and maintainers of this project, and in the interest of fosteri
66

77
## Getting Started
88

9-
We have full documentation on how to get started contributing here:
9+
We have full documentation on how to get started contributing here: [Development.md](./docs/DEVELOPMENT.md)
1010

1111
<!---
1212
If your repo has certain guidelines for contribution, put them here ahead of the general k8s resources

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include release-tools/build.make
77
BUILD_PLATFORMS=windows amd64 .exe
88
GOPATH ?= $(shell go env GOPATH)
99
REPO_ROOT = $(CURDIR)
10-
BUILD_DIR = build
10+
BUILD_DIR = bin
1111
BUILD_TOOLS_DIR = $(BUILD_DIR)/tools
1212
GO_ENV_VARS = GO111MODULE=on GOOS=windows
1313
CSI_PROXY_API_GEN = $(BUILD_DIR)/csi-proxy-api-gen
@@ -34,7 +34,7 @@ generate-protobuf:
3434

3535
.PHONY: generate-csi-proxy-api-gen
3636
generate-csi-proxy-api-gen: compile-csi-proxy-api-gen
37-
$(CSI_PROXY_API_GEN) -i github.com/kubernetes-csi/csi-proxy/client/api,github.com/kubernetes-csi/csi-proxy/integrationtests/apigroups/api/dummy --v=5
37+
$(CSI_PROXY_API_GEN) -i github.com/kubernetes-csi/csi-proxy/client/api,github.com/kubernetes-csi/csi-proxy/integrationtests/apigroups/api/dummy --v=8
3838

3939
.PHONY: clean
4040
clean: clean-protobuf clean-generated

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ You can reach the maintainers of this project at:
192192

193193
- [Google Compute Engine Persistent Disk CSI Driver](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver)
194194

195+
### Development
196+
197+
See [Development.md](./docs/DEVELOPMENT.md)
195198

196199
### Code of conduct
197200

0 commit comments

Comments
 (0)