Package io.fabric8.kubernetes.api.model
Class DoneableNodeSystemInfo
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeSystemInfoFluentImpl<DoneableNodeSystemInfo>
io.fabric8.kubernetes.api.model.DoneableNodeSystemInfo
- All Implemented Interfaces:
Fluent<DoneableNodeSystemInfo>
,Visitable<DoneableNodeSystemInfo>
,Doneable<NodeSystemInfo>
,NodeSystemInfoFluent<DoneableNodeSystemInfo>
public class DoneableNodeSystemInfo extends NodeSystemInfoFluentImpl<DoneableNodeSystemInfo> implements Doneable<NodeSystemInfo>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableNodeSystemInfo(Function<NodeSystemInfo,NodeSystemInfo> function)
DoneableNodeSystemInfo(NodeSystemInfo item)
DoneableNodeSystemInfo(NodeSystemInfo item, Function<NodeSystemInfo,NodeSystemInfo> function)
-
Method Summary
Modifier and Type Method Description NodeSystemInfo
done()
Methods inherited from class io.fabric8.kubernetes.api.model.NodeSystemInfoFluentImpl
equals, getArchitecture, getBootID, getContainerRuntimeVersion, getKernelVersion, getKubeletVersion, getKubeProxyVersion, getMachineID, getOperatingSystem, getOsImage, getSystemUUID, hasArchitecture, hasBootID, hasContainerRuntimeVersion, hasKernelVersion, hasKubeletVersion, hasKubeProxyVersion, hasMachineID, hasOperatingSystem, hasOsImage, hasSystemUUID, withArchitecture, withBootID, withContainerRuntimeVersion, withKernelVersion, withKubeletVersion, withKubeProxyVersion, withMachineID, withNewArchitecture, withNewArchitecture, withNewArchitecture, withNewBootID, withNewBootID, withNewBootID, withNewContainerRuntimeVersion, withNewContainerRuntimeVersion, withNewContainerRuntimeVersion, withNewKernelVersion, withNewKernelVersion, withNewKernelVersion, withNewKubeletVersion, withNewKubeletVersion, withNewKubeletVersion, withNewKubeProxyVersion, withNewKubeProxyVersion, withNewKubeProxyVersion, withNewMachineID, withNewMachineID, withNewMachineID, withNewOperatingSystem, withNewOperatingSystem, withNewOperatingSystem, withNewOsImage, withNewOsImage, withNewOsImage, withNewSystemUUID, withNewSystemUUID, withNewSystemUUID, withOperatingSystem, withOsImage, withSystemUUID
-
Constructor Details
-
DoneableNodeSystemInfo
-
DoneableNodeSystemInfo
public DoneableNodeSystemInfo(NodeSystemInfo item, Function<NodeSystemInfo,NodeSystemInfo> function) -
DoneableNodeSystemInfo
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<NodeSystemInfo>
-