feat: improve kube api usage and reduce unnecessary reconciliations #203
Annotations
4 errors and 2 warnings
golangci-lint:
controller/mocks/mock_collect-data.go#L55
[golangci] reported by reviewdog 🐶
undeclared name: `any` (typecheck)
Raw Output:
controller/mocks/mock_collect-data.go:55:96: undeclared name: `any` (typecheck)
func (mr *MockResultCollectorMockRecorder) GetExperimentMetricsFromResult(chaosResult, clients any) *gomock.Call {
^
|
golangci-lint:
controller/mocks/mock_collect-data.go#L84
[golangci] reported by reviewdog 🐶
undeclared name: `any` (typecheck)
Raw Output:
controller/mocks/mock_collect-data.go:84:101: undeclared name: `any` (typecheck)
func (mr *MockResultCollectorMockRecorder) GetResultList(clients, chaosNamespace, monitoringEnabled any) *gomock.Call {
^
|
golangci-lint:
mocks/mock_collect-data.go#L55
[golangci] reported by reviewdog 🐶
undeclared name: `any` (typecheck)
Raw Output:
mocks/mock_collect-data.go:55:96: undeclared name: `any` (typecheck)
func (mr *MockResultCollectorMockRecorder) GetExperimentMetricsFromResult(chaosResult, clients any) *gomock.Call {
^
|
golangci-lint
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading