Skip to content

Commit bb9064b

Browse files
committed
update the markdown file in the glossary directory for Chinese version.
1 parent c0efc3e commit bb9064b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/zh/docs/reference/glossary/kubernetes-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tags:
1717
title: Kubernetes API
1818
id: kubernetes-api
1919
date: 2018-04-12
20-
full_link: /docs/concepts/overview/kubernetes-api/
20+
full_link: /zh/docs/concepts/overview/kubernetes-api/
2121
short_description: >
2222
The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster.
2323

content/zh/docs/reference/glossary/name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tags:
1616
title: Name
1717
id: name
1818
date: 2018-04-12
19-
full_link: /docs/concepts/overview/working-with-objects/names/
19+
full_link: /zh/docs/concepts/overview/working-with-objects/names/
2020
short_description: >
2121
A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`.
2222

content/zh/docs/reference/glossary/network-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tags:
1818
title: Network Policy
1919
id: network-policy
2020
date: 2018-04-12
21-
full_link: /docs/concepts/services-networking/network-policies/
21+
full_link: /zh/docs/concepts/services-networking/network-policies/
2222
short_description: >
2323
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.
2424

content/zh/docs/reference/glossary/operator-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tags:
1515
title: Operator pattern
1616
id: operator-pattern
1717
date: 2019-05-21
18-
full_link: /docs/concepts/extend-kubernetes/operator/
18+
full_link: /zh/docs/concepts/extend-kubernetes/operator/
1919
short_description: >
2020
A specialized controller used to manage a custom resource
2121

content/zh/docs/reference/glossary/pod-security-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tags:
1717
title: Pod Security Policy
1818
id: pod-security-policy
1919
date: 2018-04-12
20-
full_link: /docs/concepts/policy/pod-security-policy/
20+
full_link: /zh/docs/concepts/policy/pod-security-policy/
2121
short_description: >
2222
Enables fine-grained authorization of pod creation and updates.
2323

0 commit comments

Comments
 (0)