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 Type
    Method
    Description
    Gets the liveness probe configuration
    void
    setLivenessProbe(Probe livenessProbe)
    Sets the liveness probe configuration
  • Method Details

    • getLivenessProbe

      Probe getLivenessProbe()
      Gets the liveness probe configuration
      Returns:
      Liveness probe configuration
    • setLivenessProbe

      void setLivenessProbe(Probe livenessProbe)
      Sets the liveness probe configuration
      Parameters:
      livenessProbe - Liveness probe configuration