public interface EntityTopicOperatorSpecFluent<A extends EntityTopicOperatorSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EntityTopicOperatorSpecFluent.ExternalLoggingNested<N> |
static interface |
EntityTopicOperatorSpecFluent.InlineLoggingNested<N> |
static interface |
EntityTopicOperatorSpecFluent.JvmOptionsNested<N> |
static interface |
EntityTopicOperatorSpecFluent.LivenessProbeNested<N> |
static interface |
EntityTopicOperatorSpecFluent.ReadinessProbeNested<N> |
String getWatchedNamespace()
Boolean hasWatchedNamespace()
A withNewWatchedNamespace(StringBuilder arg1)
A withNewWatchedNamespace(StringBuffer arg1)
String getImage()
Boolean hasImage()
A withNewImage(StringBuilder arg1)
A withNewImage(StringBuffer arg1)
int getReconciliationIntervalSeconds()
A withReconciliationIntervalSeconds(int reconciliationIntervalSeconds)
Boolean hasReconciliationIntervalSeconds()
int getZookeeperSessionTimeoutSeconds()
A withZookeeperSessionTimeoutSeconds(int zookeeperSessionTimeoutSeconds)
Boolean hasZookeeperSessionTimeoutSeconds()
int getTopicMetadataMaxAttempts()
A withTopicMetadataMaxAttempts(int topicMetadataMaxAttempts)
Boolean hasTopicMetadataMaxAttempts()
@Deprecated Probe getLivenessProbe()
Probe buildLivenessProbe()
Boolean hasLivenessProbe()
A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
EntityTopicOperatorSpecFluent.LivenessProbeNested<A> withNewLivenessProbe()
EntityTopicOperatorSpecFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
EntityTopicOperatorSpecFluent.LivenessProbeNested<A> editLivenessProbe()
EntityTopicOperatorSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
EntityTopicOperatorSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
@Deprecated Probe getReadinessProbe()
Probe buildReadinessProbe()
Boolean hasReadinessProbe()
A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
EntityTopicOperatorSpecFluent.ReadinessProbeNested<A> withNewReadinessProbe()
EntityTopicOperatorSpecFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
EntityTopicOperatorSpecFluent.ReadinessProbeNested<A> editReadinessProbe()
EntityTopicOperatorSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
EntityTopicOperatorSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
Boolean hasResources()
@Deprecated Logging getLogging()
Logging buildLogging()
Boolean hasLogging()
A withExternalLogging(ExternalLogging externalLogging)
EntityTopicOperatorSpecFluent.ExternalLoggingNested<A> withNewExternalLogging()
EntityTopicOperatorSpecFluent.ExternalLoggingNested<A> withNewExternalLoggingLike(ExternalLogging item)
A withInlineLogging(InlineLogging inlineLogging)
EntityTopicOperatorSpecFluent.InlineLoggingNested<A> withNewInlineLogging()
EntityTopicOperatorSpecFluent.InlineLoggingNested<A> withNewInlineLoggingLike(InlineLogging item)
@Deprecated EntityOperatorJvmOptions getJvmOptions()
EntityOperatorJvmOptions buildJvmOptions()
A withJvmOptions(EntityOperatorJvmOptions jvmOptions)
Boolean hasJvmOptions()
EntityTopicOperatorSpecFluent.JvmOptionsNested<A> withNewJvmOptions()
EntityTopicOperatorSpecFluent.JvmOptionsNested<A> withNewJvmOptionsLike(EntityOperatorJvmOptions item)
EntityTopicOperatorSpecFluent.JvmOptionsNested<A> editJvmOptions()
EntityTopicOperatorSpecFluent.JvmOptionsNested<A> editOrNewJvmOptions()
EntityTopicOperatorSpecFluent.JvmOptionsNested<A> editOrNewJvmOptionsLike(EntityOperatorJvmOptions item)
Copyright © 2019. All rights reserved.