package proc

import "github.com/containerd/containerd/linux/proc"

Index

Types

type CheckpointConfig

type CheckpointConfig struct {
	Path    string
	Options *google_protobuf.Any
}

CheckpointConfig holds task checkpoint configuration

type CreateConfig

type CreateConfig struct {
	ID               string
	Bundle           string
	Runtime          string
	Rootfs           []*containerd_types.Mount
	Terminal         bool
	Stdin            string
	Stdout           string
	Stderr           string
	Checkpoint       string
	ParentCheckpoint string
	Options          *google_protobuf.Any
}

CreateConfig hold task creation configuration

type ExecConfig

type ExecConfig struct {
	ID       string
	Terminal bool
	Stdin    string
	Stdout   string
	Stderr   string
	Spec     *google_protobuf.Any
}

ExecConfig holds exec creation configuration

Source Files

types.go

Version
v1.0.2-rc.0
Published
Jan 30, 2018
Platform
windows/amd64
Imports
2 packages
Last checked
1 hour ago

Tools for package owners.