command_factory

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2015 License: Apache-2.0 Imports: 18 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 port:route"
	MustSetMonitoredPortErrorMessage = "Must set monitored-port when specifying multiple exposed ports unless --no-monitor is set."

	DefaultPollingTimeout time.Duration = 2 * time.Minute
)

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) MakeCreateLrpCommand added in v0.2.2

func (factory *AppRunnerCommandFactory) MakeCreateLrpCommand() 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
	AppExaminer           app_examiner.AppExaminer
	UI                    terminal.UI
	DockerMetadataFetcher docker_metadata_fetcher.DockerMetadataFetcher
	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