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 74dd655 commit 270c680Copy full SHA for 270c680
content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md
@@ -1040,6 +1040,8 @@ request depends on what is specified in the CRD's `spec.conversion`:
1040
unknown fields](/docs/concepts/extend-kubernetes/api-extension/custom-resources/custom-resource-definitions/#field-pruning)
1041
(depending on the configuration). Note that this is unlikely to lead to good
1042
results if the schemas differ between the storage and requested version.
1043
+ In particular, you should not use this strategy if the same data is
1044
+ represented in different fields between versions.
1045
- if [webhook conversion](#webhook-conversion) is specified, then this
1046
mechanism controls the conversion.
1047
0 commit comments