Package io.fabric8.kubernetes.api.model
Class NodeSystemInfoBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeSystemInfoFluentImpl<NodeSystemInfoBuilder>
io.fabric8.kubernetes.api.model.NodeSystemInfoBuilder
- All Implemented Interfaces:
Builder<NodeSystemInfo>
,Fluent<NodeSystemInfoBuilder>
,Visitable<NodeSystemInfoBuilder>
,VisitableBuilder<NodeSystemInfo,NodeSystemInfoBuilder>
,NodeSystemInfoFluent<NodeSystemInfoBuilder>
public class NodeSystemInfoBuilder extends NodeSystemInfoFluentImpl<NodeSystemInfoBuilder> implements VisitableBuilder<NodeSystemInfo,NodeSystemInfoBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NodeSystemInfoBuilder()
NodeSystemInfoBuilder(NodeSystemInfo instance)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance, Boolean validationEnabled)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, Boolean validationEnabled)
NodeSystemInfoBuilder(NodeSystemInfo instance, Boolean validationEnabled)
NodeSystemInfoBuilder(Boolean validationEnabled)
-
Method Summary
Modifier and Type Method Description NodeSystemInfo
build()
boolean
equals(Object o)
Methods inherited from class io.fabric8.kubernetes.api.model.NodeSystemInfoFluentImpl
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
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder() -
NodeSystemInfoBuilder
-
NodeSystemInfoBuilder
-
NodeSystemInfoBuilder
-
NodeSystemInfoBuilder
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance, Boolean validationEnabled) -
NodeSystemInfoBuilder
-
NodeSystemInfoBuilder
-
-
Method Details
-
build
- Specified by:
build
in interfaceBuilder<NodeSystemInfo>
-
equals
- Overrides:
equals
in classNodeSystemInfoFluentImpl<NodeSystemInfoBuilder>
-