Class AllocationResultBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.AllocationResultFluent<AllocationResultBuilder>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.AllocationResultBuilder
-
- All Implemented Interfaces:
Builder<AllocationResult>,Visitable<AllocationResultBuilder>,VisitableBuilder<AllocationResult,AllocationResultBuilder>
public class AllocationResultBuilder extends AllocationResultFluent<AllocationResultBuilder> implements VisitableBuilder<AllocationResult,AllocationResultBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.resource.v1alpha2.AllocationResultFluent
AllocationResultFluent.ResourceHandlesNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
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.v1alpha2.AllocationResultFluent
addAllToResourceHandles, addNewResourceHandle, addNewResourceHandleLike, addToAdditionalProperties, addToAdditionalProperties, addToResourceHandles, addToResourceHandles, buildFirstResourceHandle, buildLastResourceHandle, buildMatchingResourceHandle, buildResourceHandle, buildResourceHandles, copyInstance, editFirstResourceHandle, editLastResourceHandle, editMatchingResourceHandle, editResourceHandle, equals, getAdditionalProperties, getAvailableOnNodes, getShareable, hasAdditionalProperties, hasAvailableOnNodes, hashCode, hasMatchingResourceHandle, hasResourceHandles, hasShareable, removeAllFromResourceHandles, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromResourceHandles, removeMatchingFromResourceHandles, setNewResourceHandleLike, setToResourceHandles, toString, withAdditionalProperties, withAvailableOnNodes, withResourceHandles, withResourceHandles, withShareable, withShareable
-
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 interfaceBuilder<AllocationResult>
-
-