Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marathon ¶
type Marathon struct {
//Hostname for the Marathon Master
Host string `yaml:"host,omitempty"`
App string `yaml:"app,omitempty"`
// The app config for marathon
//https://mesosphere.github.io/marathon/docs/rest-api.html#post-v2-apps
// Examples:
// /path/to/file
// /path/to/*.txt
// /path/to/*/*.txt
// /path/to/**
ConfigFile string `yaml:"config_file,omitempty"`
Condition *condition.Condition `yaml:"when,omitempty"`
}
func (*Marathon) GetCondition ¶
Click to show internal directories.
Click to hide internal directories.