class Pyrite::Api::Core::V1::EventSeries
- Pyrite::Api::Core::V1::EventSeries
- Pyrite::Kubernetes::Spec
- 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.)
Defined in:
versions/v1.14/api/core/v1/event_series.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
EventSeries contain information on series of events, i.e.
-
.new(pull : JSON::PullParser)
EventSeries contain information on series of events, i.e.
- .new(*, count : Int32? = nil, last_observed_time : Time? = nil, state : String? = nil)
Instance Method Summary
- #count : Int32?
- #count=(count : Int32?)
- #last_observed_time : Time?
- #last_observed_time=(last_observed_time : Time?)
- #state : String?
- #state=(state : String?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
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.)
def self.new(pull : JSON::PullParser)
#
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.)