struct Kube::UID

Overview

UID is a type that holds unique ID values, including UUIDs. Because we don't ONLY use UUIDs, this is an alias to string. Being a type captures intent and helps make sure that UIDs and names do not get conflated.

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]