EventSeries

case class EventSeries(count: Optional[Int], lastObservedTime: Optional[MicroTime])

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Value parameters:
count

Number of occurrences in this series up to the last heartbeat time

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Number of occurrences in this series up to the last heartbeat time

Number of occurrences in this series up to the last heartbeat time

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets lastObservedTime.

Gets lastObservedTime.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product