File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -107,16 +107,6 @@ linters:
107
107
- kubeapilinter
108
108
109
109
# # Excludes for JSONSchemaProps
110
- # controller-gen does not allow to add MaxItems to Schemaless fields: https://github.com/kubernetes-sigs/kube-api-linter/issues/120
111
- - path : " api/core/v1beta2/clusterclass_types.go"
112
- text : " maxlength: field (AllOf|OneOf|AnyOf) must have a maximum items, add kubebuilder:validation:MaxItems marker"
113
- linters :
114
- - kubeapilinter
115
- # controller-gen does not allow to add listType to Schemaless fields: https://github.com/kubernetes-sigs/kube-api-linter/issues/120
116
- - path : " api/core/v1beta2/clusterclass_types.go"
117
- text : " ssatags: (AllOf|OneOf|AnyOf) should have a listType marker for proper Server-Side Apply behavior"
118
- linters :
119
- - kubeapilinter
120
110
# We want to align to the JSON tags of the CustomResourceDefinition fields.
121
111
- path : " api/core/v1beta2/clusterclass_types"
122
112
text : " field (XPreserveUnknownFields|XPreserveUnknownFields|XValidations|XMetadata|XIntOrString) json tag does not match pattern"
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-20250808120943-48643eb2563d
6
+ version : v0.0.0-20250818155911-2e946afbd131
You can’t perform that action at this time.
0 commit comments