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 Type
    Method
    Description
    Gets the startup probe configuration
    void
    setStartupProbe(Probe startupProbe)
    Sets the startup probe configuration
  • Method Details

    • getStartupProbe

      Probe getStartupProbe()
      Gets the startup probe configuration
      Returns:
      Startup probe configuration
    • setStartupProbe

      void setStartupProbe(Probe startupProbe)
      Sets the startup probe configuration
      Parameters:
      startupProbe - Startup probe configuration