struct

Kubernetes::NodeSystemInfo

Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object

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

Constructors

new(pull : ::JSON::PullParser)
new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)

Instance methods

architecture

The Architecture reported by the node

Source
architecture=(architecture : String | Nil)

The Architecture reported by the node

Source
boot_id

Boot ID reported by the node.

Source
boot_id=(boot_id : String | Nil)

Boot ID reported by the node.

Source
container_runtime_version

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

Source
container_runtime_version=(container_runtime_version : String | Nil)

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

Source
kernel_version

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

Source
kernel_version=(kernel_version : String | Nil)

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

Source
kube_proxy_version

Deprecated: KubeProxy Version reported by the node.

Source
kube_proxy_version=(kube_proxy_version : String | Nil)

Deprecated: KubeProxy Version reported by the node.

Source
kubelet_version

Kubelet Version reported by the node.

Source
kubelet_version=(kubelet_version : String | Nil)

Kubelet Version reported by the node.

Source
machine_id

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

Source
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

Source
operating_system

The Operating System reported by the node

Source
operating_system=(operating_system : String | Nil)

The Operating System reported by the node

Source
os_image

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

Source
os_image=(os_image : String | Nil)

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

Source
swap

Swap Info reported by the node.

Source
swap=(swap : NodeSwapStatus | Nil)

Swap Info reported by the node.

Source
system_uuid

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

Source
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

Source

Macros

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

Helper macro for defining fields with automatic camelCase conversion

Source