Documentation
¶
Index ¶
Constants ¶
View Source
const BOSH_CLI_EXECUTABLE_NAME = "bosh"
Variables ¶
This section is empty.
Functions ¶
func BackupDirWithTimestamp ¶
func MustHaveEnv ¶
func WriteEnvVarToTempFile ¶ added in v1.2.4
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.