Class EntityTopicOperatorSpecFluent<A extends EntityTopicOperatorSpecFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.entityoperator.EntityTopicOperatorSpecFluent<A>
- Direct Known Subclasses:
EntityOperatorSpecFluent.TopicOperatorNested,EntityTopicOperatorSpecBuilder
public class EntityTopicOperatorSpecFluent<A extends EntityTopicOperatorSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangetImage()io.fabric8.kubernetes.api.model.ResourceRequirementsinthashCode()booleanhasImage()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleantoString()withJvmOptions(JvmOptions jvmOptions) withLivenessProbe(Probe livenessProbe) withLogging(Logging logging) withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds) withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds) withNewStartupProbe(int initialDelaySeconds, int timeoutSeconds) withNewStartupProbeLike(Probe item) withReadinessProbe(Probe readinessProbe) withReconciliationIntervalMs(Long reconciliationIntervalMs) withReconciliationIntervalSeconds(Integer reconciliationIntervalSeconds) withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) withStartupProbe(Probe startupProbe) withTopicMetadataMaxAttempts(Integer topicMetadataMaxAttempts) withWatchedNamespace(String watchedNamespace) withZookeeperSessionTimeoutSeconds(Integer zookeeperSessionTimeoutSeconds) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
EntityTopicOperatorSpecFluent
public EntityTopicOperatorSpecFluent() -
EntityTopicOperatorSpecFluent
-
-
Method Details
-
getWatchedNamespace
-
withWatchedNamespace
-
hasWatchedNamespace
public boolean hasWatchedNamespace() -
getImage
-
withImage
-
hasImage
public boolean hasImage() -
getReconciliationIntervalSeconds
-
withReconciliationIntervalSeconds
-
hasReconciliationIntervalSeconds
public boolean hasReconciliationIntervalSeconds() -
getReconciliationIntervalMs
-
withReconciliationIntervalMs
-
hasReconciliationIntervalMs
public boolean hasReconciliationIntervalMs() -
getZookeeperSessionTimeoutSeconds
-
withZookeeperSessionTimeoutSeconds
-
hasZookeeperSessionTimeoutSeconds
public boolean hasZookeeperSessionTimeoutSeconds() -
getTopicMetadataMaxAttempts
-
withTopicMetadataMaxAttempts
-
hasTopicMetadataMaxAttempts
public boolean hasTopicMetadataMaxAttempts() -
buildStartupProbe
-
withStartupProbe
-
hasStartupProbe
public boolean hasStartupProbe() -
withNewStartupProbe
-
withNewStartupProbe
-
withNewStartupProbeLike
-
editStartupProbe
-
editOrNewStartupProbe
-
editOrNewStartupProbeLike
-
buildLivenessProbe
-
withLivenessProbe
-
hasLivenessProbe
public boolean hasLivenessProbe() -
withNewLivenessProbe
-
withNewLivenessProbe
-
withNewLivenessProbeLike
-
editLivenessProbe
-
editOrNewLivenessProbe
-
editOrNewLivenessProbeLike
public EntityTopicOperatorSpecFluent<A>.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item) -
buildReadinessProbe
-
withReadinessProbe
-
hasReadinessProbe
public boolean hasReadinessProbe() -
withNewReadinessProbe
-
withNewReadinessProbe
-
withNewReadinessProbeLike
public EntityTopicOperatorSpecFluent<A>.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item) -
editReadinessProbe
-
editOrNewReadinessProbe
-
editOrNewReadinessProbeLike
public EntityTopicOperatorSpecFluent<A>.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item) -
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources() -
withResources
-
hasResources
public boolean hasResources() -
buildLogging
-
withLogging
-
hasLogging
public boolean hasLogging() -
withNewInlineLogging
-
withNewInlineLoggingLike
public EntityTopicOperatorSpecFluent<A>.InlineLoggingNested<A> withNewInlineLoggingLike(InlineLogging item) -
withNewExternalLogging
-
withNewExternalLoggingLike
public EntityTopicOperatorSpecFluent<A>.ExternalLoggingNested<A> withNewExternalLoggingLike(ExternalLogging item) -
buildJvmOptions
-
withJvmOptions
-
hasJvmOptions
public boolean hasJvmOptions() -
withNewJvmOptions
-
withNewJvmOptionsLike
-
editJvmOptions
-
editOrNewJvmOptions
-
editOrNewJvmOptionsLike
public EntityTopicOperatorSpecFluent<A>.JvmOptionsNested<A> editOrNewJvmOptionsLike(JvmOptions item) -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends EntityTopicOperatorSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends EntityTopicOperatorSpecFluent<A>>
-
toString
-