start

package
v0.0.0-...-27bfb59 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStartCommand

func NewStartCommand(config Config) (*startCommand, error)

func UserOutput

func UserOutput(format string, a ...interface{})

All start command printing to stdout should go through this fmt.Printf wrapper. The stdout of the start command should convey information useful to a human sitting at a terminal watching their cluster bootstrap itself. Otherwise the message should go to stderr.

Types

type Config

type Config struct {
	AssetDir             string
	PodManifestPath      string
	Strict               bool
	RequiredPodPrefixes  map[string][]string
	WaitForTearDownEvent string
	EarlyTearDown        bool
	TerminationTimeout   time.Duration
	TearDownDelay        time.Duration
	AssetsCreatedTimeout time.Duration
}

Jump to

Keyboard shortcuts

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