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

Module cri

Module cri 

Source
Expand description

Container Runtime Interface (CRI) implementation

Provides gRPC-based container runtime services including pod sandbox management, container lifecycle, image management, and exec/attach streaming.

Modules§

grpc
Minimal gRPC transport over HTTP/2
image
CRI Image Service
runtime
Container Runtime Service
streaming
CRI Streaming Service