registry

package
v0.0.26 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 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 Cache

type Cache struct {

	/*Host - Descr: IP address of the cache host Default:
	 */
	Host interface{} `yaml:"host,omitempty"`
}

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

type Docker

type Docker struct {

	/*Registry - Descr: What port to run the Docker Registry v2 API on Default: 5000
	 */
	Registry *Registry `yaml:"registry,omitempty"`

	/*Cache - Descr: IP address of the cache host Default:
	 */
	Cache *Cache `yaml:"cache,omitempty"`
}

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

type Registry

type Registry struct {

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

	/*Cookie - Descr: A secret cookie used to sign state against tampering. Default: <nil>
	 */
	Cookie interface{} `yaml:"cookie,omitempty"`

	/*Root - Descr: Path (on-disk, locally) where the Docker registry should store its data Default: /var/vcap/store/registry
	 */
	Root interface{} `yaml:"root,omitempty"`

	/*Port - Descr: What port to run the Docker Registry v2 API on Default: 5000
	 */
	Port interface{} `yaml:"port,omitempty"`
}

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

type RegistryJob

type RegistryJob struct {

	/*Docker - Descr: What port to run the Docker Registry v2 API on Default: 5000
	 */
	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 registry operation Default: <nil>
	 */
	Cert interface{} `yaml:"cert,omitempty"`

	/*Key - Descr: PEM-encoded private key for HTTPS registry 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