Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bbs ¶
type Bbs struct { /*ClientCert - Descr: PEM-encoded client certificate Default: <nil> */ ClientCert interface{} `yaml:"client_cert,omitempty"` /*ClientSessionCacheSize - Descr: capacity of the tls client cache Default: <nil> */ ClientSessionCacheSize interface{} `yaml:"client_session_cache_size,omitempty"` /*MaxIdleConnsPerHost - Descr: maximum number of idle http connections Default: <nil> */ MaxIdleConnsPerHost interface{} `yaml:"max_idle_conns_per_host,omitempty"` /*ClientKey - Descr: PEM-encoded client key Default: <nil> */ ClientKey interface{} `yaml:"client_key,omitempty"` /*RequireSsl - Descr: enable ssl for all communication with the bbs Default: true */ RequireSsl interface{} `yaml:"require_ssl,omitempty"` /*ApiLocation - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889 */ ApiLocation interface{} `yaml:"api_location,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 Cc ¶
type Cc struct { /*BasicAuthUsername - Descr: basic auth username for CC bulk API Default: internal_user */ BasicAuthUsername interface{} `yaml:"basic_auth_username,omitempty"` /*BasicAuthPassword - Descr: basic auth password for CC bulk API Default: <nil> */ BasicAuthPassword interface{} `yaml:"basic_auth_password,omitempty"` /*BulkBatchSize - Descr: number of apps to fetch at once from bulk API Default: 500 */ BulkBatchSize interface{} `yaml:"bulk_batch_size,omitempty"` /*BaseUrl - Descr: base URL of the cloud controller Default: <nil> */ BaseUrl interface{} `yaml:"base_url,omitempty"` /*PollingIntervalInSeconds - Descr: interval at which to poll bulk API in seconds Default: 30 */ PollingIntervalInSeconds interface{} `yaml:"polling_interval_in_seconds,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"` }
* 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"` /*Nsync - Descr: URL of file server Default: http://file-server.service.cf.internal:8080 */ Nsync *Nsync `yaml:"nsync,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"` /*FileServerUrl - Descr: URL of file server Default: http://file-server.service.cf.internal:8080 */ FileServerUrl interface{} `yaml:"file_server_url,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"` /*Cc - Descr: interval at which to poll bulk API in seconds Default: 30 */ Cc *Cc `yaml:"cc,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: enable ssl for all communication with the bbs Default: true */ Bbs *Bbs `yaml:"bbs,omitempty"` /*ListenAddr - Descr: Address from which NSYNC serves requests Default: 0.0.0.0:8787 */ ListenAddr interface{} `yaml:"listen_addr,omitempty"` /*LogLevel - Descr: Log level Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type NsyncJob ¶ added in v0.0.4
type NsyncJob struct { /*Diego - Descr: URL of file server Default: http://file-server.service.cf.internal:8080 */ Diego *Diego `yaml:"diego,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.