Apache Mesos
|
Functions | |
template<typename T > | |
Try< T > | 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 | MEDIA_TYPE_INDEX [] |
constexpr char | MEDIA_TYPE_MANIFEST [] |
constexpr char | MEDIA_TYPE_CONFIG [] |
constexpr char | MEDIA_TYPE_LAYER [] |
constexpr char | MEDIA_TYPE_LAYER_GZIP [] |
constexpr char | MEDIA_TYPE_NONDIST_LAYER [] |
constexpr char | MEDIA_TYPE_NONDIST_LAYER_GZIP [] |
constexpr char | ROOTFS_TYPE [] = "layers" |
|
inline |
Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string.
constexpr char oci::spec::image::v1::MEDIA_TYPE_CONFIG[] |
constexpr char oci::spec::image::v1::MEDIA_TYPE_INDEX[] |
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_MANIFEST[] |
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" |