File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
content/en/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Event
3
+ id : event
4
+ date : 2022-01-16
5
+ full_link : /docs/reference/kubernetes-api/cluster-resources/event-v1/
6
+ short_description : >
7
+ A report of an event somewhere in the cluster. It generally denotes some state change in the system.
8
+ aka :
9
+ tags :
10
+ - core-object
11
+ - fundamental
12
+ ---
13
+ Each Event is a report of an event somewhere in the {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
14
+ It generally denotes some state change in the system.
15
+
16
+ <!-- more-->
17
+ Events have a limited retention time and triggers and messages may evolve with time.
18
+ Event consumers should not rely on the timing of an event with a given reason reflecting a consistent underlying trigger,
19
+ or the continued existence of events with that reason.
20
+
21
+
22
+ Events should be treated as informative, best-effort, supplemental data.
23
+
24
+ In Kubernetes, [ auditing] ( /docs/tasks/debug-application-cluster/audit/ ) generates a different kind of
25
+ Event record (API group ` audit.k8s.io ` ).
You can’t perform that action at this time.
0 commit comments