kubernetes/test/e2e_node/criproxy
Ayato Tokubi 3256f5175f cri-api: Add streaming RPCs for CRI list operations
Add server-side streaming RPCs to bypass the gRPC 16MB message size
limit on nodes with many containers/pods. This implements KEP-5825.

New RuntimeService streaming RPCs:
- StreamPodSandboxes
- StreamContainers
- StreamContainerStats
- StreamPodSandboxStats
- StreamPodSandboxMetrics

New ImageService streaming RPC:
- StreamImages

Each streaming RPC accepts the same filter as its unary counterpart
and streams results one item at a time.

Feature gate: CRIListStreaming
KEP: https://kep.k8s.io/5825

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
2026-03-18 16:32:49 +00:00
..
endpoint.go feat: Add cri proxy for e2e_node 2024-10-16 20:53:28 +08:00
proxy_image_service.go cri-api: Add streaming RPCs for CRI list operations 2026-03-18 16:32:49 +00:00
proxy_runtime_service.go cri-api: Add streaming RPCs for CRI list operations 2026-03-18 16:32:49 +00:00