Skip to content

Commit 0843c09

Browse files
jpbetzliggitt
andauthored
Update keps/sig-api-machinery/2876-crd-validation-expression-language/README.md
Co-authored-by: Jordan Liggitt <[email protected]>
1 parent f1bec78 commit 0843c09

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-api-machinery/2876-crd-validation-expression-language

1 file changed

+1
-1
lines changed

keps/sig-api-machinery/2876-crd-validation-expression-language/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ Types:
506506
| 'object' with AdditionalProperties | map |
507507
| 'object' with x-kubernetes-embedded-type | <treatment is the same as 'object' more details below> |
508508
| 'object' with x-kubernetes-preserve-unknown-fields | <treatment is the same as 'object', more details below> |
509-
| x-kubernetes-embedded-int-or-string | object with 'intVal' (type: int) and 'strVal' (type: string) fields |
509+
| x-kubernetes-int-or-string | object with 'intVal' (type: int) and 'strVal' (type: string) fields |
510510
| 'array | list |
511511
| 'array' with x-kubernetes-list-type=map | list with map based Equality & unique key guarantees |
512512
| 'array' with x-kubernetes-list-type=set | list with set based Equality & unique entry guarantees |

0 commit comments

Comments
 (0)