Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoopLauncher ¶
func NewNoopLauncher() restart.Restartable
NewNoopLauncher returns a new noopLauncher.
Types ¶
type Launchable ¶ added in v0.9.0
type Launchable struct { IsAvailable func() (bool, *retry.Retrier) Launcher func() restart.Restartable }
Launchable is a retryable wrapper for a restartable
type Launcher ¶ added in v0.9.0
Launcher tries to select a container launcher and retry on failure
func NewLauncher ¶
func NewLauncher(containerLaunchers []Launchable) *Launcher
NewLauncher creates a new launcher
Click to show internal directories.
Click to hide internal directories.