-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial #4074
Comments
/transfer kubebuilder |
Hi @remotejob The only issue that I found was
To address this one we should be scaffolding the Makefile with
However, after change the
You might be using an unsupported golang version. thank you |
Hi @remotejob I am closing this one with the fix/change: #4075
And still facing issues please feel free to open a new issue describing your local env setup , so and steps performed for we try to reproduce this one. Thank you for your comprehension. |
make run
go run ./cmd/main.go
vet: api/v1/zz_generated.deepcopy.go:126:10: cannot use c (variable of type *CronJobSpec) as "k8s.io/apimachinery/pkg/runtime".Object value in return statement: *CronJobSpec does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind)
The text was updated successfully, but these errors were encountered: