You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kube-derive/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ mod custom_resource;
206
206
///
207
207
/// 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.
208
208
///
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)
210
210
///
211
211
/// ## Advanced Features
212
212
/// - **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