Skip to content

Commit e368a6a

Browse files
authored
Merge pull request #37381 from Nordix/tiny-spell-fix/mohammed
Tiny spell fix and rephrasing
2 parents 065d8e6 + 388a17b commit e368a6a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ level of your CustomResourceDefinitions or advance your API to a new version wit
1515

1616
## {{% heading "prerequisites" %}}
1717

18-
1918
{{< include "task-tutorial-prereqs.md" >}}
2019

21-
You should have a initial understanding of [custom resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
20+
You should have an initial understanding of [custom resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
2221

2322
{{< version-check >}}
2423

@@ -42,10 +41,9 @@ Later it might be necessary to add new version such as `v1`.
4241

4342
Adding a new version:
4443

45-
1. Pick a conversion strategy. Since custom resource objects need to be able to
46-
be served at both versions, that means they will sometimes be served at a
47-
different version than their storage version. In order for this to be
48-
possible, the custom resource objects must sometimes be converted between the
44+
1. Pick a conversion strategy. Since custom resource objects need the ability to
45+
be served at both versions, that means they will sometimes be served in a
46+
different version than the one stored. To make this possible, the custom resource objects must sometimes be converted between the
4947
version they are stored at and the version they are served at. If the
5048
conversion involves schema changes and requires custom logic, a conversion
5149
webhook should be used. If there are no schema changes, the default `None`

0 commit comments

Comments
 (0)