Apache Mesos
|
#include <mesos/oci/spec.pb.h>
Go to the source code of this file.
Namespaces | |
oci | |
oci::spec | |
oci::spec::image | |
oci::spec::image::v1 | |
Functions | |
template<typename T > | |
Try< T > | oci::spec::image::v1::parse (const std::string &s) |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More... | |
Variables | |
constexpr char | oci::spec::image::v1::MEDIA_TYPE_INDEX [] |
constexpr char | oci::spec::image::v1::MEDIA_TYPE_MANIFEST [] |
constexpr char | oci::spec::image::v1::MEDIA_TYPE_CONFIG [] |
constexpr char | oci::spec::image::v1::MEDIA_TYPE_LAYER [] |
constexpr char | oci::spec::image::v1::MEDIA_TYPE_LAYER_GZIP [] |
constexpr char | oci::spec::image::v1::MEDIA_TYPE_NONDIST_LAYER [] |
constexpr char | oci::spec::image::v1::MEDIA_TYPE_NONDIST_LAYER_GZIP [] |
constexpr char | oci::spec::image::v1::ROOTFS_TYPE [] = "layers" |