public interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttempt() |
Integer |
getAttemptMax() |
String |
getAttemptTime() |
Boolean |
hasAttempt() |
Boolean |
hasAttemptMax() |
Boolean |
hasAttemptTime() |
A |
withAttempt(Integer attempt) |
A |
withAttemptMax(Integer attemptMax) |
A |
withAttemptTime(String attemptTime) |
A |
withNewAttemptTime(String arg0)
Deprecated.
|
Integer getAttempt()
Boolean hasAttempt()
Integer getAttemptMax()
Boolean hasAttemptMax()
String getAttemptTime()
Boolean hasAttemptTime()
@Deprecated A withNewAttemptTime(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.