You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
vendor/k8s.io/code-generator/generate-groups.sh, which generates
the deepcopy functions
the versioned client
listers
informers
vendor/sigs.k8s.io/controller-tools/cmd/controller-gen, which generates
CRDs
Kubebuilder only uses controller-tools. We should follow that example.
Note: this means adopting the controller-runtime client, as we wouldn't be generating the client originally used in eirini. If that's not possible, we can drop this chore.
Our hack script invokes two scripts:
Kubebuilder only uses controller-tools. We should follow that example.
Note: this means adopting the controller-runtime client, as we wouldn't be generating the client originally used in eirini. If that's not possible, we can drop this chore.