Class RuleFluent<A extends RuleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.RuleFluent<A>
-
- Direct Known Subclasses:
RuleBuilder,RuleGroupFluent.RulesNested
public class RuleFluent<A extends RuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRuleFluent.ExprNested<N>
-
Constructor Summary
Constructors Constructor Description RuleFluent()RuleFluent(Rule instance)
-
Method Summary
-
-
-
Constructor Detail
-
RuleFluent
public RuleFluent()
-
RuleFluent
public RuleFluent(Rule instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Rule instance)
-
getAlert
public String getAlert()
-
hasAlert
public boolean hasAlert()
-
hasAnnotations
public boolean hasAnnotations()
-
buildExpr
public io.fabric8.kubernetes.api.model.IntOrString buildExpr()
-
withExpr
public A withExpr(io.fabric8.kubernetes.api.model.IntOrString expr)
-
hasExpr
public boolean hasExpr()
-
withNewExpr
public RuleFluent.ExprNested<A> withNewExpr()
-
withNewExprLike
public RuleFluent.ExprNested<A> withNewExprLike(io.fabric8.kubernetes.api.model.IntOrString item)
-
editExpr
public RuleFluent.ExprNested<A> editExpr()
-
editOrNewExpr
public RuleFluent.ExprNested<A> editOrNewExpr()
-
editOrNewExprLike
public RuleFluent.ExprNested<A> editOrNewExprLike(io.fabric8.kubernetes.api.model.IntOrString item)
-
getFor
public String getFor()
-
hasFor
public boolean hasFor()
-
getKeepFiringFor
public String getKeepFiringFor()
-
hasKeepFiringFor
public boolean hasKeepFiringFor()
-
hasLabels
public boolean hasLabels()
-
getRecord
public String getRecord()
-
hasRecord
public boolean hasRecord()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RuleFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RuleFluent<A>>
-
-