Skip to content

refactor: sync controller #626

refactor: sync controller

refactor: sync controller #626

Triggered via pull request July 18, 2023 16:02
Status Failure
Total duration 2m 11s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 warning
typos
Process completed with exit code 2.
test (1.19): pkg/controllers/util/federatedinformer.go#L44
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/managedlabel; to add it:
test (1.19): pkg/controllers/automigration/controller.go#L44
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/delayingdeliver; to add it:
test (1.19): pkg/controllers/override/util.go#L29
no required module provides package github.com/kubewharf/kubeadmiral/pkg/apis/types/v1alpha1; to add it:
test (1.19): pkg/controllers/nsautoprop/controller.go#L47
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/annotation; to add it:
test (1.19): pkg/controllers/nsautoprop/controller.go#L50
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/pendingcontrollers; to add it:
test (1.19): pkg/controllers/federate/controller.go#L49
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/sourcefeedback; to add it:
test (1.19): pkg/controllers/monitor/monitor_controller.go#L39
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/federatedtypeconfig; to add it:
test (1.19)
Process completed with exit code 2.
test (1.20): pkg/controllers/util/federatedinformer.go#L44
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/managedlabel; to add it:
test (1.20): pkg/controllers/automigration/controller.go#L44
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/delayingdeliver; to add it:
test (1.20): pkg/controllers/override/util.go#L29
no required module provides package github.com/kubewharf/kubeadmiral/pkg/apis/types/v1alpha1; to add it:
test (1.20): pkg/controllers/nsautoprop/controller.go#L47
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/annotation; to add it:
test (1.20): pkg/controllers/nsautoprop/controller.go#L50
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/pendingcontrollers; to add it:
test (1.20): pkg/controllers/federate/controller.go#L49
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/util/sourcefeedback; to add it:
test (1.20): pkg/controllers/monitor/monitor_controller.go#L39
no required module provides package github.com/kubewharf/kubeadmiral/pkg/controllers/federatedtypeconfig; to add it:
test (1.20)
Process completed with exit code 2.
lint: pkg/controllers/sync/controller.go#L330
fedResource.TargetName undefined (type FederatedResource has no field or method TargetName) (typecheck)
lint: pkg/controllers/sync/controller.go#L331
fedResource.TargetGVK undefined (type FederatedResource has no field or method TargetGVK) (typecheck)
lint: pkg/controllers/sync/controller.go#L377
fedResource.Object undefined (type FederatedResource has no field or method Object) (typecheck)
lint: pkg/controllers/sync/controller.go#L406
fedResource.TargetGVK undefined (type FederatedResource has no field or method TargetGVK) (typecheck)
lint: pkg/controllers/sync/controller.go#L413
fedResource.TargetName undefined (type FederatedResource has no field or method TargetName) (typecheck)
lint: pkg/controllers/sync/controller.go#L584
fedResource.RecordError undefined (type FederatedResource has no field or method RecordError) (typecheck)
lint: pkg/controllers/sync/controller.go#L616
fedResource.Object undefined (type FederatedResource has no field or method Object) (typecheck)
lint: pkg/controllers/sync/controller.go#L676
fedResource.TargetGVR undefined (type FederatedResource has no field or method TargetGVR) (typecheck)
lint: pkg/controllers/sync/controller.go#L330
fedResource.TargetName undefined (type FederatedResource has no field or method TargetName) (typecheck)
lint: pkg/controllers/sync/controller.go#L331
fedResource.TargetGVK undefined (type FederatedResource has no field or method TargetGVK) (typecheck)
typos: docs/quickstart.md#L6
"propgating" should be "propagating".