Skip to content

Cross-component E2E for operator framework #246

Cross-component E2E for operator framework

Cross-component E2E for operator framework #246

Triggered via pull request August 9, 2023 03:35
Status Failure
Total duration 2m 18s
Artifacts

sanity.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
verify
Process completed with exit code 2.
lint: api/v1alpha1/zz_generated.deepcopy.go#L51
cannot use c (variable of type *Operator) as "k8s.io/apimachinery/pkg/runtime".Object value in return statement: *Operator does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
lint: api/v1alpha1/zz_generated.deepcopy.go#L83
cannot use c (variable of type *OperatorList) as "k8s.io/apimachinery/pkg/runtime".Object value in return statement: *OperatorList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
lint: internal/controllers/operator_controller.go#L71
r.Get undefined (type *OperatorReconciler has no field or method Get) (typecheck)
lint: internal/controllers/operator_controller.go#L84
r.Status undefined (type *OperatorReconciler has no field or method Status) (typecheck)
lint: internal/controllers/operator_controller.go#L94
r.Update undefined (type *OperatorReconciler has no field or method Update) (typecheck)
lint: api/v1alpha1/operator_types_test.go#L18
undefined: Describe (typecheck)
lint: api/v1alpha1/operator_types_test.go#L19
undefined: Describe (typecheck)
lint: api/v1alpha1/operator_types_test.go#L20
undefined: It (typecheck)
lint: api/v1alpha1/operator_types_test.go#L22
undefined: Expect (typecheck)
lint: api/v1alpha1/operator_types_test.go#L25
undefined: Expect (typecheck)