class Pyrite::Api::Core::V1::EndpointAddress

Overview

EndpointAddress is a tuple that describes single IP address.

Defined in:

versions/v1.14/api/core/v1/endpoint_address.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) #

EndpointAddress is a tuple that describes single IP address.


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

EndpointAddress is a tuple that describes single IP address.


def self.new(*, hostname : String? = nil, ip : String, node_name : String? = nil, target_ref : Api::Core::V1::ObjectReference? = nil) #

Instance Method Detail

def hostname : String? #

def hostname=(hostname : String?) #

def ip : String #

def ip=(ip : String) #

def node_name : String? #

def node_name=(node_name : String?) #

def target_ref : Api::Core::V1::ObjectReference? #

def target_ref=(target_ref : Api::Core::V1::ObjectReference?) #