struct Kubernetes::Resources::Pods::ContainerStateTerminated

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 exit_code : Int32 | Nil #

def exit_code=(exit_code : Int32 | Nil) #

def message : String | Nil #

def message=(message : String | Nil) #

def reason : String | Nil #

def reason=(reason : String | Nil) #