Class RootDeviceHintsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.RootDeviceHintsFluent<RootDeviceHintsBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.RootDeviceHintsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RootDeviceHints>,io.fabric8.kubernetes.api.builder.Visitable<RootDeviceHintsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<RootDeviceHints,RootDeviceHintsBuilder>
public class RootDeviceHintsBuilder extends RootDeviceHintsFluent<RootDeviceHintsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RootDeviceHints,RootDeviceHintsBuilder>
-
-
Constructor Summary
Constructors Constructor Description RootDeviceHintsBuilder()RootDeviceHintsBuilder(RootDeviceHints instance)RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent)RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent, RootDeviceHints instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootDeviceHintsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.RootDeviceHintsFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getDeviceName, getHctl, getMinSizeGigabytes, getModel, getRotational, getSerialNumber, getVendor, getWwn, getWwnVendorExtension, getWwnWithExtension, hasAdditionalProperties, hasDeviceName, hashCode, hasHctl, hasMinSizeGigabytes, hasModel, hasRotational, hasSerialNumber, hasVendor, hasWwn, hasWwnVendorExtension, hasWwnWithExtension, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withDeviceName, withHctl, withMinSizeGigabytes, withModel, withRotational, withRotational, withSerialNumber, withVendor, withWwn, withWwnVendorExtension, withWwnWithExtension
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RootDeviceHintsBuilder
public RootDeviceHintsBuilder()
-
RootDeviceHintsBuilder
public RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent)
-
RootDeviceHintsBuilder
public RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent, RootDeviceHints instance)
-
RootDeviceHintsBuilder
public RootDeviceHintsBuilder(RootDeviceHints instance)
-
-
Method Detail
-
build
public RootDeviceHints build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<RootDeviceHints>
-
-