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