Class AlertingRuleStatusFluent<A extends AlertingRuleStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertingRuleStatusFluent<A>
-
- Direct Known Subclasses:
AlertingRuleFluent.StatusNested,AlertingRuleStatusBuilder
public class AlertingRuleStatusFluent<A extends AlertingRuleStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAlertingRuleStatusFluent.PrometheusRuleNested<N>
-
Constructor Summary
Constructors Constructor Description AlertingRuleStatusFluent()AlertingRuleStatusFluent(AlertingRuleStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
AlertingRuleStatusFluent
public AlertingRuleStatusFluent()
-
AlertingRuleStatusFluent
public AlertingRuleStatusFluent(AlertingRuleStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AlertingRuleStatus instance)
-
getObservedGeneration
public Long getObservedGeneration()
-
hasObservedGeneration
public boolean hasObservedGeneration()
-
buildPrometheusRule
public PrometheusRuleRef buildPrometheusRule()
-
withPrometheusRule
public A withPrometheusRule(PrometheusRuleRef prometheusRule)
-
hasPrometheusRule
public boolean hasPrometheusRule()
-
withNewPrometheusRule
public AlertingRuleStatusFluent.PrometheusRuleNested<A> withNewPrometheusRule()
-
withNewPrometheusRuleLike
public AlertingRuleStatusFluent.PrometheusRuleNested<A> withNewPrometheusRuleLike(PrometheusRuleRef item)
-
editPrometheusRule
public AlertingRuleStatusFluent.PrometheusRuleNested<A> editPrometheusRule()
-
editOrNewPrometheusRule
public AlertingRuleStatusFluent.PrometheusRuleNested<A> editOrNewPrometheusRule()
-
editOrNewPrometheusRuleLike
public AlertingRuleStatusFluent.PrometheusRuleNested<A> editOrNewPrometheusRuleLike(PrometheusRuleRef item)
-
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 AlertingRuleStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertingRuleStatusFluent<A>>
-
-