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 b5cf5a4 commit cde8cc8Copy full SHA for cde8cc8
kube-core/src/schema/mod.rs
@@ -14,11 +14,11 @@ use schemars::{transform::Transform, JsonSchema};
14
use serde::{Deserialize, Serialize};
15
use serde_json::Value;
16
use std::collections::{BTreeMap, BTreeSet};
17
-use transform_optional_enum_with_null::remove_optional_enum_null_variant;
18
19
use crate::schema::{
20
transform_any_of::hoist_any_of_subschema_with_a_nullable_variant,
21
transform_one_of::hoist_one_of_enum_with_unit_variants,
+ transform_optional_enum_with_null::remove_optional_enum_null_variant,
22
transform_properties::hoist_properties_for_any_of_subschemas,
23
};
24
0 commit comments