kubernetes/cmd/kubemark
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
..
app cri-api: Add streaming RPCs for CRI list operations 2026-03-18 16:32:49 +00:00
hollow-node.go Add missing trace dependency to kubemark 2023-03-15 13:01:42 +00:00
OWNERS cmd/kubemark: Remove inactive members from OWNERS 2021-02-14 15:17:48 -05:00