add zh pages

This commit is contained in:
Karen Bradshaw
2020-06-01 09:23:39 -04:00
parent 21fd0a12f9
commit 4b35d4d401
303 changed files with 2764 additions and 2439 deletions
@@ -1,6 +1,6 @@
---
title: Kubernetes API 总览
content_template: templates/concept
content_type: concept
weight: 10
card:
name: reference
@@ -15,7 +15,7 @@ reviewers:
- erictune
- lavalamp
- jbeda
content_template: templates/concept
content_type: concept
weight: 10
card:
name: reference
@@ -24,16 +24,16 @@ card:
---
-->
{{% capture overview %}}
<!-- overview -->
<!--
This page provides an overview of the Kubernetes API.
-->
此页提供 Kubernetes API 的总览
{{% /capture %}}
{{% capture body %}}
<!-- body -->
<!--
The REST API is the fundamental fabric of Kubernetes. All operations and communications between components, and external user commands are REST API calls that the API Server handles. Consequently, everything in the Kubernetes
@@ -229,4 +229,4 @@ Individual resource enablement/disablement is only supported in the `extensions/
{{< /note >}}
{{% /capture %}}
@@ -1,6 +1,6 @@
---
title: 客户端库
content_template: templates/concept
content_type: concept
weight: 30
---
@@ -9,20 +9,20 @@ weight: 30
title: Client Libraries
reviewers:
- ahmetb
content_template: templates/concept
content_type: concept
weight: 30
---
-->
{{% capture overview %}}
<!-- overview -->
<!--
This page contains an overview of the client libraries for using the Kubernetes
API from various programming languages.
-->
本页面包含基于各种编程语言使用 Kubernetes API 的客户端库概述。
{{% /capture %}}
{{% capture body %}}
<!-- body -->
<!--
To write applications using the [Kubernetes REST API](/docs/reference/using-api/api-overview/),
you do not need to implement the API calls and request/response types yourself.
@@ -144,6 +144,6 @@ their authors, not the Kubernetes team.
| DotNet (RestSharp) | [github.com/masroorhasan/Kubernetes.DotNet](https://github.com/masroorhasan/Kubernetes.DotNet) |
| Elixir | [github.com/obmarg/kazan](https://github.com/obmarg/kazan/) |
| Haskell | [github.com/soundcloud/haskell-kubernetes](https://github.com/soundcloud/haskell-kubernetes) |
{{% /capture %}}