Class DriverAllocationResultBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.DriverAllocationResultFluent<DriverAllocationResultBuilder>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.DriverAllocationResultBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DriverAllocationResult>,io.fabric8.kubernetes.api.builder.Visitable<DriverAllocationResultBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DriverAllocationResult,DriverAllocationResultBuilder>
public class DriverAllocationResultBuilder extends DriverAllocationResultFluent<DriverAllocationResultBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DriverAllocationResult,DriverAllocationResultBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.resource.v1alpha2.DriverAllocationResultFluent
DriverAllocationResultFluent.NamedResourcesNested<N>
-
-
Constructor Summary
Constructors Constructor Description DriverAllocationResultBuilder()DriverAllocationResultBuilder(DriverAllocationResult instance)DriverAllocationResultBuilder(DriverAllocationResultFluent<?> fluent)DriverAllocationResultBuilder(DriverAllocationResultFluent<?> fluent, DriverAllocationResult instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DriverAllocationResultbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.resource.v1alpha2.DriverAllocationResultFluent
addToAdditionalProperties, addToAdditionalProperties, buildNamedResources, copyInstance, editNamedResources, editOrNewNamedResources, editOrNewNamedResourcesLike, equals, getAdditionalProperties, getVendorRequestParameters, hasAdditionalProperties, hashCode, hasNamedResources, hasVendorRequestParameters, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withNamedResources, withNewNamedResources, withNewNamedResources, withNewNamedResourcesLike, withVendorRequestParameters
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DriverAllocationResultBuilder
public DriverAllocationResultBuilder()
-
DriverAllocationResultBuilder
public DriverAllocationResultBuilder(DriverAllocationResultFluent<?> fluent)
-
DriverAllocationResultBuilder
public DriverAllocationResultBuilder(DriverAllocationResult instance)
-
DriverAllocationResultBuilder
public DriverAllocationResultBuilder(DriverAllocationResultFluent<?> fluent, DriverAllocationResult instance)
-
-
Method Detail
-
build
public DriverAllocationResult build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DriverAllocationResult>
-
-