consts

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ContainerDir = "/tmp/containers"

	NodeName = "testnode"

	WatchAlivePeriod     = time.Second * 2
	StopContainerTimeout = 30 * time.Second

	EPERM = syscall.Errno(0x1)

	DefaultWorkDir = "/"
)

Variables

View Source
var (
	// ErrNotSupported error
	ErrNotSupported = errors.New("not implemented by mocked orchestrator")
	// ErrProcessFailedToStart error
	ErrProcessFailedToStart = errors.New("process failed to start")
	// ErrFailedToStopContainer error
	ErrFailedToStopContainer = errors.New("failed to stop container")
	// ErrPortNotListened error
	ErrPortNotListened = errors.New("port not listened")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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