module Kubernetes::Serializable

Direct including types

Defined in:

serializable.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def pretty_print(pp) : Nil #

[View source]

Macro Detail

macro add_field(type, getter_type, key = nil, **args, &block) #

[View source]
macro field(type, key = nil, **args, &block) #

[View source]
macro field!(type, key = nil, **args, &block) #

[View source]
macro field?(type, key = nil, **args, &block) #

[View source]