Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker struct {
/*TcpPort - Descr: TCP port where Docker daemon will listen to (if not set, TCP will not be available) Default: 4243
*/
TcpPort interface{} `yaml:"tcp_port,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Env ¶
type Env struct { /*HttpProxy - Descr: HTTP proxy that Docker should use Default: <nil> */ HttpProxy interface{} `yaml:"http_proxy,omitempty"` /*HttpsProxy - Descr: HTTPS proxy that Docker should use Default: <nil> */ HttpsProxy interface{} `yaml:"https_proxy,omitempty"` /*NoProxy - Descr: List of comma-separated hosts that Docker should skip connecting to the proxy Default: <nil> */ NoProxy interface{} `yaml:"no_proxy,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Swarm ¶
type Swarm struct { /*Discovery - Descr: Swarm discovery string (ie: consul://<ip>/<path>, etcd://<ip1>,<ip2>/<path>, zk://<ip1>,<ip2>/<path>, [nodes://]<ip1>,<ip2> Default: <nil> */ Discovery interface{} `yaml:"discovery,omitempty"` /*DiscoveryOptions - Descr: Swarm discovery options Default: [] */ DiscoveryOptions interface{} `yaml:"discovery_options,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SwarmAgent ¶
type SwarmAgent struct { /*Advertise - Descr: Address of the Docker Engine joining the cluster. Swarm manager(s) MUST be able to reach the Docker Engine at this address. Default: <nil> */ Advertise interface{} `yaml:"advertise,omitempty"` /*Ttl - Descr: Sets the expiration of an ephemeral node Default: 60s */ Ttl interface{} `yaml:"ttl,omitempty"` /*Heartbeat - Descr: Time in second between each heartbeat Default: 20s */ Heartbeat interface{} `yaml:"heartbeat,omitempty"` /*Debug - Descr: Enable debug mode Default: false */ Debug interface{} `yaml:"debug,omitempty"` /*LogLevel - Descr: Log level (options: debug, info, warn, error, fatal, panic) Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SwarmAgentJob ¶
type SwarmAgentJob struct { /*Docker - Descr: TCP port where Docker daemon will listen to (if not set, TCP will not be available) Default: 4243 */ Docker *Docker `yaml:"docker,omitempty"` /*Env - Descr: HTTPS proxy that Docker should use Default: <nil> */ Env *Env `yaml:"env,omitempty"` /*SwarmAgent - Descr: Sets the expiration of an ephemeral node Default: 60s */ SwarmAgent *SwarmAgent `yaml:"swarm_agent,omitempty"` /*Swarm - Descr: Swarm discovery string (ie: consul://<ip>/<path>, etcd://<ip1>,<ip2>/<path>, zk://<ip1>,<ip2>/<path>, [nodes://]<ip1>,<ip2> Default: <nil> */ Swarm *Swarm `yaml:"swarm,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.