Package k8s.io.api.core.v1
Interface Generated.NodeSystemInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.NodeSystemInfo,Generated.NodeSystemInfo.Builder
- Enclosing class:
- Generated
public static interface Generated.NodeSystemInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArchitecture()The Architecture reported by the nodecom.google.protobuf.ByteStringgetArchitectureBytes()The Architecture reported by the nodeStringgetBootID()Boot ID reported by the node.com.google.protobuf.ByteStringgetBootIDBytes()Boot ID reported by the node.StringgetContainerRuntimeVersion()ContainerRuntime Version reported by the node through runtime remote API (e.g.com.google.protobuf.ByteStringgetContainerRuntimeVersionBytes()ContainerRuntime Version reported by the node through runtime remote API (e.g.StringgetKernelVersion()Kernel Version reported by the node from 'uname -r' (e.g.com.google.protobuf.ByteStringgetKernelVersionBytes()Kernel Version reported by the node from 'uname -r' (e.g.StringgetKubeletVersion()Kubelet Version reported by the node.com.google.protobuf.ByteStringgetKubeletVersionBytes()Kubelet Version reported by the node.StringgetKubeProxyVersion()Deprecated: KubeProxy Version reported by the node.com.google.protobuf.ByteStringgetKubeProxyVersionBytes()Deprecated: KubeProxy Version reported by the node.StringgetMachineID()MachineID reported by the node.com.google.protobuf.ByteStringgetMachineIDBytes()MachineID reported by the node.StringgetOperatingSystem()The Operating System reported by the nodecom.google.protobuf.ByteStringgetOperatingSystemBytes()The Operating System reported by the nodeStringgetOsImage()OS Image reported by the node from /etc/os-release (e.g.com.google.protobuf.ByteStringgetOsImageBytes()OS Image reported by the node from /etc/os-release (e.g.StringgetSystemUUID()SystemUUID reported by the node.com.google.protobuf.ByteStringgetSystemUUIDBytes()SystemUUID reported by the node.booleanhasArchitecture()The Architecture reported by the nodebooleanhasBootID()Boot ID reported by the node.booleanhasContainerRuntimeVersion()ContainerRuntime Version reported by the node through runtime remote API (e.g.booleanhasKernelVersion()Kernel Version reported by the node from 'uname -r' (e.g.booleanhasKubeletVersion()Kubelet Version reported by the node.booleanhasKubeProxyVersion()Deprecated: KubeProxy Version reported by the node.booleanhasMachineID()MachineID reported by the node.booleanhasOperatingSystem()The Operating System reported by the nodebooleanhasOsImage()OS Image reported by the node from /etc/os-release (e.g.booleanhasSystemUUID()SystemUUID reported by the node.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMachineID
boolean 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;- Returns:
- Whether the machineID field is set.
-
getMachineID
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;- Returns:
- The machineID.
-
getMachineIDBytes
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;- Returns:
- The bytes for machineID.
-
hasSystemUUID
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/uuid
optional string systemUUID = 2;- Returns:
- Whether the systemUUID field is set.
-
getSystemUUID
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/uuid
optional string systemUUID = 2;- Returns:
- The systemUUID.
-
getSystemUUIDBytes
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/uuid
optional string systemUUID = 2;- Returns:
- The bytes for systemUUID.
-
hasBootID
boolean hasBootID()
Boot ID reported by the node.
optional string bootID = 3;- Returns:
- Whether the bootID field is set.
-
getBootID
String getBootID()
Boot ID reported by the node.
optional string bootID = 3;- Returns:
- The bootID.
-
getBootIDBytes
com.google.protobuf.ByteString getBootIDBytes()
Boot ID reported by the node.
optional string bootID = 3;- Returns:
- The bytes for bootID.
-
hasKernelVersion
boolean hasKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
optional string kernelVersion = 4;- Returns:
- Whether the kernelVersion field is set.
-
getKernelVersion
String getKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
optional string kernelVersion = 4;- Returns:
- The kernelVersion.
-
getKernelVersionBytes
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;- Returns:
- The bytes for kernelVersion.
-
hasOsImage
boolean hasOsImage()
OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
optional string osImage = 5;- Returns:
- Whether the osImage field is set.
-
getOsImage
String getOsImage()
OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
optional string osImage = 5;- Returns:
- The osImage.
-
getOsImageBytes
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;- Returns:
- The bytes for osImage.
-
hasContainerRuntimeVersion
boolean hasContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
optional string containerRuntimeVersion = 6;- Returns:
- Whether the containerRuntimeVersion field is set.
-
getContainerRuntimeVersion
String getContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
optional string containerRuntimeVersion = 6;- Returns:
- The containerRuntimeVersion.
-
getContainerRuntimeVersionBytes
com.google.protobuf.ByteString getContainerRuntimeVersionBytes()
ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
optional string containerRuntimeVersion = 6;- Returns:
- The bytes for containerRuntimeVersion.
-
hasKubeletVersion
boolean hasKubeletVersion()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;- Returns:
- Whether the kubeletVersion field is set.
-
getKubeletVersion
String getKubeletVersion()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;- Returns:
- The kubeletVersion.
-
getKubeletVersionBytes
com.google.protobuf.ByteString getKubeletVersionBytes()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;- Returns:
- The bytes for kubeletVersion.
-
hasKubeProxyVersion
boolean hasKubeProxyVersion()
Deprecated: KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;- Returns:
- Whether the kubeProxyVersion field is set.
-
getKubeProxyVersion
String getKubeProxyVersion()
Deprecated: KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;- Returns:
- The kubeProxyVersion.
-
getKubeProxyVersionBytes
com.google.protobuf.ByteString getKubeProxyVersionBytes()
Deprecated: KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;- Returns:
- The bytes for kubeProxyVersion.
-
hasOperatingSystem
boolean hasOperatingSystem()
The Operating System reported by the node
optional string operatingSystem = 9;- Returns:
- Whether the operatingSystem field is set.
-
getOperatingSystem
String getOperatingSystem()
The Operating System reported by the node
optional string operatingSystem = 9;- Returns:
- The operatingSystem.
-
getOperatingSystemBytes
com.google.protobuf.ByteString getOperatingSystemBytes()
The Operating System reported by the node
optional string operatingSystem = 9;- Returns:
- The bytes for operatingSystem.
-
hasArchitecture
boolean hasArchitecture()
The Architecture reported by the node
optional string architecture = 10;- Returns:
- Whether the architecture field is set.
-
getArchitecture
String getArchitecture()
The Architecture reported by the node
optional string architecture = 10;- Returns:
- The architecture.
-
getArchitectureBytes
com.google.protobuf.ByteString getArchitectureBytes()
The Architecture reported by the node
optional string architecture = 10;- Returns:
- The bytes for architecture.
-
-