Documentation ¶ Index ¶ Constants func NewRedisJob(name, networkName, pass, disk, vmSize string, masterIPs, slaveIPs []string, ...) (job enaml.Job) type Plugin func (s *Plugin) GetFlags() (flags []pcli.Flag) func (s *Plugin) GetMeta() product.Meta func (s *Plugin) GetProduct(args []string, cloudConfig []byte) (b []byte) Constants ¶ View Source const ( BoshReleaseURL = "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease" BoshReleaseVer = "12" BoshReleaseSHA = "324910eaf68e8803ad2317d5a2f5f6a06edc0a40" Master = iota Slave Errand Pool ) Variables ¶ This section is empty. Functions ¶ func NewRedisJob ¶ func NewRedisJob(name, networkName, pass, disk, vmSize string, masterIPs, slaveIPs []string, instances int, jobType int) (job enaml.Job) Types ¶ type Plugin ¶ type Plugin struct{} func (*Plugin) GetFlags ¶ func (s *Plugin) GetFlags() (flags []pcli.Flag) func (*Plugin) GetMeta ¶ func (s *Plugin) GetMeta() product.Meta func (*Plugin) GetProduct ¶ func (s *Plugin) GetProduct(args []string, cloudConfig []byte) (b []byte) Source Files ¶ View all Source files redisplugin.go Click to show internal directories. Click to hide internal directories.