You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: MOVE CRS to his own addons group
Fix go licenses
Fix webhook alias SetupWebhookWithManager call
Fix envtest, add addonsv1 scheme
Fix Test_* with no addonsv1 scheme
Fix APIGroup for addonsv1
Address reviews and fix missing imports
Generate API
Fix CRS controllers call
text: "SA1019: feature.ClusterResourceSet is deprecated: ClusterResourceSet feature is now GA and the corresponding feature flag will be removed in 1.12 release."
285
+
- linters:
286
+
- revive
287
+
text: "exported: type name will be used as clusterresourceset.ClusterResourceSetBindingReconciler by other packages, and that stutters; consider calling this BindingReconciler"
288
+
- linters:
289
+
- revive
290
+
text: "exported: type name will be used as clusterresourceset.ClusterResourceSetReconciler by other packages, and that stutters; consider calling this Reconciler"
285
291
- linters:
286
292
- revive
287
293
text: "exported: exported method .*\\.(Reconcile|SetupWithManager|SetupWebhookWithManager) should have comment or be unexported"
0 commit comments