class Pyrite::Api::Core::V1::NodeSystemInfo

Overview

NodeSystemInfo is a set of [ids/uuids to uniquely identify the node.](ids/uuids to uniquely identify the node.)

Defined in:

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

NodeSystemInfo is a set of [ids/uuids to uniquely identify the node.](ids/uuids to uniquely identify the node.)


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

NodeSystemInfo is a set of [ids/uuids to uniquely identify the node.](ids/uuids to uniquely identify the node.)


def self.new(*, architecture : String, boot_id : String, container_runtime_version : String, kernel_version : String, kube_proxy_version : String, kubelet_version : String, machine_id : String, operating_system : String, os_image : String, system_uuid : String) #

Instance Method Detail

def architecture : String #

def architecture=(architecture : String) #

def boot_id : String #

def boot_id=(boot_id : String) #

def container_runtime_version : String #

def container_runtime_version=(container_runtime_version : String) #

def kernel_version : String #

def kernel_version=(kernel_version : String) #

def kube_proxy_version : String #

def kube_proxy_version=(kube_proxy_version : String) #

def kubelet_version : String #

def kubelet_version=(kubelet_version : String) #

def machine_id : String #

def machine_id=(machine_id : String) #

def operating_system : String #

def operating_system=(operating_system : String) #

def os_image : String #

def os_image=(os_image : String) #

def system_uuid : String #

def system_uuid=(system_uuid : String) #