Fix link and bullets alignment in custom-resource-definition-versioning.md
This commit is contained in:
parent
64f03032cd
commit
0cfca02a33
|
|
@ -1037,7 +1037,7 @@ What happens to the object that is being returned while serving the read
|
|||
request depends on what is specified in the CRD's `spec.conversion`:
|
||||
- if the default `strategy` value `None` is specified, the only modifications
|
||||
to the object are changing the `apiVersion` string and perhaps [pruning
|
||||
unknown fields](/docs/concepts/extend-kubernetes/api-extension/custom-resources/custom-resource-definitions/#field-pruning)
|
||||
unknown fields](/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning)
|
||||
(depending on the configuration). Note that this is unlikely to lead to good
|
||||
results if the schemas differ between the storage and requested version.
|
||||
In particular, you should not use this strategy if the same data is
|
||||
|
|
|
|||
Loading…
Reference in New Issue