Class KafkaNodePoolSpecBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.SpecFluent<A>
io.strimzi.api.kafka.model.nodepool.KafkaNodePoolSpecFluent<KafkaNodePoolSpecBuilder>
io.strimzi.api.kafka.model.nodepool.KafkaNodePoolSpecBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaNodePoolSpec>,io.fabric8.kubernetes.api.builder.Visitable<KafkaNodePoolSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaNodePoolSpec,KafkaNodePoolSpecBuilder>
public class KafkaNodePoolSpecBuilder
extends KafkaNodePoolSpecFluent<KafkaNodePoolSpecBuilder>
implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaNodePoolSpec,KafkaNodePoolSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.nodepool.KafkaNodePoolSpecFluent
KafkaNodePoolSpecFluent.EphemeralStorageNested<N>, KafkaNodePoolSpecFluent.JbodStorageNested<N>, KafkaNodePoolSpecFluent.JvmOptionsNested<N>, KafkaNodePoolSpecFluent.PersistentClaimStorageNested<N>, KafkaNodePoolSpecFluent.TemplateNested<N> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionKafkaNodePoolSpecBuilder(KafkaNodePoolSpec instance) KafkaNodePoolSpecBuilder(KafkaNodePoolSpecFluent<?> fluent) KafkaNodePoolSpecBuilder(KafkaNodePoolSpecFluent<?> fluent, KafkaNodePoolSpec instance) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.nodepool.KafkaNodePoolSpecFluent
addAllToRoles, addToRoles, addToRoles, buildJvmOptions, buildStorage, buildTemplate, editJvmOptions, editOrNewJvmOptions, editOrNewJvmOptionsLike, editOrNewTemplate, editOrNewTemplateLike, editTemplate, equals, getFirstRole, getLastRole, getMatchingRole, getReplicas, getResources, getRole, getRoles, hashCode, hasJvmOptions, hasMatchingRole, hasReplicas, hasResources, hasRoles, hasStorage, hasTemplate, removeAllFromRoles, removeFromRoles, setToRoles, toString, withJvmOptions, withNewEphemeralStorage, withNewEphemeralStorageLike, withNewJbodStorage, withNewJbodStorageLike, withNewJvmOptions, withNewJvmOptionsLike, withNewPersistentClaimStorage, withNewPersistentClaimStorageLike, withNewTemplate, withNewTemplateLike, withReplicas, withResources, withRoles, withRoles, withStorage, withTemplateMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMapMethods inherited from interface io.fabric8.kubernetes.api.builder.Visitable
accept, accept, accept, accept, getTarget, getVisitableMap
-
Constructor Details
-
KafkaNodePoolSpecBuilder
public KafkaNodePoolSpecBuilder() -
KafkaNodePoolSpecBuilder
-
KafkaNodePoolSpecBuilder
-
KafkaNodePoolSpecBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaNodePoolSpec>
-