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,24 +1,24 @@
---
title: JSONPath 支持
content_template: templates/concept
content_type: concept
weight: 25
---
<!--
---
title: JSONPath Support
content_template: templates/concept
content_type: concept
weight: 25
---
-->
{{% capture overview %}}
<!-- overview -->
<!--
Kubectl supports JSONPath template.
-->
Kubectl 支持 JSONPath 模板。
{{% /capture %}}
{{% capture body %}}
<!-- body -->
<!--
JSONPath template is composed of JSONPath expressions enclosed by curly braces {}.
@@ -140,4 +140,4 @@ C:\> kubectl get pods -o=jsonpath="{range .items[*]}{.metadata.name}{'\t'}{.stat
C:\> kubectl get pods -o=jsonpath="{range .items[*]}{.metadata.name}{\"\t\"}{.status.startTime}{\"\n\"}{end}"
```
{{% /capture %}}