Class EventSeries

    • Constructor Detail

      • EventSeries

        public EventSeries()
        No args constructor for use in serialization
      • EventSeries

        public EventSeries​(Integer count,
                           MicroTime lastObservedTime)
    • Method Detail

      • getCount

        public Integer getCount()
        count is the number of occurrences in this series up to the last heartbeat time.
      • setCount

        public void setCount​(Integer count)
        count is the number of occurrences in this series up to the last heartbeat time.
      • getLastObservedTime

        public MicroTime getLastObservedTime()
        EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in "k8s.io/client-go/tools/events/event_broadcaster.go" shows how this struct is updated on heartbeats and can guide customized reporter implementations.
      • setLastObservedTime

        public void setLastObservedTime​(MicroTime lastObservedTime)
        EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in "k8s.io/client-go/tools/events/event_broadcaster.go" shows how this struct is updated on heartbeats and can guide customized reporter implementations.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)