struct Kubernetes::Deployment

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) #

def self.new(*, metadata : Kubernetes::Deployment::Metadata, spec : Kubernetes::Deployment::Spec, status : Kubernetes::Deployment::Status | Nil = nil) #

[View source]

Instance Method Detail

def metadata : Metadata #

def spec : Spec #

def status : Status | Nil #