stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
116 stars 12 forks source link

Remove workaround for schemars schema issue #756

Open sbernauer opened 5 months ago

sbernauer commented 5 months ago

In https://github.com/stackabletech/operator-rs/pull/752 we added a workaround, which should be removed once https://github.com/GREsau/schemars/issues/259 is properly fixed