EventO

object EventO
class Object
trait Matchable
class Any

Value members

Concrete fields

val actionL: Lens[Event, Optional[String]]
val actionO: Optic[Event, Event, String, OpticFailure, Nothing, String, Event]
val countL: Lens[Event, Optional[Int]]
val countO: Optic[Event, Event, Int, OpticFailure, Nothing, Int, Event]
val eventTimeL: Lens[Event, Optional[MicroTime]]
val eventTimeO: Optic[Event, Event, MicroTime, OpticFailure, Nothing, MicroTime, Event]
val firstTimestampL: Lens[Event, Optional[Time]]
val firstTimestampO: Optic[Event, Event, Time, OpticFailure, Nothing, Time, Event]
val involvedObjectL: Lens[Event, ObjectReference]
val lastTimestampL: Lens[Event, Optional[Time]]
val lastTimestampO: Optic[Event, Event, Time, OpticFailure, Nothing, Time, Event]
val messageL: Lens[Event, Optional[String]]
val messageO: Optic[Event, Event, String, OpticFailure, Nothing, String, Event]
val metadataL: Lens[Event, ObjectMeta]
val reasonL: Lens[Event, Optional[String]]
val reasonO: Optic[Event, Event, String, OpticFailure, Nothing, String, Event]
val relatedL: Lens[Event, Optional[ObjectReference]]
val relatedO: Optic[Event, Event, ObjectReference, OpticFailure, Nothing, ObjectReference, Event]
val reportingComponentL: Lens[Event, Optional[String]]
val reportingComponentO: Optic[Event, Event, String, OpticFailure, Nothing, String, Event]
val reportingInstanceL: Lens[Event, Optional[String]]
val reportingInstanceO: Optic[Event, Event, String, OpticFailure, Nothing, String, Event]
val seriesL: Lens[Event, Optional[EventSeries]]
val seriesO: Optic[Event, Event, EventSeries, OpticFailure, Nothing, EventSeries, Event]
val sourceL: Lens[Event, Optional[EventSource]]
val sourceO: Optic[Event, Event, EventSource, OpticFailure, Nothing, EventSource, Event]
val typeL: Lens[Event, Optional[String]]
val typeO: Optic[Event, Event, String, OpticFailure, Nothing, String, Event]