struct Kubernetes::Pod::Spec

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 containers : Array(Container) #

def dns_policy : String #

def node_name : String #

def restart_policy : String | Nil #

def scheduler_name : String #

def security_context : JSON::Any #

def service_account : String | Nil #

def service_account_name : String | Nil #

def termination_grace_period_seconds : Int32 #

def tolerations : Array(Toleration) #

def volumes : Array(Volume) #