class Pyrite::Api::Core::V1::EventSource
- Pyrite::Api::Core::V1::EventSource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
EventSource contains information for an event.
Defined in:
versions/v1.14/api/core/v1/event_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
EventSource contains information for an event.
-
.new(pull : JSON::PullParser)
EventSource contains information for an event.
- .new(*, component : String? = nil, host : String? = nil)
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.