Skip to content

Commit 2842c49

Browse files
authored
Merge pull request #51834 from HomayoonAlimohammadi/fix-binary-encoding
fix(api-concepts): Typo - Change JSON to binary
2 parents 913cad9 + 7fc51c5 commit 2842c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For example:
248248
200 OK
249249
Content-Type: application/vnd.kubernetes.protobuf
250250
251-
JSON encoded collection of Pods (PodList object)
251+
binary encoded collection of Pods (PodList object)
252252
```
253253

254254
1. Create a pod by sending Protobuf encoded data to the server, but request a response

0 commit comments

Comments
 (0)