Documentation
¶
Index ¶
- Variables
- 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 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 ¶
View Source
var ( Run types.Run = run Manage types.Run = manage )
View Source
var Restore types.Restore = restore
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.