Skip to content

fix, podopslifecycle webhook waits for more events #15

fix, podopslifecycle webhook waits for more events

fix, podopslifecycle webhook waits for more events #15

Triggered via push March 29, 2024 07:53
Status Failure
Total duration 3m 39s
Artifacts

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L731
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L733
podInfo.Name undefined (type *PodUpdateInfo has no field or method Name) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L734
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L735
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L741
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L744
podInfo.Name undefined (type *PodUpdateInfo has no field or method Name) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L762
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L775
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L777
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
Golang Lint: pkg/controllers/collaset/synccontrol/sync_control.go#L781
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
Golang Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/