fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.1 - autoclosed #512
Triggered via pull request
September 12, 2023 20:37
Status
Failure
Total duration
2m 12s
Artifacts
–
Annotations
3 errors
go:
pkg/webhook/blueprintwebhook/setup.go#L15
cannot use &Validator{…} (value of type *Validator) as type admission.CustomValidator in argument to ctrl.NewWebhookManagedBy(mgr).For(&v1alpha1.Blueprint{}).WithValidator:
|
go
cannot use &(Validator literal) (value of type *Validator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&(v1alpha1.Blueprint literal)).WithValidator: *Validator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go
Process completed with exit code 2.
|