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

feat: Add re-export for ConversionReview type in `stackable-webhook` #749

Closed Techassi closed 5 months ago

Techassi commented 5 months ago

This adds a little more convenience when using ConversionWebhookServer. Users now don't need an additional explicit dependency on kube to import the required type.

Came up in https://github.com/stackabletech/documentation/pull/561

Techassi commented 5 months ago

Thanks for the approval, I will add the above mentioned changes https://github.com/stackabletech/operator-rs/pull/749#discussion_r1521059405, which requires another approval when done.