class K8S::Apimachinery::Apis::Meta::V1::WatchEvent
- K8S::Apimachinery::Apis::Meta::V1::WatchEvent
- Reference
- Object
Overview
Event represents a single event to a watched resource.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.11/apimachinery/apis/meta/v1/watch_event.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, object : Apimachinery::Runtime::RawExtension, type : String)
Instance Method Summary
- #object : Apimachinery::Runtime::RawExtension
- #object=(object : Apimachinery::Runtime::RawExtension)
- #type : String
- #type=(type : String)