refactor: correct ReCreate to Recreate (#177) #14
Annotations
10 errors and 1 warning
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L731
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L733
podInfo.Name undefined (type *PodUpdateInfo has no field or method Name) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L734
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L735
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L741
podInfo.Namespace undefined (type *PodUpdateInfo has no field or method Namespace) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L744
podInfo.Name undefined (type *PodUpdateInfo has no field or method Name) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L762
podInfo.Pod undefined (type *PodUpdateInfo has no field or method Pod) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L775
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L777
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
|
golangci-lint:
pkg/controllers/collaset/synccontrol/sync_control.go#L781
podInfo.ID undefined (type *PodUpdateInfo has no field or method ID) (typecheck)
|
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/.
|
Loading