public static final class V1.NodeSystemInfo extends com.google.protobuf.GeneratedMessageV3 implements V1.NodeSystemInfoOrBuilder
NodeSystemInfo is a set of ids/uuids to uniquely identify the node.Protobuf type
k8s.io.api.core.v1.NodeSystemInfo| Modifier and Type | Class and Description |
|---|---|
static class |
V1.NodeSystemInfo.Builder
NodeSystemInfo is a set of ids/uuids to uniquely identify the node.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ARCHITECTURE_FIELD_NUMBER |
static int |
BOOTID_FIELD_NUMBER |
static int |
CONTAINERRUNTIMEVERSION_FIELD_NUMBER |
static int |
KERNELVERSION_FIELD_NUMBER |
static int |
KUBELETVERSION_FIELD_NUMBER |
static int |
KUBEPROXYVERSION_FIELD_NUMBER |
static int |
MACHINEID_FIELD_NUMBER |
static int |
OPERATINGSYSTEM_FIELD_NUMBER |
static int |
OSIMAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.NodeSystemInfo> |
PARSER
Deprecated.
|
static int |
SYSTEMUUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static V1.NodeSystemInfo |
getDefaultInstance() |
V1.NodeSystemInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<V1.NodeSystemInfo> |
getParserForType() |
int |
getSerializedSize() |
String |
getSystemUUID()
SystemUUID reported by the node.
|
com.google.protobuf.ByteString |
getSystemUUIDBytes()
SystemUUID reported by the node.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1.NodeSystemInfo.Builder |
newBuilder() |
static V1.NodeSystemInfo.Builder |
newBuilder(V1.NodeSystemInfo prototype) |
V1.NodeSystemInfo.Builder |
newBuilderForType() |
protected V1.NodeSystemInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.NodeSystemInfo |
parseDelimitedFrom(InputStream input) |
static V1.NodeSystemInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeSystemInfo |
parseFrom(byte[] data) |
static V1.NodeSystemInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeSystemInfo |
parseFrom(ByteBuffer data) |
static V1.NodeSystemInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeSystemInfo |
parseFrom(com.google.protobuf.ByteString data) |
static V1.NodeSystemInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeSystemInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.NodeSystemInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeSystemInfo |
parseFrom(InputStream input) |
static V1.NodeSystemInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.NodeSystemInfo> |
parser() |
V1.NodeSystemInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MACHINEID_FIELD_NUMBER
public static final int SYSTEMUUID_FIELD_NUMBER
public static final int BOOTID_FIELD_NUMBER
public static final int KERNELVERSION_FIELD_NUMBER
public static final int OSIMAGE_FIELD_NUMBER
public static final int CONTAINERRUNTIMEVERSION_FIELD_NUMBER
public static final int KUBELETVERSION_FIELD_NUMBER
public static final int KUBEPROXYVERSION_FIELD_NUMBER
public static final int OPERATINGSYSTEM_FIELD_NUMBER
public static final int ARCHITECTURE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.NodeSystemInfo> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;hasMachineID in interface V1.NodeSystemInfoOrBuilderpublic 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;getMachineID in interface V1.NodeSystemInfoOrBuilderpublic 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;getMachineIDBytes in interface V1.NodeSystemInfoOrBuilderpublic 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;hasSystemUUID in interface V1.NodeSystemInfoOrBuilderpublic 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;getSystemUUID in interface V1.NodeSystemInfoOrBuilderpublic 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;getSystemUUIDBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasBootID()
Boot ID reported by the node.
optional string bootID = 3;hasBootID in interface V1.NodeSystemInfoOrBuilderpublic String getBootID()
Boot ID reported by the node.
optional string bootID = 3;getBootID in interface V1.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getBootIDBytes()
Boot ID reported by the node.
optional string bootID = 3;getBootIDBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
optional string kernelVersion = 4;hasKernelVersion in interface V1.NodeSystemInfoOrBuilderpublic String getKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
optional string kernelVersion = 4;getKernelVersion in interface V1.NodeSystemInfoOrBuilderpublic 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;getKernelVersionBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasOsImage()
OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
optional string osImage = 5;hasOsImage in interface V1.NodeSystemInfoOrBuilderpublic String getOsImage()
OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
optional string osImage = 5;getOsImage in interface V1.NodeSystemInfoOrBuilderpublic 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;getOsImageBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
optional string containerRuntimeVersion = 6;hasContainerRuntimeVersion in interface V1.NodeSystemInfoOrBuilderpublic String getContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
optional string containerRuntimeVersion = 6;getContainerRuntimeVersion in interface V1.NodeSystemInfoOrBuilderpublic 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;getContainerRuntimeVersionBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasKubeletVersion()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;hasKubeletVersion in interface V1.NodeSystemInfoOrBuilderpublic String getKubeletVersion()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;getKubeletVersion in interface V1.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getKubeletVersionBytes()
Kubelet Version reported by the node.
optional string kubeletVersion = 7;getKubeletVersionBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasKubeProxyVersion()
KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;hasKubeProxyVersion in interface V1.NodeSystemInfoOrBuilderpublic String getKubeProxyVersion()
KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;getKubeProxyVersion in interface V1.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getKubeProxyVersionBytes()
KubeProxy Version reported by the node.
optional string kubeProxyVersion = 8;getKubeProxyVersionBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasOperatingSystem()
The Operating System reported by the node
optional string operatingSystem = 9;hasOperatingSystem in interface V1.NodeSystemInfoOrBuilderpublic String getOperatingSystem()
The Operating System reported by the node
optional string operatingSystem = 9;getOperatingSystem in interface V1.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getOperatingSystemBytes()
The Operating System reported by the node
optional string operatingSystem = 9;getOperatingSystemBytes in interface V1.NodeSystemInfoOrBuilderpublic boolean hasArchitecture()
The Architecture reported by the node
optional string architecture = 10;hasArchitecture in interface V1.NodeSystemInfoOrBuilderpublic String getArchitecture()
The Architecture reported by the node
optional string architecture = 10;getArchitecture in interface V1.NodeSystemInfoOrBuilderpublic com.google.protobuf.ByteString getArchitectureBytes()
The Architecture reported by the node
optional string architecture = 10;getArchitectureBytes in interface V1.NodeSystemInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1.NodeSystemInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeSystemInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeSystemInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeSystemInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeSystemInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeSystemInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeSystemInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.NodeSystemInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.NodeSystemInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.NodeSystemInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.NodeSystemInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.NodeSystemInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.NodeSystemInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.NodeSystemInfo.Builder newBuilder()
public static V1.NodeSystemInfo.Builder newBuilder(V1.NodeSystemInfo prototype)
public V1.NodeSystemInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.NodeSystemInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.NodeSystemInfo getDefaultInstance()
public static com.google.protobuf.Parser<V1.NodeSystemInfo> parser()
public com.google.protobuf.Parser<V1.NodeSystemInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.NodeSystemInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.