class K8S::Apimachinery::Apis::Meta::V1::WatchEvent

Overview

Event represents a single event to a watched resource.

Included Modules

Defined in:

versions/v1.19/apimachinery/apis/meta/v1/watch_event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, object : Apimachinery::Runtime::RawExtension, type : String) #

[View source]

Instance Method Detail


[View source]
def object=(object : Apimachinery::Runtime::RawExtension) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]