Package | Description |
---|---|
io.fabric8.kubernetes.client | |
io.fabric8.kubernetes.client.http | |
io.fabric8.kubernetes.client.utils |
Modifier and Type | Method and Description |
---|---|
KubernetesClientBuilder |
KubernetesClientBuilder.withHttpClientFactory(HttpClient.Factory factory) |
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 | Field and Description |
---|---|
protected F |
StandardHttpClientBuilder.clientFactory |
Modifier and Type | Method and Description |
---|---|
static HttpClient.Factory |
HttpClientUtils.getHttpClientFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
HttpClientUtils.applyCommonConfiguration(Config config,
HttpClient.Builder builder,
HttpClient.Factory factory) |
static Map<String,Interceptor> |
HttpClientUtils.createApplicableInterceptors(Config config,
HttpClient.Factory factory) |
Constructor and Description |
---|
TokenRefreshInterceptor(Config config,
HttpClient.Factory factory,
Instant latestRefreshTimestamp) |
Copyright © 2015–2023 Red Hat. All rights reserved.