EventSeries

io.k8s.api.core.v1.EventSeries
See theEventSeries companion object
final case class EventSeries(count: Option[Int], lastObservedTime: Option[MicroTime])

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

Attributes

Companion:
object
Source:
EventSeries.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if count has a value, transforms to the result of function

if count has a value, transforms to the result of function

Attributes

Source:
EventSeries.scala

if lastObservedTime has a value, transforms to the result of function

if lastObservedTime has a value, transforms to the result of function

Attributes

Source:
EventSeries.scala

Returns a new data with count set to new value

Returns a new data with count set to new value

Attributes

Source:
EventSeries.scala

Returns a new data with lastObservedTime set to new value

Returns a new data with lastObservedTime set to new value

Attributes

Source:
EventSeries.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product