class Pyrite::Api::Core::V1::DaemonEndpoint
Overview
DaemonEndpoint contains information about a single Daemon endpoint.
Defined in:
versions/v1.14/api/core/v1/daemon_endpoint.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DaemonEndpoint contains information about a single Daemon endpoint.
-
.new(pull : JSON::PullParser)
DaemonEndpoint contains information about a single Daemon endpoint.
- .new(*, port : Int32)
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)
#
DaemonEndpoint contains information about a single Daemon endpoint.
def self.new(pull : JSON::PullParser)
#
DaemonEndpoint contains information about a single Daemon endpoint.