runtime

package
v0.0.0-...-b0b6c39 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runtime

type Runtime interface {
	GetContainers(ctx context.Context, all bool) ([]container.Container, error)
	StopContainer(ctx context.Context, name string) error
	RmContainer(ctx context.Context, name string) error
	StartContainer(ctx context.Context, name string) error
	Chaos() chaos.Chaos
	Type() string
}

Runtime is an interface for interaction with a container runtime

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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