Class OpenShiftClientCreator
java.lang.Object
org.arquillian.cube.openshift.impl.client.OpenShiftClientCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclean(org.jboss.arquillian.test.spi.event.suite.AfterSuite event, OpenShiftClient client) createClient(io.fabric8.openshift.client.OpenShiftClient client, io.fabric8.kubernetes.client.Config openShiftConfig, String namespace, boolean keepAliveGitServer) voidcreateClient(AfterStart afterStart, Configuration conf)
-
Constructor Details
-
OpenShiftClientCreator
public OpenShiftClientCreator()
-
-
Method Details
-
createClient
-
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)
-