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