Skip to content

refactor: sync controller #632

refactor: sync controller

refactor: sync controller #632

Triggered via pull request July 19, 2023 10:04
Status Failure
Total duration 1m 37s
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#L332
fedResource.TargetName undefined (type FederatedResource has no field or method TargetName) (typecheck)
lint: pkg/controllers/sync/controller.go#L333
fedResource.TargetGVK undefined (type FederatedResource has no field or method TargetGVK) (typecheck)
lint: pkg/controllers/sync/controller.go#L379
fedResource.Object undefined (type FederatedResource has no field or method Object) (typecheck)
lint: pkg/controllers/sync/controller.go#L408
fedResource.TargetGVK undefined (type FederatedResource has no field or method TargetGVK) (typecheck)
lint: pkg/controllers/sync/controller.go#L415
fedResource.TargetName undefined (type FederatedResource has no field or method TargetName) (typecheck)
lint: pkg/controllers/sync/controller.go#L586
fedResource.RecordError undefined (type FederatedResource has no field or method RecordError) (typecheck)
lint: pkg/controllers/sync/controller.go#L618
fedResource.Object undefined (type FederatedResource has no field or method Object) (typecheck)
lint: pkg/controllers/sync/controller.go#L678
fedResource.TargetGVR undefined (type FederatedResource has no field or method TargetGVR) (typecheck)
lint: pkg/controllers/sync/controller.go#L332
fedResource.TargetName undefined (type FederatedResource has no field or method TargetName) (typecheck)
lint: pkg/controllers/sync/controller.go#L333
fedResource.TargetGVK undefined (type FederatedResource has no field or method TargetGVK) (typecheck)
typos: docs/quickstart.md#L6
"propgating" should be "propagating".