Event

io.k8s.api.core.v1.Event$
See theEvent companion class
object Event

Attributes

Companion:
class
Source:
Event.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Event.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val obj.read[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoder).flatMap[String,Event](((metadata:ObjectMeta)=>obj.readOpt[io.k8s.api.core.v1.EventSeries]("series")(decoder).flatMap[String,Event](((series:Option[EventSeries])=>obj.readOpt[Int]("count")(intDecoder).flatMap[String,Event](((count:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.EventSource]("source")(decoder).flatMap[String,Event](((source:Option[EventSource])=>obj.readOpt[String]("reportingComponent")(stringDecoder).flatMap[String,Event](((reportingComponent:Option[String])=>obj.readOpt[String]("reason")(stringDecoder).flatMap[String,Event](((reason:Option[String])=>obj.readOpt[io.k8s.api.core.v1.ObjectReference]("related")(decoder).flatMap[String,Event](((related:Option[ObjectReference])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime]("eventTime")(decoder).flatMap[String,Event](((eventTime:Option[MicroTime])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("lastTimestamp")(decoder).flatMap[String,Event](((lastTimestamp:Option[Time])=>obj.readOpt[String]("message")(stringDecoder).flatMap[String,Event](((message:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("firstTimestamp")(decoder).flatMap[String,Event](((firstTimestamp:Option[Time])=>obj.readOpt[String]("type")(stringDecoder).flatMap[String,Event](((type:Option[String])=>obj.readOpt[String]("reportingInstance")(stringDecoder).flatMap[String,Event](((reportingInstance:Option[String])=>obj.readOpt[String]("action")(stringDecoder).map[Event](((action:Option[String])=>Event.apply(involvedObject=involvedObject,metadata=metadata,series=series,count=count,source=source,reportingComponent=reportingComponent,reason=reason,related=related,eventTime=eventTime,lastTimestamp=lastTimestamp,message=message,firstTimestamp=firstTimestamp,type=type,reportingInstance=reportingInstance,action=action))))))))))))))))))))))))))))))))) } (new$anon():Decoder[Event]) }" t="n"class="documentableName ">decoder: Decoder[Event]

Attributes

Source:
Event.scala
implicit val encoder: Encoder[Event]

Attributes

Source:
Event.scala