Class AlertingRuleStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertingRuleStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AlertingRuleStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AlertingRuleStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<AlertingRuleStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AlertingRuleStatus is the status of an AlertingRule resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertingRuleStatus()No args constructor for use in serializationAlertingRuleStatus(Long observedGeneration, PrometheusRuleRef prometheusRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertingRuleStatusBuilderedit()Map<String,Object>getAdditionalProperties()LonggetObservedGeneration()observedGeneration is the last generation change you've dealt with.PrometheusRuleRefgetPrometheusRule()AlertingRuleStatus is the status of an AlertingRule resource.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetObservedGeneration(Long observedGeneration)observedGeneration is the last generation change you've dealt with.voidsetPrometheusRule(PrometheusRuleRef prometheusRule)AlertingRuleStatus is the status of an AlertingRule resource.AlertingRuleStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
AlertingRuleStatus
public AlertingRuleStatus()
No args constructor for use in serialization
-
AlertingRuleStatus
public AlertingRuleStatus(Long observedGeneration, PrometheusRuleRef prometheusRule)
-
-
Method Detail
-
getObservedGeneration
public Long getObservedGeneration()
observedGeneration is the last generation change you've dealt with.
-
setObservedGeneration
public void setObservedGeneration(Long observedGeneration)
observedGeneration is the last generation change you've dealt with.
-
getPrometheusRule
public PrometheusRuleRef getPrometheusRule()
AlertingRuleStatus is the status of an AlertingRule resource.
-
setPrometheusRule
public void setPrometheusRule(PrometheusRuleRef prometheusRule)
AlertingRuleStatus is the status of an AlertingRule resource.
-
edit
public AlertingRuleStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AlertingRuleStatusBuilder>
-
toBuilder
public AlertingRuleStatusBuilder toBuilder()
-
-