Apache Mesos
|
Functions | |
Try< ImageManifest > | parse (const std::string &value) |
std::string | getImageRootfsPath (const std::string &imagePath) |
std::string | getImageManifestPath (const std::string &imagePath) |
Try< ImageManifest > | getManifest (const std::string &imagePath) |
Option< Error > | validateManifest (const ImageManifest &manifest) |
Option< Error > | validateImageID (const std::string &imageId) |
Option< Error > | validateLayout (const std::string &imagePath) |
Option< Error > | validate (const std::string &imageDir) |
std::string appc::spec::getImageManifestPath | ( | const std::string & | imagePath | ) |
std::string appc::spec::getImageRootfsPath | ( | const std::string & | imagePath | ) |
Try<ImageManifest> appc::spec::getManifest | ( | const std::string & | imagePath | ) |
|
inline |