We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd64a16 commit ac61b34Copy full SHA for ac61b34
.golangci.yml
@@ -269,7 +269,11 @@ linters:
269
- linters:
270
- staticcheck
271
text: 'SA1019: .*(res|result|i|j)\.Requeue is deprecated: Use `RequeueAfter` instead'
272
- # TODO: var-naming: avoid meaningless package names by revive
+ # CR v0.22 deprecated client.Apply, will be fixed via: https://github.com/kubernetes-sigs/cluster-api/issues/12695
273
+ - linters:
274
+ - staticcheck
275
+ text: 'SA1019: client.Apply is deprecated: Use client.Client.Apply'
276
+ # TODO: var-naming: avoid meaningless package names by revive
277
# * test/infrastructure/docker/internal/docker/types/
278
# * bootstrap/kubeadm/types/
279
# * internal/webhooks/util/
0 commit comments