Versions in this module Expand all Collapse all v0 v0.4.0 Jun 24, 2026 Changes in this version + type Options struct + CheckpointProbe func(context.Context) bool + Socket string + type Runtime struct + func New(ctx context.Context, opts Options) (*Runtime, error) + func (r *Runtime) BuildImage(ctx context.Context, spec runtime.BuildSpec, events chan<- runtime.BuildEvent) (runtime.ImageRef, error) + func (r *Runtime) Capabilities() runtime.Capabilities + func (r *Runtime) Checkpoint(ctx context.Context, id string, spec runtime.CheckpointSpec) (runtime.CheckpointRef, error) + func (r *Runtime) PreferSelfProbedHealth() bool + func (r *Runtime) Restore(ctx context.Context, spec runtime.RestoreSpec) (*runtime.Container, error)