struct Kubernetes::Resources::Pods::PodStatus

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 container_statuses : Array(ContainerStatus) | Nil #

def container_statuses=(container_statuses : Array(ContainerStatus) | Nil) #

def phase : String | Nil #

def phase=(phase : String | Nil) #

def pod_ip : String | Nil #

def pod_ip=(pod_ip : String | Nil) #