Class K8sURLChecker

java.lang.Object
org.arquillian.cube.openshift.impl.utils.K8sURLChecker
All Implemented Interfaces:
URLChecker

public class K8sURLChecker extends Object implements URLChecker
Author:
Ales Justin
  • Constructor Details

    • K8sURLChecker

      public K8sURLChecker(Proxy proxy)
  • Method Details

    • check

      public boolean check(URL url)
      Description copied from interface: URLChecker
      Check url. If we return true, the delay will be stopped, else it will be continued.
      Specified by:
      check in interface URLChecker
      Parameters:
      url - url to check
      Returns:
      true if OK, false othwerwise