class K8S::Api::Core::V1::DaemonEndpoint

Overview

DaemonEndpoint contains information about a single Daemon endpoint.

Included Modules

Defined in:

versions/v1.15/api/core/v1/daemon_endpoint.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(*, port : Int32) #

[View source]

Instance Method Detail

def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]