nsync

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 {

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

	/*ApiLocation - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889
	 */
	ApiLocation interface{} `yaml:"api_location,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"`

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

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

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

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

type Capi

type Capi struct {

	/*Nsync - Descr: Whether or not to use privileged containers for  buildpack based LRPs and tasks. Containers with a docker-image-based rootfs will continue to always be unprivileged and cannot be changed. Default: false
	 */
	Nsync *Nsync `yaml:"nsync,omitempty"`
}

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

type Cc

type Cc struct {

	/*PollingIntervalInSeconds - Descr: interval at which to poll bulk API in seconds Default: 30
	 */
	PollingIntervalInSeconds interface{} `yaml:"polling_interval_in_seconds,omitempty"`

	/*BulkBatchSize - Descr: number of apps to fetch at once from bulk API Default: 500
	 */
	BulkBatchSize interface{} `yaml:"bulk_batch_size,omitempty"`

	/*FetchTimeoutInSeconds - Descr: How long to wait for completion of requests to CC in seconds. Default: 30
	 */
	FetchTimeoutInSeconds interface{} `yaml:"fetch_timeout_in_seconds,omitempty"`

	/*BaseUrl - Descr: base URL of the cloud controller Default: <nil>
	 */
	BaseUrl interface{} `yaml:"base_url,omitempty"`

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

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

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

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

type Diego

type Diego struct {

	/*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 Nsync

type Nsync struct {

	/*ListenerDebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17006
	 */
	ListenerDebugAddr interface{} `yaml:"listener_debug_addr,omitempty"`

	/*DropsondePort - Descr: local metron agent's port Default: 3457
	 */
	DropsondePort interface{} `yaml:"dropsonde_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"`

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

	/*BulkerDebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17007
	 */
	BulkerDebugAddr interface{} `yaml:"bulker_debug_addr,omitempty"`

	/*Bbs - Descr: capacity of the tls client cache Default: <nil>
	 */
	Bbs *Bbs `yaml:"bbs,omitempty"`

	/*Cc - Descr: How long to wait for completion of requests to CC in seconds. Default: 30
	 */
	Cc *Cc `yaml:"cc,omitempty"`

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

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

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

	/*DiegoPrivilegedContainers - Descr: Whether or not to use privileged containers for  buildpack based LRPs and tasks. Containers with a docker-image-based rootfs will continue to always be unprivileged and cannot be changed. Default: false
	 */
	DiegoPrivilegedContainers interface{} `yaml:"diego_privileged_containers,omitempty"`
}

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

type NsyncJob

type NsyncJob struct {

	/*Capi - Descr: Whether or not to use privileged containers for  buildpack based LRPs and tasks. Containers with a docker-image-based rootfs will continue to always be unprivileged and cannot be changed. Default: false
	 */
	Capi *Capi `yaml:"capi,omitempty"`

	/*Diego - Descr: when connecting over https, ignore bad ssl certificates Default: false
	 */
	Diego *Diego `yaml:"diego,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 !!!

Jump to

Keyboard shortcuts

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