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.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) #

DaemonEndpoint contains information about a single Daemon endpoint.


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

DaemonEndpoint contains information about a single Daemon endpoint.


def self.new(*, port : Int32) #

Instance Method Detail

def port : Int32 #

def port=(port : Int32) #