Documentation
¶
Rendered for windows/amd64
Index ¶
- Variables
- func New(ic *plugin.InitContext) (interface{}, error)
- type Runtime
- func (r *Runtime) Create(ctx context.Context, id string, opts runtime.CreateOpts) (runtime.Task, error)
- func (r *Runtime) Delete(ctx context.Context, c runtime.Task) (*runtime.Exit, error)
- func (r *Runtime) Get(ctx context.Context, id string) (runtime.Task, error)
- func (r *Runtime) ID() string
- func (r *Runtime) Tasks(ctx context.Context) ([]runtime.Task, error)
- type RuntimeSpec
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLoadedContainer = errors.New("loaded container can only be terminated")
Functions ¶
func New ¶
func New(ic *plugin.InitContext) (interface{}, error)
Types ¶
type RuntimeSpec ¶
type RuntimeSpec struct {
// Spec is the OCI spec
OCISpec specs.Spec
// HCS specific options
hcs.Configuration
}
Click to show internal directories.
Click to hide internal directories.