You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/site/content/managing-domains/accessing-the-domain/domain-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,14 +88,14 @@ Each operator-generated event contains the following fields:
88
88
*`namespace`: Namespace in which the event is generated.
89
89
*`labels`: `weblogic.createdByOperator=true` and, for a domain event, `weblogic.domainUID=<domainUID>`.
90
90
*`type`: String that describes the type of the event. Possible values are `Normal` or `Warning`.
91
-
*`count`: Integer that indicates the number of occurrences of the event. Note that the events are matched by the combination of the `reason`, `involvedObject`, and `message` fields.
91
+
*`count`: Integer that indicates the number of occurrences of the event. Note that the events are matched by the combination of the `reason`, `regarding`, and `message` fields.
92
92
*`reportingComponent`: String that describes the component that reports the event. The value is `weblogic.operator` for all operator-generated events.
93
93
*`reportingInstance`: String that describes the instance that reports the event. The value is the Kubernetes pod name of the operator instance that generates the event.
94
94
*`firstTimestamp`: `DateTime` field that presents the timestamp of the first occurrence of this event.
95
95
*`lastTimestamp`: `DateTime` field that presents the timestamp of the last occurrence of this event.
96
96
*`reason`: Short, machine understandable string that gives the reason for the transition to the object's current status.
97
-
*`message`: String that describes the details of the event.
98
-
*`involvedObject`: `V1ObjectReference` object that describes the Kubernetes resources with which this event is associated.
97
+
*`note`: String that describes the details of the event.
98
+
*`regarding`: `V1ObjectReference` object that describes the Kubernetes resources with which this event is associated.
99
99
*`name`: String that describes the name of the resource with which the event is associated. It may be the `domainUID`, the name of the namespace that the operator watches, or the name of the operator pod.
100
100
*`namespace`: String that describes the namespace of the event, which is either the namespace of the domain resource or the namespace of the operator.
101
101
*`kind`: String that describes the kind of resource this object represents. The value is `Domain` for a domain event, `Namespace` for a namespace event in the domain namespace, or `Pod` for the operator pod.
0 commit comments