Class DeviceAllocationResultBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceAllocationResultFluent<DeviceAllocationResultBuilder>
-
- io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceAllocationResultBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeviceAllocationResult>,io.fabric8.kubernetes.api.builder.Visitable<DeviceAllocationResultBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeviceAllocationResult,DeviceAllocationResultBuilder>
public class DeviceAllocationResultBuilder extends DeviceAllocationResultFluent<DeviceAllocationResultBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeviceAllocationResult,DeviceAllocationResultBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceAllocationResultFluent
DeviceAllocationResultFluent.ConfigNested<N>, DeviceAllocationResultFluent.ResultsNested<N>
-
-
Constructor Summary
Constructors Constructor Description DeviceAllocationResultBuilder()DeviceAllocationResultBuilder(DeviceAllocationResult instance)DeviceAllocationResultBuilder(DeviceAllocationResultFluent<?> fluent)DeviceAllocationResultBuilder(DeviceAllocationResultFluent<?> fluent, DeviceAllocationResult instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceAllocationResultbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceAllocationResultFluent
addAllToConfig, addAllToResults, addNewConfig, addNewConfigLike, addNewResult, addNewResultLike, addToAdditionalProperties, addToAdditionalProperties, addToConfig, addToConfig, addToResults, addToResults, buildConfig, buildConfig, buildFirstConfig, buildFirstResult, buildLastConfig, buildLastResult, buildMatchingConfig, buildMatchingResult, buildResult, buildResults, copyInstance, editConfig, editFirstConfig, editFirstResult, editLastConfig, editLastResult, editMatchingConfig, editMatchingResult, editResult, equals, getAdditionalProperties, hasAdditionalProperties, hasConfig, hashCode, hasMatchingConfig, hasMatchingResult, hasResults, removeAllFromConfig, removeAllFromResults, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromConfig, removeFromResults, removeMatchingFromConfig, removeMatchingFromResults, setNewConfigLike, setNewResultLike, setToConfig, setToResults, toString, withAdditionalProperties, withConfig, withConfig, withResults, withResults
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeviceAllocationResultBuilder
public DeviceAllocationResultBuilder()
-
DeviceAllocationResultBuilder
public DeviceAllocationResultBuilder(DeviceAllocationResultFluent<?> fluent)
-
DeviceAllocationResultBuilder
public DeviceAllocationResultBuilder(DeviceAllocationResult instance)
-
DeviceAllocationResultBuilder
public DeviceAllocationResultBuilder(DeviceAllocationResultFluent<?> fluent, DeviceAllocationResult instance)
-
-
Method Detail
-
build
public DeviceAllocationResult build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeviceAllocationResult>
-
-