Package io.strimzi.api.kafka.model
Class EntityTopicOperatorSpec
- java.lang.Object
-
- io.strimzi.api.kafka.model.EntityTopicOperatorSpec
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
- Direct Known Subclasses:
TopicOperatorSpec
public class EntityTopicOperatorSpec extends Object implements UnknownPropertyPreserving, Serializable
Representation of a Strimzi-managed Topic Operator deployment.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BOOTSTRAP_SERVERS_PORTstatic intDEFAULT_FULL_RECONCILIATION_INTERVAL_SECONDSstatic intDEFAULT_HEALTHCHECK_DELAYstatic intDEFAULT_HEALTHCHECK_TIMEOUTstatic intDEFAULT_REPLICASstatic intDEFAULT_TOPIC_METADATA_MAX_ATTEMPTSstatic intDEFAULT_ZOOKEEPER_PORTstatic intDEFAULT_ZOOKEEPER_SESSION_TIMEOUT_SECONDS
-
Constructor Summary
Constructors Constructor Description EntityTopicOperatorSpec()
-
Method Summary
-
-
-
Field Detail
-
DEFAULT_REPLICAS
public static final int DEFAULT_REPLICAS
- See Also:
- Constant Field Values
-
DEFAULT_HEALTHCHECK_DELAY
public static final int DEFAULT_HEALTHCHECK_DELAY
- See Also:
- Constant Field Values
-
DEFAULT_HEALTHCHECK_TIMEOUT
public static final int DEFAULT_HEALTHCHECK_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_ZOOKEEPER_PORT
public static final int DEFAULT_ZOOKEEPER_PORT
- See Also:
- Constant Field Values
-
DEFAULT_BOOTSTRAP_SERVERS_PORT
public static final int DEFAULT_BOOTSTRAP_SERVERS_PORT
- See Also:
- Constant Field Values
-
DEFAULT_FULL_RECONCILIATION_INTERVAL_SECONDS
public static final int DEFAULT_FULL_RECONCILIATION_INTERVAL_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_ZOOKEEPER_SESSION_TIMEOUT_SECONDS
public static final int DEFAULT_ZOOKEEPER_SESSION_TIMEOUT_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_TOPIC_METADATA_MAX_ATTEMPTS
public static final int DEFAULT_TOPIC_METADATA_MAX_ATTEMPTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWatchedNamespace
public String getWatchedNamespace()
-
setWatchedNamespace
public void setWatchedNamespace(String watchedNamespace)
-
getImage
public String getImage()
-
setImage
public void setImage(String image)
-
getReconciliationIntervalSeconds
public int getReconciliationIntervalSeconds()
-
setReconciliationIntervalSeconds
public void setReconciliationIntervalSeconds(int reconciliationIntervalSeconds)
-
getZookeeperSessionTimeoutSeconds
public int getZookeeperSessionTimeoutSeconds()
-
setZookeeperSessionTimeoutSeconds
public void setZookeeperSessionTimeoutSeconds(int zookeeperSessionTimeoutSeconds)
-
getTopicMetadataMaxAttempts
public int getTopicMetadataMaxAttempts()
-
setTopicMetadataMaxAttempts
public void setTopicMetadataMaxAttempts(int topicMetadataMaxAttempts)
-
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
-
setResources
public void setResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
-
getStartupProbe
public Probe getStartupProbe()
-
setStartupProbe
public void setStartupProbe(Probe startupProbe)
-
getLivenessProbe
public Probe getLivenessProbe()
-
setLivenessProbe
public void setLivenessProbe(Probe livenessProbe)
-
getReadinessProbe
public Probe getReadinessProbe()
-
setReadinessProbe
public void setReadinessProbe(Probe readinessProbe)
-
getLogging
public Logging getLogging()
-
setLogging
public void setLogging(Logging logging)
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
public void setAdditionalProperty(String name, Object value)
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-
getJvmOptions
public JvmOptions getJvmOptions()
-
setJvmOptions
public void setJvmOptions(JvmOptions jvmOptions)
-
-