File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/book/src/developer/providers/migrations Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3051,6 +3051,8 @@ Following table should help to pick the right utils.
30513051| `status.v1beta2.conditions` of type `[]metav1.Conditions` | `v1beta2conditions "sigs.k8s.io/cluster-api/util/deprecated/v1beta1/conditions/v1beta2"` | `v1beta1patch "sigs.k8s.io/cluster-api/util/deprecated/v1beta1/patch"` |
30523052| `status.deprecated.v1beta1.conditions` of type `clusterv1.Conditions` | `deprecatedv1beta1conditions "sigs.k8s.io/cluster-api/util/conditions/deprecated/v1beta1"` | `"sigs.k8s.io/cluster-api/util/patch"` |
30533053| `status.conditions` of type `[]metav1.Conditions` | `"sigs.k8s.io/cluster-api/util/conditions"` | `"sigs.k8s.io/cluster-api/util/patch"` |
3054- Important!
3054+
3055+ **Important!**
3056+
30553057- Please pay special attention to use the correct patch helper import everywhere, because using a wrong
30563058 one could in some cases lead to dropping conditions at runtime while not having compile errors.
You can’t perform that action at this time.
0 commit comments