Skip to content

Commit be25e48

Browse files
committed
Review comments PP
Signed-off-by: Jakub Scholz <[email protected]>
1 parent 7da4e36 commit be25e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

117-v1-CRD-API-Conversion-Tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This proposal provides additional details.
1515
### Conversion Tasks
1616

1717
The conversion tool should be able to fulfill the following tasks:
18-
* Support conversion of the custom resources by modifying their structure to account for the fields that were renamed or moved:
18+
* Support conversion of the custom resources by modifying their structure to account for the fields that were renamed, moved, or removed:
1919
* Be able to do the conversion inside a Kubernetes cluster across all namespaces, in a single namespace, or for a particular custom resource only
2020
* Convert YAML files with the Strimzi custom resources in-place (by modifying the existing file) or by creating a new file
2121
* Support updating the CRDs:
@@ -27,7 +27,7 @@ Users should be able to use only some of these tasks if needed and combine the C
2727

2828
### Architecture
2929

30-
The Conversion Tool will be written in Java and mostly follow the architecture of the previous tool we used last time when migrating from `v1beta1` to `v1beta2` API.
30+
The Conversion Tool will be written in Java and mostly follow the architecture of the [previous tool](https://github.com/strimzi/strimzi-kafka-operator/tree/0.22.0/api-conversion) we used last time when migrating from `v1beta1` to `v1beta2` API.
3131
Using Java would simplify the release process as it would depend directly on the Strimzi API.
3232

3333
The Conversion Tool itself will be distributed as ZIP and TAR.GZ archives.

0 commit comments

Comments
 (0)