stager

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bbs

type Bbs struct {

	/*CaCert - Descr: PEM-encoded CA certificate Default: <nil>
	 */
	CaCert interface{} `yaml:"ca_cert,omitempty"`

	/*ApiLocation - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889
	 */
	ApiLocation interface{} `yaml:"api_location,omitempty"`

	/*ClientKey - Descr: PEM-encoded client key Default: <nil>
	 */
	ClientKey interface{} `yaml:"client_key,omitempty"`

	/*ClientSessionCacheSize - Descr: capacity of the tls client cache Default: <nil>
	 */
	ClientSessionCacheSize interface{} `yaml:"client_session_cache_size,omitempty"`

	/*ClientCert - Descr: PEM-encoded client certificate Default: <nil>
	 */
	ClientCert interface{} `yaml:"client_cert,omitempty"`

	/*RequireSsl - Descr: enable ssl for all communication with the bbs Default: true
	 */
	RequireSsl interface{} `yaml:"require_ssl,omitempty"`

	/*MaxIdleConnsPerHost - Descr: maximum number of idle http connections Default: <nil>
	 */
	MaxIdleConnsPerHost interface{} `yaml:"max_idle_conns_per_host,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Cc

type Cc struct {

	/*ExternalPort - Descr: External port to access the Cloud Controller Default: 9022
	 */
	ExternalPort interface{} `yaml:"external_port,omitempty"`

	/*InternalServiceHostname - Descr: Internal CC host name Default: cloud-controller-ng.service.cf.internal
	 */
	InternalServiceHostname interface{} `yaml:"internal_service_hostname,omitempty"`

	/*BasicAuthUsername - Descr: Basic auth username for CC internal API Default: internal_user
	 */
	BasicAuthUsername interface{} `yaml:"basic_auth_username,omitempty"`

	/*BasicAuthPassword - Descr: Basic auth password for CC internal API Default: <nil>
	 */
	BasicAuthPassword interface{} `yaml:"basic_auth_password,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Diego

type Diego struct {

	/*Stager - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889
	 */
	Stager *Stager `yaml:"stager,omitempty"`

	/*Ssl - Descr: when connecting over https, ignore bad ssl certificates Default: false
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Ssl

type Ssl struct {

	/*SkipCertVerify - Descr: when connecting over https, ignore bad ssl certificates Default: false
	 */
	SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Stager

type Stager struct {

	/*DebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17011
	 */
	DebugAddr interface{} `yaml:"debug_addr,omitempty"`

	/*Cc - Descr: Basic auth username for CC internal API Default: internal_user
	 */
	Cc *Cc `yaml:"cc,omitempty"`

	/*DropsondePort - Descr: local metron agent's port Default: 3457
	 */
	DropsondePort interface{} `yaml:"dropsonde_port,omitempty"`

	/*DockerStagingStack - Descr: stack to use for staging Docker applications Default: cflinuxfs2
	 */
	DockerStagingStack interface{} `yaml:"docker_staging_stack,omitempty"`

	/*InsecureDockerRegistryList - Descr: An array of insecure Docker registries in the form of <HOSTNAME|IP>:PORT Default: []
	 */
	InsecureDockerRegistryList interface{} `yaml:"insecure_docker_registry_list,omitempty"`

	/*DockerRegistryAddress - Descr: Address of the Docker Registry used for image caching Default: docker-registry.service.cf.internal:8080
	 */
	DockerRegistryAddress interface{} `yaml:"docker_registry_address,omitempty"`

	/*StagingTaskCallbackUrl - Descr: URL for staging task callbacks Default: http://stager.service.cf.internal:8888
	 */
	StagingTaskCallbackUrl interface{} `yaml:"staging_task_callback_url,omitempty"`

	/*LogLevel - Descr: Log level Default: info
	 */
	LogLevel interface{} `yaml:"log_level,omitempty"`

	/*CcUploaderUrl - Descr: URL of cc uploader Default: http://cc-uploader.service.cf.internal:9090
	 */
	CcUploaderUrl interface{} `yaml:"cc_uploader_url,omitempty"`

	/*FileServerUrl - Descr: URL of file server Default: http://file-server.service.cf.internal:8080
	 */
	FileServerUrl interface{} `yaml:"file_server_url,omitempty"`

	/*ListenAddr - Descr: Address from which the Stager serves requests Default: 0.0.0.0:8888
	 */
	ListenAddr interface{} `yaml:"listen_addr,omitempty"`

	/*Bbs - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889
	 */
	Bbs *Bbs `yaml:"bbs,omitempty"`

	/*ConsulAgentPort - Descr: local consul agent's port Default: 8500
	 */
	ConsulAgentPort interface{} `yaml:"consul_agent_port,omitempty"`

	/*LifecycleBundles - Descr: List of lifecycle bundles arguments for different stacks in form 'lifecycle-name:path/to/bundle' Default: [buildpack/cflinuxfs2:buildpack_app_lifecycle/buildpack_app_lifecycle.tgz buildpack/windows2012R2:windows_app_lifecycle/windows_app_lifecycle.tgz docker:docker_app_lifecycle/docker_app_lifecycle.tgz]
	 */
	LifecycleBundles interface{} `yaml:"lifecycle_bundles,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type StagerJob

type StagerJob struct {

	/*Diego - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889
	 */
	Diego *Diego `yaml:"diego,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL