Skip to content

Feat(Grafana): Initial implementationtion of Conditions #2035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 9, 2025

Conversation

Baarsgaard
Copy link
Collaborator

@Baarsgaard Baarsgaard commented Jun 2, 2025

Implements .status.conditions[] on the Grafana CR.
Currently the GrafanaReady and Invalid${KIND}Override Conditions have been implemented.

I decided to open this PR a bit early to unblock #1907.
Then plan is to create one or more follow-up PRs to add more Conditions.

@github-actions github-actions bot added the feature this PR introduces a new feature label Jun 2, 2025
@Baarsgaard Baarsgaard force-pushed the feat_grafana_conditions branch from 801a778 to f54e79d Compare June 2, 2025 18:18
@github-actions github-actions bot added the documentation Issues relating to documentation, missing, non-clear etc. label Jun 2, 2025
@Baarsgaard Baarsgaard marked this pull request as ready for review June 2, 2025 18:31
conditions:
- lastTransitionTime: "2025-05-14T21:57:17Z"
  message: Grafana reconcile completed
  observedGeneration: 3
  reason: GrafanaReady
  status: "True"
  type: Ready
@Baarsgaard Baarsgaard force-pushed the feat_grafana_conditions branch from f54e79d to 5e386a5 Compare June 5, 2025 10:48
@Baarsgaard Baarsgaard requested a review from weisdd June 5, 2025 10:58
@Baarsgaard Baarsgaard added this pull request to the merge queue Jun 9, 2025
Merged via the queue into master with commit b668572 Jun 9, 2025
18 checks passed
@Baarsgaard Baarsgaard deleted the feat_grafana_conditions branch June 9, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues relating to documentation, missing, non-clear etc. feature this PR introduces a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants