-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[ja] Fix kubernetes-api.md #31278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ja] Fix kubernetes-api.md #31278
Conversation
markdown format
Welcome @eltociear! |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: aa11e3f 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/61f68b0403b1980007626b2a 😎 Browse the preview: https://deploy-preview-31278--kubernetes-io-main-staging.netlify.app |
|
||
|
||
Kubernetesは、他の手段として主にクラスター間の連携用途向けのAPIに、Protocol buffersをベースにしたシリアライズフォーマットを実装しています。このフォーマットに関しては、[Kubernetes Protobuf serialization](https://github.com/kubernetes/community/blob/master/contributors/des ign-proposals/api-machinery/protobuf.md)デザイン提案を参照してください。また、各スキーマのInterface Definition Language(IDL)ファイルは、APIオブジェクトを定義しているGoパッケージ内に配置されています。 | ||
Kubernetesは、他の手段として主にクラスター間の連携用途向けのAPIに、Protocol buffersをベースにしたシリアライズフォーマットを実装しています。このフォーマットに関しては、[Kubernetes Protobuf serialization](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/protobuf.md)デザイン提案を参照してください。また、各スキーマのInterface Definition Language(IDL)ファイルは、APIオブジェクトを定義しているGoパッケージ内に配置されています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accessed this link and it seems to be archived.
https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/protobuf.md
I think this one is better.
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
@riita10069 THX! |
/lgtm |
LGTM label has been added. Git tree hash: da54e2736f528840d96b86e17e5b6eb76f81aabf
|
/assign @nasa9084 |
/retitle [ja] Fix kubernetes-api.md |
Thank you for your contribution~ |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: avinashupadhya99, nasa9084 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
markdown format