command_factory

package
v0.0.0-...-a94d4d2 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: BSD-2-Clause Imports: 14 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) MakeRemoveAppCommand

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

func (*AppRunnerCommandFactory) MakeScaleAppCommand

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

func (*AppRunnerCommandFactory) MakeStartAppCommand

func (commandFactory *AppRunnerCommandFactory) MakeStartAppCommand() cli.Command

func (*AppRunnerCommandFactory) MakeStopAppCommand

func (commandFactory *AppRunnerCommandFactory) MakeStopAppCommand() cli.Command

type AppRunnerCommandFactoryConfig

type AppRunnerCommandFactoryConfig struct {
	AppRunner             docker_app_runner.AppRunner
	DockerMetadataFetcher docker_metadata_fetcher.DockerMetadataFetcher
	Output                *output.Output
	Timeout               time.Duration
	Domain                string
	Env                   []string
	Clock                 clock.Clock
	Logger                lager.Logger
	TailedLogsOutputter   console_tailed_logs_outputter.TailedLogsOutputter
}

Jump to

Keyboard shortcuts

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