struct Kubernetes::Resources::Pods::ContainerStatus

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 name : String #

def name=(name : String) #

def ready=(ready : Bool) #

def ready? : Bool #

def state : ContainerState | Nil #

def state=(state : ContainerState | Nil) #