Documentation
¶
Index ¶
- type DockerRegistry
- func (d *DockerRegistry) CreateDeploymentManifest(cloudConfig []byte) (*enaml.DeploymentManifest, error)
- func (d *DockerRegistry) CreateNFSServerInstanceGroup() *enaml.InstanceGroup
- func (d *DockerRegistry) CreateProxyInstanceGroup() *enaml.InstanceGroup
- func (d *DockerRegistry) CreateRegistryInstanceGroup() *enaml.InstanceGroup
- func (d *DockerRegistry) CreateUpdate() (update enaml.Update)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerRegistry ¶
type DockerRegistry struct { DeploymentName string DockerRegistryReleaseVer string DockerRegistryReleaseURL string DockerRegistryReleaseSHA string StemcellVersion string StemcellAlias string StemcellOS string AZs []string NetworkName string RegistryVMType string RegistryIPs []string ProxyVMType string ProxyIPs []string PublicIP []string ProxyCert string ProxyCertKey string NFSServerVMType string NFSDiskType string NFSIP string Secret string }
func (*DockerRegistry) CreateDeploymentManifest ¶
func (d *DockerRegistry) CreateDeploymentManifest(cloudConfig []byte) (*enaml.DeploymentManifest, error)
func (*DockerRegistry) CreateNFSServerInstanceGroup ¶
func (d *DockerRegistry) CreateNFSServerInstanceGroup() *enaml.InstanceGroup
func (*DockerRegistry) CreateProxyInstanceGroup ¶
func (d *DockerRegistry) CreateProxyInstanceGroup() *enaml.InstanceGroup
func (*DockerRegistry) CreateRegistryInstanceGroup ¶
func (d *DockerRegistry) CreateRegistryInstanceGroup() *enaml.InstanceGroup
func (*DockerRegistry) CreateUpdate ¶
func (d *DockerRegistry) CreateUpdate() (update enaml.Update)
Click to show internal directories.
Click to hide internal directories.