fix: [reference/using-api/api-concepts] Update JSON typo to binary
Signed-off-by: Homayoon Alimohammadi <homayoonalimohammadi@gmail.com>pull/51834/head
parent
913cad9905
commit
7fc51c5b0a
|
@ -248,7 +248,7 @@ For example:
|
|||
200 OK
|
||||
Content-Type: application/vnd.kubernetes.protobuf
|
||||
|
||||
… JSON encoded collection of Pods (PodList object)
|
||||
… binary encoded collection of Pods (PodList object)
|
||||
```
|
||||
|
||||
1. Create a pod by sending Protobuf encoded data to the server, but request a response
|
||||
|
|
Loading…
Reference in New Issue