skuber.Event
See theEvent companion object
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
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ObjectResourceclass TypeMetaclass Objecttrait Matchableclass Any
Members list
In this article