struct Kubernetes::Resources::Pods::Container

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 args : Array(String) | Nil #

def args=(args : Array(String) | Nil) #

def command : Array(String) | Nil #

def command=(command : Array(String) | Nil) #

def image : String #

def image=(image : String) #

def name : String #

def name=(name : String) #