[zh] Update zh-cn/docs/reference/glossary

Signed-off-by: wuyanping <wuyanping@uniontech.com>

Update content/zh-cn/docs/reference/glossary/gateway.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

Update content/zh-cn/docs/reference/glossary/gateway.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

Update content/zh-cn/docs/reference/glossary/gateway.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

Update content/zh-cn/docs/reference/glossary/group-version-resource.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

Update content/zh-cn/docs/reference/glossary/group-version-resource.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

Update content/zh-cn/docs/reference/glossary/group-version-resource.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
pull/43962/head
wuyanping 2023-11-16 17:56:36 +08:00
parent 1d435e004e
commit 0f6910c4ae
2 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,42 @@
---
title: Gateway API
id: gateway-api
date: 2023-10-19
full_link: /zh-cn/docs/concepts/services-networking/gateway/
short_description: >
Kubernetes 中服务网络建模所用的 API。
aka:
tags:
- networking
- architecture
- extension
---
<!--
title: Gateway API
id: gateway-api
date: 2023-10-19
full_link: /docs/concepts/services-networking/gateway/
short_description: >
An API for modeling service networking in Kubernetes.
aka:
tags:
- networking
- architecture
- extension
-->
<!--
A family of API kinds for modeling service networking in Kubernetes.
-->
在 Kubernetes 中服务网络建模所用的一系列 API 类别。
<!--more-->
<!--
Gateway API provides a family of extensible, role-oriented, protocol-aware
API kinds for modeling service networking in Kubernetes.
-->
Gateway API 为在 Kubernetes 中服务网络建模提供了一系列可扩展、面向角色、协议感知的 API 类别。

View File

@ -0,0 +1,40 @@
---
title: 组版本资源Group Version Resource
id: gvr
date: 2023-07-24
short_description: >
Kubernetes API 的 API 组、API 版本和名称。
aka: ["GVR"]
tags:
- architecture
---
<!--
title: Group Version Resource
id: gvr
date: 2023-07-24
short_description: >
The API group, API version and name of a Kubernetes API.
aka: ["GVR"]
tags:
- architecture
-->
<!--
Means of representing unique Kubernetes API resource.
-->
表示唯一的 Kubernetes API 资源的方法。
<!--more-->
<!--
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.
GVRs let you define and distinguish different Kubernetes objects, and to specify a way of accessing
objects that is stable even as APIs change.
-->
组版本资源Group Version Resource, GVR指定了与访问 Kubernetes 中对象的特定 id 相关联的 API 组、API
版本和资源URI 中显示的对象类别的名称。GVR 允许你定义和区分不同的 Kubernetes 对象,
并指定了一种访问对象的方式,即使在 API 发生变化时这也是一种稳定的访问方式。