# Constants
ConditionTypeFailed means the condition is in failed state.
ConditionTypeReady means the condition is in ready state.
RuleFinalizer is the name of the finalizer added to Rule objects.
# Variables
AddToScheme is a common registration function for mapping go types to the GroupVersionKind scheme.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SchemeGroupVersion is group version used to register these objects.
# Structs
MimirRule is a specification for a MimirRule resource.
MimirRuleList is a list of MimirRule resources.
Rule is a recording or alerting rule.
RuleGroup is a list of sequentially evaluated recording and alerting rules.
RuleSpec is the spec for a MimirRule resource.
RuleStatus is the status for a MimirRule resource.
# Type aliases
ConditionType is a valid value for Condition.Type.
Duration is a wrapper around string that can hold a duration string.