kubestellar / kubeflex

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

feature: generate typed client for ControlPlane CRD #99

Closed pdettori closed 1 year ago

pdettori commented 1 year ago

Feature Description

Generate typed client for ControlPlane CRD

Proposed Solution

Use the // +genclient annotation in the go types definition file.

Want to contribute?

Additional Context

No response

pdettori commented 1 year ago

Found out that this is not supported in Kubebuilder v2 projects - see https://github.com/kubernetes-sigs/kubebuilder/issues/1152

@ezrasilvera ^^^