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:
8383 # # Excludes for current apiVersions that can be removed once v1beta1 is removed.
8484 # .status.deprecated.v1beta1.conditions fields are using v1beta1.Condition types.
8585 - 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"
8787 linters :
8888 - kubeapilinter
8989 - 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
33destination : ./bin
44plugins :
55- 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