#include <string>
#include <ostream>
#include <stout/error.hpp>
#include <stout/json.hpp>
#include <stout/protobuf.hpp>
#include <stout/try.hpp>
#include <stout/flags/parse.hpp>
#include "common/parse.hpp"
#include "messages/flags.pb.h"
Go to the source code of this file.
|
template<> |
Try< mesos::internal::ImageGcConfig > | 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::internal::Firewall > | 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::internal::ContainerDNSInfo > | 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::internal::SlaveCapabilities > | flags::parse (const std::string &value) |
| Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
|
|
std::ostream & | mesos::internal::operator<< (std::ostream &stream, const ImageGcConfig &imageGcConfig) |
|
std::ostream & | mesos::internal::operator<< (std::ostream &stream, const Firewall &rules) |
|
std::ostream & | mesos::internal::operator<< (std::ostream &stream, const ContainerDNSInfo &dns) |
|
std::ostream & | mesos::internal::operator<< (std::ostream &stream, const SlaveCapabilities &slaveCapabilities) |
|