Package io.fabric8.kubernetes.api.model
Class NodeSystemInfoBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeSystemInfoFluent<NodeSystemInfoBuilder>
-
- io.fabric8.kubernetes.api.model.NodeSystemInfoBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<NodeSystemInfo>
,io.fabric8.kubernetes.api.builder.Visitable<NodeSystemInfoBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<NodeSystemInfo,NodeSystemInfoBuilder>
public class NodeSystemInfoBuilder extends NodeSystemInfoFluent<NodeSystemInfoBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<NodeSystemInfo,NodeSystemInfoBuilder>
-
-
Constructor Summary
Constructors Constructor Description NodeSystemInfoBuilder()
NodeSystemInfoBuilder(NodeSystemInfo instance)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeSystemInfo
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.NodeSystemInfoFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getArchitecture, getBootID, getContainerRuntimeVersion, getKernelVersion, getKubeletVersion, getKubeProxyVersion, getMachineID, getOperatingSystem, getOsImage, getSystemUUID, hasAdditionalProperties, hasArchitecture, hasBootID, hasContainerRuntimeVersion, hashCode, hasKernelVersion, hasKubeletVersion, hasKubeProxyVersion, hasMachineID, hasOperatingSystem, hasOsImage, hasSystemUUID, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withArchitecture, withBootID, withContainerRuntimeVersion, withKernelVersion, withKubeletVersion, withKubeProxyVersion, withMachineID, withOperatingSystem, withOsImage, withSystemUUID
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder()
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfo instance)
-
-
Method Detail
-
build
public NodeSystemInfo build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<NodeSystemInfo>
-
-