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
27812781
27822782- If you are using Conditions from Cluster API resources, e.g. by looking at the `ControlPlaneInitialized` condition
27832783 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.
27852785 - To keep using old conditions from the Cluster object, temporarily present under `status.deprecated.v1beta1.conditions`
27862786 it is required to use utils from the `util/conditions/deprecated/v1beta1` package.
27872787 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