struct Kubernetes::NodeSystemInfo

Overview

NodeSystemInfo is a set of ids/uuids to uniquely identify the node.

Included Modules

Defined in:

generated/models/io_k8s_api_core_v1.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

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

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

def self.new(*, __pull_for_json_serializable pull : ::JSON::PullParser) #

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

Macro Detail

macro field(name, type = nil, **options, &block) #

Helper macro for defining fields with automatic camelCase conversion


Instance Method Detail

def architecture : String | Nil #

The Architecture reported by the node


def architecture=(architecture : String | Nil) #

The Architecture reported by the node


def boot_id : String | Nil #

Boot ID reported by the node.


def boot_id=(boot_id : String | Nil) #

Boot ID reported by the node.


def container_runtime_version : String | Nil #

ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).


def container_runtime_version=(container_runtime_version : String | Nil) #

ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).


def kernel_version : String | Nil #

Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).


def kernel_version=(kernel_version : String | Nil) #

Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).


def kube_proxy_version : String | Nil #

Deprecated: KubeProxy Version reported by the node.


def kube_proxy_version=(kube_proxy_version : String | Nil) #

Deprecated: KubeProxy Version reported by the node.


def kubelet_version : String | Nil #

Kubelet Version reported by the node.


def kubelet_version=(kubelet_version : String | Nil) #

Kubelet Version reported by the node.


def machine_id : String | Nil #

MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html


def machine_id=(machine_id : String | Nil) #

MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html


def operating_system : String | Nil #

The Operating System reported by the node


def operating_system=(operating_system : String | Nil) #

The Operating System reported by the node


def os_image : String | Nil #

OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).


def os_image=(os_image : String | Nil) #

OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).


def swap : NodeSwapStatus | Nil #

Swap Info reported by the node.


def swap=(swap : NodeSwapStatus | Nil) #

Swap Info reported by the node.


def system_uuid : String | Nil #

SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid


def system_uuid=(system_uuid : String | Nil) #

SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid