Class EntityUserOperatorSpec
java.lang.Object
io.strimzi.api.kafka.model.kafka.entityoperator.EntityUserOperatorSpec
- All Implemented Interfaces:
HasConfigurableLogging,HasLivenessProbe,HasReadinessProbe,UnknownPropertyPreserving
public class EntityUserOperatorSpec
extends Object
implements HasConfigurableLogging, HasLivenessProbe, HasReadinessProbe, UnknownPropertyPreserving
Representation of the User Operator.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()Gets the liveness probe configurationGets the logging configurationGets the readiness probe configurationDeprecated.io.fabric8.kubernetes.api.model.ResourceRequirementsDeprecated.voidsetAdditionalProperty(String name, Object value) voidvoidsetJvmOptions(JvmOptions jvmOptions) voidsetLivenessProbe(Probe livenessProbe) Sets the liveness probe configurationvoidsetLogging(Logging logging) Sets the logging configurationvoidsetReadinessProbe(Probe readinessProbe) Sets the readiness probe configurationvoidsetReconciliationIntervalMs(Long reconciliationIntervalMs) voidsetReconciliationIntervalSeconds(long reconciliationIntervalSeconds) voidsetReconciliationIntervalSeconds(Long reconciliationIntervalSeconds) voidsetResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) voidsetSecretPrefix(String secretPrefix) voidsetWatchedNamespace(String watchedNamespace) voidsetZookeeperSessionTimeoutSeconds(Long zookeeperSessionTimeoutSeconds)
-
Field Details
-
DEFAULT_BOOTSTRAP_SERVERS_PORT
public static final int DEFAULT_BOOTSTRAP_SERVERS_PORT- See Also:
-
DEFAULT_SECRET_PREFIX
- See Also:
-
-
Constructor Details
-
EntityUserOperatorSpec
public EntityUserOperatorSpec()
-
-
Method Details
-
getWatchedNamespace
-
setWatchedNamespace
-
getImage
-
setImage
-
getReconciliationIntervalSeconds
Deprecated. -
setReconciliationIntervalSeconds
public void setReconciliationIntervalSeconds(long reconciliationIntervalSeconds) -
setReconciliationIntervalSeconds
-
getReconciliationIntervalMs
-
setReconciliationIntervalMs
-
getZookeeperSessionTimeoutSeconds
Deprecated. -
setZookeeperSessionTimeoutSeconds
-
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources() -
setResources
public void setResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) -
getLivenessProbe
Description copied from interface:HasLivenessProbeGets the liveness probe configuration- Specified by:
getLivenessProbein interfaceHasLivenessProbe- Returns:
- Liveness probe configuration
-
setLivenessProbe
Description copied from interface:HasLivenessProbeSets the liveness probe configuration- Specified by:
setLivenessProbein interfaceHasLivenessProbe- Parameters:
livenessProbe- Liveness probe configuration
-
getReadinessProbe
Description copied from interface:HasReadinessProbeGets the readiness probe configuration- Specified by:
getReadinessProbein interfaceHasReadinessProbe- Returns:
- Readiness probe configuration
-
setReadinessProbe
Description copied from interface:HasReadinessProbeSets the readiness probe configuration- Specified by:
setReadinessProbein interfaceHasReadinessProbe- Parameters:
readinessProbe- Readiness probe configuration
-
getLogging
Description copied from interface:HasConfigurableLoggingGets the logging configuration- Specified by:
getLoggingin interfaceHasConfigurableLogging- Returns:
- Logging configuration
-
setLogging
Description copied from interface:HasConfigurableLoggingSets the logging configuration- Specified by:
setLoggingin interfaceHasConfigurableLogging- Parameters:
logging- Logging configuration
-
getAdditionalProperties
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-
getJvmOptions
-
setJvmOptions
-
getSecretPrefix
-
setSecretPrefix
-