public static interface V1.NodeSystemInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture()
The Architecture reported by the node
|
com.google.protobuf.ByteString |
getArchitectureBytes()
The Architecture reported by the node
|
String |
getBootID()
Boot ID reported by the node.
|
com.google.protobuf.ByteString |
getBootIDBytes()
Boot ID reported by the node.
|
String |
getContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g.
|
com.google.protobuf.ByteString |
getContainerRuntimeVersionBytes()
ContainerRuntime Version reported by the node through runtime remote API (e.g.
|
String |
getKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g.
|
com.google.protobuf.ByteString |
getKernelVersionBytes()
Kernel Version reported by the node from 'uname -r' (e.g.
|
String |
getKubeletVersion()
Kubelet Version reported by the node.
|
com.google.protobuf.ByteString |
getKubeletVersionBytes()
Kubelet Version reported by the node.
|
String |
getKubeProxyVersion()
KubeProxy Version reported by the node.
|
com.google.protobuf.ByteString |
getKubeProxyVersionBytes()
KubeProxy Version reported by the node.
|
String |
getMachineID()
MachineID reported by the node.
|
com.google.protobuf.ByteString |
getMachineIDBytes()
MachineID reported by the node.
|
String |
getOperatingSystem()
The Operating System reported by the node
|
com.google.protobuf.ByteString |
getOperatingSystemBytes()
The Operating System reported by the node
|
String |
getOsImage()
OS Image reported by the node from /etc/os-release (e.g.
|
com.google.protobuf.ByteString |
getOsImageBytes()
OS Image reported by the node from /etc/os-release (e.g.
|
String |
getSystemUUID()
SystemUUID reported by the node.
|
com.google.protobuf.ByteString |
getSystemUUIDBytes()
SystemUUID reported by the node.
|
boolean |
hasArchitecture()
The Architecture reported by the node
|
boolean |
hasBootID()
Boot ID reported by the node.
|
boolean |
hasContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g.
|
boolean |
hasKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g.
|
boolean |
hasKubeletVersion()
Kubelet Version reported by the node.
|
boolean |
hasKubeProxyVersion()
KubeProxy Version reported by the node.
|
boolean |
hasMachineID()
MachineID reported by the node.
|
boolean |
hasOperatingSystem()
The Operating System reported by the node
|
boolean |
hasOsImage()
OS Image reported by the node from /etc/os-release (e.g.
|
boolean |
hasSystemUUID()
SystemUUID reported by the node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMachineID()
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
optional string machineID = 1;String getMachineID()
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
optional string machineID = 1;com.google.protobuf.ByteString getMachineIDBytes()
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
optional string machineID = 1;boolean hasSystemUUID()
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/getting-system-uuid.html
optional string systemUUID = 2;String getSystemUUID()
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/getting-system-uuid.html
optional string systemUUID = 2;com.google.protobuf.ByteString getSystemUUIDBytes()
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/getting-system-uuid.html
optional string systemUUID = 2;boolean hasBootID()
Boot ID reported by the node.
optional string bootID = 3;String getBootID()
Boot ID reported by the node.
optional string bootID = 3;com.google.protobuf.ByteString getBootIDBytes()
Boot ID reported by the node.
optional string bootID = 3;boolean hasKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
optional string kernelVersion = 4;String getKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
optional string kernelVersion = 4;com.google.protobuf.ByteString getKernelVersionBytes()
Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
optional string kernelVersion = 4;boolean hasOsImage()
OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
optional string osImage = 5;String getOsImage()
OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
optional string osImage = 5;com.google.protobuf.ByteString getOsImageBytes()
OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
optional string osImage = 5;boolean hasContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
optional string containerRuntimeVersion = 6;String getContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
optional string containerRuntimeVersion = 6;com.google.protobuf.ByteString getContainerRuntimeVersionBytes()
ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
optional string containerRuntimeVersion = 6;boolean hasKubeletVersion()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;String getKubeletVersion()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;com.google.protobuf.ByteString getKubeletVersionBytes()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;boolean hasKubeProxyVersion()
KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;String getKubeProxyVersion()
KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;com.google.protobuf.ByteString getKubeProxyVersionBytes()
KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;boolean hasOperatingSystem()
The Operating System reported by the node
optional string operatingSystem = 9;String getOperatingSystem()
The Operating System reported by the node
optional string operatingSystem = 9;com.google.protobuf.ByteString getOperatingSystemBytes()
The Operating System reported by the node
optional string operatingSystem = 9;boolean hasArchitecture()
The Architecture reported by the node
optional string architecture = 10;String getArchitecture()
The Architecture reported by the node
optional string architecture = 10;com.google.protobuf.ByteString getArchitectureBytes()
The Architecture reported by the node
optional string architecture = 10;Copyright © 2019. All rights reserved.