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
..
2026-03-18 16:32:49 +00:00
2026-01-22 12:02:58 -05:00
2025-12-10 10:01:39 +05:30
2026-02-12 07:34:19 -05:00
2025-12-18 12:16:21 +01:00
2026-02-09 10:39:17 +08:00
2026-03-07 08:07:10 +00:00
2026-03-07 08:07:10 +00:00
2026-03-07 08:07:10 +00:00
2026-02-11 03:00:01 +05:30
2026-01-23 19:59:22 -05:00
2026-03-07 10:17:31 +01:00
2026-03-14 08:45:35 +05:30
2026-03-18 16:32:49 +00:00
2025-12-18 12:16:21 +01:00
2026-03-07 08:07:10 +00:00
2026-03-07 08:07:10 +00:00
2026-03-07 10:17:31 +01:00
2026-03-07 08:07:10 +00:00
2026-03-06 18:41:11 +00:00
2025-09-10 11:47:57 -07:00
2026-03-07 08:07:10 +00:00
2026-01-07 12:05:43 +01:00
2026-03-07 08:07:10 +00:00
2026-03-07 08:07:10 +00:00
2026-02-12 07:34:19 -05:00
2026-03-14 00:41:36 +05:30
2025-12-18 12:16:21 +01:00
2026-03-14 00:41:36 +05:30
2025-09-12 09:26:17 +08:00
2026-03-05 02:04:08 +00:00
2025-11-25 20:44:19 +01:00
2025-12-18 12:16:21 +01:00
2026-03-12 00:29:22 +00:00
2026-03-14 00:41:36 +05:30
2026-01-07 12:05:43 +01:00
2026-03-12 09:02:24 +01:00
2025-12-18 12:16:21 +01:00
2026-03-07 10:17:31 +01:00
2026-03-05 18:11:02 -05:00
2026-03-07 10:17:31 +01:00
2025-12-18 12:16:21 +01:00
2026-03-16 10:14:02 +05:30
2026-03-12 09:02:24 +01:00
2026-03-12 09:02:24 +01:00
2026-01-22 08:39:46 -05:00
2026-03-12 09:02:24 +01:00
2026-03-07 08:07:10 +00:00
2026-03-11 11:28:24 -07:00
2026-03-07 10:17:31 +01:00
2026-01-07 15:59:26 -05:00
2026-01-07 15:59:26 -05:00
2026-03-07 10:17:31 +01:00
2026-02-28 00:01:00 +08:00
2025-12-18 12:16:21 +01:00
2026-03-07 10:17:31 +01:00
2026-03-07 10:17:31 +01:00
2025-11-11 11:15:53 -05:00
2026-03-12 09:02:24 +01:00
2025-12-18 12:16:21 +01:00
2026-03-07 08:07:10 +00:00
2026-01-25 22:58:27 +01:00
2026-03-07 08:07:10 +00:00
2026-03-07 08:07:10 +00:00
2026-03-12 09:02:24 +01:00
2026-03-07 10:17:31 +01:00
2026-03-12 15:20:09 +01:00
2025-12-18 12:16:21 +01:00
2025-09-08 12:20:55 +00:00
2025-12-18 12:16:21 +01:00
2025-12-18 12:16:21 +01:00
2025-12-18 12:16:21 +01:00
2025-12-18 12:16:21 +01:00
2025-12-18 12:16:21 +01:00
2025-12-18 12:16:21 +01:00
2026-03-18 16:32:49 +00:00
2026-03-07 10:17:31 +01:00