Class V1.NodeSystemInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V1.NodeSystemInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.NodeSystemInfoOrBuilder, Serializable
Enclosing class:
V1

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
See Also:
  • Field Details

    • MACHINEID_FIELD_NUMBER

      public static final int MACHINEID_FIELD_NUMBER
      See Also:
    • SYSTEMUUID_FIELD_NUMBER

      public static final int SYSTEMUUID_FIELD_NUMBER
      See Also:
    • BOOTID_FIELD_NUMBER

      public static final int BOOTID_FIELD_NUMBER
      See Also:
    • KERNELVERSION_FIELD_NUMBER

      public static final int KERNELVERSION_FIELD_NUMBER
      See Also:
    • OSIMAGE_FIELD_NUMBER

      public static final int OSIMAGE_FIELD_NUMBER
      See Also:
    • CONTAINERRUNTIMEVERSION_FIELD_NUMBER

      public static final int CONTAINERRUNTIMEVERSION_FIELD_NUMBER
      See Also:
    • KUBELETVERSION_FIELD_NUMBER

      public static final int KUBELETVERSION_FIELD_NUMBER
      See Also:
    • KUBEPROXYVERSION_FIELD_NUMBER

      public static final int KUBEPROXYVERSION_FIELD_NUMBER
      See Also:
    • OPERATINGSYSTEM_FIELD_NUMBER

      public static final int OPERATINGSYSTEM_FIELD_NUMBER
      See Also:
    • ARCHITECTURE_FIELD_NUMBER

      public static final int ARCHITECTURE_FIELD_NUMBER
      See Also:
    • PARSER

      @Deprecated public static final com.google.protobuf.Parser<V1.NodeSystemInfo> PARSER
      Deprecated.
  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasMachineID

      public 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;
      Specified by:
      hasMachineID in interface V1.NodeSystemInfoOrBuilder
    • getMachineID

      public 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;
      Specified by:
      getMachineID in interface V1.NodeSystemInfoOrBuilder
    • getMachineIDBytes

      public 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;
      Specified by:
      getMachineIDBytes in interface V1.NodeSystemInfoOrBuilder
    • hasSystemUUID

      public 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;
      Specified by:
      hasSystemUUID in interface V1.NodeSystemInfoOrBuilder
    • getSystemUUID

      public 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;
      Specified by:
      getSystemUUID in interface V1.NodeSystemInfoOrBuilder
    • getSystemUUIDBytes

      public 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;
      Specified by:
      getSystemUUIDBytes in interface V1.NodeSystemInfoOrBuilder
    • hasBootID

      public boolean hasBootID()
       Boot ID reported by the node.
       
      optional string bootID = 3;
      Specified by:
      hasBootID in interface V1.NodeSystemInfoOrBuilder
    • getBootID

      public String getBootID()
       Boot ID reported by the node.
       
      optional string bootID = 3;
      Specified by:
      getBootID in interface V1.NodeSystemInfoOrBuilder
    • getBootIDBytes

      public com.google.protobuf.ByteString getBootIDBytes()
       Boot ID reported by the node.
       
      optional string bootID = 3;
      Specified by:
      getBootIDBytes in interface V1.NodeSystemInfoOrBuilder
    • hasKernelVersion

      public boolean hasKernelVersion()
       Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
       
      optional string kernelVersion = 4;
      Specified by:
      hasKernelVersion in interface V1.NodeSystemInfoOrBuilder
    • getKernelVersion

      public String getKernelVersion()
       Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
       
      optional string kernelVersion = 4;
      Specified by:
      getKernelVersion in interface V1.NodeSystemInfoOrBuilder
    • getKernelVersionBytes

      public 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;
      Specified by:
      getKernelVersionBytes in interface V1.NodeSystemInfoOrBuilder
    • hasOsImage

      public boolean hasOsImage()
       OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
       
      optional string osImage = 5;
      Specified by:
      hasOsImage in interface V1.NodeSystemInfoOrBuilder
    • getOsImage

      public String getOsImage()
       OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
       
      optional string osImage = 5;
      Specified by:
      getOsImage in interface V1.NodeSystemInfoOrBuilder
    • getOsImageBytes

      public 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;
      Specified by:
      getOsImageBytes in interface V1.NodeSystemInfoOrBuilder
    • hasContainerRuntimeVersion

      public boolean hasContainerRuntimeVersion()
       ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
       
      optional string containerRuntimeVersion = 6;
      Specified by:
      hasContainerRuntimeVersion in interface V1.NodeSystemInfoOrBuilder
    • getContainerRuntimeVersion

      public String getContainerRuntimeVersion()
       ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
       
      optional string containerRuntimeVersion = 6;
      Specified by:
      getContainerRuntimeVersion in interface V1.NodeSystemInfoOrBuilder
    • getContainerRuntimeVersionBytes

      public 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;
      Specified by:
      getContainerRuntimeVersionBytes in interface V1.NodeSystemInfoOrBuilder
    • hasKubeletVersion

      public boolean hasKubeletVersion()
       Kubelet Version reported by the node.
       
      optional string kubeletVersion = 7;
      Specified by:
      hasKubeletVersion in interface V1.NodeSystemInfoOrBuilder
    • getKubeletVersion

      public String getKubeletVersion()
       Kubelet Version reported by the node.
       
      optional string kubeletVersion = 7;
      Specified by:
      getKubeletVersion in interface V1.NodeSystemInfoOrBuilder
    • getKubeletVersionBytes

      public com.google.protobuf.ByteString getKubeletVersionBytes()
       Kubelet Version reported by the node.
       
      optional string kubeletVersion = 7;
      Specified by:
      getKubeletVersionBytes in interface V1.NodeSystemInfoOrBuilder
    • hasKubeProxyVersion

      public boolean hasKubeProxyVersion()
       KubeProxy Version reported by the node.
       
      optional string kubeProxyVersion = 8;
      Specified by:
      hasKubeProxyVersion in interface V1.NodeSystemInfoOrBuilder
    • getKubeProxyVersion

      public String getKubeProxyVersion()
       KubeProxy Version reported by the node.
       
      optional string kubeProxyVersion = 8;
      Specified by:
      getKubeProxyVersion in interface V1.NodeSystemInfoOrBuilder
    • getKubeProxyVersionBytes

      public com.google.protobuf.ByteString getKubeProxyVersionBytes()
       KubeProxy Version reported by the node.
       
      optional string kubeProxyVersion = 8;
      Specified by:
      getKubeProxyVersionBytes in interface V1.NodeSystemInfoOrBuilder
    • hasOperatingSystem

      public boolean hasOperatingSystem()
       The Operating System reported by the node
       
      optional string operatingSystem = 9;
      Specified by:
      hasOperatingSystem in interface V1.NodeSystemInfoOrBuilder
    • getOperatingSystem

      public String getOperatingSystem()
       The Operating System reported by the node
       
      optional string operatingSystem = 9;
      Specified by:
      getOperatingSystem in interface V1.NodeSystemInfoOrBuilder
    • getOperatingSystemBytes

      public com.google.protobuf.ByteString getOperatingSystemBytes()
       The Operating System reported by the node
       
      optional string operatingSystem = 9;
      Specified by:
      getOperatingSystemBytes in interface V1.NodeSystemInfoOrBuilder
    • hasArchitecture

      public boolean hasArchitecture()
       The Architecture reported by the node
       
      optional string architecture = 10;
      Specified by:
      hasArchitecture in interface V1.NodeSystemInfoOrBuilder
    • getArchitecture

      public String getArchitecture()
       The Architecture reported by the node
       
      optional string architecture = 10;
      Specified by:
      getArchitecture in interface V1.NodeSystemInfoOrBuilder
    • getArchitectureBytes

      public com.google.protobuf.ByteString getArchitectureBytes()
       The Architecture reported by the node
       
      optional string architecture = 10;
      Specified by:
      getArchitectureBytes in interface V1.NodeSystemInfoOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.NodeSystemInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.NodeSystemInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.NodeSystemInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public V1.NodeSystemInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static V1.NodeSystemInfo.Builder newBuilder()
    • newBuilder

      public static V1.NodeSystemInfo.Builder newBuilder(V1.NodeSystemInfo prototype)
    • toBuilder

      public V1.NodeSystemInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected V1.NodeSystemInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static V1.NodeSystemInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<V1.NodeSystemInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<V1.NodeSystemInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public V1.NodeSystemInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder