struct Kubernetes::Deployment::Metadata

Included Modules

Defined in:

kubernetes.cr

Constructors

Instance Method Summary

Instance methods inherited from module Kubernetes::Serializable

pretty_print(pp) : Nil pretty_print

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

Instance Method Detail

def annotations : Hash(String, String) #

def creation_timestamp : Time #

def generation : Int64 #

def labels : Hash(String, String) #

def name : String #

def namespace : String #

def resource_version : String #

def uid : UUID #