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.
- Container
Status - Container status information.
- Network
Config - Network configuration for a pod sandbox.
- PodSandbox
- A pod sandbox groups containers with shared namespaces and networking.
- Runtime
Service - CRI RuntimeService implementation.
Enums§
- Container
State - Container state.
- CriError
- CRI error type.
- PodSandbox
State - Pod sandbox state.