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

Module image

Module image 

Source
Expand description

CRI Image Service

Provides container image lifecycle management including pull, list, status, and removal operations.

Structs§

AuthConfig
Authentication configuration for pulling images from private registries.
ImageService
CRI ImageService implementation.
ImageSpec
Image specification (reference to pull).
ImageStatus
Status of a pulled image.

Enums§

ImageError
Image service error.
PullStatus
Image pull progress.