class K8S::Api::Core::V1::EndpointAddress

Overview

EndpointAddress is a tuple that describes single IP address.

Included Modules

Defined in:

versions/v1.13/api/core/v1/endpoint_address.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(*, ip : String, hostname : String? = nil, node_name : String? = nil, target_ref : Api::Core::V1::ObjectReference? = nil) #

[View source]

Instance Method Detail

def hostname : String? #

[View source]
def hostname=(hostname : String?) #

[View source]
def ip : String #

[View source]
def ip=(ip : String) #

[View source]
def node_name : String? #

[View source]
def node_name=(node_name : String?) #

[View source]
def target_ref : Api::Core::V1::ObjectReference? #

[View source]
def target_ref=(target_ref : Api::Core::V1::ObjectReference?) #

[View source]