class Pyrite::Api::Core::V1::PodStatus

Overview

PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.

Defined in:

versions/v1.14/api/core/v1/pod_status.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.


def self.new(pull : JSON::PullParser) #

PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.


def self.new(*, conditions : Array? = nil, container_statuses : Array? = nil, host_ip : String? = nil, init_container_statuses : Array? = nil, message : String? = nil, nominated_node_name : String? = nil, phase : String? = nil, pod_ip : String? = nil, qos_class : String? = nil, reason : String? = nil, start_time : Time? = nil) #

Instance Method Detail

def conditions : Array(Api::Core::V1::PodCondition)? #

def conditions=(conditions : Array(Api::Core::V1::PodCondition)?) #

def container_statuses : Array(Api::Core::V1::ContainerStatus)? #

def container_statuses=(container_statuses : Array(Api::Core::V1::ContainerStatus)?) #

def host_ip : String? #

def host_ip=(host_ip : String?) #

def init_container_statuses : Array(Api::Core::V1::ContainerStatus)? #

def init_container_statuses=(init_container_statuses : Array(Api::Core::V1::ContainerStatus)?) #

def message : String? #

def message=(message : String?) #

def nominated_node_name : String? #

def nominated_node_name=(nominated_node_name : String?) #

def phase : String? #

def phase=(phase : String?) #

def pod_ip : String? #

def pod_ip=(pod_ip : String?) #

def qos_class : String? #

def qos_class=(qos_class : String?) #

def reason : String? #

def reason=(reason : String?) #

def start_time : Time? #

def start_time=(start_time : Time?) #