Package io.strimzi.api.kafka.model
Class TlsSidecar
- java.lang.Object
-
- io.strimzi.api.kafka.model.Sidecar
-
- io.strimzi.api.kafka.model.TlsSidecar
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class TlsSidecar extends Sidecar
Representation of a TLS sidecar container configuration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_HEALTHCHECK_DELAYstatic intDEFAULT_HEALTHCHECK_TIMEOUT
-
Constructor Summary
Constructors Constructor Description TlsSidecar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProbegetLivenessProbe()TlsSidecarLogLevelgetLogLevel()ProbegetReadinessProbe()voidsetLivenessProbe(Probe livenessProbe)voidsetLogLevel(TlsSidecarLogLevel logLevel)voidsetReadinessProbe(Probe readinessProbe)-
Methods inherited from class io.strimzi.api.kafka.model.Sidecar
getAdditionalProperties, getImage, getResources, setAdditionalProperty, setImage, setResources
-
-
-
-
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
-
-
Method Detail
-
getLogLevel
public TlsSidecarLogLevel getLogLevel()
-
setLogLevel
public void setLogLevel(TlsSidecarLogLevel logLevel)
-
getLivenessProbe
public Probe getLivenessProbe()
-
setLivenessProbe
public void setLivenessProbe(Probe livenessProbe)
-
getReadinessProbe
public Probe getReadinessProbe()
-
setReadinessProbe
public void setReadinessProbe(Probe readinessProbe)
-
-