package
0.0.0-20240423112653-50dd82c139d8
Repository: https://github.com/healthjoy/mimir-rules-controller.git
Documentation: pkg.go.dev

# Functions

Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# 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.