Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JumpboxDeployment = DeploymentWithName("jumpbox")
View Source
var JumpboxInstance = JumpboxDeployment.Instance("jumpbox", "0")
View Source
var RedisDeployment = DeploymentWithName("redis")
View Source
var RedisSlowBackupDeployment = DeploymentWithName("redis-with-slow-backup")
View Source
var RedisWithLockingOrderDeployment = DeploymentWithName("redis-with-locking-order")
View Source
var RedisWithMetadataDeployment = DeploymentWithName("redis-with-metadata")
View Source
var RedisWithMissingScriptDeployment = DeploymentWithName("redis-with-missing-script")
Functions ¶
func BackupDirWithTimestamp ¶
func MustHaveEnv ¶
Types ¶
type Deployment ¶ added in v1.0.0
func DeploymentWithName ¶ added in v1.0.0
func DeploymentWithName(name string) Deployment
func NewDeployment ¶ added in v1.0.0
func NewDeployment(name, manifest string) Deployment
func (Deployment) Delete ¶ added in v1.0.0
func (d Deployment) Delete()
func (Deployment) Deploy ¶ added in v1.0.0
func (d Deployment) Deploy()
func (Deployment) Instance ¶ added in v1.0.0
func (d Deployment) Instance(group, index string) Instance
type Instance ¶ added in v1.0.0
func (Instance) AssertFilesExist ¶ added in v1.0.0
func (Instance) RunCommand ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.