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 f62ba49 commit 9441af2Copy full SHA for 9441af2
pom.xml
@@ -230,6 +230,7 @@
230
<scope>test</scope>
231
</dependency>
232
<!-- Kubernetes client HTTP client implementations -->
233
+ <!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
234
<dependency>
235
<groupId>io.fabric8</groupId>
236
<artifactId>kubernetes-httpclient-okhttp</artifactId>
@@ -240,7 +241,6 @@
240
241
<artifactId>kubernetes-httpclient-vertx</artifactId>
242
<version>${fabric8-client.version}</version>
243
- <!-- We currently only recommend using the legacy okhttp client and the vert.x-based implementation -->
244
245
246
<artifactId>kubernetes-httpclient-jdk</artifactId>
0 commit comments