build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #872
Annotations
11 errors
|
golangci-lint:
controllers/kkinstance/kkinstance_controller.go#L504
cannot use (func(o client.Object) []reconcile.Request literal) (value of type func(o client.Object) []reconcile.Request) as handler.MapFunc value in return statement (typecheck)
|
golangci-lint:
bootstrap/k3s/api/v1beta1/k3sconfig_webhook.go#L55
cannot use &(K3sConfig literal) (value of type *K3sConfig) as admission.Validator value in variable declaration: *K3sConfig does not implement admission.Validator (wrong type for method ValidateCreate)
|
golangci-lint:
bootstrap/k3s/api/v1beta1/k3sconfigtemplate_webhook.go#L44
cannot use &(K3sConfigTemplate literal) (value of type *K3sConfigTemplate) as admission.Validator value in variable declaration: *K3sConfigTemplate does not implement admission.Validator (wrong type for method ValidateCreate)
|
golangci-lint:
controlplane/k3s/api/v1beta1/k3scontrolplane_webhook.go#L49
cannot use &(K3sControlPlane literal) (value of type *K3sControlPlane) as admission.Validator value in variable declaration: *K3sControlPlane does not implement admission.Validator (wrong type for method ValidateCreate)
|
golangci-lint:
controlplane/k3s/api/v1beta1/k3scontrolplanetemplate_webhook.go#L54
cannot use &(K3sControlPlaneTemplate literal) (value of type *K3sControlPlaneTemplate) as admission.Validator value in variable declaration: *K3sControlPlaneTemplate does not implement admission.Validator (wrong type for method ValidateCreate)
|
golangci-lint:
test/e2e/framework/cluster_helpers.go#L232
cannot use input.Client (variable of type client.Client) as Getter value in struct literal: client.Client does not implement Getter (wrong type for method Get)
|
golangci-lint:
test/e2e/framework/cluster_helpers.go#L273
cannot use input.Client (variable of type client.Client) as Getter value in struct literal: client.Client does not implement Getter (wrong type for method Get)
|
golangci-lint:
test/e2e/framework/cluster_topology_helpers.go#L128
cannot use workloadClient (variable of type client.Client) as Getter value in struct literal: client.Client does not implement Getter (wrong type for method Get)
|
golangci-lint:
test/e2e/framework/cluster_topology_helpers.go#L136
cannot use workloadClient (variable of type client.Client) as Getter value in struct literal: client.Client does not implement Getter (wrong type for method Get)
|
golangci-lint:
test/e2e/framework/controlplane_helpers.go#L354
cannot use workloadClient (variable of type client.Client) as Getter value in struct literal: client.Client does not implement Getter (wrong type for method Get)
|
Loading