Interface V1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1NodeStatusFluent.NodeInfoNested<N>
All Known Implementing Classes:
V1NodeSystemInfoBuilder, V1NodeSystemInfoFluentImpl

public interface V1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getArchitecture

      String getArchitecture()
    • withArchitecture

      A withArchitecture(String architecture)
    • hasArchitecture

      Boolean hasArchitecture()
    • getBootID

      String getBootID()
    • withBootID

      A withBootID(String bootID)
    • hasBootID

      Boolean hasBootID()
    • getContainerRuntimeVersion

      String getContainerRuntimeVersion()
    • withContainerRuntimeVersion

      A withContainerRuntimeVersion(String containerRuntimeVersion)
    • hasContainerRuntimeVersion

      Boolean hasContainerRuntimeVersion()
    • getKernelVersion

      String getKernelVersion()
    • withKernelVersion

      A withKernelVersion(String kernelVersion)
    • hasKernelVersion

      Boolean hasKernelVersion()
    • getKubeProxyVersion

      String getKubeProxyVersion()
    • withKubeProxyVersion

      A withKubeProxyVersion(String kubeProxyVersion)
    • hasKubeProxyVersion

      Boolean hasKubeProxyVersion()
    • getKubeletVersion

      String getKubeletVersion()
    • withKubeletVersion

      A withKubeletVersion(String kubeletVersion)
    • hasKubeletVersion

      Boolean hasKubeletVersion()
    • getMachineID

      String getMachineID()
    • withMachineID

      A withMachineID(String machineID)
    • hasMachineID

      Boolean hasMachineID()
    • getOperatingSystem

      String getOperatingSystem()
    • withOperatingSystem

      A withOperatingSystem(String operatingSystem)
    • hasOperatingSystem

      Boolean hasOperatingSystem()
    • getOsImage

      String getOsImage()
    • withOsImage

      A withOsImage(String osImage)
    • hasOsImage

      Boolean hasOsImage()
    • getSystemUUID

      String getSystemUUID()
    • withSystemUUID

      A withSystemUUID(String systemUUID)
    • hasSystemUUID

      Boolean hasSystemUUID()