-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[hi] Add docs/reference/_index.md to Hindi localization #31185
Merged
k8s-ci-robot
merged 11 commits into
kubernetes:dev-1.22-hi.1
from
Garima-Negi:reference-doc-indexmd
Jan 11, 2022
Merged
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
88a65c4
Add API reference section
Garima-Negi cb6e398
Rename file to _index.md
Garima-Negi 8699253
fixed annotation to टिप्पणी
Garima-Negi 2df555e
added design docs
Garima-Negi 090a5d7
added config APIs localized
Garima-Negi 3d7ec8f
added localized components section
Garima-Negi 8b69b40
added localization for CLI section
Garima-Negi cac3b42
Removed `approvers` from header
Garima-Negi 5ffd346
added agent as प्रतिनिधि
Garima-Negi a1f62cb
added forwarding simpler meaning in parenthesis
Garima-Negi 03d4c25
syntax as सिन्टैक्स् , वाक्य रचना in parenthesis
Garima-Negi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
title: संदर्भ | ||
linkTitle: "संदर्भ" | ||
main_menu: true | ||
weight: 70 | ||
content_type: concept | ||
no_list: true | ||
--- | ||
|
||
|
||
<!-- overview --> | ||
|
||
कुबेरनेट्स प्रलेखन के इस खंड में संदर्भ हैं। | ||
|
||
|
||
|
||
<!-- body --> | ||
|
||
## API संदर्भ | ||
|
||
* [शब्दकोष](/docs/reference/glossary/) - कुबेरनेट्स शब्दावली की एक व्यापक, मानकीकृत सूची। | ||
* [कुबेरनेट्स API संदर्भ](/docs/reference/kubernetes-api/) | ||
* [कुबेरनेट्स के लिए एक-पृष्ठ API संदर्भ {{< param "version" >}}](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/) | ||
* [कुबेरनेट्स API का उपयोग करना](/docs/reference/using-api/) - कुबेरनेट्स के लिए API का अवलोकन। | ||
* [API अभिगम नियंत्रण](/docs/reference/access-authn-authz/) - कुबेरनेट्स API एक्सेस को कैसे नियंत्रित करता है, इस पर विवरण। | ||
* [जाने-माने लेबल, टिप्पणी और दाग](/docs/reference/labels-annotations-taints/) | ||
|
||
## आधिकारिक तौर पर समर्थित ग्राहक पुस्तकालय | ||
|
||
कुबेरनेट्स API को प्रोग्रामिंग भाषा से कॉल करने के लिए, आप उपयोग कर सकते हैं | ||
[client libraries](/docs/reference/using-api/client-libraries/). आधिकारिक तौर पर समर्थित | ||
client libraries: | ||
|
||
- [कुबेरनेट्स Go client library](https://github.com/kubernetes/client-go/) | ||
- [कुबेरनेट्स Python client library](https://github.com/kubernetes-client/python) | ||
- [कुबेरनेट्स Java client library](https://github.com/kubernetes-client/java) | ||
- [कुबेरनेट्स JavaScript client library](https://github.com/kubernetes-client/javascript) | ||
- [कुबेरनेट्स C# client library](https://github.com/kubernetes-client/csharp) | ||
- [कुबेरनेट्स Haskell client library](https://github.com/kubernetes-client/haskell) | ||
|
||
## CLI | ||
|
||
* [kubectl](/docs/reference/kubectl/overview/) - कमांड चलाने और कुबेरनेट्स क्लस्टर के प्रबंधन के लिए मुख्य CLI उपकरण। | ||
* [JSONPath](/docs/reference/kubectl/jsonpath/) - kubectl के साथ प्रयोग करने के लिए | ||
वाक्य - विन्यास मार्गदर्शक [JSONPath expressions](https://goessner.net/articles/JsonPath/). | ||
* [kubeadm](/docs/reference/setup-tools/kubeadm/) - एक सुरक्षित कुबेरनेट्स क्लस्टर का आसानी से प्रावधान करने के लिए CLI टूल। | ||
|
||
## अवयव | ||
|
||
* [kubelet](/docs/reference/command-line-tools-reference/kubelet/) - प्राथमिक एजेंट जो प्रत्येक नोड पर चलता है। क्यूबलेट पॉडस्पेक्स का एक सेट लेता है | ||
Garima-Negi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
और यह सुनिश्चित करता है कि वर्णित कंटेनर चल रहे हैं और स्वस्थ हैं। | ||
* [kube-apiserver](/docs/reference/command-line-tools-reference/kube-apiserver/) - | ||
REST API जो API वस्तु जैसे पॉड्स, सेवाएं, प्रतिकृति नियंत्रक के लिए डेटा को मान्य और कॉन्फ़िगर करता है। | ||
* [kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/) - डेमॉन जो कुबेरनेट्स के साथ भेजे गए कोर कंट्रोल लूप्स को एम्बेड करता है। | ||
* [kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) - बैक-एंड के एक सेट में साधारण TCP/UDP स्ट्रीम फॉरवर्डिंग या राउंड-रॉबिन TCP/UDP फॉरवर्डिंग कर सकते हैं। | ||
Garima-Negi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* [kube-scheduler](/docs/reference/command-line-tools-reference/kube-scheduler/) - | ||
अनुसूचक जो उपलब्धता, प्रदर्शन और क्षमता का प्रबंधन करता है। | ||
|
||
* [अनुसूचक नीतियां](/docs/reference/scheduling/policies) | ||
* [अनुसूचक विवरणिका ](/docs/reference/scheduling/config#profiles) | ||
|
||
## कॉन्फिग APIs | ||
|
||
इस खंड में "अप्रकाशित" API के लिए दस्तावेज़ शामिल हैं जिनका उपयोग कुबेरनेट्स घटकों या उपकरणों को कॉन्फ़िगर करने के लिए किया जाता है। इनमें से अधिकांश APIs, RESTful तरीके से API सर्वर द्वारा उजागर नहीं होते हैं हालांकि वे एक उपयोगकर्ता या क्लस्टर के उपयोगकर्ता या प्रबंधक के लिए आवश्यक हैं। | ||
|
||
* [kube-apiserver विन्यास (v1alpha1)](/docs/reference/config-api/apiserver-config.v1alpha1/) | ||
* [क्यूबलेट विन्यास (v1beta1)](/docs/reference/config-api/kubelet-config.v1beta1/) | ||
* [kube-scheduler विन्यास (v1beta1)](/docs/reference/config-api/kube-scheduler-config.v1beta1/) | ||
* [kube-scheduler विन्यास (v1beta2)](/docs/reference/config-api/kube-scheduler-config.v1beta2/) | ||
* [kube-scheduler नीति संदर्भ (v1)](/docs/reference/config-api/kube-scheduler-policy-config.v1/) | ||
* [kube-proxy विन्यास (v1alpha1)](/docs/reference/config-api/kube-proxy-config.v1alpha1/) | ||
* [`audit.k8s.io/v1` API](/docs/reference/config-api/apiserver-audit.v1/) | ||
* [Client प्रमाणीकरण API (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/) | ||
* [WebhookAdmission विन्यास (v1)](/docs/reference/config-api/apiserver-webhookadmission.v1/) | ||
|
||
## kubeadm के लिए कॉन्फिग API | ||
|
||
* [v1beta2](/docs/reference/config-api/kubeadm-config.v1beta2/) | ||
* [v1beta3](/docs/reference/config-api/kubeadm-config.v1beta3/) | ||
|
||
## डिज़ाइन दस्तावेज़ | ||
|
||
कुबेरनेट्स कार्यक्षमता के लिए डिज़ाइन से संबंधित दस्तावेज़ों का एक संग्रह। अच्छे शुरुआती बिंदु हैं | ||
[कुबेरनेट्स वास्तुकला](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) और | ||
[कुबेरनेट्स डिज़ाइन अवलोकन](https://git.k8s.io/community/contributors/design-proposals). | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 think we can use
वाक्य-रचना
for syntax as it is more simpler to understand and use. Thoughts?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.
Syntax is a term used in context of programming language (JSONPath here). I think we should go with transliteration for syntax to avoid confusions
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.
added syntax as सिन्टैक्स् with वाक्य-रचना as explanation in parenthesis