Skip to content

Commit b6d9c1b

Browse files
committed
[zh-cn] updated /docs/reference/glossary/event.md
1 parent 6a69ea9 commit b6d9c1b

File tree

1 file changed

+7
-7
lines changed
  • content/zh-cn/docs/reference/glossary

1 file changed

+7
-7
lines changed

content/zh-cn/docs/reference/glossary/event.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: 事件(Event)
33
id: event
44
date: 2022-01-16
5-
full_link: /docs/reference/kubernetes-api/cluster-resources/event-v1/
5+
full_link: /zh-cn/docs/reference/kubernetes-api/cluster-resources/event-v1/
66
short_description: >
7-
对集群中周处发生的事件的报告。通常用来表述系统中某种状态变更。
7+
对集群中某处所发生事件的报告。通常用来表述系统中某种状态变更。
88
aka:
99
tags:
1010
- core-object
@@ -25,11 +25,11 @@ tags:
2525
-->
2626

2727
<!--
28-
Each Event is a report of an event somewhere in the {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
28+
Each Event is a report of an event somewhere in the {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
2929
It generally denotes some state change in the system.
3030
-->
31-
每个 Event 是{{< glossary_tooltip text="集群" term_id="cluster" >}}中某处发生的事件的报告
32-
它通常用来表述系统中的某种状态变化
31+
每个 Event 是{{< glossary_tooltip text="集群" term_id="cluster" >}}中某处所发生事件的报告
32+
它通常用来表述系统中的某种状态变更
3333

3434
<!--more-->
3535

@@ -40,7 +40,7 @@ or the continued existence of events with that reason.
4040
-->
4141
事件的保留时间有限,随着时间推进,其触发方式和消息都可能发生变化。
4242
事件用户不应该对带有给定原因(反映下层触发源)的时间特征有任何依赖,
43-
也不要寄希望于对应该原因的事件会一直存在
43+
也不要寄希望于该原因所造成的事件会一直存在
4444

4545
<!--
4646
Events should be treated as informative, best-effort, supplemental data.
@@ -52,5 +52,5 @@ In Kubernetes, [auditing](/docs/tasks/debug/debug-cluster/audit/) generates a di
5252
Event record (API group `audit.k8s.io`).
5353
-->
5454
在 Kubernetes 中,[审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)
55-
机制会生成一种不同种类的 Event 记录(API 组为 `audit.k8s.io`)。
55+
机制会生成一种不同类别的 Event 记录(API 组为 `audit.k8s.io`)。
5656

0 commit comments

Comments
 (0)