⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module runtime

Module runtime 

Source
Expand description

Container Runtime Service

Provides pod sandbox and container lifecycle management following the CRI RuntimeService specification.

Structs§

Container
A container running within a pod sandbox.
ContainerStatus
Container status information.
NetworkConfig
Network configuration for a pod sandbox.
PodSandbox
A pod sandbox groups containers with shared namespaces and networking.
RuntimeService
CRI RuntimeService implementation.

Enums§

ContainerState
Container state.
CriError
CRI error type.
PodSandboxState
Pod sandbox state.