|
|
|
|
|
by mdaniel
358 days ago
|
|
Fun fact, while digging into the sibling comment's complaint about the OpenAPI spec, I learned that it actually advertises multiple content-types: application/json
application/json;stream=watch
application/vnd.kubernetes.protobuf
application/vnd.kubernetes.protobuf;stream=watch
application/yaml
which I presume all get coerced into protobuf before being actually interpreted |
|