Class holding metadata for an arbitrary liveness probe.
Type | Name and description |
---|---|
String |
logContains Halts polling on logs containing this String. |
long |
pollInterval Indicates how long we wait until next poll. |
long |
pollTime Indicates how long we poll until match is found. |
Constructor and description |
---|
LivenessProbe
(long pollTime, long pollInterval, String logContains) |
Groovy Documentation