Class K8sURLChecker
java.lang.Object
org.arquillian.cube.openshift.impl.utils.K8sURLChecker
- All Implemented Interfaces:
URLChecker
- Author:
- Ales Justin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
K8sURLChecker
-
-
Method Details
-
check
Description copied from interface:URLCheckerCheck url. If we return true, the delay will be stopped, else it will be continued.- Specified by:
checkin interfaceURLChecker- Parameters:
url- url to check- Returns:
- true if OK, false othwerwise
-