Skip to content

Commit 2310f18

Browse files
committed
Document KEP-5116
1 parent e20b18f commit 2310f18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ By default, Kubernetes returns objects in [JSON serialization](#json-encoding),
133133
`application/json` media type. Although JSON is the default, clients may request a response in
134134
YAML, or use the more efficient binary [Protobuf representation](#protobuf-encoding) for better performance at scale.
135135

136+
TODO: Document streaming, its impact on performance and which media types are supported.
137+
136138
The Kubernetes API implements standard HTTP content type negotiation: passing an
137139
`Accept` header with a `GET` call will request that the server tries to return
138140
a response in your preferred media type. If you want to send an object in Protobuf to

0 commit comments

Comments
 (0)