Skip to content

Commit 270c680

Browse files
committed
Applied review comment.
1 parent 74dd655 commit 270c680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,8 @@ request depends on what is specified in the CRD's `spec.conversion`:
10401040
unknown fields](/docs/concepts/extend-kubernetes/api-extension/custom-resources/custom-resource-definitions/#field-pruning)
10411041
(depending on the configuration). Note that this is unlikely to lead to good
10421042
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.
10431045
- if [webhook conversion](#webhook-conversion) is specified, then this
10441046
mechanism controls the conversion.
10451047

0 commit comments

Comments
 (0)