Skip to content

Commit 1594029

Browse files
nightkrclux
andauthored
Update kube-derive/src/lib.rs
Co-authored-by: Eirik A <[email protected]>
1 parent 92090b1 commit 1594029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ mod custom_resource;
116116
///
117117
/// Legal values:
118118
/// - `"derived"`: A `JsonSchema` implementation is automatically derived
119-
/// - `"custom"`: `JsonSchema` is not derived, but used when creating the `CustomResource` object
119+
/// - `"custom"`: `JsonSchema` is not derived, but used when creating the `CustomResourceDefinition` object
120120
/// - `"disabled"`: No `JsonSchema` is used
121121
///
122122
/// This can be used to provide a completely custom schema, or to interact with third-party custom resources

0 commit comments

Comments
 (0)