File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
content/zh/docs/reference/glossary Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
title: Kubernetes API
18
18
id: kubernetes-api
19
19
date: 2018-04-12
20
- full_link: /docs/concepts/overview/kubernetes-api/
20
+ full_link: /zh/ docs/concepts/overview/kubernetes-api/
21
21
short_description: >
22
22
The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster.
23
23
Original file line number Diff line number Diff line change 16
16
title: Name
17
17
id: name
18
18
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/
20
20
short_description: >
21
21
A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`.
22
22
Original file line number Diff line number Diff line change 18
18
title: Network Policy
19
19
id: network-policy
20
20
date: 2018-04-12
21
- full_link: /docs/concepts/services-networking/network-policies/
21
+ full_link: /zh/ docs/concepts/services-networking/network-policies/
22
22
short_description: >
23
23
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.
24
24
Original file line number Diff line number Diff line change 15
15
title: Operator pattern
16
16
id: operator-pattern
17
17
date: 2019-05-21
18
- full_link: /docs/concepts/extend-kubernetes/operator/
18
+ full_link: /zh/ docs/concepts/extend-kubernetes/operator/
19
19
short_description: >
20
20
A specialized controller used to manage a custom resource
21
21
Original file line number Diff line number Diff line change 17
17
title: Pod Security Policy
18
18
id: pod-security-policy
19
19
date: 2018-04-12
20
- full_link: /docs/concepts/policy/pod-security-policy/
20
+ full_link: /zh/ docs/concepts/policy/pod-security-policy/
21
21
short_description: >
22
22
Enables fine-grained authorization of pod creation and updates.
23
23
You can’t perform that action at this time.
0 commit comments