Skip to content

Commit 870f536

Browse files
committed
Fix straggling link that still went to the old derive_schema field
Signed-off-by: Teo Klestrup Röijezon <[email protected]>
1 parent 74b694c commit 870f536

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
@@ -206,7 +206,7 @@ mod custom_resource;
206206
///
207207
/// See [kubernetes openapi validation](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation) for the format of the OpenAPI v3 schemas.
208208
///
209-
/// If you have to override a lot, [you can opt-out of schema-generation entirely](#kubederive_schema--false)
209+
/// If you have to override a lot, [you can opt-out of schema-generation entirely](#kubeschema_mode--mode)
210210
///
211211
/// ## Advanced Features
212212
/// - **embedding k8s-openapi types** can be done by enabling the `schemars` feature of `k8s-openapi` from [`0.13.0`](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md#v0130-2021-08-09)

0 commit comments

Comments
 (0)