Versions in this module Expand all Collapse all v0 v0.31.0 Sep 7, 2018 Changes in this version + const MesosNamespace + var MesosAgentAddress = flag.String("mesos_agent", "127.0.0.1:5051", "Mesos agent address") + var MesosAgentTimeout = flag.Duration("mesos_agent_timeout", 10 * time.Second, "Mesos agent timeout") + func Client() (mesosAgentClient, error) + func ContainerNameToMesosId(name string) string + func Register(machineInfoFactory info.MachineInfoFactory, fsInfo fs.FsInfo, ...) error