Interface HasReadinessProbe
- All Known Implementing Classes:
AbstractKafkaConnectSpec,CruiseControlSpec,EntityTopicOperatorSpec,EntityUserOperatorSpec,KafkaBridgeSpec,KafkaClusterSpec,KafkaConnectSpec,KafkaExporterSpec,KafkaMirrorMaker2Spec,KafkaMirrorMakerSpec,TlsSidecar,ZookeeperClusterSpec
public interface HasReadinessProbe
This interface is used for sections of our custom resources which support readiness probe configuration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the readiness probe configurationvoidsetReadinessProbe(Probe readinessProbe) Sets the readiness probe configuration
-
Method Details
-
getReadinessProbe
Probe getReadinessProbe()Gets the readiness probe configuration- Returns:
- Readiness probe configuration
-
setReadinessProbe
Sets the readiness probe configuration- Parameters:
readinessProbe- Readiness probe configuration
-