Skip to content

Commit 97b3e19

Browse files
committed
Bump KAL, adjust excludes
Signed-off-by: Stefan Büringer [email protected]
1 parent 4aecb73 commit 97b3e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci-kal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

hack/tools/.custom-gcl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: golangci-lint-kube-api-linter
33
destination: ./bin
44
plugins:
55
- module: 'sigs.k8s.io/kube-api-linter'
6-
version: v0.0.0-20250818155911-2e946afbd131
6+
version: v0.0.0-20250819121536-a575e84f4ce8

0 commit comments

Comments
 (0)