Interface HasStartupProbe
- All Known Implementing Classes:
EntityTopicOperatorSpec
public interface HasStartupProbe
This interface is used for sections of our custom resources which support startup probe configuration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the startup probe configurationvoidsetStartupProbe(Probe startupProbe) Sets the startup probe configuration
-
Method Details
-
getStartupProbe
Probe getStartupProbe()Gets the startup probe configuration- Returns:
- Startup probe configuration
-
setStartupProbe
Sets the startup probe configuration- Parameters:
startupProbe- Startup probe configuration
-