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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeSystemInfobuild()booleanequals(Object o)inthashCode()-
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, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder()
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(Boolean validationEnabled)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, Boolean validationEnabled)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance, Boolean validationEnabled)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfo instance)
-
NodeSystemInfoBuilder
public NodeSystemInfoBuilder(NodeSystemInfo instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public NodeSystemInfo build()
- Specified by:
buildin interfaceBuilder<NodeSystemInfo>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classNodeSystemInfoFluentImpl<NodeSystemInfoBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classNodeSystemInfoFluentImpl<NodeSystemInfoBuilder>
-
-