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) |
Copyright © 2015–2023 Red Hat. All rights reserved.