Closed pdettori closed 1 year ago
Generate typed client for ControlPlane CRD
Use the // +genclient annotation in the go types definition file.
// +genclient
No response
Found out that this is not supported in Kubebuilder v2 projects - see https://github.com/kubernetes-sigs/kubebuilder/issues/1152
@ezrasilvera ^^^
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