public class RulesFluentImpl<A extends RulesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RulesFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RulesFluentImpl.AlertNestedImpl<N> |
RulesFluent.AlertNested<N>| Constructor and Description |
|---|
RulesFluentImpl() |
RulesFluentImpl(Rules instance) |
| Modifier and Type | Method and Description |
|---|---|
RulesAlert |
buildAlert() |
RulesFluent.AlertNested<A> |
editAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlertLike(RulesAlert item) |
boolean |
equals(Object o) |
RulesAlert |
getAlert()
Deprecated.
|
Boolean |
hasAlert() |
A |
withAlert(RulesAlert alert) |
RulesFluent.AlertNested<A> |
withNewAlert() |
A |
withNewAlert(String forGracePeriod,
String forOutageTolerance,
String resendDelay) |
RulesFluent.AlertNested<A> |
withNewAlertLike(RulesAlert item) |
public RulesFluentImpl()
public RulesFluentImpl(Rules instance)
@Deprecated public RulesAlert getAlert()
getAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesAlert buildAlert()
buildAlert in interface RulesFluent<A extends RulesFluent<A>>public A withAlert(RulesAlert alert)
withAlert in interface RulesFluent<A extends RulesFluent<A>>public Boolean hasAlert()
hasAlert in interface RulesFluent<A extends RulesFluent<A>>public A withNewAlert(String forGracePeriod, String forOutageTolerance, String resendDelay)
withNewAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> withNewAlert()
withNewAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> withNewAlertLike(RulesAlert item)
withNewAlertLike in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> editAlert()
editAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> editOrNewAlert()
editOrNewAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> editOrNewAlertLike(RulesAlert item)
editOrNewAlertLike in interface RulesFluent<A extends RulesFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.