Class OpenShiftJaegerContainerManagedResource
- java.lang.Object
-
- io.quarkus.test.services.containers.OpenShiftContainerManagedResource
-
- io.quarkus.test.services.containers.OpenShiftJaegerContainerManagedResource
-
- All Implemented Interfaces:
ManagedResource
public class OpenShiftJaegerContainerManagedResource extends OpenShiftContainerManagedResource
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenShiftJaegerContainerManagedResource(JaegerContainerManagedResourceBuilder model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexposeService()protected StringgetInternalServiceName()protected StringgetTemplateByDefault()protected StringreplaceDeploymentContent(String content)protected booleanuseInternalServiceByDefault()-
Methods inherited from class io.quarkus.test.services.containers.OpenShiftContainerManagedResource
getClient, getDisplayName, getHost, getPort, isRunning, logs, restart, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.test.bootstrap.ManagedResource
isFailed
-
-
-
-
Constructor Detail
-
OpenShiftJaegerContainerManagedResource
protected OpenShiftJaegerContainerManagedResource(JaegerContainerManagedResourceBuilder model)
-
-
Method Detail
-
getTemplateByDefault
protected String getTemplateByDefault()
- Overrides:
getTemplateByDefaultin classOpenShiftContainerManagedResource
-
useInternalServiceByDefault
protected boolean useInternalServiceByDefault()
- Overrides:
useInternalServiceByDefaultin classOpenShiftContainerManagedResource
-
getInternalServiceName
protected String getInternalServiceName()
- Overrides:
getInternalServiceNamein classOpenShiftContainerManagedResource
-
exposeService
protected void exposeService()
- Overrides:
exposeServicein classOpenShiftContainerManagedResource
-
replaceDeploymentContent
protected String replaceDeploymentContent(String content)
- Overrides:
replaceDeploymentContentin classOpenShiftContainerManagedResource
-
-