| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.http | |
| io.fabric8.kubernetes.client.utils |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015–2023 Red Hat. All rights reserved.