Package io.strimzi.api.kafka.model
Class EntityUserOperatorSpec
- java.lang.Object
-
- io.strimzi.api.kafka.model.EntityUserOperatorSpec
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class EntityUserOperatorSpec extends Object implements UnknownPropertyPreserving, Serializable
Representation of the User Operator.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BOOTSTRAP_SERVERS_PORTstatic longDEFAULT_FULL_RECONCILIATION_INTERVAL_SECONDSstatic intDEFAULT_HEALTHCHECK_DELAYstatic intDEFAULT_HEALTHCHECK_TIMEOUTstatic StringDEFAULT_SECRET_PREFIXstatic intDEFAULT_ZOOKEEPER_PORTstatic longDEFAULT_ZOOKEEPER_SESSION_TIMEOUT_SECONDS
-
Constructor Summary
Constructors Constructor Description EntityUserOperatorSpec()
-
Method Summary
-
-
-
Field Detail
-
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 long DEFAULT_FULL_RECONCILIATION_INTERVAL_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_ZOOKEEPER_SESSION_TIMEOUT_SECONDS
public static final long DEFAULT_ZOOKEEPER_SESSION_TIMEOUT_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_SECRET_PREFIX
public static final String DEFAULT_SECRET_PREFIX
- 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 long getReconciliationIntervalSeconds()
-
setReconciliationIntervalSeconds
public void setReconciliationIntervalSeconds(long reconciliationIntervalSeconds)
-
getZookeeperSessionTimeoutSeconds
public long getZookeeperSessionTimeoutSeconds()
-
setZookeeperSessionTimeoutSeconds
public void setZookeeperSessionTimeoutSeconds(long zookeeperSessionTimeoutSeconds)
-
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
-
setResources
public void setResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
-
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)
-
getSecretPrefix
public String getSecretPrefix()
-
setSecretPrefix
public void setSecretPrefix(String secretPrefix)
-
-