|
Apache Mesos
|
Namespaces | |
| v1 | |
| v2 | |
Functions | |
| Try< ImageReference > | parseImageReference (const std::string &s) |
| std::ostream & | operator<< (std::ostream &stream, const ImageReference &reference) |
| Result< int > | getRegistryPort (const std::string ®istry) |
| Try< std::string > | getRegistryScheme (const std::string ®istry) |
| std::string | getRegistryHost (const std::string ®istry) |
| Try< hashmap< std::string, Config::Auth > > | parseAuthConfig (const JSON::Object &_config) |
| Try< hashmap< std::string, Config::Auth > > | parseAuthConfig (const std::string &s) |
| std::string | parseAuthUrl (const std::string &_url) |
Variables | |
| constexpr char | WHITEOUT_PREFIX [] = ".wh." |
| constexpr char | WHITEOUT_OPAQUE_PREFIX [] = ".wh..wh..opq" |
| std::string docker::spec::getRegistryHost | ( | const std::string & | registry | ) |
| Result<int> docker::spec::getRegistryPort | ( | const std::string & | registry | ) |
| Try<std::string> docker::spec::getRegistryScheme | ( | const std::string & | registry | ) |
| std::ostream& docker::spec::operator<< | ( | std::ostream & | stream, |
| const ImageReference & | reference | ||
| ) |
| Try<hashmap<std::string, Config::Auth> > docker::spec::parseAuthConfig | ( | const JSON::Object & | _config | ) |
| std::string docker::spec::parseAuthUrl | ( | const std::string & | _url | ) |
| Try<ImageReference> docker::spec::parseImageReference | ( | const std::string & | s | ) |
| constexpr char docker::spec::WHITEOUT_OPAQUE_PREFIX[] = ".wh..wh..opq" |
| constexpr char docker::spec::WHITEOUT_PREFIX[] = ".wh." |
1.8.5