We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5787c commit 2113628Copy full SHA for 2113628
pom.xml
@@ -233,6 +233,7 @@
233
<scope>test</scope>
234
</dependency>
235
<!-- Kubernetes client HTTP client implementations -->
236
+ <!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
237
<dependency>
238
<groupId>io.fabric8</groupId>
239
<artifactId>kubernetes-httpclient-okhttp</artifactId>
@@ -243,7 +244,6 @@
243
244
<artifactId>kubernetes-httpclient-vertx</artifactId>
245
<version>${fabric8-client.version}</version>
246
- <!-- We currently only recommend using the legacy okhttp client and the vert.x-based implementation -->
247
248
249
<artifactId>kubernetes-httpclient-jdk</artifactId>
0 commit comments