[
https://issues.apache.org/jira/browse/MESOS-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kone updated MESOS-7491:
------------------------------
Sprint: Mesosphere Sprint 59, Mesosphere Sprint 60, Mesosphere Sprint 61,
Mesosphere Sprint 62 (was: Mesosphere Sprint 59, Mesosphere Sprint 60,
Mesosphere Sprint 61)
> Build a CSI client to talk to a CSI plugin.
> -------------------------------------------
>
> Key: MESOS-7491
> URL: https://issues.apache.org/jira/browse/MESOS-7491
> Project: Mesos
> Issue Type: Task
> Reporter: Jie Yu
> Assignee: Chun-Hung Hsiao
> Labels: mesosphere, storage
>
> The abstraction should be something like the following:
> {code}
> namespace csi {
> public Client
> {
> public:
> Future<CreateVolumeResponse> CreateVolume(const CreateVolumeRequest&
> request);
> Future<DeleteVolumeResponse> DeleteVolume(const DeleteVolumeRequest&
> request);
> ...
> };
> } // namespace csi {
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)