File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
content/zh-cn/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
title : 事件(Event)
3
3
id : event
4
4
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/
6
6
short_description : >
7
- 对集群中周处发生的事件的报告 。通常用来表述系统中某种状态变更。
7
+ 对集群中某处所发生事件的报告 。通常用来表述系统中某种状态变更。
8
8
aka :
9
9
tags :
10
10
- core-object
@@ -25,11 +25,11 @@ tags:
25
25
-->
26
26
27
27
<!--
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" >}}.
29
29
It generally denotes some state change in the system.
30
30
-->
31
- 每个 Event 是{{< glossary_tooltip text="集群" term_id="cluster" >}}中某处发生的事件的报告 。
32
- 它通常用来表述系统中的某种状态变化 。
31
+ 每个 Event 是{{< glossary_tooltip text="集群" term_id="cluster" >}}中某处所发生事件的报告 。
32
+ 它通常用来表述系统中的某种状态变更 。
33
33
34
34
<!-- more-->
35
35
@@ -40,7 +40,7 @@ or the continued existence of events with that reason.
40
40
-->
41
41
事件的保留时间有限,随着时间推进,其触发方式和消息都可能发生变化。
42
42
事件用户不应该对带有给定原因(反映下层触发源)的时间特征有任何依赖,
43
- 也不要寄希望于对应该原因的事件会一直存在 。
43
+ 也不要寄希望于该原因所造成的事件会一直存在 。
44
44
45
45
<!--
46
46
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
52
52
Event record (API group `audit.k8s.io`).
53
53
-->
54
54
在 Kubernetes 中,[ 审计] ( /zh-cn/docs/tasks/debug/debug-cluster/audit/ )
55
- 机制会生成一种不同种类的 Event 记录(API 组为 ` audit.k8s.io ` )。
55
+ 机制会生成一种不同类别的 Event 记录(API 组为 ` audit.k8s.io ` )。
56
56
You can’t perform that action at this time.
0 commit comments