command_factory

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2015 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InvalidPortErrorMessage          = "Invalid port specified. Ports must be a comma-delimited list of integers between 0-65535."
	MalformedRouteErrorMessage       = "Malformed route. Routes must be of the format route:port"
	MustSetMonitoredPortErrorMessage = "Must set monitored-port when specifying multiple exposed ports unless --no-monitor is set."
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AppRunnerCommandFactory

type AppRunnerCommandFactory struct {
	// contains filtered or unexported fields
}

func (*AppRunnerCommandFactory) MakeCreateAppCommand

func (factory *AppRunnerCommandFactory) MakeCreateAppCommand() cli.Command

func (*AppRunnerCommandFactory) MakeRemoveAppCommand

func (factory *AppRunnerCommandFactory) MakeRemoveAppCommand() cli.Command

func (*AppRunnerCommandFactory) MakeScaleAppCommand

func (factory *AppRunnerCommandFactory) MakeScaleAppCommand() cli.Command

func (*AppRunnerCommandFactory) MakeUpdateRoutesCommand

func (factory *AppRunnerCommandFactory) MakeUpdateRoutesCommand() cli.Command

type AppRunnerCommandFactoryConfig

type AppRunnerCommandFactoryConfig struct {
	AppRunner             docker_app_runner.AppRunner
	UI                    terminal.UI
	DockerMetadataFetcher docker_metadata_fetcher.DockerMetadataFetcher
	Timeout               time.Duration
	Domain                string
	Env                   []string
	Clock                 clock.Clock
	Logger                lager.Logger
	TailedLogsOutputter   console_tailed_logs_outputter.TailedLogsOutputter
	ExitHandler           exit_handler.ExitHandler
}

Jump to

Keyboard shortcuts

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