fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.2 #734
Annotations
10 errors and 1 warning
go-unit:
operator/configcontroller/setup.go#L30
source.Kind (value of type func[T client.Object](cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object T, handler handler.TypedEventHandler[T], predicates ...predicate.TypedPredicate[T]) source.SyncingSource) is not a type
|
go-unit:
operator/configcontroller/setup.go#L30
cannot use &resource.EnqueueRequestForProviderConfig{} (value of type *"github.com/crossplane/crossplane-runtime/pkg/resource".EnqueueRequestForProviderConfig) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).Named(name).For(&providerv1.ProviderConfig{}).Watches: *"github.com/crossplane/crossplane-runtime/pkg/resource".EnqueueRequestForProviderConfig does not implement handler.EventHandler (wrong type for method Create)
|
go-unit:
operator/bucketcontroller/setup.go#L55
cannot use &BucketValidator{…} (value of type *BucketValidator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&exoscalev1.Bucket{}).WithValidator: *BucketValidator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go-unit:
operator/kafkacontroller/webhook.go#L26
cannot use &Validator{…} (value of type *Validator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&exoscalev1.Kafka{}).WithValidator: *Validator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go-unit:
operator/mysqlcontroller/setup.go#L43
cannot use &Validator{…} (value of type *Validator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&exoscalev1.MySQL{}).WithValidator: *Validator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go-unit:
operator/iamkeycontroller/setup.go#L43
cannot use &IAMKeyValidator{…} (value of type *IAMKeyValidator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&exoscalev1.IAMKey{}).WithValidator: *IAMKeyValidator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go-unit:
operator/opensearchcontroller/setup.go#L42
cannot use &Validator{…} (value of type *Validator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&exoscalev1.OpenSearch{}).WithValidator: *Validator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go-unit:
operator/rediscontroller/setup.go#L53
cannot use &Validator{…} (value of type *Validator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&exoscalev1.Redis{}).WithValidator: *Validator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go-unit:
operator/postgresqlcontroller/setup.go#L43
cannot use &Validator{…} (value of type *Validator) as admission.CustomValidator value in argument to ctrl.NewWebhookManagedBy(mgr).For(&exoscalev1.PostgreSQL{}).WithValidator: *Validator does not implement admission.CustomValidator (wrong type for method ValidateCreate)
|
go-unit:
internal/operatortest/envtest.go#L102
unknown field MetricsBindAddress in struct literal of type manager.Options
|
go-unit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|