Documentation
¶
Index ¶
- type Controller
- func (c *Controller) DeployBosh() error
- func (c *Controller) DeployCloudFoundry(ui UI, dockerRegistries []string) error
- func (c *Controller) DeployService(service Service) error
- func (c *Controller) DeployServices(ui UI, services []Service) error
- func (c *Controller) GetWhiteListedService(serviceName string, whiteList []Service) (*Service, error)
- func (c *Controller) Ping() error
- func (c *Controller) WhiteListServices(whiteList string, services []Service) ([]Service, error)
- type Service
- type UI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func NewController ¶
func NewController(config config.Config) *Controller
func (*Controller) DeployBosh ¶
func (c *Controller) DeployBosh() error
func (*Controller) DeployCloudFoundry ¶
func (c *Controller) DeployCloudFoundry(ui UI, dockerRegistries []string) error
func (*Controller) DeployService ¶
func (c *Controller) DeployService(service Service) error
func (*Controller) DeployServices ¶
func (c *Controller) DeployServices(ui UI, services []Service) error
func (*Controller) GetWhiteListedService ¶ added in v0.0.13
func (c *Controller) GetWhiteListedService(serviceName string, whiteList []Service) (*Service, error)
func (*Controller) Ping ¶
func (c *Controller) Ping() error
func (*Controller) WhiteListServices ¶
func (c *Controller) WhiteListServices(whiteList string, services []Service) ([]Service, error)
Click to show internal directories.
Click to hide internal directories.