Class EntityTopicOperatorSpecBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.entityoperator.EntityTopicOperatorSpecFluent<EntityTopicOperatorSpecBuilder>
io.strimzi.api.kafka.model.kafka.entityoperator.EntityTopicOperatorSpecBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<EntityTopicOperatorSpec>,io.fabric8.kubernetes.api.builder.Visitable<EntityTopicOperatorSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<EntityTopicOperatorSpec,EntityTopicOperatorSpecBuilder>
public class EntityTopicOperatorSpecBuilder
extends EntityTopicOperatorSpecFluent<EntityTopicOperatorSpecBuilder>
implements io.fabric8.kubernetes.api.builder.VisitableBuilder<EntityTopicOperatorSpec,EntityTopicOperatorSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.kafka.entityoperator.EntityTopicOperatorSpecFluent
EntityTopicOperatorSpecFluent.ExternalLoggingNested<N>, EntityTopicOperatorSpecFluent.InlineLoggingNested<N>, EntityTopicOperatorSpecFluent.JvmOptionsNested<N>, EntityTopicOperatorSpecFluent.LivenessProbeNested<N>, EntityTopicOperatorSpecFluent.ReadinessProbeNested<N>, EntityTopicOperatorSpecFluent.StartupProbeNested<N> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionEntityTopicOperatorSpecBuilder(EntityTopicOperatorSpecFluent<?> fluent, EntityTopicOperatorSpec instance) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.kafka.entityoperator.EntityTopicOperatorSpecFluent
buildJvmOptions, buildLivenessProbe, buildLogging, buildReadinessProbe, buildStartupProbe, editJvmOptions, editLivenessProbe, editOrNewJvmOptions, editOrNewJvmOptionsLike, editOrNewLivenessProbe, editOrNewLivenessProbeLike, editOrNewReadinessProbe, editOrNewReadinessProbeLike, editOrNewStartupProbe, editOrNewStartupProbeLike, editReadinessProbe, editStartupProbe, equals, getImage, getReconciliationIntervalMs, getReconciliationIntervalSeconds, getResources, getTopicMetadataMaxAttempts, getWatchedNamespace, getZookeeperSessionTimeoutSeconds, hashCode, hasImage, hasJvmOptions, hasLivenessProbe, hasLogging, hasReadinessProbe, hasReconciliationIntervalMs, hasReconciliationIntervalSeconds, hasResources, hasStartupProbe, hasTopicMetadataMaxAttempts, hasWatchedNamespace, hasZookeeperSessionTimeoutSeconds, toString, withImage, withJvmOptions, withLivenessProbe, withLogging, withNewExternalLogging, withNewExternalLoggingLike, withNewInlineLogging, withNewInlineLoggingLike, withNewJvmOptions, withNewJvmOptionsLike, withNewLivenessProbe, withNewLivenessProbe, withNewLivenessProbeLike, withNewReadinessProbe, withNewReadinessProbe, withNewReadinessProbeLike, withNewStartupProbe, withNewStartupProbe, withNewStartupProbeLike, withReadinessProbe, withReconciliationIntervalMs, withReconciliationIntervalSeconds, withResources, withStartupProbe, withTopicMetadataMaxAttempts, withWatchedNamespace, withZookeeperSessionTimeoutSecondsMethods 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
-
EntityTopicOperatorSpecBuilder
public EntityTopicOperatorSpecBuilder() -
EntityTopicOperatorSpecBuilder
-
EntityTopicOperatorSpecBuilder
public EntityTopicOperatorSpecBuilder(EntityTopicOperatorSpecFluent<?> fluent, EntityTopicOperatorSpec instance) -
EntityTopicOperatorSpecBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<EntityTopicOperatorSpec>
-