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.
2 parents bf3667c + ec671a5 commit 5910862Copy full SHA for 5910862
docs/book/src/multiversion-tutorial/api-changes.md
@@ -19,7 +19,7 @@ In Kubernetes, **all versions must be safely round-tripable through each
19
other**. This means that if we convert from version 1 to version 2, and
20
then back to version 1, we must not lose information. Thus, any change we
21
make to our API must be compatible with whatever we supported in v1, and
22
-also need to make sure anything we add in v2 is supported in v2. In some
+also need to make sure anything we add in v2 is supported in v1. In some
23
cases, this means we need to add new fields to v1, but in our case, we
24
won't have to, since we're not adding new functionality.
25
0 commit comments