public interface ZookeeperClusterSpecFluent<A extends ZookeeperClusterSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ZookeeperClusterSpecFluent.EphemeralStorageNested<N> |
static interface |
ZookeeperClusterSpecFluent.ExternalLoggingNested<N> |
static interface |
ZookeeperClusterSpecFluent.InlineLoggingNested<N> |
static interface |
ZookeeperClusterSpecFluent.JvmOptionsNested<N> |
static interface |
ZookeeperClusterSpecFluent.LivenessProbeNested<N> |
static interface |
ZookeeperClusterSpecFluent.PersistentClaimStorageNested<N> |
static interface |
ZookeeperClusterSpecFluent.ReadinessProbeNested<N> |
static interface |
ZookeeperClusterSpecFluent.TemplateNested<N> |
static interface |
ZookeeperClusterSpecFluent.TlsSidecarNested<N> |
@Deprecated SingleVolumeStorage getStorage()
SingleVolumeStorage buildStorage()
A withStorage(SingleVolumeStorage storage)
Boolean hasStorage()
A withPersistentClaimStorage(PersistentClaimStorage persistentClaimStorage)
ZookeeperClusterSpecFluent.PersistentClaimStorageNested<A> withNewPersistentClaimStorage()
ZookeeperClusterSpecFluent.PersistentClaimStorageNested<A> withNewPersistentClaimStorageLike(PersistentClaimStorage item)
A withEphemeralStorage(EphemeralStorage ephemeralStorage)
ZookeeperClusterSpecFluent.EphemeralStorageNested<A> withNewEphemeralStorage()
ZookeeperClusterSpecFluent.EphemeralStorageNested<A> withNewEphemeralStorageLike(EphemeralStorage item)
Boolean hasConfig()
@Deprecated Logging getLogging()
Logging buildLogging()
Boolean hasLogging()
A withExternalLogging(ExternalLogging externalLogging)
ZookeeperClusterSpecFluent.ExternalLoggingNested<A> withNewExternalLogging()
ZookeeperClusterSpecFluent.ExternalLoggingNested<A> withNewExternalLoggingLike(ExternalLogging item)
A withInlineLogging(InlineLogging inlineLogging)
ZookeeperClusterSpecFluent.InlineLoggingNested<A> withNewInlineLogging()
ZookeeperClusterSpecFluent.InlineLoggingNested<A> withNewInlineLoggingLike(InlineLogging item)
@Deprecated TlsSidecar getTlsSidecar()
TlsSidecar buildTlsSidecar()
A withTlsSidecar(TlsSidecar tlsSidecar)
Boolean hasTlsSidecar()
ZookeeperClusterSpecFluent.TlsSidecarNested<A> withNewTlsSidecar()
ZookeeperClusterSpecFluent.TlsSidecarNested<A> withNewTlsSidecarLike(TlsSidecar item)
ZookeeperClusterSpecFluent.TlsSidecarNested<A> editTlsSidecar()
ZookeeperClusterSpecFluent.TlsSidecarNested<A> editOrNewTlsSidecar()
ZookeeperClusterSpecFluent.TlsSidecarNested<A> editOrNewTlsSidecarLike(TlsSidecar item)
int getReplicas()
A withReplicas(int replicas)
Boolean hasReplicas()
String getImage()
Boolean hasImage()
A withNewImage(StringBuilder arg1)
A withNewImage(StringBuffer arg1)
io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
Boolean hasResources()
@Deprecated Probe getLivenessProbe()
Probe buildLivenessProbe()
Boolean hasLivenessProbe()
A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
ZookeeperClusterSpecFluent.LivenessProbeNested<A> withNewLivenessProbe()
ZookeeperClusterSpecFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
ZookeeperClusterSpecFluent.LivenessProbeNested<A> editLivenessProbe()
ZookeeperClusterSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
ZookeeperClusterSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
@Deprecated Probe getReadinessProbe()
Probe buildReadinessProbe()
Boolean hasReadinessProbe()
A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
ZookeeperClusterSpecFluent.ReadinessProbeNested<A> withNewReadinessProbe()
ZookeeperClusterSpecFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
ZookeeperClusterSpecFluent.ReadinessProbeNested<A> editReadinessProbe()
ZookeeperClusterSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
ZookeeperClusterSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
@Deprecated JvmOptions getJvmOptions()
JvmOptions buildJvmOptions()
A withJvmOptions(JvmOptions jvmOptions)
Boolean hasJvmOptions()
ZookeeperClusterSpecFluent.JvmOptionsNested<A> withNewJvmOptions()
ZookeeperClusterSpecFluent.JvmOptionsNested<A> withNewJvmOptionsLike(JvmOptions item)
ZookeeperClusterSpecFluent.JvmOptionsNested<A> editJvmOptions()
ZookeeperClusterSpecFluent.JvmOptionsNested<A> editOrNewJvmOptions()
ZookeeperClusterSpecFluent.JvmOptionsNested<A> editOrNewJvmOptionsLike(JvmOptions item)
Boolean hasMetrics()
io.fabric8.kubernetes.api.model.Affinity getAffinity()
A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
Boolean hasAffinity()
A addToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
A setToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
io.fabric8.kubernetes.api.model.Toleration getToleration(int index)
io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
io.fabric8.kubernetes.api.model.Toleration getLastToleration()
io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
Boolean hasMatchingToleration(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
Boolean hasTolerations()
A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
@Deprecated ZookeeperClusterTemplate getTemplate()
ZookeeperClusterTemplate buildTemplate()
A withTemplate(ZookeeperClusterTemplate template)
Boolean hasTemplate()
ZookeeperClusterSpecFluent.TemplateNested<A> withNewTemplate()
ZookeeperClusterSpecFluent.TemplateNested<A> withNewTemplateLike(ZookeeperClusterTemplate item)
ZookeeperClusterSpecFluent.TemplateNested<A> editTemplate()
ZookeeperClusterSpecFluent.TemplateNested<A> editOrNewTemplate()
ZookeeperClusterSpecFluent.TemplateNested<A> editOrNewTemplateLike(ZookeeperClusterTemplate item)
Copyright © 2019. All rights reserved.