Skip to content

Commit

Permalink
proto: add proto for volume group
Browse files Browse the repository at this point in the history
added required proto files and generated grpc
library for internal communications of volume
groups.

Signed-off-by: Nikhil-Ladha <[email protected]>
  • Loading branch information
Nikhil-Ladha authored and mergify[bot] committed Aug 30, 2024
1 parent 0930533 commit cc4b105
Show file tree
Hide file tree
Showing 4 changed files with 1,315 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/proto/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// +generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative replication.proto
//go:generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative encryptionkeyrotation.proto
// +generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative encryptionkeyrotation.proto
//go:generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative volumegroup.proto
// +generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative volumegroup.proto

/*
Copyright 2022 The Kubernetes-CSI-Addons Authors.
Expand Down
Loading

0 comments on commit cc4b105

Please sign in to comment.