Skip to content

Commit 1dca66b

Browse files
authored
Fix misnamed field in CRD documentation (#46863)
* Fix a couple of mistakes in custom-resource-definition-versioning.md * revert one change
1 parent 4c7acca commit 1dca66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ with the `response` stanza populated, serialized to JSON.
873873
If conversion succeeds, a webhook should return a `response` stanza containing the following fields:
874874
* `uid`, copied from the `request.uid` sent to the webhook
875875
* `result`, set to `{"status":"Success"}`
876-
* `convertedObjects`, containing all of the objects from `request.objects`, converted to `request.desiredVersion`
876+
* `convertedObjects`, containing all of the objects from `request.objects`, converted to `request.desiredAPIVersion`
877877

878878
Example of a minimal successful response from a webhook:
879879

0 commit comments

Comments
 (0)