public class RulesFluent<A extends RulesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RulesFluent.AlertNested<N> |
| Constructor and Description |
|---|
RulesFluent() |
RulesFluent(Rules instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
RulesAlert |
buildAlert() |
protected void |
copyInstance(Rules instance) |
RulesFluent.AlertNested<A> |
editAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlertLike(RulesAlert item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
boolean |
hasAlert() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAlert(RulesAlert alert) |
RulesFluent.AlertNested<A> |
withNewAlert() |
A |
withNewAlert(String forGracePeriod,
String forOutageTolerance,
String resendDelay) |
RulesFluent.AlertNested<A> |
withNewAlertLike(RulesAlert item) |
public RulesFluent()
public RulesFluent(Rules instance)
protected void copyInstance(Rules instance)
public RulesAlert buildAlert()
public A withAlert(RulesAlert alert)
public boolean hasAlert()
public A withNewAlert(String forGracePeriod, String forOutageTolerance, String resendDelay)
public RulesFluent.AlertNested<A> withNewAlert()
public RulesFluent.AlertNested<A> withNewAlertLike(RulesAlert item)
public RulesFluent.AlertNested<A> editAlert()
public RulesFluent.AlertNested<A> editOrNewAlert()
public RulesFluent.AlertNested<A> editOrNewAlertLike(RulesAlert item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RulesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RulesFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.