Skip to content

Commit 159fc29

Browse files
authored
Merge pull request #43962 from Yanping-io/patch1
[zh] Update zh-cn/docs/reference/glossary
2 parents 56ad8a6 + 0f6910c commit 159fc29

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Gateway API
3+
id: gateway-api
4+
date: 2023-10-19
5+
full_link: /zh-cn/docs/concepts/services-networking/gateway/
6+
short_description: >
7+
Kubernetes 中服务网络建模所用的 API。
8+
9+
aka:
10+
tags:
11+
- networking
12+
- architecture
13+
- extension
14+
---
15+
16+
<!--
17+
title: Gateway API
18+
id: gateway-api
19+
date: 2023-10-19
20+
full_link: /docs/concepts/services-networking/gateway/
21+
short_description: >
22+
An API for modeling service networking in Kubernetes.
23+
24+
aka:
25+
tags:
26+
- networking
27+
- architecture
28+
- extension
29+
-->
30+
31+
<!--
32+
A family of API kinds for modeling service networking in Kubernetes.
33+
-->
34+
在 Kubernetes 中服务网络建模所用的一系列 API 类别。
35+
36+
<!--more-->
37+
38+
<!--
39+
Gateway API provides a family of extensible, role-oriented, protocol-aware
40+
API kinds for modeling service networking in Kubernetes.
41+
-->
42+
Gateway API 为在 Kubernetes 中服务网络建模提供了一系列可扩展、面向角色、协议感知的 API 类别。
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: 组版本资源(Group Version Resource)
3+
id: gvr
4+
date: 2023-07-24
5+
short_description: >
6+
Kubernetes API 的 API 组、API 版本和名称。
7+
8+
aka: ["GVR"]
9+
tags:
10+
- architecture
11+
---
12+
13+
<!--
14+
title: Group Version Resource
15+
id: gvr
16+
date: 2023-07-24
17+
short_description: >
18+
The API group, API version and name of a Kubernetes API.
19+
20+
aka: ["GVR"]
21+
tags:
22+
- architecture
23+
-->
24+
25+
<!--
26+
Means of representing unique Kubernetes API resource.
27+
-->
28+
表示唯一的 Kubernetes API 资源的方法。
29+
30+
<!--more-->
31+
32+
<!--
33+
Group Version Resources (GVRs) specify the API group, API version, and resource (name for the object kind as it appears in the URI) associated with accessing a particular id of object in Kubernetes.
34+
GVRs let you define and distinguish different Kubernetes objects, and to specify a way of accessing
35+
objects that is stable even as APIs change.
36+
-->
37+
组版本资源(Group Version Resource, GVR)指定了与访问 Kubernetes 中对象的特定 id 相关联的 API 组、API
38+
版本和资源(URI 中显示的对象类别的名称)。GVR 允许你定义和区分不同的 Kubernetes 对象,
39+
并指定了一种访问对象的方式,即使在 API 发生变化时这也是一种稳定的访问方式。
40+

0 commit comments

Comments
 (0)