# Functions
ClearMonolithicMetrics sets status condition metrics to zero.
ClearTempoStackMetrics sets status condition metrics to zero.
FailedCondition updates or appends the condition Failed to the TempoStack status conditions.
GetComponentsStatus executes an aggregate update of the TempoStack Status struct, i.e.
HandleTempoMonolithicStatus updates the .status field of a TempoMonolithic CR Status Conditions API conventions: https://github.com/kubernetes/community/blob/c04227d209633696ad49d7f4546fc8cfd9c660ab/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties.
PendingCondition updates or appends the condition Pending to the TempoStack status conditions.
ReadyCondition updates or appends the condition Ready to the TempoStack status conditions.
Refresh updates the status field with the Tempo versions and updates the tempostack_status_condition metric.
UpdateCondition updates or appends the condition to the TempoStack status conditions.
# Structs
ConfigurationError contains information about why the managed TempoStack has an invalid configuration.
# Interfaces
StatusClient defines a interface for fetching status information.