(runnable Runnable)
| 272 | |
| 273 | type ReadinessProbe interface { |
| 274 | Ready(runnable Runnable) (err error) |
| 275 | } |
| 276 | |
| 277 | // HTTPReadinessProbe checks readiness by making HTTP or HTTPS call and checking for expected HTTP/HTTPS status code. |
no outgoing calls
no test coverage detected