| Modifier and Type | Method and Description |
|---|---|
RequestConfig |
RequestConfigBuilder.build() |
RequestConfig |
Config.getRequestConfig() |
| Modifier and Type | Method and Description |
|---|---|
Client |
NamespacedKubernetesClientAdapter.newClient(RequestConfig requestConfig) |
Client |
Client.newClient(RequestConfig requestConfig)
Creates a new client based upon the current except with a different
RequestConfig. |
FunctionCallable<? extends NamespacedKubernetesClient> |
NamespacedKubernetesClientAdapter.withRequestConfig(RequestConfig requestConfig) |
FunctionCallable<? extends NamespacedKubernetesClient> |
NamespacedKubernetesClient.withRequestConfig(RequestConfig requestConfig) |
| Constructor and Description |
|---|
RequestConfigBuilder(RequestConfig instance) |
RequestConfigBuilder(RequestConfig instance,
Boolean validationEnabled) |
RequestConfigBuilder(RequestConfigFluent<?> fluent,
RequestConfig instance) |
RequestConfigBuilder(RequestConfigFluent<?> fluent,
RequestConfig instance,
Boolean validationEnabled) |
RequestConfigFluentImpl(RequestConfig instance) |
WithRequestCallable(C client,
RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
FunctionCallable<C> |
RequestConfigurable.withRequestConfig(RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientAdapter.newClient(RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
<V> CompletableFuture<V> |
StandardHttpClient.orTimeout(CompletableFuture<V> future,
RequestConfig requestConfig) |
protected <V> void |
StandardHttpClient.retryWithExponentialBackoff(CompletableFuture<V> result,
Supplier<CompletableFuture<V>> action,
URI uri,
Function<V,Integer> codeExtractor,
Consumer<V> cancel,
ExponentialBackoffIntervalCalculator retryIntervalCalculator,
RequestConfig requestConfig)
Will retry the action if needed based upon the retry settings provided by the ExponentialBackoffIntervalCalculator.
|
| Modifier and Type | Method and Description |
|---|---|
static ExponentialBackoffIntervalCalculator |
ExponentialBackoffIntervalCalculator.from(RequestConfig requestConfig) |
| Constructor and Description |
|---|
ImpersonatorInterceptor(RequestConfig requestConfig) |
Copyright © 2015–2023 Red Hat. All rights reserved.