struct Kubernetes::Resources::Pods::ContainerState

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 running : ContainerStateRunning | Nil #

def running=(running : ContainerStateRunning | Nil) #

def terminated : ContainerStateTerminated | Nil #

def terminated=(terminated : ContainerStateTerminated | Nil) #

def waiting : ContainerStateWaiting | Nil #

def waiting=(waiting : ContainerStateWaiting | Nil) #