Class EntityTopicOperatorSpec
java.lang.Object
io.strimzi.api.kafka.model.kafka.entityoperator.EntityTopicOperatorSpec
- All Implemented Interfaces:
HasConfigurableLogging,HasLivenessProbe,HasReadinessProbe,HasStartupProbe,UnknownPropertyPreserving
public class EntityTopicOperatorSpec
extends Object
implements HasConfigurableLogging, HasLivenessProbe, HasReadinessProbe, HasStartupProbe, UnknownPropertyPreserving
Representation of a Strimzi-managed Topic Operator deployment.
-
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.ResourceRequirementsGets the startup probe configurationDeprecated.Deprecated.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(Integer reconciliationIntervalSeconds) voidsetResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) voidsetStartupProbe(Probe startupProbe) Sets the startup probe configurationvoidsetTopicMetadataMaxAttempts(Integer topicMetadataMaxAttempts) voidsetWatchedNamespace(String watchedNamespace) voidsetZookeeperSessionTimeoutSeconds(Integer zookeeperSessionTimeoutSeconds)
-
Field Details
-
DEFAULT_SECURITY_PROTOCOL
- See Also:
-
-
Constructor Details
-
EntityTopicOperatorSpec
public EntityTopicOperatorSpec()
-
-
Method Details
-
getWatchedNamespace
-
setWatchedNamespace
-
getImage
-
setImage
-
getReconciliationIntervalSeconds
Deprecated. -
setReconciliationIntervalSeconds
-
getReconciliationIntervalMs
-
setReconciliationIntervalMs
-
getZookeeperSessionTimeoutSeconds
Deprecated. -
setZookeeperSessionTimeoutSeconds
-
getTopicMetadataMaxAttempts
Deprecated. -
setTopicMetadataMaxAttempts
-
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources() -
setResources
public void setResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) -
getStartupProbe
Description copied from interface:HasStartupProbeGets the startup probe configuration- Specified by:
getStartupProbein interfaceHasStartupProbe- Returns:
- Startup probe configuration
-
setStartupProbe
Description copied from interface:HasStartupProbeSets the startup probe configuration- Specified by:
setStartupProbein interfaceHasStartupProbe- Parameters:
startupProbe- Startup probe configuration
-
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
-