Skip to content

Commit

Permalink
csi: implement forward compat interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Jul 9, 2024
1 parent 52678bc commit 912b9bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ type Driver struct {
nodeID string
// topologyPrefix is the name
topologyPrefix string

// Embed for forward compatibility.
csi.UnimplementedIdentityServer
csi.UnimplementedControllerServer
csi.UnimplementedNodeServer
}

// NewDriver builds up a driver.
Expand Down

0 comments on commit 912b9bb

Please sign in to comment.