Skip to content

Commit

Permalink
Merge pull request #140 from mauriciopoppe/disk-api-changes
Browse files Browse the repository at this point in the history
Updates/refactors in the Disk v1beta3 API
  • Loading branch information
k8s-ci-robot authored Jun 2, 2021
2 parents b36a26b + e2d4768 commit 2b7dc43
Show file tree
Hide file tree
Showing 46 changed files with 2,327 additions and 1,278 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _As contributors and maintainers of this project, and in the interest of fosteri

## Getting Started

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

<!---
If your repo has certain guidelines for contribution, put them here ahead of the general k8s resources
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include release-tools/build.make
BUILD_PLATFORMS=windows amd64 .exe
GOPATH ?= $(shell go env GOPATH)
REPO_ROOT = $(CURDIR)
BUILD_DIR = build
BUILD_DIR = bin
BUILD_TOOLS_DIR = $(BUILD_DIR)/tools
GO_ENV_VARS = GO111MODULE=on GOOS=windows
CSI_PROXY_API_GEN = $(BUILD_DIR)/csi-proxy-api-gen
Expand All @@ -34,7 +34,7 @@ generate-protobuf:

.PHONY: generate-csi-proxy-api-gen
generate-csi-proxy-api-gen: compile-csi-proxy-api-gen
$(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
$(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

.PHONY: clean
clean: clean-protobuf clean-generated
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ You can reach the maintainers of this project at:

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

### Development

See [Development.md](./docs/DEVELOPMENT.md)

### Code of conduct

Expand Down
Loading

0 comments on commit 2b7dc43

Please sign in to comment.