Documentation
¶
Index ¶
- func CheckRuntime() types.Check
- func CheckVersion() types.Check
- func Cleanup(ctx context.Context, req *daemon.Details) (err error)
- func CreateContainer(next types.Run) types.Run
- func CreateContainerForRestore(next types.Restore) types.Restore
- func LoadContainer[REQ, RESP any](next types.Handler[REQ, RESP]) types.Handler[REQ, RESP]
- func Manage(ctx context.Context, opts types.Opts, resp *daemon.RunResp, req *daemon.RunReq) (code func() <-chan int, err error)
- func Query(ctx context.Context, req *daemon.QueryReq) (*daemon.QueryResp, error)
- func Run[REQ, RESP any](ctx context.Context, opts types.Opts, resp *RESP, req *REQ) (code func() <-chan int, err error)
- func SetAdditionalEnv[REQ, RESP any](next types.Handler[REQ, RESP]) types.Handler[REQ, RESP]
- func Setup[REQ, RESP any](next types.Handler[REQ, RESP]) types.Handler[REQ, RESP]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckVersion ¶
CheckVersion checks the versions associated with the containerd server
func CreateContainerForRestore ¶ added in v0.9.268
func LoadContainer ¶ added in v0.9.273
func SetAdditionalEnv ¶ added in v0.9.273
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.