Skip to content

Refactor to phase and health controllers #1882

Refactor to phase and health controllers

Refactor to phase and health controllers #1882

Triggered via pull request January 1, 2024 04:35
@int128int128
synchronize #1015
refactor
Status Failure
Total duration 2m 12s
Artifacts

go.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
go / lint: internal/controller/applicationhealth_controller.go#L42
var `requeueIntervalWhenDeploymentNotFound` is unused (unused)
go / lint: internal/controller/applicationhealth_controller.go#L155
S1008: should use 'return applicationOld.Status.Health.Status != applicationNew.Status.Health.Status' instead of 'if applicationOld.Status.Health.Status == applicationNew.Status.Health.Status { return false }; return true' (gosimple)
go / lint
issues found
go / test
Process completed with exit code 2.