Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Kube.rs Community,
I’ve been exploring the kube-rs library and find it incredibly useful for interfacing with Kubernetes in Rust. However, I noticed that the library does not currently support the builder pattern through libraries like typed-builder or derive_builder, which can enhance the usability and type safety of building complex objects.
From my research across GitHub issues, discussions, and the Kube.rs Discord channel, I haven’t found any discussions or plans to implement this feature. Here are my questions:
Is there a specific reason why the builder pattern isn’t currently supported in Kube.rs? Understanding any underlying architectural or design considerations could provide valuable insights.
Are there any plans to support the builder pattern in future releases? If not, could this be considered a valuable addition to the roadmap? The builder pattern can significantly ease the creation of objects with many optional parameters, which is common in Kubernetes configurations.
How can the community contribute to such a feature? If there is interest in having builder pattern support, I would love to explore how I can contribute to the implementation.
Looking forward to the community’s insights and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions