kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
46 stars 13 forks source link

feature: Add typed clients #277

Open MikeSpreitzer opened 1 month ago

MikeSpreitzer commented 1 month ago

Feature Description

Generate typed client code (clientset, informers and listers), to support clients that use plain Kubernetes. Currently clients have to use controller-runtime's client or the plain Kubernetes "dynamic" client.

Proposed Solution

Do it.

Want to contribute?

Additional Context

https://github.com/kubestellar/kubestellar/pull/2394