struct Kubernetes::Resources::Pods::PodSpec

Included Modules

Defined in:

resources/pods.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : ::JSON::PullParser) #

Instance Method Detail

def containers : Array(Container) | Nil #

def containers=(containers : Array(Container) | Nil) #

def node_name : String | Nil #

def node_name=(node_name : String | Nil) #

def restart_policy : String | Nil #

def restart_policy=(restart_policy : String | Nil) #

def service_account_name : String | Nil #

def service_account_name=(service_account_name : String | Nil) #