Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Atc ¶ added in v0.0.12
type Atc struct {
/*Url - Descr: ATC API endpoint to which workers will be advertised.
If not specified, it will be autodiscovered via BOSH links.
Default: http://127.0.0.1:8080
*/
Url interface{} `yaml:"url,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type TsaJob ¶ added in v0.0.12
type TsaJob struct { /*ForwardHost - Descr: Address to advertise forwarded worker connections to. If not specified, the instance's address is used. Default: <nil> */ ForwardHost interface{} `yaml:"forward_host,omitempty"` /*Atc - Descr: ATC API endpoint to which workers will be advertised. If not specified, it will be autodiscovered via BOSH links. Default: http://127.0.0.1:8080 */ Atc *Atc `yaml:"atc,omitempty"` /*Yeller - Descr: Environment name to specify for errors emitted to Yeller. Default: */ Yeller *Yeller `yaml:"yeller,omitempty"` /*HeartbeatInterval - Descr: Interval on which to register workers with the ATC. Default: 30s */ HeartbeatInterval interface{} `yaml:"heartbeat_interval,omitempty"` /*AuthorizeGeneratedWorkerKey - Descr: Permit access via generated worker key, local to the deployment. Set to `false` if you plan on only ever using explicitly configured and authorized worker keys. Default: true */ AuthorizeGeneratedWorkerKey interface{} `yaml:"authorize_generated_worker_key,omitempty"` /*BindPort - Descr: Port on which to listen for SSH connections. Default: 2222 */ BindPort interface{} `yaml:"bind_port,omitempty"` /*HostPublicKey - Descr: Public key component of the host's key. This property is exported via the `tsa` link so that workers can discover it. Default: */ HostPublicKey interface{} `yaml:"host_public_key,omitempty"` /*HostKey - Descr: Private key to use for the SSH server. If not specified, a deployment-scoped default is used. Default: */ HostKey interface{} `yaml:"host_key,omitempty"` /*AuthorizedKeys - Descr: Public keys to authorize for SSH connections. Default: [] */ AuthorizedKeys interface{} `yaml:"authorized_keys,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Yeller ¶
type Yeller struct { /*ApiKey - Descr: If configured, errors emitted to the logs will also be emitted to Yeller. This is only really useful for Concourse developers. Default: */ ApiKey interface{} `yaml:"api_key,omitempty"` /*EnvironmentName - Descr: Environment name to specify for errors emitted to Yeller. Default: */ EnvironmentName interface{} `yaml:"environment_name,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.