Apache Mesos
|
#include <disk_profile_adaptor.hpp>
Public Attributes | |
Volume::Source::CSIVolume::VolumeCapability | capability |
Corresponds to the volume_capability or volume_capabilities fields of the affected CSI requests listed in the module description. More... | |
google::protobuf::Map< std::string, std::string > | parameters |
Free-form key-value pairs which should be passed into the body of a CreateVolumeRequest . More... | |
Volume::Source::CSIVolume::VolumeCapability mesos::DiskProfileAdaptor::ProfileInfo::capability |
Corresponds to the volume_capability
or volume_capabilities
fields of the affected CSI requests listed in the module description.
NOTE: Some CSI requests take a list of VolumeCapability
objects. However, because there is no existing way to choose between a list of VolumeCapability
objects, the module will only allow a single VolumeCapability
.
google::protobuf::Map<std::string, std::string> mesos::DiskProfileAdaptor::ProfileInfo::parameters |
Free-form key-value pairs which should be passed into the body of a CreateVolumeRequest
.
Neither Mesos nor this module is expected to act upon these values (except copying them into the request).