Class AllocationResultBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1beta2.AllocationResultFluent<AllocationResultBuilder>
-
- io.fabric8.kubernetes.api.model.resource.v1beta2.AllocationResultBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AllocationResult>,io.fabric8.kubernetes.api.builder.Visitable<AllocationResultBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AllocationResult,AllocationResultBuilder>
public class AllocationResultBuilder extends AllocationResultFluent<AllocationResultBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AllocationResult,AllocationResultBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.resource.v1beta2.AllocationResultFluent
AllocationResultFluent.DevicesNested<N>
-
-
Constructor Summary
Constructors Constructor Description AllocationResultBuilder()AllocationResultBuilder(AllocationResult instance)AllocationResultBuilder(AllocationResultFluent<?> fluent)AllocationResultBuilder(AllocationResultFluent<?> fluent, AllocationResult instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocationResultbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.resource.v1beta2.AllocationResultFluent
addToAdditionalProperties, addToAdditionalProperties, buildDevices, copyInstance, editDevices, editOrNewDevices, editOrNewDevicesLike, equals, getAdditionalProperties, getAllocationTimestamp, getNodeSelector, hasAdditionalProperties, hasAllocationTimestamp, hasDevices, hashCode, hasNodeSelector, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withAllocationTimestamp, withDevices, withNewDevices, withNewDevicesLike, withNodeSelector
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AllocationResultBuilder
public AllocationResultBuilder()
-
AllocationResultBuilder
public AllocationResultBuilder(AllocationResultFluent<?> fluent)
-
AllocationResultBuilder
public AllocationResultBuilder(AllocationResult instance)
-
AllocationResultBuilder
public AllocationResultBuilder(AllocationResultFluent<?> fluent, AllocationResult instance)
-
-
Method Detail
-
build
public AllocationResult build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AllocationResult>
-
-