File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/book/src/developer/providers/migrations Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2781,7 +2781,7 @@ As documented in [Suggested changes for providers](#suggested-changes-for-provid
2781
2781
2782
2782
- If you are using Conditions from Cluster API resources, e.g. by looking at the `ControlPlaneInitialized` condition
2783
2783
on the Cluster object, we highly recommend clients to use new conditions instead of old ones.
2784
- Utils for working with new conditions ara available in the `sigs.k8s.io/cluster-api/util/conditions` package.
2784
+ Utils for working with new conditions are available in the `sigs.k8s.io/cluster-api/util/conditions` package.
2785
2785
- To keep using old conditions from the Cluster object, temporarily present under `status.deprecated.v1beta1.conditions`
2786
2786
it is required to use utils from the `util/conditions/deprecated/v1beta1` package.
2787
2787
Please note that `status.deprecated.v1beta1.conditions` will be removed tentatively in August 2026.
You can’t perform that action at this time.
0 commit comments