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 ManyBbrJobsDeployment = DeploymentWithName("many-bbr-jobs")
View Source
var RedisDeployment = DeploymentWithName("redis")
View Source
var RedisDeploymentWithDisabledJob = DeploymentWithName("redis-with-disabled-bbr-job")
View Source
var RedisSlowBackupDeployment = DeploymentWithName("redis-with-slow-backup")
View Source
var RedisWithBackupOneRestoreAll = DeploymentWithName("redis-with-backup-one-restore-all")
View Source
var RedisWithLockingOrderDeployment = DeploymentWithName("redis-with-locking-order")
Functions ¶
func BackupDirWithTimestamp ¶
func MustHaveEnv ¶
func WriteEnvVarToTempFile ¶
Types ¶
type Deployment ¶
func DeploymentWithName ¶
func DeploymentWithName(name string) Deployment
func NewDeployment ¶
func NewDeployment(name, manifest string) Deployment
func (Deployment) Delete ¶
func (d Deployment) Delete()
func (Deployment) Deploy ¶
func (d Deployment) Deploy()
func (Deployment) Instance ¶
func (d Deployment) Instance(group, index string) Instance
type Instance ¶
func (Instance) AssertFilesExist ¶
Click to show internal directories.
Click to hide internal directories.