Skip to content
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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- List object encoding supports "true" streaming (i.e. buffer size is not proportional to output
- Collection (list response) encoding supports "true" streaming (i.e. buffer size is not proportional to output

The response to a list is, AIUI, a collection. And yes, collections have API kinds like PodList. We didn't line up our jargon before the v1 release.

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