Versions in this module Expand all Collapse all v1 v1.2.0 Oct 24, 2018 Changes in this version + type Bundle struct + ID string + Namespace string + Path string + func LoadBundle(ctx context.Context, root, id string) (*Bundle, error) + func NewBundle(ctx context.Context, root, state, id string, spec []byte) (b *Bundle, err error) + func (b *Bundle) Delete() error + type TaskManager struct + func New(ctx context.Context, root, state, containerdAddress string, ...) (*TaskManager, error) + func (m *TaskManager) Create(ctx context.Context, id string, opts runtime.CreateOpts) (_ runtime.Task, err error) + func (m *TaskManager) Get(ctx context.Context, id string) (runtime.Task, error) + func (m *TaskManager) ID() string + func (m *TaskManager) Tasks(ctx context.Context, all bool) ([]runtime.Task, error)