Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions struct { /*DisksDir - Descr: Directory where disks are stored Default: /var/vcap/store/cpi/disks */ DisksDir interface{} `yaml:"disks_dir,omitempty"` /*HostPersistentBindMountsDir - Descr: Directory with sub-directories at which persistent disks are mounted on the host Default: /var/vcap/store/cpi/persistent_bind_mounts_dir */ HostPersistentBindMountsDir interface{} `yaml:"host_persistent_bind_mounts_dir,omitempty"` /*GuestPersistentBindMountsDir - Descr: Directory with sub-directories at which persistent disks are mounted inside VMs Default: /photon-cpi-dev */ GuestPersistentBindMountsDir interface{} `yaml:"guest_persistent_bind_mounts_dir,omitempty"` /*AgentEnvService - Descr: Type of Agent Env Service to use, e.g. registry or file Default: file */ AgentEnvService interface{} `yaml:"agent_env_service,omitempty"` /*HostEphemeralBindMountsDir - Descr: Directory with sub-directories at which ephemeral disks are mounted on the host Default: /var/vcap/store/cpi/ephemeral_bind_mounts_dir */ HostEphemeralBindMountsDir interface{} `yaml:"host_ephemeral_bind_mounts_dir,omitempty"` /*GuestEphemeralBindMountPath - Descr: Path at which ephemeral disk is mounted inside VMs Default: /var/vcap/data */ GuestEphemeralBindMountPath interface{} `yaml:"guest_ephemeral_bind_mount_path,omitempty"` /*Registry - Descr: Password for registry Default: */ Registry *Registry `yaml:"registry,omitempty"` /*StemcellsDir - Descr: Directory where stemcells are stored Default: /var/vcap/store/cpi/stemcells */ StemcellsDir interface{} `yaml:"stemcells_dir,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Agent ¶
type Agent struct {
/*Mbus - Descr: Mbus URL used by deployed BOSH agents Default:
*/
Mbus interface{} `yaml:"mbus,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type AgentBlobstore ¶
type AgentBlobstore struct { /*Provider - Descr: Provider type for the blobstore used by deployed BOSH agents (e.g. dav, s3) Default: dav */ Provider interface{} `yaml:"provider,omitempty"` /*Options - Descr: Options for the blobstore used by deployed BOSH agents Default: map[] */ Options interface{} `yaml:"options,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Blobstore ¶
type Blobstore struct { /*Options - Descr: Options for the blobstore used by deployed BOSH agents Default: map[] */ Options interface{} `yaml:"options,omitempty"` /*Provider - Descr: Provider type for the blobstore used by deployed BOSH agents (e.g. dav, s3) Default: */ Provider interface{} `yaml:"provider,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cpi ¶
type Cpi struct { /*Actions - Descr: Type of Agent Env Service to use, e.g. registry or file Default: file */ Actions *Actions `yaml:"actions,omitempty"` /*Agent - Descr: Options for the blobstore used by deployed BOSH agents Default: map[] */ Agent *CpiAgent `yaml:"agent,omitempty"` /*HostIp - Descr: IP address of the host that will be used by containers, must be the same as mbus IP Default: <nil> */ HostIp interface{} `yaml:"host_ip,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type CpiAgent ¶
type CpiAgent struct { /*Ntp - Descr: NTP configuration used by deployed BOSH agents Default: [] */ Ntp interface{} `yaml:"ntp,omitempty"` /*Blobstore - Descr: Options for the blobstore used by deployed BOSH agents Default: map[] */ Blobstore *AgentBlobstore `yaml:"blobstore,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Photon ¶
type Photon struct { /*IgnoreCert - Descr: Whether to ignore certs check Default: true */ IgnoreCert interface{} `yaml:"ignore_cert,omitempty"` /*Target - Descr: Photon API-FE target Default: */ Target interface{} `yaml:"target,omitempty"` /*User - Descr: Photon user Default: */ User interface{} `yaml:"user,omitempty"` /*Password - Descr: Photon user's password Default: */ Password interface{} `yaml:"password,omitempty"` /*Project - Descr: Photon project Default: */ Project interface{} `yaml:"project,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type PhotoncpiJob ¶
type PhotoncpiJob struct { /*Blobstore - Descr: Provider type for the blobstore used by deployed BOSH agents (e.g. dav, s3) Default: */ Blobstore *Blobstore `yaml:"blobstore,omitempty"` /*Cpi - Descr: Type of Agent Env Service to use, e.g. registry or file Default: file */ Cpi *Cpi `yaml:"cpi,omitempty"` /*Photon - Descr: Photon project Default: */ Photon *Photon `yaml:"photon,omitempty"` /*Agent - Descr: Mbus URL used by deployed BOSH agents Default: */ Agent *Agent `yaml:"agent,omitempty"` /*Ntp - Descr: ntp Default: */ Ntp interface{} `yaml:"ntp,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Registry ¶
type Registry struct { /*Password - Descr: Password for registry Default: */ Password interface{} `yaml:"password,omitempty"` /*Port - Descr: Port of registry Default: 6301 */ Port interface{} `yaml:"port,omitempty"` /*Host - Descr: Hostname of registry Default: */ Host interface{} `yaml:"host,omitempty"` /*Username - Descr: Username for registry Default: */ Username interface{} `yaml:"username,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!