We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3850a19 commit c2fbe70Copy full SHA for c2fbe70
kube-derive/tests/crd_complex_enum_tests.rs
@@ -272,6 +272,8 @@ fn untagged_enum() {
272
"two": {
273
"description": "Used in case the `two` field of type [`NormalEnum`] is present",
274
"enum": [
275
+ "C",
276
+ "D",
277
"A",
278
"B"
279
],
@@ -360,6 +362,8 @@ fn optional_untagged_enum() {
360
362
361
363
364
365
366
367
368
369
@@ -444,6 +448,8 @@ fn flattened_untagged_enum() {
444
448
445
449
446
450
451
452
447
453
454
455
0 commit comments