Expand description
CRI Streaming Service
Provides exec, attach, and port-forward operations for container runtime interaction.
Structs§
- Attach
Request - Request to attach to a running container.
- Exec
Request - Request to run a command in a container.
- Exec
Response - Result of a synchronous command run.
- Port
Forward Request - Request to forward a port from a pod sandbox.
- Stream
Session - A streaming session (for running commands, attaching, or port-forwarding).
- Streaming
Service - CRI Streaming Service implementation.
Enums§
- Stream
Error - Streaming service error.
- Stream
State - Stream session state.