Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infrastructure ¶
type Manager ¶
type Manager interface {
CreateVM(stemcellCID bmstemcell.CID, deployment bmdepl.Deployment) (CID, error)
}
type ManagerFactory ¶
type ManagerFactory interface {
NewManager(infrastructure Infrastructure) Manager
}
func NewManagerFactory ¶
func NewManagerFactory( eventLogger bmeventlog.EventLogger, deploymentConfigService bmconfig.DeploymentConfigService, logger boshlog.Logger, ) ManagerFactory
Click to show internal directories.
Click to hide internal directories.