kubernetes/test
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
..
cmd Add credential pluginkubectl kuberc set options (#137300) 2026-03-12 22:49:41 +05:30
compatibility_lifecycle cri-api: Add streaming RPCs for CRI list operations 2026-03-18 16:32:49 +00:00
conformance mark ImageVolume conformance test to LinuxOnly 2026-03-12 15:48:50 +08:00
e2e Merge pull request #136657 from Jefftree/sharding-test 2026-03-18 05:19:39 +05:30
e2e_dra Merge pull request #137481 from pohly/PR224-fix-upgrade-downgrade-failures 2026-03-10 20:21:13 +05:30
e2e_kubeadm switch to latest sigs.k8s.io/yaml v1.5.0 (run update-gofmt.sh as well) 2025-06-25 11:42:12 -04:00
e2e_node cri-api: Add streaming RPCs for CRI list operations 2026-03-18 16:32:49 +00:00
fixtures Promote agnhost image to 2.63.0 2026-02-05 17:21:34 +00:00
fuzz switch to latest sigs.k8s.io/yaml v1.5.0 (run update-gofmt.sh as well) 2025-06-25 11:42:12 -04:00
images Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
instrumentation Merge pull request #136367 from bhope/metrics-beta-job-controller 2026-03-17 04:47:44 +05:30
integration Merge pull request #137804 from macsko/fix_race_in_podgroupstate_locking 2026-03-18 15:16:34 +05:30
kubemark Update NPD to v1.34.0 2025-09-27 19:57:47 +03:00
list
soak/serve_hostnames Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak} 2026-03-07 10:17:31 +01:00
typecheck
utils ktesting: support cancellation after WithoutCancel 2026-03-17 07:50:18 +01:00
OWNERS emeritus spiffxp 2025-06-10 20:05:40 -07:00