Documentation ¶
Index ¶
Constants ¶
View Source
const ( BoshVaultReleaseURL = "https://bosh.io/d/github.com/cloudfoundry-community/vault-boshrelease" BoshVaultReleaseVer = "0.3.0" BoshVaultReleaseSHA = "bd1ae82104dcf36abf64875fc5a46e1661bf2eac" BoshConsulReleaseURL = "https://bosh.io/d/github.com/cloudfoundry-community/consul-boshrelease" BoshConsulReleaseVer = "20" BoshConsulReleaseSHA = "9a0591c6b4d88d7d756ea933e14ddf112d05f334" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { NetworkName string IPs []string VMTypeName string DiskTypeName string AZs []string StemcellName string StemcellURL string StemcellVersion string StemcellSHA string }
func (*Plugin) GetProduct ¶
func (*Plugin) NewVaultInstanceGroup ¶ added in v0.0.4
func (s *Plugin) NewVaultInstanceGroup() (ig *enaml.InstanceGroup)
Click to show internal directories.
Click to hide internal directories.