public interface EntityUserOperatorSpecFluent<A extends EntityUserOperatorSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EntityUserOperatorSpecFluent.ExternalLoggingNested<N> |
static interface |
EntityUserOperatorSpecFluent.InlineLoggingNested<N> |
static interface |
EntityUserOperatorSpecFluent.JvmOptionsNested<N> |
static interface |
EntityUserOperatorSpecFluent.LivenessProbeNested<N> |
static interface |
EntityUserOperatorSpecFluent.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)
long getReconciliationIntervalSeconds()
A withReconciliationIntervalSeconds(long reconciliationIntervalSeconds)
Boolean hasReconciliationIntervalSeconds()
long getZookeeperSessionTimeoutSeconds()
A withZookeeperSessionTimeoutSeconds(long zookeeperSessionTimeoutSeconds)
Boolean hasZookeeperSessionTimeoutSeconds()
@Deprecated Probe getLivenessProbe()
Probe buildLivenessProbe()
Boolean hasLivenessProbe()
A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
EntityUserOperatorSpecFluent.LivenessProbeNested<A> withNewLivenessProbe()
EntityUserOperatorSpecFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
EntityUserOperatorSpecFluent.LivenessProbeNested<A> editLivenessProbe()
EntityUserOperatorSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
EntityUserOperatorSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
@Deprecated Probe getReadinessProbe()
Probe buildReadinessProbe()
Boolean hasReadinessProbe()
A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> withNewReadinessProbe()
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> editReadinessProbe()
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
EntityUserOperatorSpecFluent.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)
EntityUserOperatorSpecFluent.ExternalLoggingNested<A> withNewExternalLogging()
EntityUserOperatorSpecFluent.ExternalLoggingNested<A> withNewExternalLoggingLike(ExternalLogging item)
A withInlineLogging(InlineLogging inlineLogging)
EntityUserOperatorSpecFluent.InlineLoggingNested<A> withNewInlineLogging()
EntityUserOperatorSpecFluent.InlineLoggingNested<A> withNewInlineLoggingLike(InlineLogging item)
@Deprecated EntityOperatorJvmOptions getJvmOptions()
EntityOperatorJvmOptions buildJvmOptions()
A withJvmOptions(EntityOperatorJvmOptions jvmOptions)
Boolean hasJvmOptions()
EntityUserOperatorSpecFluent.JvmOptionsNested<A> withNewJvmOptions()
EntityUserOperatorSpecFluent.JvmOptionsNested<A> withNewJvmOptionsLike(EntityOperatorJvmOptions item)
EntityUserOperatorSpecFluent.JvmOptionsNested<A> editJvmOptions()
EntityUserOperatorSpecFluent.JvmOptionsNested<A> editOrNewJvmOptions()
EntityUserOperatorSpecFluent.JvmOptionsNested<A> editOrNewJvmOptionsLike(EntityOperatorJvmOptions item)
Copyright © 2019. All rights reserved.