Documentation
¶
Index ¶
Constants ¶
View Source
const ( StemcellName = "trusty" StemcellAlias = "trusty" StemcellVersion = "3263.8" BoshReleaseURL = "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=12" BoshReleaseVer = "12" BoshReleaseSHA = "324910eaf68e8803ad2317d5a2f5f6a06edc0a40" Master = iota Slave Errand Pool )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct { PluginVersion string `omg:"-"` LeaderIP []string `omg:"leader-ip"` LeaderInstances int RedisPassword string `omg:"redis-pass"` PoolInstances int DiskSize string SlaveInstances int ErrandInstances int SlaveIP []string `omg:"slave-ip"` NetworkName string VMSize string `omg:"vm-size"` StemcellURL string `omg:"stemcell-url,optional"` StemcellVersion string `omg:"stemcell-ver"` StemcellSHA string `omg:"stemcell-sha,optional"` StemcellName string }
Click to show internal directories.
Click to hide internal directories.