io.k8s.api.core.v1.Event
See theEvent companion object
final case class Event(involvedObject: ObjectReference, metadata: ObjectMeta, series: Option[EventSeries], count: Option[Int], source: Option[EventSource], reportingComponent: Option[String], reason: Option[String], related: Option[ObjectReference], eventTime: Option[MicroTime], lastTimestamp: Option[Time], message: Option[String], firstTimestamp: Option[Time], `type`: Option[String], reportingInstance: Option[String], action: Option[String]) extends KObject
Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.
Attributes
- Companion:
- object
- Source:
- Event.scala
- Graph
- Supertypes
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product