Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualToMultipleOf ¶
func EqualToMultipleOf(multiple int64, attributeToMultiplyExpressions ...path.Expression) validator.Int64
EqualToMultipleOf returns an AttributeValidator which ensures that any configured attribute value:
- Is a number, which can be represented by a 64-bit integer.
- Is equal to the multiplication of the given attributes retrieved via the given path expression(s).
Null (unconfigured) and unknown (known after apply) values are skipped.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.