public interface HTTPRetryFluent<A extends HTTPRetryFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HTTPRetryFluent.PerTryTimeoutNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Duration |
buildPerTryTimeout() |
HTTPRetryFluent.PerTryTimeoutNested<A> |
editOrNewPerTryTimeout() |
HTTPRetryFluent.PerTryTimeoutNested<A> |
editOrNewPerTryTimeoutLike(Duration item) |
HTTPRetryFluent.PerTryTimeoutNested<A> |
editPerTryTimeout() |
Integer |
getAttempts() |
Duration |
getPerTryTimeout()
Deprecated.
|
Boolean |
hasAttempts() |
Boolean |
hasPerTryTimeout() |
A |
withAttempts(Integer attempts) |
A |
withNewAttempts(int arg1) |
A |
withNewAttempts(String arg1) |
HTTPRetryFluent.PerTryTimeoutNested<A> |
withNewPerTryTimeout() |
A |
withNewPerTryTimeout(Integer nanos,
Long seconds) |
HTTPRetryFluent.PerTryTimeoutNested<A> |
withNewPerTryTimeoutLike(Duration item) |
A |
withPerTryTimeout(Duration perTryTimeout) |
Integer getAttempts()
Boolean hasAttempts()
A withNewAttempts(int arg1)
@Deprecated Duration getPerTryTimeout()
Duration buildPerTryTimeout()
Boolean hasPerTryTimeout()
HTTPRetryFluent.PerTryTimeoutNested<A> withNewPerTryTimeout()
HTTPRetryFluent.PerTryTimeoutNested<A> withNewPerTryTimeoutLike(Duration item)
HTTPRetryFluent.PerTryTimeoutNested<A> editPerTryTimeout()
HTTPRetryFluent.PerTryTimeoutNested<A> editOrNewPerTryTimeout()
HTTPRetryFluent.PerTryTimeoutNested<A> editOrNewPerTryTimeoutLike(Duration item)
Copyright © 2017–2018 Red Hat. All rights reserved.