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 92090b1 commit 1594029Copy full SHA for 1594029
kube-derive/src/lib.rs
@@ -116,7 +116,7 @@ mod custom_resource;
116
///
117
/// Legal values:
118
/// - `"derived"`: A `JsonSchema` implementation is automatically derived
119
-/// - `"custom"`: `JsonSchema` is not derived, but used when creating the `CustomResource` object
+/// - `"custom"`: `JsonSchema` is not derived, but used when creating the `CustomResourceDefinition` object
120
/// - `"disabled"`: No `JsonSchema` is used
121
122
/// This can be used to provide a completely custom schema, or to interact with third-party custom resources
0 commit comments