Event

io.k8s.api.events.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

Inherited
  • Not inherited
  • Mirror
Keywords
  • no keywords
  • implicit

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.readOpt[io.k8s.api.core.v1.ObjectReference]("regarding")(decoder).flatMap[String,Event](((regarding:Option[ObjectReference])=>obj.readOpt[io.k8s.api.events.v1.EventSeries]("series")(decoder).flatMap[String,Event](((series:Option[EventSeries])=>obj.readOpt[String]("reason")(stringDecoder).flatMap[String,Event](((reason:Option[String])=>obj.readOpt[Int]("deprecatedCount")(intDecoder).flatMap[String,Event](((deprecatedCount:Option[Int])=>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.Time]("deprecatedFirstTimestamp")(decoder).flatMap[String,Event](((deprecatedFirstTimestamp:Option[Time])=>obj.readOpt[String]("note")(stringDecoder).flatMap[String,Event](((note:Option[String])=>obj.readOpt[String]("reportingController")(stringDecoder).flatMap[String,Event](((reportingController:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoder).flatMap[String,Event](((metadata:Option[ObjectMeta])=>obj.readOpt[io.k8s.api.core.v1.EventSource]("deprecatedSource")(decoder).flatMap[String,Event](((deprecatedSource:Option[EventSource])=>obj.readOpt[String]("type")(stringDecoder).flatMap[String,Event](((type:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("deprecatedLastTimestamp")(decoder).flatMap[String,Event](((deprecatedLastTimestamp:Option[Time])=>obj.readOpt[String]("reportingInstance")(stringDecoder).flatMap[String,Event](((reportingInstance:Option[String])=>obj.readOpt[String]("action")(stringDecoder).map[Event](((action:Option[String])=>Event.apply(eventTime=eventTime,regarding=regarding,series=series,reason=reason,deprecatedCount=deprecatedCount,related=related,deprecatedFirstTimestamp=deprecatedFirstTimestamp,note=note,reportingController=reportingController,metadata=metadata,deprecatedSource=deprecatedSource,type=type,deprecatedLastTimestamp=deprecatedLastTimestamp,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