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.cr

Constructors

Instance Method Summary

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.


def self.new(pull : JSON::PullParser) #

Event represents a single event to a watched resource.


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

Instance Method Detail


def object=(object : Apimachinery::Runtime::RawExtension) #

def type : String #

def type=(type : String) #