kubernetes-sigs / kubebuilder

Kubebuilder - SDK for building Kubernetes APIs using CRDs
http://book.kubebuilder.io
Apache License 2.0
7.81k stars 1.44k forks source link

Add Helper for Kubebuilder alpha generate Command #4192

Open camilamacedo86 opened 2 weeks ago

camilamacedo86 commented 2 weeks ago

What do you want to happen?

We need to create a helper function to streamline the execution of the alpha generate command. This helper will encapsulate key logic and make it easier to maintain and extend the command functionality in the future.

For reference see the code implementation in: https://github.com/kubernetes-sigs/kubebuilder/pull/4180

Extra Labels

No response

sandipanpanda commented 1 week ago

I'd like to give this a try. Please let me know how I can get started. /assign

camilamacedo86 commented 1 week ago

Sure, please feel free Just keep in the mind we are proposing the changes: https://github.com/kubernetes-sigs/kubebuilder/pull/4180 You might want to use this PR / Commit as base to quick start your work