Skip to content

Commit cc4dbf7

Browse files
committed
Add CRD validation section
Signed-off-by: Anton Troshin <[email protected]>
1 parent 9581cd5 commit cc4dbf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

20240917-BR-resiliency-error-code-retries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ The acceptable values are the same as the ones defined in the [HTTP Status Codes
9797
Both the `httpStatusCodes` and `gRPCStatusCodes` fields are of type string and optional and can be set to a comma-separated list of status codes and/or ranges of status codes.
9898
The range must be in the format `<start>-<end>` (inclusive). Having more than one dash in the range is not allowed.
9999

100+
### CRD Validation
101+
102+
Both field values should be validated using Common Expression Language [CEL](https://kubernetes.io/docs/reference/using-api/cel/)
103+
100104
### Parsing the configuration
101105

102106
The configuration values will be first parsed as comma-separated lists.

0 commit comments

Comments
 (0)