Documentation
¶
Index ¶
- Variables
- type Controller
- func (c *Controller) DeployBosh() error
- func (c *Controller) DeployCloudFoundry(dockerRegistries []string) error
- func (c *Controller) DeployService(handle, script string) error
- func (c *Controller) DeployServices(ui UI, services []Service) error
- func (c *Controller) FetchBOSHConfig() (bosh.Config, error)
- func (c *Controller) FetchLogs(destinationDir string) error
- func (c *Controller) GetServices() ([]Service, string, error)
- func (c *Controller) Ping() error
- func (c *Controller) ReportProgress(ui UI, deploymentName string)
- func (c *Controller) WhiteListServices(whiteList string, services []Service) ([]Service, error)
- type Service
- type UI
Constants ¶
This section is empty.
Variables ¶
View Source
var (
LogsFileName = "cfdev-logs.tgz"
)
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func NewController ¶
func NewController() *Controller
func (*Controller) DeployBosh ¶
func (c *Controller) DeployBosh() error
func (*Controller) DeployCloudFoundry ¶
func (c *Controller) DeployCloudFoundry(dockerRegistries []string) error
func (*Controller) DeployService ¶
func (c *Controller) DeployService(handle, script string) error
func (*Controller) DeployServices ¶
func (c *Controller) DeployServices(ui UI, services []Service) error
func (*Controller) FetchBOSHConfig ¶
func (c *Controller) FetchBOSHConfig() (bosh.Config, error)
func (*Controller) FetchLogs ¶
func (c *Controller) FetchLogs(destinationDir string) error
func (*Controller) GetServices ¶
func (c *Controller) GetServices() ([]Service, string, error)
func (*Controller) Ping ¶
func (c *Controller) Ping() error
func (*Controller) ReportProgress ¶
func (c *Controller) ReportProgress(ui UI, deploymentName string)
func (*Controller) WhiteListServices ¶
func (c *Controller) WhiteListServices(whiteList string, services []Service) ([]Service, error)
Click to show internal directories.
Click to hide internal directories.