Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Sprint 59, Mesosphere Sprint 60, Mesosphere Sprint 61, Mesosphere Sprint 62
-
5
Description
The abstraction should be something like the following:
namespace csi { public Client { public: Future<CreateVolumeResponse> CreateVolume(const CreateVolumeRequest& request); Future<DeleteVolumeResponse> DeleteVolume(const DeleteVolumeRequest& request); ... }; } // namespace csi {
Attachments
Issue Links
- is blocked by
-
MESOS-7749 Support gRPC client
- Resolved
-
MESOS-7228 Upgrade Mesos to build with proto3.
- Resolved