syslog_drain_binder

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 Cc

type Cc struct {

	/*SrvApiUri - Descr: API URI of cloud controller Default: <nil>
	 */
	SrvApiUri interface{} `yaml:"srv_api_uri,omitempty"`

	/*BulkApiPassword - Descr: Password for the bulk api Default: <nil>
	 */
	BulkApiPassword interface{} `yaml:"bulk_api_password,omitempty"`
}

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

type Loggregator

type Loggregator struct {

	/*Etcd - Descr: IPs pointing to the ETCD cluster Default: <nil>
	 */
	Etcd *LoggregatorEtcd `yaml:"etcd,omitempty"`
}

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

type LoggregatorEtcd

type LoggregatorEtcd struct {

	/*Machines - Descr: IPs pointing to the ETCD cluster Default: <nil>
	 */
	Machines interface{} `yaml:"machines,omitempty"`

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

	/*Maxconcurrentrequests - Descr: Number of concurrent requests to ETCD Default: 10
	 */
	Maxconcurrentrequests interface{} `yaml:"maxconcurrentrequests,omitempty"`

	/*RequireSsl - Descr: Enable ssl for all communication with etcd Default: false
	 */
	RequireSsl interface{} `yaml:"require_ssl,omitempty"`
}

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

type MetronEndpoint

type MetronEndpoint struct {

	/*DropsondePort - Descr: The port used to emit dropsonde messages to the Metron agent Default: 3457
	 */
	DropsondePort interface{} `yaml:"dropsonde_port,omitempty"`

	/*Host - Descr: The host used to emit messages to the Metron agent Default: 127.0.0.1
	 */
	Host interface{} `yaml:"host,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 SyslogDrainBinder

type SyslogDrainBinder struct {

	/*LockedMemoryLimit - Descr: Size (KB) of shell's locked memory limit. Set to 'kernel' to use the kernel's default. Non-numeric values other than 'kernel', 'soft', 'hard', and 'unlimited' will result in an error. Default: unlimited
	 */
	LockedMemoryLimit interface{} `yaml:"locked_memory_limit,omitempty"`

	/*DrainUrlTtlSeconds - Descr: Time to live for drain urls in seconds Default: 60
	 */
	DrainUrlTtlSeconds interface{} `yaml:"drain_url_ttl_seconds,omitempty"`

	/*Etcd - Descr: PEM-encoded client key Default:
	 */
	Etcd *SyslogDrainBinderEtcd `yaml:"etcd,omitempty"`

	/*Debug - Descr: Boolean value to turn on verbose logging for syslog_drain_binder Default: false
	 */
	Debug interface{} `yaml:"debug,omitempty"`

	/*UpdateIntervalSeconds - Descr: Interval on which to poll cloud controller in seconds Default: 15
	 */
	UpdateIntervalSeconds interface{} `yaml:"update_interval_seconds,omitempty"`

	/*PollingBatchSize - Descr: Batch size for the poll from cloud controller Default: 1000
	 */
	PollingBatchSize interface{} `yaml:"polling_batch_size,omitempty"`
}

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

type SyslogDrainBinderEtcd

type SyslogDrainBinderEtcd struct {

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

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

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

type SyslogDrainBinderJob

type SyslogDrainBinderJob struct {

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

	/*Cc - Descr: Password for the bulk api Default: <nil>
	 */
	Cc *Cc `yaml:"cc,omitempty"`

	/*SystemDomain - Descr: Domain reserved for CF operator, base URL where the login, uaa, and other non-user apps listen Default: <nil>
	 */
	SystemDomain interface{} `yaml:"system_domain,omitempty"`

	/*MetronEndpoint - Descr: The host used to emit messages to the Metron agent Default: 127.0.0.1
	 */
	MetronEndpoint *MetronEndpoint `yaml:"metron_endpoint,omitempty"`

	/*Loggregator - Descr: IPs pointing to the ETCD cluster Default: <nil>
	 */
	Loggregator *Loggregator `yaml:"loggregator,omitempty"`

	/*SyslogDrainBinder - Descr: Batch size for the poll from cloud controller Default: 1000
	 */
	SyslogDrainBinder *SyslogDrainBinder `yaml:"syslog_drain_binder,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