linux

package
v1.0.0-alpha1 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2017 License: Apache-2.0, CC-BY-SA-4.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ic *plugin.InitContext) (interface{}, error)

Types

type Config

type Config struct {
	// Shim is a path or name of binary implementing the Shim GRPC API
	Shim string `toml:"shim,omitempty"`
	// Runtime is a path or name of an OCI runtime used by the shim
	Runtime string `toml:"runtime,omitempty"`
	// NoShim calls runc directly from within the pkg
	NoShim bool `toml:"no_shim,omitempty"`
	// Debug enable debug on the shim
	ShimDebug bool `toml:"shim_debug,omitempty"`
}

type Process

type Process struct {
	// contains filtered or unexported fields
}

func (*Process) CloseIO

func (p *Process) CloseIO(ctx context.Context) error

func (*Process) ID

func (p *Process) ID() string

func (*Process) Kill

func (p *Process) Kill(ctx context.Context, signal uint32, _ bool) error

func (*Process) ResizePty

func (p *Process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error

func (*Process) State

func (p *Process) State(ctx context.Context) (runtime.State, error)

type Runtime

type Runtime struct {
	// contains filtered or unexported fields
}

func (*Runtime) Create

func (r *Runtime) Create(ctx context.Context, id string, opts runtime.CreateOpts) (_ runtime.Task, err error)

func (*Runtime) Delete

func (r *Runtime) Delete(ctx context.Context, c runtime.Task) (*runtime.Exit, error)

func (*Runtime) Get

func (r *Runtime) Get(ctx context.Context, id string) (runtime.Task, error)

func (*Runtime) ID

func (r *Runtime) ID() string

func (*Runtime) Tasks

func (r *Runtime) Tasks(ctx context.Context) ([]runtime.Task, error)

type Task

type Task struct {
	// contains filtered or unexported fields
}

func (*Task) Checkpoint

func (t *Task) Checkpoint(ctx context.Context, path string, options *types.Any) error

func (*Task) CloseIO

func (t *Task) CloseIO(ctx context.Context) error

func (*Task) DeleteProcess

func (t *Task) DeleteProcess(ctx context.Context, id string) (*runtime.Exit, error)

func (*Task) Exec

func (t *Task) Exec(ctx context.Context, id string, opts runtime.ExecOpts) (runtime.Process, error)

func (*Task) ID

func (t *Task) ID() string

func (*Task) Info

func (t *Task) Info() runtime.TaskInfo

func (*Task) Kill

func (t *Task) Kill(ctx context.Context, signal uint32, all bool) error

func (*Task) Pause

func (t *Task) Pause(ctx context.Context) error

func (*Task) Pids

func (t *Task) Pids(ctx context.Context) ([]uint32, error)

func (*Task) Process

func (t *Task) Process(ctx context.Context, id string) (runtime.Process, error)

func (*Task) ResizePty

func (t *Task) ResizePty(ctx context.Context, size runtime.ConsoleSize) error

func (*Task) Resume

func (t *Task) Resume(ctx context.Context) error

func (*Task) Start

func (t *Task) Start(ctx context.Context) error

func (*Task) State

func (t *Task) State(ctx context.Context) (runtime.State, error)

func (*Task) Update

func (t *Task) Update(ctx context.Context, resources *types.Any) error

Directories

Path Synopsis
Package runcopts is a generated protocol buffer package.
Package runcopts is a generated protocol buffer package.
v1
Package shim is a generated protocol buffer package.
Package shim is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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