public class HTTPRetry extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
HTTPRetry()
No args constructor for use in serialization
|
HTTPRetry(Integer attempts,
String perTryTimeout,
String retryOn,
Boolean retryRemoteLocalities) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getAttempts() |
String |
getPerTryTimeout() |
String |
getRetryOn() |
Boolean |
getRetryRemoteLocalities() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAttempts(Integer attempts) |
void |
setPerTryTimeout(String perTryTimeout) |
void |
setRetryOn(String retryOn) |
void |
setRetryRemoteLocalities(Boolean retryRemoteLocalities) |
public Integer getAttempts()
public void setAttempts(Integer attempts)
public String getPerTryTimeout()
public void setPerTryTimeout(String perTryTimeout)
public String getRetryOn()
public void setRetryOn(String retryOn)
public Boolean getRetryRemoteLocalities()
public void setRetryRemoteLocalities(Boolean retryRemoteLocalities)
Copyright © 2015–2022 Red Hat. All rights reserved.