cc_uploader

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 {

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

	/*JobPollingIntervalInSeconds - Descr: the interval between job polling requests Default: <nil>
	 */
	JobPollingIntervalInSeconds interface{} `yaml:"job_polling_interval_in_seconds,omitempty"`
}

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

type CcUploader

type CcUploader struct {

	/*Cc - Descr: External Cloud Controller port Default: 9022
	 */
	Cc *Cc `yaml:"cc,omitempty"`

	/*ListenAddr - Descr: Address of interface on which to serve files Default: 0.0.0.0:9090
	 */
	ListenAddr interface{} `yaml:"listen_addr,omitempty"`

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

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

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

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

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

type CcUploaderJob

type CcUploaderJob struct {

	/*Diego - Descr: External Cloud Controller port Default: 9022
	 */
	Diego *Diego `yaml:"diego,omitempty"`
}

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

type Diego

type Diego struct {

	/*CcUploader - Descr: External Cloud Controller port Default: 9022
	 */
	CcUploader *CcUploader `yaml:"cc_uploader,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 !!!

Jump to

Keyboard shortcuts

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