proxy

package
v0.0.53 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2016 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 Backend

type Backend struct {

	/*Hosts - Descr: A list of the IP addresses of each Docker proxy to load-balance Default: []
	 */
	Hosts interface{} `yaml:"hosts,omitempty"`

	/*Port - Descr: TCP Port that each backend registry is listening on Default: 5000
	 */
	Port interface{} `yaml:"port,omitempty"`
}

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

type Docker

type Docker struct {

	/*Proxy - Descr: PEM-encoded private key for HTTPS proxy operation Default: <nil>
	 */
	Proxy *Proxy `yaml:"proxy,omitempty"`
}

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

type Proxy

type Proxy struct {

	/*Backend - Descr: TCP Port that each backend registry is listening on Default: 5000
	 */
	Backend *Backend `yaml:"backend,omitempty"`

	/*Ssl - Descr: PEM-encoded private key for HTTPS proxy operation Default: <nil>
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`
}

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

type ProxyJob

type ProxyJob struct {

	/*Docker - Descr: PEM-encoded private key for HTTPS proxy operation Default: <nil>
	 */
	Docker *Docker `yaml:"docker,omitempty"`
}

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

type Ssl

type Ssl struct {

	/*Cert - Descr: PEM-encoded SSL certificate for HTTPS proxy operation Default: <nil>
	 */
	Cert interface{} `yaml:"cert,omitempty"`

	/*Key - Descr: PEM-encoded private key for HTTPS proxy operation Default: <nil>
	 */
	Key interface{} `yaml:"key,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