Class OcpArtifactServerDeployer.Builder
java.lang.Object
io.debezium.testing.system.tools.artifacts.OcpArtifactServerDeployer.Builder
- All Implemented Interfaces:
Deployer.Builder<OcpArtifactServerDeployer.Builder,OcpArtifactServerDeployer>
- Enclosing class:
- OcpArtifactServerDeployer
public static class OcpArtifactServerDeployer.Builder
extends Object
implements Deployer.Builder<OcpArtifactServerDeployer.Builder,OcpArtifactServerDeployer>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.fabric8.kubernetes.api.model.apps.Deploymentprivate okhttp3.OkHttpClientprivate io.fabric8.openshift.client.OpenShiftClientprivate Stringprivate io.fabric8.kubernetes.api.model.Service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withDeployment(String yamlPath) withHttpClient(okhttp3.OkHttpClient httpClient) withOcpClient(io.fabric8.openshift.client.OpenShiftClient ocpClient) withProject(String project) withService(String yamlPath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.testing.system.tools.Deployer.Builder
self
-
Field Details
-
project
-
ocpClient
private io.fabric8.openshift.client.OpenShiftClient ocpClient -
httpClient
private okhttp3.OkHttpClient httpClient -
deployment
private io.fabric8.kubernetes.api.model.apps.Deployment deployment -
service
private io.fabric8.kubernetes.api.model.Service service
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withProject
-
withOcpClient
public OcpArtifactServerDeployer.Builder withOcpClient(io.fabric8.openshift.client.OpenShiftClient ocpClient) -
withHttpClient
-
withDeployment
-
withService
-
build
- Specified by:
buildin interfaceDeployer.Builder<OcpArtifactServerDeployer.Builder,OcpArtifactServerDeployer>
-