File tree Expand file tree Collapse file tree 7 files changed +1164
-163
lines changed
Expand file tree Collapse file tree 7 files changed +1164
-163
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ service VolumeRuntime {
134134 rpc CreateVolume(CreateVolumeRequest) returns (CreateVolumeResponse) {};
135135
136136 // CreateVolumeSnapshot will be used to create a snapshot of a Volume.
137- rpc CreateVolumeSnapshot(CreateSnapshotRequest ) returns (CreateSnapshotResponse ) {};
137+ rpc CreateVolumeSnapshot(CreateVolumeSnapshotRequest ) returns (CreateVolumeSnapshotResponse ) {};
138138 // DeleteVolumeSnapshot will be used to delete a snapshot and its associated content.
139- rpc DeleteVolumeSnapshot(DeleteSnapshotRequest ) returns (DeleteSnapshotResponse ) {};
139+ rpc DeleteVolumeSnapshot(DeleteVolumeSnapshotRequest ) returns (DeleteVolumeSnapshotResponse ) {};
140140 // ListVolumeSnapshots will be used to list all snapshots managed by the volume provider
141- rpc ListVolumeSnapshots(ListSnapshotsRequest ) returns (ListSnapshotsResponse ) {};
141+ rpc ListVolumeSnapshots(ListVolumeSnapshotsRequest ) returns (ListVolumeSnapshotsResponse ) {};
142142}
143143` ` `
144144
You can’t perform that action at this time.
0 commit comments