Package io.strimzi.api.kafka.model
Interface EntityUserOperatorSpecFluent<A extends EntityUserOperatorSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
EntityOperatorSpecFluent.UserOperatorNested<N>
- All Known Implementing Classes:
EntityOperatorSpecFluentImpl.UserOperatorNestedImpl,EntityUserOperatorSpecBuilder,EntityUserOperatorSpecFluentImpl
public interface EntityUserOperatorSpecFluent<A extends EntityUserOperatorSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Representation of the User Operator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEntityUserOperatorSpecFluent.ExternalLoggingNested<N>Logging config comes from an existing, user-supplied config mapstatic interfaceEntityUserOperatorSpecFluent.InlineLoggingNested<N>Logging config is given inline with the resourcestatic interfaceEntityUserOperatorSpecFluent.JvmOptionsNested<N>Representation for options to be passed to a JVM.static interfaceEntityUserOperatorSpecFluent.LivenessProbeNested<N>A representation of the configurable aspect of a probe (used for health checks).static interfaceEntityUserOperatorSpecFluent.ReadinessProbeNested<N>A representation of the configurable aspect of a probe (used for health checks).
-
Method Summary
-
-
-
Method Detail
-
getWatchedNamespace
String getWatchedNamespace()
-
hasWatchedNamespace
Boolean hasWatchedNamespace()
-
withNewWatchedNamespace
@Deprecated A withNewWatchedNamespace(String original)
Deprecated.
-
getImage
String getImage()
-
hasImage
Boolean hasImage()
-
withNewImage
@Deprecated A withNewImage(String original)
Deprecated.
-
getSecretPrefix
String getSecretPrefix()
-
hasSecretPrefix
Boolean hasSecretPrefix()
-
withNewSecretPrefix
@Deprecated A withNewSecretPrefix(String original)
Deprecated.
-
getReconciliationIntervalSeconds
long getReconciliationIntervalSeconds()
-
withReconciliationIntervalSeconds
A withReconciliationIntervalSeconds(long reconciliationIntervalSeconds)
-
hasReconciliationIntervalSeconds
Boolean hasReconciliationIntervalSeconds()
-
getZookeeperSessionTimeoutSeconds
Long getZookeeperSessionTimeoutSeconds()
-
withZookeeperSessionTimeoutSeconds
A withZookeeperSessionTimeoutSeconds(Long zookeeperSessionTimeoutSeconds)
-
hasZookeeperSessionTimeoutSeconds
Boolean hasZookeeperSessionTimeoutSeconds()
-
getLivenessProbe
@Deprecated Probe getLivenessProbe()
Deprecated.
-
buildLivenessProbe
Probe buildLivenessProbe()
-
hasLivenessProbe
Boolean hasLivenessProbe()
-
withNewLivenessProbe
A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
-
withNewLivenessProbe
EntityUserOperatorSpecFluent.LivenessProbeNested<A> withNewLivenessProbe()
-
withNewLivenessProbeLike
EntityUserOperatorSpecFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
-
editLivenessProbe
EntityUserOperatorSpecFluent.LivenessProbeNested<A> editLivenessProbe()
-
editOrNewLivenessProbe
EntityUserOperatorSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
-
editOrNewLivenessProbeLike
EntityUserOperatorSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
-
getReadinessProbe
@Deprecated Probe getReadinessProbe()
Deprecated.
-
buildReadinessProbe
Probe buildReadinessProbe()
-
hasReadinessProbe
Boolean hasReadinessProbe()
-
withNewReadinessProbe
A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
-
withNewReadinessProbe
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> withNewReadinessProbe()
-
withNewReadinessProbeLike
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
-
editReadinessProbe
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> editReadinessProbe()
-
editOrNewReadinessProbe
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
-
editOrNewReadinessProbeLike
EntityUserOperatorSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
-
getResources
io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
-
withResources
A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
-
hasResources
Boolean hasResources()
-
getLogging
@Deprecated Logging getLogging()
Deprecated.
-
buildLogging
Logging buildLogging()
-
hasLogging
Boolean hasLogging()
-
withExternalLogging
A withExternalLogging(ExternalLogging externalLogging)
-
withNewExternalLogging
EntityUserOperatorSpecFluent.ExternalLoggingNested<A> withNewExternalLogging()
-
withNewExternalLoggingLike
EntityUserOperatorSpecFluent.ExternalLoggingNested<A> withNewExternalLoggingLike(ExternalLogging item)
-
withInlineLogging
A withInlineLogging(InlineLogging inlineLogging)
-
withNewInlineLogging
EntityUserOperatorSpecFluent.InlineLoggingNested<A> withNewInlineLogging()
-
withNewInlineLoggingLike
EntityUserOperatorSpecFluent.InlineLoggingNested<A> withNewInlineLoggingLike(InlineLogging item)
-
getJvmOptions
@Deprecated JvmOptions getJvmOptions()
Deprecated.
-
buildJvmOptions
JvmOptions buildJvmOptions()
-
withJvmOptions
A withJvmOptions(JvmOptions jvmOptions)
-
hasJvmOptions
Boolean hasJvmOptions()
-
withNewJvmOptions
EntityUserOperatorSpecFluent.JvmOptionsNested<A> withNewJvmOptions()
-
withNewJvmOptionsLike
EntityUserOperatorSpecFluent.JvmOptionsNested<A> withNewJvmOptionsLike(JvmOptions item)
-
editJvmOptions
EntityUserOperatorSpecFluent.JvmOptionsNested<A> editJvmOptions()
-
editOrNewJvmOptions
EntityUserOperatorSpecFluent.JvmOptionsNested<A> editOrNewJvmOptions()
-
editOrNewJvmOptionsLike
EntityUserOperatorSpecFluent.JvmOptionsNested<A> editOrNewJvmOptionsLike(JvmOptions item)
-
-