Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultPort of the task state api DefaultPort = 5051 // RunningState string for a currently running task RunningState = "TASK_RUNNING" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.ObserverConfig PollIntervalSeconds int `yaml:"pollIntervalSeconds" default:"10"` HostURL string `yaml:"hostURL"` }
Config for the Mesos observer
type Mesosphere ¶
type Mesosphere struct {
// contains filtered or unexported fields
}
Mesosphere observer plugin
func (*Mesosphere) Configure ¶
func (mesos *Mesosphere) Configure(config *Config) error
Configure the mesosphere observer/client
Click to show internal directories.
Click to hide internal directories.