provision

package
v0.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2019 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	Config config.Config
}

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)

type Service

type Service struct {
	Name       string `yaml:"name"`
	Flagname   string `yaml:"flag_name"`
	Script     string `yaml:"script"`
	Deployment string `yaml:"deployment"`
	IsErrand   bool   `yaml:"errand"`
}

type UI

type UI interface {
	Say(message string, args ...interface{})
	Writer() io.Writer
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL