Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployInput ¶
type DeployInput struct { Cpi bmcloud.Cloud Deployment bmdepl.Deployment StemcellApplySpec bmstemcell.ApplySpec Registry bmdepl.Registry SSHTunnelConfig bmdepl.SSHTunnel MbusURL string StemcellCID bmstemcell.CID }
type FakeDeployer ¶
type FakeDeployer struct { DeployInput DeployInput DeployOutput deployOutput }
func NewFakeDeployer ¶
func NewFakeDeployer() *FakeDeployer
func (*FakeDeployer) Deploy ¶
func (m *FakeDeployer) Deploy( cpi bmcloud.Cloud, deployment bmdepl.Deployment, stemcellApplySpec bmstemcell.ApplySpec, registry bmdepl.Registry, sshTunnelConfig bmdepl.SSHTunnel, mbusURL string, stemcellCID bmstemcell.CID, ) error
func (*FakeDeployer) SetDeployBehavior ¶
func (m *FakeDeployer) SetDeployBehavior(err error)
Click to show internal directories.
Click to hide internal directories.