EventSeries

com.coralogix.zio.k8s.model.core.v1.EventSeries
See theEventSeries companion object
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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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.

Attributes

Gets lastObservedTime.

Gets lastObservedTime.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product