Skip to content

KEP-4222: Add streaming list encode requirement to CBOR KEP. #5459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions keps/sig-api-machinery/4222-cbor-serializer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,8 @@ in back-to-back releases.
custom CBOR behaviors.
- All Kubernetes components have opted out of automatic transcoding to JSON for FieldsV1 and
RawExtension.
- List object encoding supports "true" streaming (i.e. buffer size is not proportional to output
size).

#### GA

Expand Down
2 changes: 1 addition & 1 deletion keps/sig-api-machinery/4222-cbor-serializer/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stage: alpha
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.32"
latest-milestone: "v1.34"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
Expand Down