Open Issues Need Help
View All on GitHub applyconfiguration generator uses a different variable name about 2 months ago
help wanted
Tools to use with the controller-runtime libraries
Go
#k8s-sig-api-machinery
Add verbosity to `controller-gen` about 2 months ago
help wanted lifecycle/frozen
Tools to use with the controller-runtime libraries
Go
#k8s-sig-api-machinery
help wanted lifecycle/frozen
Tools to use with the controller-runtime libraries
Go
#k8s-sig-api-machinery
Webhook testdata doesn't build 4 months ago
AI Summary: The issue is that the webhook testdata in the Kubernetes controller-tools project fails to build because the `CronJob` struct is missing the `DeepCopyObject` method, which is required by the `ctrl.NewWebhookManagedBy` function and the webhook defaulter and validator interfaces. The solution involves generating the `DeepCopy` methods for the `CronJob` struct, likely using the `deepcopy-gen` tool.
Complexity:
3/5
kind/bug help wanted
Tools to use with the controller-runtime libraries
Go
#k8s-sig-api-machinery