Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Baggageclaim ¶
type Baggageclaim struct { /*Url - Descr: Baggageclaim server URL to advertise directly to the TSA. If not specified, either the `baggageclaim` link is used. Default: <nil> */ Url interface{} `yaml:"url,omitempty"` /*ForwardAddress - Descr: Baggageclaim server connection address to forward through SSH to the TSA. If not specified, the Baggageclaim server address is registered directly. Default: <nil> */ ForwardAddress interface{} `yaml:"forward_address,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Garden ¶
type Garden struct { /*Address - Descr: Garden server connection address to advertise directly to the TSA. If not specified, either the `garden` link is used, or the instance's address is advertised if the link is not found. Default: <nil> */ Address interface{} `yaml:"address,omitempty"` /*ForwardAddress - Descr: Garden server connection address to forward through SSH to the TSA. If not specified, the Garden server address is registered directly. Default: <nil> */ ForwardAddress interface{} `yaml:"forward_address,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Groundcrew ¶
type Groundcrew struct { /*AdditionalResourceTypes - Descr: Additional resource types that will be merged into resource_types. The same format is used. Default: [] */ AdditionalResourceTypes interface{} `yaml:"additional_resource_types,omitempty"` /*Yeller - Descr: API key to output errors from Concourse to Yeller. Default: */ Yeller Yeller `yaml:"yeller,omitempty"` /*ResourceTypes - Descr: Resource types supported by the workers, in `[{type: string, image: string}]` form. Default: [map[type:archive image:/var/vcap/packages/archive_resource] map[type:cf image:/var/vcap/packages/cf_resource] map[type:docker-image image:/var/vcap/packages/docker_image_resource] map[type:git image:/var/vcap/packages/git_resource] map[type:s3 image:/var/vcap/packages/s3_resource] map[type:semver image:/var/vcap/packages/semver_resource] map[type:time image:/var/vcap/packages/time_resource] map[type:tracker image:/var/vcap/packages/tracker_resource] map[type:pool image:/var/vcap/packages/pool_resource] map[type:vagrant-cloud image:/var/vcap/packages/vagrant_cloud_resource] map[image:/var/vcap/packages/github_release_resource type:github-release] map[type:bosh-io-release image:/var/vcap/packages/bosh_io_release_resource] map[type:bosh-io-stemcell image:/var/vcap/packages/bosh_io_stemcell_resource] map[type:bosh-deployment image:/var/vcap/packages/bosh_deployment_resource]] */ ResourceTypes interface{} `yaml:"resource_types,omitempty"` /*Garden - Descr: Garden server connection address to advertise directly to the TSA. If not specified, either the `garden` link is used, or the instance's address is advertised if the link is not found. Default: <nil> */ Garden Garden `yaml:"garden,omitempty"` /*Baggageclaim - Descr: Baggageclaim server connection address to forward through SSH to the TSA. If not specified, the Baggageclaim server address is registered directly. Default: <nil> */ Baggageclaim Baggageclaim `yaml:"baggageclaim,omitempty"` /*Tags - Descr: An array of tags to advertise for each worker. Default: [] */ Tags interface{} `yaml:"tags,omitempty"` /*HttpProxyUrl - Descr: Proxy to use for outgoing http requests from containers. Default: <nil> */ HttpProxyUrl interface{} `yaml:"http_proxy_url,omitempty"` /*HttpsProxyUrl - Descr: Proxy to use for outgoing https requests from containers. Default: <nil> */ HttpsProxyUrl interface{} `yaml:"https_proxy_url,omitempty"` /*NoProxy - Descr: A list domains and IPs with optional port for which the proxy should be bypassed, e.g. [localhost, 127.0.0.1, example.com, domain.com:8080] Default: [] */ NoProxy interface{} `yaml:"no_proxy,omitempty"` /*Platform - Descr: Platform to advertise for each worker. Default: linux */ Platform interface{} `yaml:"platform,omitempty"` /*Tsa - Descr: Host key to verify for the TSA server. If not specified, a deployment-scoped default is used. Default: */ Tsa Tsa `yaml:"tsa,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Tsa ¶
type Tsa struct { /*Port - Descr: Port of the TSA server to register with. Only used when `tsa.host` is also specified. Otherwise the port is autodiscovered via the `tsa` link. Default: 2222 */ Port interface{} `yaml:"port,omitempty"` /*HostPublicKey - Descr: Host key to verify for the TSA server. If not specified, a deployment-scoped default is used. Default: */ HostPublicKey interface{} `yaml:"host_public_key,omitempty"` /*Host - Descr: IP or DNS address of the TSA server to register with. If not specified, the `tsa` link is used. Default: <nil> */ Host interface{} `yaml:"host,omitempty"` /*PrivateKey - Descr: Private key to use when authenticating with the TSA. If not specified, a deployment-scoped default is used. Default: */ PrivateKey interface{} `yaml:"private_key,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Yeller ¶
type Yeller struct { /*EnvironmentName - Descr: Environment name you wish to group errors under in yeller. Default: */ EnvironmentName interface{} `yaml:"environment_name,omitempty"` /*ApiKey - Descr: API key to output errors from Concourse to Yeller. 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.