Interface V1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1NodeStatusFluent.NodeInfoNested<N>
- All Known Implementing Classes:
V1NodeSystemInfoBuilder,V1NodeSystemInfoFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionwithArchitecture(String architecture) withBootID(String bootID) withContainerRuntimeVersion(String containerRuntimeVersion) withKernelVersion(String kernelVersion) withKubeletVersion(String kubeletVersion) withKubeProxyVersion(String kubeProxyVersion) withMachineID(String machineID) withOperatingSystem(String operatingSystem) withOsImage(String osImage) withSystemUUID(String systemUUID)
-
Method Details
-
getArchitecture
String getArchitecture() -
withArchitecture
-
hasArchitecture
Boolean hasArchitecture() -
getBootID
String getBootID() -
withBootID
-
hasBootID
Boolean hasBootID() -
getContainerRuntimeVersion
String getContainerRuntimeVersion() -
withContainerRuntimeVersion
-
hasContainerRuntimeVersion
Boolean hasContainerRuntimeVersion() -
getKernelVersion
String getKernelVersion() -
withKernelVersion
-
hasKernelVersion
Boolean hasKernelVersion() -
getKubeProxyVersion
String getKubeProxyVersion() -
withKubeProxyVersion
-
hasKubeProxyVersion
Boolean hasKubeProxyVersion() -
getKubeletVersion
String getKubeletVersion() -
withKubeletVersion
-
hasKubeletVersion
Boolean hasKubeletVersion() -
getMachineID
String getMachineID() -
withMachineID
-
hasMachineID
Boolean hasMachineID() -
getOperatingSystem
String getOperatingSystem() -
withOperatingSystem
-
hasOperatingSystem
Boolean hasOperatingSystem() -
getOsImage
String getOsImage() -
withOsImage
-
hasOsImage
Boolean hasOsImage() -
getSystemUUID
String getSystemUUID() -
withSystemUUID
-
hasSystemUUID
Boolean hasSystemUUID()
-