class K8S::Api::Core::V1::NodeSystemInfo

Overview

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

Included Modules

Defined in:

versions/v1.12/api/core/v1/node_system_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
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) #

[View source]

Instance Method Detail

def architecture : String #

[View source]
def architecture=(architecture : String) #

[View source]
def boot_id : String #

[View source]
def boot_id=(boot_id : String) #

[View source]
def container_runtime_version : String #

[View source]
def container_runtime_version=(container_runtime_version : String) #

[View source]
def kernel_version : String #

[View source]
def kernel_version=(kernel_version : String) #

[View source]
def kube_proxy_version : String #

[View source]
def kube_proxy_version=(kube_proxy_version : String) #

[View source]
def kubelet_version : String #

[View source]
def kubelet_version=(kubelet_version : String) #

[View source]
def machine_id : String #

[View source]
def machine_id=(machine_id : String) #

[View source]
def operating_system : String #

[View source]
def operating_system=(operating_system : String) #

[View source]
def os_image : String #

[View source]
def os_image=(os_image : String) #

[View source]
def system_uuid : String #

[View source]
def system_uuid=(system_uuid : String) #

[View source]