public class HTTPRetryFluent<A extends HTTPRetryFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
HTTPRetryFluent() |
HTTPRetryFluent(HTTPRetry instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAttempts() |
String |
getPerTryTimeout() |
String |
getRetryOn() |
Boolean |
getRetryRemoteLocalities() |
boolean |
hasAttempts() |
int |
hashCode() |
boolean |
hasPerTryTimeout() |
boolean |
hasRetryOn() |
boolean |
hasRetryRemoteLocalities() |
String |
toString() |
A |
withAttempts(Integer attempts) |
A |
withPerTryTimeout(String perTryTimeout) |
A |
withRetryOn(String retryOn) |
A |
withRetryRemoteLocalities() |
A |
withRetryRemoteLocalities(Boolean retryRemoteLocalities) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HTTPRetryFluent()
public HTTPRetryFluent(HTTPRetry instance)
public Integer getAttempts()
public boolean hasAttempts()
public String getPerTryTimeout()
public boolean hasPerTryTimeout()
public String getRetryOn()
public boolean hasRetryOn()
public Boolean getRetryRemoteLocalities()
public boolean hasRetryRemoteLocalities()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRetryFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRetryFluent<A>>public A withRetryRemoteLocalities()
Copyright © 2015–2023 Red Hat. All rights reserved.