Class KafkaNodePoolBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.client.CustomResourceFluent<KafkaNodePoolSpec,KafkaNodePoolStatus,A>
io.strimzi.api.kafka.model.nodepool.KafkaNodePoolFluent<KafkaNodePoolBuilder>
io.strimzi.api.kafka.model.nodepool.KafkaNodePoolBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaNodePool>,io.fabric8.kubernetes.api.builder.Visitable<KafkaNodePoolBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaNodePool,KafkaNodePoolBuilder>
public class KafkaNodePoolBuilder
extends KafkaNodePoolFluent<KafkaNodePoolBuilder>
implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaNodePool,KafkaNodePoolBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.nodepool.KafkaNodePoolFluent
KafkaNodePoolFluent.SpecNested<N>, KafkaNodePoolFluent.StatusNested<N>Nested classes/interfaces inherited from class io.fabric8.kubernetes.client.CustomResourceFluent
io.fabric8.kubernetes.client.CustomResourceFluent.MetadataNested<N extends Object> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionKafkaNodePoolBuilder(KafkaNodePool instance) KafkaNodePoolBuilder(KafkaNodePoolFluent<?> fluent) KafkaNodePoolBuilder(KafkaNodePoolFluent<?> fluent, KafkaNodePool instance) KafkaNodePoolBuilder(KafkaNodePoolFluent<?> fluent, KafkaNodePool instance, Boolean validationEnabled) KafkaNodePoolBuilder(KafkaNodePoolFluent<?> fluent, Boolean validationEnabled) KafkaNodePoolBuilder(KafkaNodePool instance, Boolean validationEnabled) KafkaNodePoolBuilder(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.nodepool.KafkaNodePoolFluent
buildSpec, buildStatus, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, hasApiVersion, hashCode, hasKind, hasSpec, hasStatus, toString, withApiVersion, withKind, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatusMethods inherited from class io.fabric8.kubernetes.client.CustomResourceFluent
buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, getSpec, getStatus, hasMetadata, withMetadata, withNewMetadata, withNewMetadataLikeMethods 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
-
KafkaNodePoolBuilder
public KafkaNodePoolBuilder() -
KafkaNodePoolBuilder
-
KafkaNodePoolBuilder
-
KafkaNodePoolBuilder
-
KafkaNodePoolBuilder
-
KafkaNodePoolBuilder
public KafkaNodePoolBuilder(KafkaNodePoolFluent<?> fluent, KafkaNodePool instance, Boolean validationEnabled) -
KafkaNodePoolBuilder
-
KafkaNodePoolBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaNodePool>
-