stackabletech / operator-rs

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

Builders in a seperate crate? #564

Open lswith opened 1 year ago

lswith commented 1 year ago

I'd love to use the PodBuilder and other builders currently provided by this crate, but I feel that since this crate hasn't been published it doesn't seem like it's stable.

I'm hoping that your Builder API can stabilise and possibly be a seperate crate to be consumed as it is a great way to create the necessary Kubernetes objects (instead of the serve_json::json! mechanism).

maltesander commented 1 year ago

I like the idea, but we depend heavily on the k8s_openapi crate and are far from feature complete. We basically add whatever we need when we need it currently.