Class HostBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.baremetal.v1.HostFluent<HostBuilder>
-
- io.fabric8.openshift.api.model.installer.baremetal.v1.HostBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Host>,io.fabric8.kubernetes.api.builder.Visitable<HostBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Host,HostBuilder>
public class HostBuilder extends HostFluent<HostBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Host,HostBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.installer.baremetal.v1.HostFluent
HostFluent.BmcNested<N>, HostFluent.RootDeviceHintsNested<N>
-
-
Constructor Summary
Constructors Constructor Description HostBuilder()HostBuilder(Host instance)HostBuilder(HostFluent<?> fluent)HostBuilder(HostFluent<?> fluent, Host instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hostbuild()-
Methods inherited from class io.fabric8.openshift.api.model.installer.baremetal.v1.HostFluent
addToAdditionalProperties, addToAdditionalProperties, buildBmc, buildRootDeviceHints, copyInstance, editBmc, editOrNewBmc, editOrNewBmcLike, editOrNewRootDeviceHints, editOrNewRootDeviceHintsLike, editRootDeviceHints, equals, getAdditionalProperties, getBootMACAddress, getBootMode, getHardwareProfile, getName, getNetworkConfig, getRole, hasAdditionalProperties, hasBmc, hasBootMACAddress, hasBootMode, hasHardwareProfile, hashCode, hasName, hasNetworkConfig, hasRole, hasRootDeviceHints, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withBmc, withBootMACAddress, withBootMode, withHardwareProfile, withName, withNetworkConfig, withNewBmc, withNewBmc, withNewBmcLike, withNewRootDeviceHints, withNewRootDeviceHintsLike, withRole, withRootDeviceHints
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
HostBuilder
public HostBuilder()
-
HostBuilder
public HostBuilder(HostFluent<?> fluent)
-
HostBuilder
public HostBuilder(Host instance)
-
HostBuilder
public HostBuilder(HostFluent<?> fluent, Host instance)
-
-