class Pyrite::Api::Core::V1::NodeAddress

Overview

NodeAddress contains information for the node's address.

Defined in:

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

NodeAddress contains information for the node's address.


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

NodeAddress contains information for the node's address.


def self.new(*, address : String, type : String) #

Instance Method Detail

def address : String #

def address=(address : String) #

def type : String #

def type=(type : String) #