Skip to content

Commit 6b92cc8

Browse files
committed
Enable hybrid API generation
1 parent 7455c13 commit 6b92cc8

File tree

3 files changed

+15325
-694
lines changed

3 files changed

+15325
-694
lines changed

lib/go/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ $(CSI_GO) $(CSI_GRPC): $(CSI_PROTO) $(PROTOC_ALL)
8282
@mkdir -p "$(@D)"
8383
$(PROTOC) -I../.. --go-grpc_out=$(CSI_PKG_SUB) --go_out=$(CSI_PKG_SUB) \
8484
--go_opt=paths=source_relative --go-grpc_opt=paths=source_relative \
85+
--go_opt=default_api_level=API_HYBRID \
8586
"$(<F)"
8687

8788
build: $(CSI_GO) $(CSI_GRPC)

0 commit comments

Comments
 (0)