class Pyrite::Api::Core::V1::NodeStatus

Overview

NodeStatus is information about the current status of a node.

Defined in:

versions/v1.14/api/core/v1/node_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) #

NodeStatus is information about the current status of a node.


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

NodeStatus is information about the current status of a node.


def self.new(*, addresses : Array? = nil, allocatable : Hash(String, String)? = nil, capacity : Hash(String, String)? = nil, conditions : Array? = nil, config : Api::Core::V1::NodeConfigStatus? = nil, daemon_endpoints : Api::Core::V1::NodeDaemonEndpoints? = nil, images : Array? = nil, node_info : Api::Core::V1::NodeSystemInfo? = nil, phase : String? = nil, volumes_attached : Array? = nil, volumes_in_use : Array? = nil) #

Instance Method Detail

def addresses : Array(Api::Core::V1::NodeAddress)? #

def addresses=(addresses : Array(Api::Core::V1::NodeAddress)?) #

def allocatable : Hash(String, String)? #

def allocatable=(allocatable : Hash(String, String)?) #

def capacity : Hash(String, String)? #

def capacity=(capacity : Hash(String, String)?) #

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

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


def config=(config : Api::Core::V1::NodeConfigStatus?) #

def daemon_endpoints : Api::Core::V1::NodeDaemonEndpoints? #

def daemon_endpoints=(daemon_endpoints : Api::Core::V1::NodeDaemonEndpoints?) #

def images : Array(Api::Core::V1::ContainerImage)? #

def images=(images : Array(Api::Core::V1::ContainerImage)?) #

def node_info : Api::Core::V1::NodeSystemInfo? #

def node_info=(node_info : Api::Core::V1::NodeSystemInfo?) #

def phase : String? #

def phase=(phase : String?) #

def volumes_attached : Array(Api::Core::V1::AttachedVolume)? #

def volumes_attached=(volumes_attached : Array(Api::Core::V1::AttachedVolume)?) #

def volumes_in_use : Array(String)? #

def volumes_in_use=(volumes_in_use : Array(String)?) #