Interface HasLivenessProbe
- All Known Implementing Classes:
AbstractKafkaConnectSpec,CruiseControlSpec,EntityTopicOperatorSpec,EntityUserOperatorSpec,KafkaBridgeSpec,KafkaClusterSpec,KafkaConnectSpec,KafkaExporterSpec,KafkaMirrorMaker2Spec,KafkaMirrorMakerSpec,TlsSidecar,ZookeeperClusterSpec
public interface HasLivenessProbe
This interface is used for sections of our custom resources which support liveness probe configuration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the liveness probe configurationvoidsetLivenessProbe(Probe livenessProbe) Sets the liveness probe configuration
-
Method Details
-
getLivenessProbe
Probe getLivenessProbe()Gets the liveness probe configuration- Returns:
- Liveness probe configuration
-
setLivenessProbe
Sets the liveness probe configuration- Parameters:
livenessProbe- Liveness probe configuration
-