Documentation ¶
Index ¶
Constants ¶
View Source
const ( BoshDockerReleaseURL = "https://bosh.io/d/github.com/cf-platform-eng/docker-boshrelease?v=28.0.1" BoshDockerReleaseVer = "28.0.1" BoshDockerReleaseSHA = "448eaa2f478dc8794933781b478fae02aa44ed6b" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct { PluginVersion string `omg:"-"` Containers interface{} `omg:"-"` DeploymentName string NetworkName string `omg:"network"` IPs []string `omg:"ip"` VMTypeName string `omg:"vm-type"` DiskTypeName string `omg:"disk-type"` AZs []string `omg:"az"` RegistryMirrors []string `omg:"registry-mirror,optional"` InsecureRegistries []string `omg:"insecure-registry,optional"` ContainerDefinition string StemcellName string StemcellURL string `omg:"stemcell-url"` StemcellVersion string `omg:"stemcell-ver"` StemcellSHA string `omg:"stemcell-sha"` DockerReleaseURL string `omg:"docker-release-url"` DockerReleaseVersion string `omg:"docker-release-ver"` DockerReleaseSHA string `omg:"docker-release-sha"` }
func (*Plugin) GetProduct ¶
func (*Plugin) NewDockerInstanceGroup ¶
func (s *Plugin) NewDockerInstanceGroup() (ig *enaml.InstanceGroup)
Click to show internal directories.
Click to hide internal directories.