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

Module streaming

Module streaming 

Source
Expand description

CRI Streaming Service

Provides exec, attach, and port-forward operations for container runtime interaction.

Structs§

AttachRequest
Request to attach to a running container.
ExecRequest
Request to run a command in a container.
ExecResponse
Result of a synchronous command run.
PortForwardRequest
Request to forward a port from a pod sandbox.
StreamSession
A streaming session (for running commands, attaching, or port-forwarding).
StreamingService
CRI Streaming Service implementation.

Enums§

StreamError
Streaming service error.
StreamState
Stream session state.