public interface RulesAlertFluent<A extends RulesAlertFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getForGracePeriod() |
String |
getForOutageTolerance() |
String |
getResendDelay() |
Boolean |
hasForGracePeriod() |
Boolean |
hasForOutageTolerance() |
Boolean |
hasResendDelay() |
A |
withForGracePeriod(String forGracePeriod) |
A |
withForOutageTolerance(String forOutageTolerance) |
A |
withNewForGracePeriod(String arg0)
Deprecated.
|
A |
withNewForOutageTolerance(String arg0)
Deprecated.
|
A |
withNewResendDelay(String arg0)
Deprecated.
|
A |
withResendDelay(String resendDelay) |
String getForGracePeriod()
Boolean hasForGracePeriod()
@Deprecated A withNewForGracePeriod(String arg0)
String getForOutageTolerance()
Boolean hasForOutageTolerance()
@Deprecated A withNewForOutageTolerance(String arg0)
String getResendDelay()
Boolean hasResendDelay()
@Deprecated A withNewResendDelay(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.