Event

case class Event(kind: String, apiVersion: String, metadata: ObjectMeta, involvedObject: ObjectReference, reason: Option[String], message: Option[String], source: Option[Source], firstTimestamp: Option[Timestamp], lastTimestamp: Option[Timestamp], count: Option[Int], `type`: Option[String]) extends ObjectResource
Companion:
object
trait Serializable
trait Product
trait Equals
class ObjectResource
class TypeMeta
class Object
trait Matchable
class Any

Value members

Inherited methods

def name: String
Inherited from:
ObjectResource
def ns: String
Inherited from:
ObjectResource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def resourceVersion: String
Inherited from:
ObjectResource