Class OpenShiftClientCreator

java.lang.Object
org.arquillian.cube.openshift.impl.client.OpenShiftClientCreator

public class OpenShiftClientCreator extends Object
  • Constructor Details

    • OpenShiftClientCreator

      public OpenShiftClientCreator()
  • Method Details

    • createClient

      public void createClient(@Observes AfterStart afterStart, Configuration conf)
    • clean

      public void clean(@Observes org.jboss.arquillian.test.spi.event.suite.AfterSuite event, OpenShiftClient client) throws Exception
      Throws:
      Exception
    • createClient

      public OpenShiftClient createClient(io.fabric8.openshift.client.OpenShiftClient client, io.fabric8.kubernetes.client.Config openShiftConfig, String namespace, boolean keepAliveGitServer)