Apache Mesos
Functions
mesos::v1::internal::values Namespace Reference

Functions

Try< Value > parse (const std::string &text)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 

Function Documentation

Try<Value> mesos::v1::internal::values::parse ( const std::string &  s)
inline

Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string.

Parses Roles from text in the form "role1,role2,role3".