class Pyrite::Apimachinery::Apis::Meta::V1::WatchEvent
Overview
Event represents a single event to a watched resource.
Defined in:
versions/v1.14/apimachinery/apis/meta/v1/watch_event.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Event represents a single event to a watched resource.
-
.new(pull : JSON::PullParser)
Event represents a single event to a watched resource.
- .new(*, object : Apimachinery::Runtime::RawExtension, type : String)
Instance Method Summary
- #object : Apimachinery::Runtime::RawExtension
- #object=(object : Apimachinery::Runtime::RawExtension)
- #type : String
- #type=(type : 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)
#
Event represents a single event to a watched resource.