Class RulesFluent<A extends RulesFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.RulesFluent<A>
-
- Direct Known Subclasses:
PrometheusSpecFluent.RulesNested,RulesBuilder
public class RulesFluent<A extends RulesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRulesFluent.AlertNested<N>
-
Constructor Summary
Constructors Constructor Description RulesFluent()RulesFluent(Rules instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)RulesAlertbuildAlert()protected voidcopyInstance(Rules instance)RulesFluent.AlertNested<A>editAlert()RulesFluent.AlertNested<A>editOrNewAlert()RulesFluent.AlertNested<A>editOrNewAlertLike(RulesAlert item)booleanequals(Object o)Map<String,Object>getAdditionalProperties()booleanhasAdditionalProperties()booleanhasAlert()inthashCode()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithAlert(RulesAlert alert)RulesFluent.AlertNested<A>withNewAlert()AwithNewAlert(String forGracePeriod, String forOutageTolerance, String resendDelay)RulesFluent.AlertNested<A>withNewAlertLike(RulesAlert item)
-
-
-
Constructor Detail
-
RulesFluent
public RulesFluent()
-
RulesFluent
public RulesFluent(Rules instance)
-
-
Method Detail
-
buildAlert
public RulesAlert buildAlert()
-
copyInstance
protected void copyInstance(Rules instance)
-
editAlert
public RulesFluent.AlertNested<A> editAlert()
-
editOrNewAlert
public RulesFluent.AlertNested<A> editOrNewAlert()
-
editOrNewAlertLike
public RulesFluent.AlertNested<A> editOrNewAlertLike(RulesAlert item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RulesFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAlert
public boolean hasAlert()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RulesFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAlert
public A withAlert(RulesAlert alert)
-
withNewAlert
public RulesFluent.AlertNested<A> withNewAlert()
-
withNewAlert
public A withNewAlert(String forGracePeriod, String forOutageTolerance, String resendDelay)
-
withNewAlertLike
public RulesFluent.AlertNested<A> withNewAlertLike(RulesAlert item)
-
-