Interface Generated.NodeSystemInfoOrBuilder

    • 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.