Apache Mesos
|
#include <mesos/mesos.hpp>
#include <mesos/authorizer/acls.hpp>
#include <mesos/module/module.hpp>
#include <stout/error.hpp>
#include <stout/hashmap.hpp>
#include <stout/json.hpp>
#include <stout/protobuf.hpp>
#include <stout/stringify.hpp>
#include <stout/try.hpp>
#include <stout/flags/parse.hpp>
#include "messages/messages.hpp"
Go to the source code of this file.
Namespaces | |
flags | |
Functions | |
template<> | |
Try< mesos::ACLs > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::RateLimits > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::Modules > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::ContainerInfo > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::DeviceWhitelist > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< hashmap< std::string, std::string > > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< std::vector< unsigned int > > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< std::set< std::string > > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::CapabilityInfo > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::Environment > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::RLimitInfo > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::DomainInfo > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::FrameworkID > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::ExecutorID > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
template<> | |
Try< mesos::SlaveID > | flags::parse (const std::string &value) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |