struct Kube::NodeName

Overview

NodeName is a type that holds a api.Node's Name identifier. Being a type captures intent and helps make sure that the node name is not confused with similar concepts (the hostname, the cloud provider id, the cloud provider name etc)

To clarify the various types:

Defined in:

kube/types.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(value : String) #

[View source]

Instance Method Detail

def value : String #

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

[View source]

Macro Detail

macro method_missing(call) #

[View source]