|
| template<typename... Args> |
| ExecutorInfo | createExecutorInfo (Args &&...args) |
| |
| CommandInfo | createCommandInfo (const Option< std::string > &value=None(), const std::vector< std::string > &arguments={}) |
| |
| mesos::slave::ContainerConfig | createContainerConfig (const Option< TaskInfo > &taskInfo, const ExecutorInfo &executorInfo, const std::string &sandboxDirectory, const Option< std::string > &user=None()) |
| |
| mesos::slave::ContainerConfig | createContainerConfig (const CommandInfo &commandInfo, const Option< ContainerInfo > &containerInfo=None(), const Option< mesos::slave::ContainerClass > &containerClass=None(), const Option< std::string > &user=None()) |
| |
| mesos::slave::ContainerConfig | createContainerConfig (const CommandInfo &commandInfo, const std::string &resources, const std::string &sandboxDirectory, const Option< ContainerInfo > &containerInfo=None(), const Option< std::string > &user=None()) |
| |
| template<typename... Args> |
| Image | createDockerImage (Args &&...args) |
| |
| template<typename... Args> |
| Volume | createVolumeSandboxPath (Args &&...args) |
| |
| template<typename... Args> |
| Volume | createVolumeHostPath (Args &&...args) |
| |
| template<typename... Args> |
| Volume | createVolumeFromDockerImage (Args &&...args) |
| |
| template<typename... Args> |
| Volume | createVolumeCsi (Args &&...args) |
| |
| template<typename... Args> |
| NetworkInfo | createNetworkInfo (Args &&...args) |
| |
| ContainerInfo | createContainerInfo (const Option< std::string > &imageName=None(), const std::vector< Volume > &volumes={}) |
| |
| template<typename... Args> |
| TaskInfo | createTask (Args &&...args) |
| |
| TaskGroupInfo | createTaskGroupInfo (const std::vector< TaskInfo > &tasks) |
| |
| Resource::ReservationInfo | createStaticReservationInfo (const std::string &role) |
| |
| Resource::ReservationInfo | createDynamicReservationInfo (const std::string &role, const Option< std::string > &principal=None(), const Option< Labels > &labels=None()) |
| |
| template<typename... Args> |
| Resource | createReservedResource (Args &&...args) |
| |
| template<typename... Args> |
| Resource::DiskInfo | createDiskInfo (Args &&...args) |
| |
| template<typename... Args> |
| Resource::DiskInfo::Source | createDiskSourcePath (Args &&...args) |
| |
| template<typename... Args> |
| Resource::DiskInfo::Source | createDiskSourceMount (Args &&...args) |
| |
| template<typename... Args> |
| Resource::DiskInfo::Source | createDiskSourceBlock (Args &&...args) |
| |
| template<typename... Args> |
| Resource::DiskInfo::Source | createDiskSourceRaw (Args &&...args) |
| |
| template<typename... Args> |
| Resource | createDiskResource (Args &&...args) |
| |
| template<typename... Args> |
| Resource | createPersistentVolume (Args &&...args) |
| |
| template<typename... Args> |
| process::http::Headers | createBasicAuthHeaders (Args &&...args) |
| |
| template<typename... Args> |
| google::protobuf::RepeatedPtrField< WeightInfo > | createWeightInfos (Args &&...args) |
| |
| template<typename... Args> |
| hashmap< std::string, double > | convertToHashmap (Args &&...args) |
| |
| template<typename... Args> |
| DomainInfo | createDomainInfo (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | RESERVE (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | UNRESERVE (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | CREATE (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | DESTROY (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | GROW_VOLUME (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | SHRINK_VOLUME (Args &&...args) |
| |
| Offer::Operation | LAUNCH (const std::vector< TaskInfo > &tasks) |
| |
| template<typename... Args> |
| Offer::Operation | LAUNCH_GROUP (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | CREATE_DISK (Args &&...args) |
| |
| template<typename... Args> |
| Offer::Operation | DESTROY_DISK (Args &&...args) |
| |
| template<typename... Args> |
| Parameters | parameterize (Args &&...args) |
| |