Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tsa ¶
type Tsa struct { /*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"` /*AuthorizedKeys - Descr: Public keys to authorize for SSH connections. Default: [] */ AuthorizedKeys interface{} `yaml:"authorized_keys,omitempty"` /*HeartbeatInterval - Descr: Interval on which to register workers with the ATC. Default: 30s */ HeartbeatInterval interface{} `yaml:"heartbeat_interval,omitempty"` /*BindPort - Descr: Port on which to listen for SSH connections. Default: 2222 */ BindPort interface{} `yaml:"bind_port,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"` /*Yeller - Descr: If configured, errors emitted to the logs will also be emitted to Yeller. This is only really useful for Concourse developers. Default: */ Yeller Yeller `yaml:"yeller,omitempty"` /*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"` /*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"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Yeller ¶
type Yeller struct { /*EnvironmentName - Descr: Environment name to specify for errors emitted to Yeller. Default: */ EnvironmentName interface{} `yaml:"environment_name,omitempty"` /*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"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.