Skip to content
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

feat: parse new featureflagconfiguration CRD structure #205

Conversation

skyerus
Copy link
Contributor

@skyerus skyerus commented Nov 2, 2022

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

@skyerus skyerus marked this pull request as draft November 2, 2022 16:53
@skyerus
Copy link
Contributor Author

skyerus commented Nov 2, 2022

Converted to draft to ensure it's merged at the same time as the OFO component. Ready for review

@skyerus
Copy link
Contributor Author

skyerus commented Nov 2, 2022

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>
@skyerus skyerus force-pushed the issue-204_parse-featureflagconfiguration-crd branch from 362c65b to 84bcfcb Compare November 3, 2022 16:43
@skyerus skyerus changed the title feat!: parse new featureflagconfiguration CRD structure feat: parse new featureflagconfiguration CRD structure Nov 3, 2022
Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending the OFO merge, obviously.

@@ -40,28 +40,32 @@ func (k *Sync) Source() string {
}

func (k *Sync) Fetch(ctx context.Context) (string, error) {
state := "{}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👨‍🍳 💋 🤌

@skyerus
Copy link
Contributor Author

skyerus commented Nov 18, 2022

Not needed

@skyerus skyerus closed this Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Parse new featureflagconfiguration CRD structure
2 participants