File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
keps/sig-api-machinery/2876-crd-validation-expression-language Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ Types:
506
506
| 'object' with AdditionalProperties | map |
507
507
| 'object' with x-kubernetes-embedded-type | <treatment is the same as 'object' more details below> |
508
508
| '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 |
510
510
| 'array | list |
511
511
| 'array' with x-kubernetes-list-type=map | list with map based Equality & unique key guarantees |
512
512
| 'array' with x-kubernetes-list-type=set | list with set based Equality & unique entry guarantees |
You can’t perform that action at this time.
0 commit comments