class Pyrite::Api::Core::V1::EventSource

Overview

EventSource contains information for an event.

Defined in:

versions/v1.14/api/core/v1/event_source.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) #

EventSource contains information for an event.


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

EventSource contains information for an event.


def self.new(*, component : String? = nil, host : String? = nil) #

Instance Method Detail

def component : String? #

def component=(component : String?) #

def host : String? #

def host=(host : String?) #