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.

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

Value Params
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

def getCount: IO[K8sFailure, Int]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product