Documentation ¶
Index ¶
- Constants
- func DeleteDeployment(deploymentName string) *deleteDeployMock
- func Deploy() *deployMock
- func Deployments() *deploymentsMock
- func DeploysWithManifestAndRedirectsToTask(manifest bosh.BoshManifest, taskID int) *deployMock
- func Errand(deploymentName, errandName, body string) *errandMock
- func GetDeployment(deploymentName string) *deploymentMock
- func Info() *infoMock
- func Task(taskID int) *taskMock
- func TaskOutput(taskId int) *taskOutputMock
- func Tasks(deploymentName string) *tasksMock
- func TasksByContext(deploymentName, contextID string) *tasksMock
- func VMsForDeployment(deploymentName string) *vmsForDeploymentMock
- type DeploymentDiff
- type MockBOSH
Constants ¶
View Source
const (
BoshContextIDHeader = "X-Bosh-Context-Id"
)
Variables ¶
This section is empty.
Functions ¶
func DeleteDeployment ¶
func DeleteDeployment(deploymentName string) *deleteDeployMock
func Deployments ¶
func Deployments() *deploymentsMock
func DeploysWithManifestAndRedirectsToTask ¶ added in v0.17.1
func DeploysWithManifestAndRedirectsToTask(manifest bosh.BoshManifest, taskID int) *deployMock
func GetDeployment ¶
func GetDeployment(deploymentName string) *deploymentMock
func TaskOutput ¶
func TaskOutput(taskId int) *taskOutputMock
func TasksByContext ¶
func TasksByContext(deploymentName, contextID string) *tasksMock
func VMsForDeployment ¶
func VMsForDeployment(deploymentName string) *vmsForDeploymentMock
Types ¶
type DeploymentDiff ¶
type DeploymentDiff struct {
Diff [][]interface{} `json:"diff"`
}
Click to show internal directories.
Click to hide internal directories.