class Pyrite::Api::Core::V1::Event

Overview

Event is a report of an event somewhere in the cluster.

Defined in:

versions/v1.14/api/core/v1/event.cr

Constructors

Instance Method Summary

Instance methods inherited from class Pyrite::Kubernetes::Object

metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? metadata, metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?) metadata=

Constructor methods inherited from class Pyrite::Kubernetes::Object

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Instance methods inherited from class Pyrite::Kubernetes::Resource

api_version : String api_version, kind : String kind

Constructor methods inherited from class Pyrite::Kubernetes::Resource

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

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 is a report of an event somewhere in the cluster.


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

Event is a report of an event somewhere in the cluster.


def self.new(*, action : String? = nil, count : Int32? = nil, event_time : Time? = nil, first_timestamp : Time? = nil, involved_object : Api::Core::V1::ObjectReference, last_timestamp : Time? = nil, message : String? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta, reason : String? = nil, related : Api::Core::V1::ObjectReference? = nil, reporting_component : String? = nil, reporting_instance : String? = nil, series : Api::Core::V1::EventSeries? = nil, source : Api::Core::V1::EventSource? = nil, type : String? = nil) #

Instance Method Detail

def action : String? #

def action=(action : String?) #

def count : Int32? #

def count=(count : Int32?) #

def event_time : Time? #

def event_time=(event_time : Time?) #

def first_timestamp : Time? #

def first_timestamp=(first_timestamp : Time?) #

def involved_object : Api::Core::V1::ObjectReference #

def involved_object=(involved_object : Api::Core::V1::ObjectReference) #

def last_timestamp : Time? #

def last_timestamp=(last_timestamp : Time?) #

def message : String? #

def message=(message : String?) #

def reason : String? #

def reason=(reason : String?) #


def related=(related : Api::Core::V1::ObjectReference?) #

def reporting_component : String? #

def reporting_component=(reporting_component : String?) #

def reporting_instance : String? #

def reporting_instance=(reporting_instance : String?) #


def series=(series : Api::Core::V1::EventSeries?) #


def source=(source : Api::Core::V1::EventSource?) #

def type : String? #

def type=(type : String?) #