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
Copy file name to clipboardExpand all lines: docs/docs/operator/building-blocks/entities.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ public class EntitySpec
137
137
-`[RangeMinimum]` and `[RangeMaximum]`: Defines numeric value ranges
138
138
-`[MultipleOf]`: Specifies that a number must be a multiple of a given value
139
139
-`[Items]`: Defines minimum and maximum items for arrays
140
-
-`[ValidationRule]`: Defines custom validation rules using CEL expressions
140
+
-`[ValidationRule]`: Defines custom validation rules using CEL expressions. Can be applied to properties and to class types — in both cases it emits `x-kubernetes-validations` on the corresponding schema node. When applied to both a class and a property of that type, the rules are merged (class rules first, then property rules)
0 commit comments