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:
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.v1alpha2.AllocationResultFluent
AllocationResultFluent.ResourceHandlesNested<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.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 interfaceio.fabric8.kubernetes.api.builder.Builder<AllocationResult>
-
-