Class OcpApicurioDeployer
java.lang.Object
io.debezium.testing.system.tools.AbstractOcpDeployer<OcpApicurioController>
io.debezium.testing.system.tools.registry.OcpApicurioDeployer
- All Implemented Interfaces:
Deployer<OcpApicurioController>
Deployment management for Apicurio service registry OCP deployment
- Author:
- Jakub Cechacek
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.debezium.testing.system.tools.Deployer
Deployer.Builder<B extends Deployer.Builder<B,D>, D extends Deployer<?>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FabricApicurioBuilderprivate static final org.slf4j.LoggerFields inherited from class io.debezium.testing.system.tools.AbstractOcpDeployer
http, ocp, project -
Constructor Summary
ConstructorsConstructorDescriptionOcpApicurioDeployer(String project, FabricApicurioBuilder fabricBuilder, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http) -
Method Summary
Modifier and TypeMethodDescriptiondeploy()Deploys resourceprotected OcpApicurioControllergetController(io.apicurio.registry.operator.api.model.ApicurioRegistry registry) protected io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.apicurio.registry.operator.api.model.ApicurioRegistry,io.apicurio.registry.operator.api.model.ApicurioRegistryList, io.fabric8.kubernetes.client.dsl.Resource<io.apicurio.registry.operator.api.model.ApicurioRegistry>>
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
fabricBuilder
-
-
Constructor Details
-
OcpApicurioDeployer
public OcpApicurioDeployer(String project, FabricApicurioBuilder fabricBuilder, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
-
-
Method Details
-
deploy
Description copied from interface:DeployerDeploys resource- Returns:
- Controller for deployed resource
- Throws:
InterruptedException
-
getController
protected OcpApicurioController getController(io.apicurio.registry.operator.api.model.ApicurioRegistry registry) -
registryOperation
protected io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.apicurio.registry.operator.api.model.ApicurioRegistry,io.apicurio.registry.operator.api.model.ApicurioRegistryList, registryOperation()io.fabric8.kubernetes.client.dsl.Resource<io.apicurio.registry.operator.api.model.ApicurioRegistry>>
-