class K8S::Api::Events::V1beta1::EventSeries
- K8S::Api::Events::V1beta1::EventSeries
- Reference
- Object
Overview
EventSeries contain information on series of events, i.e. thing that [was/is happening continuously for some time.](was/is happening continuously for some time.)
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.11/api/events/v1beta1/event_series.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, count : Int32, last_observed_time : Time, state : String)
Instance Method Summary
- #count : Int32
- #count=(count : Int32)
- #last_observed_time : Time
- #last_observed_time=(last_observed_time : Time)
- #state : String
- #state=(state : String)