Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-7491

Build a CSI client to talk to a CSI plugin.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • 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

          Activity

            People

              chhsia0 Chun-Hung Hsiao
              jieyu Jie Yu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: