open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
182 stars 35 forks source link

feat: added interval to the openfeature api source #619

Closed dabump closed 5 months ago

dabump commented 5 months ago

Openfeature operator does not support 'interval' for source flag type.

This PR add's the 'interval' as uint32, as per specification to the Source API definition

Once API rebuilt with new API version including the structure change, I will create PR with changes to common/flagdinjector to incorporate this change

btw, first PR here, so be gentle as I dont know the process to get things into the awesome work you guys have done so far :)

Signed-off-by: Martin Coetzee martin@martincoetzee.com

Kavindu-Dodan commented 5 months ago

@dabump Thank you and change looks good