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 e2bdef6 commit 424c323Copy full SHA for 424c323
pom.xml
@@ -211,6 +211,7 @@
211
<scope>test</scope>
212
</dependency>
213
<!-- Kubernetes client HTTP client implementations -->
214
+ <!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
215
<dependency>
216
<groupId>io.fabric8</groupId>
217
<artifactId>kubernetes-httpclient-okhttp</artifactId>
@@ -221,7 +222,6 @@
221
222
<artifactId>kubernetes-httpclient-vertx</artifactId>
223
<version>${fabric8-client.version}</version>
224
- <!-- We currently only recommend using the legacy okhttp client and the vert.x-based implementation -->
225
226
227
<artifactId>kubernetes-httpclient-jdk</artifactId>
0 commit comments