Package | Description |
---|---|
io.fabric8.kubernetes.client | |
io.fabric8.kubernetes.client.extension | |
io.fabric8.kubernetes.client.http | |
io.fabric8.kubernetes.client.utils |
Modifier and Type | Method and Description |
---|---|
HttpClient |
Client.getHttpClient() |
Constructor and Description |
---|
DefaultKubernetesClient(HttpClient httpClient,
Config config)
Deprecated.
|
DefaultKubernetesClient(HttpClient httpClient,
Config config,
KubernetesClientBuilder.ExecutorSupplier executorSupplier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
ClientAdapter.getHttpClient() |
Modifier and Type | Class and Description |
---|---|
class |
StandardHttpClient<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>> |
class |
StandardHttpClientBuilder<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>> |
Modifier and Type | Class and Description |
---|---|
class |
StandardHttpClient<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>> |
Modifier and Type | Field and Description |
---|---|
protected C |
StandardHttpClientBuilder.client |
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.DerivedClientBuilder.build() |
HttpClient |
HttpClient.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static HttpClient |
HttpClientUtils.createHttpClient(Config config)
Deprecated.
you should not need to call this method directly. Please create your own HttpClient.Factory
should you need to customize your clients.
|
Copyright © 2015–2024 Red Hat. All rights reserved.