Skip to content

Commit

Permalink
Add missing methods for CSI spec 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-0505 committed Oct 17, 2024
1 parent 17b7094 commit 9e91e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ type driver struct {
ironcoreClient client.Client
config *options.Config
name string
csi.UnimplementedControllerServer
csi.UnimplementedIdentityServer
csi.UnimplementedNodeServer
}

// Driver is the CSI Mock driver provider.
Expand Down

0 comments on commit 9e91e4f

Please sign in to comment.