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.crConstructors
-
.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.)
-
.new(pull : JSON::PullParser)
NodeSystemInfo is a set of [ids/uuids to uniquely identify the node.](ids/uuids to uniquely identify the node.)
- .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 Summary
- #architecture : String
- #architecture=(architecture : String)
- #boot_id : String
- #boot_id=(boot_id : String)
- #container_runtime_version : String
- #container_runtime_version=(container_runtime_version : String)
- #kernel_version : String
- #kernel_version=(kernel_version : String)
- #kube_proxy_version : String
- #kube_proxy_version=(kube_proxy_version : String)
- #kubelet_version : String
- #kubelet_version=(kubelet_version : String)
- #machine_id : String
- #machine_id=(machine_id : String)
- #operating_system : String
- #operating_system=(operating_system : String)
- #os_image : String
- #os_image=(os_image : String)
- #system_uuid : String
- #system_uuid=(system_uuid : String)
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)
#