fix(deps): update module github.com/openmcp-project/controller-utils to v0.8.0 #83
Annotations
10 errors
|
build:
internal/controllers/provider/install/rbac.go#L28
too many arguments in call to resources.NewClusterRoleBindingMutator
|
|
build:
internal/controllers/provider/install/rbac.go#L13
too many arguments in call to resources.NewServiceAccountMutator
|
|
build:
internal/controllers/provider/install/installer.go#L41
too many arguments in call to resources.NewNamespaceMutator
|
|
build:
internal/controllers/provider/install/job.go#L35
too many arguments in call to resources.NewMetadataMutator
|
|
build:
internal/controllers/provider/install/job.go#L32
cannot use &jobMutator{…} (value of type *jobMutator) as resources.Mutator[*"k8s.io/api/batch/v1".Job] value in return statement: *jobMutator does not implement resources.Mutator[*"k8s.io/api/batch/v1".Job] (missing method MetadataMutator)
|
|
build:
internal/controllers/provider/install/job.go#L25
cannot use &jobMutator{} (value of type *jobMutator) as resources.Mutator[*"k8s.io/api/batch/v1".Job] value in variable declaration: *jobMutator does not implement resources.Mutator[*"k8s.io/api/batch/v1".Job] (missing method MetadataMutator)
|
|
build:
internal/controllers/provider/install/deployment.go#L29
too many arguments in call to resources.NewMetadataMutator
|
|
build:
internal/controllers/provider/install/deployment.go#L27
cannot use &deploymentMutator{…} (value of type *deploymentMutator) as resources.Mutator[*"k8s.io/api/apps/v1".Deployment] value in return statement: *deploymentMutator does not implement resources.Mutator[*"k8s.io/api/apps/v1".Deployment] (missing method MetadataMutator)
|
|
build:
internal/controllers/provider/install/deployment.go#L24
cannot use &deploymentMutator{} (value of type *deploymentMutator) as resources.Mutator[*"k8s.io/api/apps/v1".Deployment] value in variable declaration: *deploymentMutator does not implement resources.Mutator[*"k8s.io/api/apps/v1".Deployment] (missing method MetadataMutator)
|
|
build:
internal/controllers/provider/controller.go#L22
could not import github.com/openmcp-project/openmcp-operator/internal/controllers/provider/install (-: # github.com/openmcp-project/openmcp-operator/internal/controllers/provider/install
|