File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ linters:
83
83
# # Excludes for current apiVersions that can be removed once v1beta1 is removed.
84
84
# .status.deprecated.v1beta1.conditions fields are using v1beta1.Condition types.
85
85
- path : " api/addons/v1beta2|api/bootstrap/kubeadm/v1beta2|api/controlplane/kubeadm/v1beta2|api/core/v1beta2|api/ipam/v1beta2|api/runtime/v1beta2"
86
- text : " Conditions field must be a slice of metav1.Condition"
86
+ text : " Conditions field in .*V1Beta1DeprecatedStatus must be a slice of metav1.Condition"
87
87
linters :
88
88
- kubeapilinter
89
89
- path : " api/addons/v1beta2|api/bootstrap/kubeadm/v1beta2|api/controlplane/kubeadm/v1beta2|api/core/v1beta2|api/ipam/v1beta2|api/runtime/v1beta2"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: golangci-lint-kube-api-linter
3
3
destination : ./bin
4
4
plugins :
5
5
- module : ' sigs.k8s.io/kube-api-linter'
6
- version : v0.0.0-20250818155911-2e946afbd131
6
+ version : v0.0.0-20250819121536-a575e84f4ce8
You can’t perform that action at this time.
0 commit comments