Skip to content

Commit

Permalink
Move QuarkusHttpClientFactory to internal k8s client module
Browse files Browse the repository at this point in the history
This ensures that the client will always use our factory,
whether it's being used in deployment or runtime code.
  • Loading branch information
geoand committed Feb 7, 2023
1 parent e1f1c65 commit 6cac462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import io.vertx.core.Vertx;
import io.vertx.core.VertxOptions;

public class QuarkusHttpClientFactory implements io.fabric8.kubernetes.client.http.HttpClient.Factory {
public class QuarkusHttpClientFactory implements HttpClient.Factory {

private Vertx vertx;

Expand Down

0 comments on commit 6cac462

Please sign in to comment.