class K8S::Api::Core::V1::EventSource

Overview

EventSource contains information for an event.

Included Modules

Defined in:

versions/v1.14/api/core/v1/event_source.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(*, component : String? = nil, host : String? = nil) #

[View source]

Instance Method Detail

def component : String? #

[View source]
def component=(component : String?) #

[View source]
def host : String? #

[View source]
def host=(host : String?) #

[View source]