public class FailureRecovery extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
FailureRecovery()
No args constructor for use in serialization
|
FailureRecovery(Integer attempt,
Integer attemptMax,
String attemptTime) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getAttempt() |
Integer |
getAttemptMax() |
String |
getAttemptTime() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAttempt(Integer attempt) |
void |
setAttemptMax(Integer attemptMax) |
void |
setAttemptTime(String attemptTime) |
public FailureRecovery()
public Integer getAttempt()
public void setAttempt(Integer attempt)
public Integer getAttemptMax()
public void setAttemptMax(Integer attemptMax)
public String getAttemptTime()
public void setAttemptTime(String attemptTime)
Copyright © 2015–2021 Red Hat. All rights reserved.