17 #ifndef __MESOS_MODULE_SECRET_GENERATOR_HPP__ 18 #define __MESOS_MODULE_SECRET_GENERATOR_HPP__ 29 inline const char* kind<mesos::SecretGenerator>()
31 return "SecretGenerator";
39 const char* _moduleApiVersion,
40 const char* _mesosVersion,
41 const char* _authorName,
42 const char* _authorEmail,
43 const char* _description,
44 bool (*_compatible)(),
45 mesos::http::authentication::SecretGenerator* (*_create)(
46 const Parameters& parameters))
58 const Parameters& parameters);
64 #endif // __MESOS_MODULE_SECRET_GENERATOR_HPP__ Definition: module.hpp:56
Module(const char *_moduleApiVersion, const char *_mesosVersion, const char *_authorName, const char *_authorEmail, const char *_description, bool(*_compatible)(), mesos::http::authentication::SecretGenerator *(*_create)(const Parameters ¶meters))
Definition: secret_generator.hpp:38
The SecretGenerator interface represents a mechanism to create a secret from a principal.
Definition: secret_generator.hpp:34
Try< Nothing > create(const std::string &hierarchy, const std::string &cgroup, bool recursive=false)
Definition: module.hpp:97