feat: parse new featureflagconfiguration CRD structure#205
Closed
skyerus wants to merge 2 commits into
Closed
Conversation
Contributor
Author
|
Converted to draft to ensure it's merged at the same time as the OFO component. Ready for review |
Contributor
Author
|
The tests/linting fails because the PR needs updating to include the version of OFO that includes the CRD spec change. |
Signed-off-by: Skye Gill <gill.skye95@gmail.com>
Signed-off-by: Skye Gill <gill.skye95@gmail.com>
362c65b to
84bcfcb
Compare
toddbaert
approved these changes
Nov 3, 2022
Member
toddbaert
left a comment
There was a problem hiding this comment.
LGTM pending the OFO merge, obviously.
toddbaert
reviewed
Nov 3, 2022
| } | ||
|
|
||
| func (k *Sync) Fetch(ctx context.Context) (string, error) { | ||
| state := "{}" |
Contributor
Author
|
Not needed |
raphael-wigoutschnigg-dt
pushed a commit
to open-feature-forking/flagd
that referenced
this pull request
Mar 11, 2025
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR
Parses the featureflagconfiguration CRD structure changes (more detail here).
Related Issues
Fixes #204
Notes
To be release in conjunction with open-feature/open-feature-operator#207
Follow-up Tasks
How to test