provision

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2018 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LogsFileName = "cfdev-logs.tgz"
)

Functions

This section is empty.

Types

type Controller

type Controller struct {
	Client garden.Client
}

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)

type Service

type Service struct {
	Name          string `yaml:"name"`
	Flagname      string `yaml:"flag_name"`
	DefaultDeploy bool   `yaml:"default_deploy"`
	Handle        string `yaml:"handle"`
	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