Skip to content

Commit 8267805

Browse files
authored
Merge pull request #12600 from mcbenjemaa/patch-1
🌱 Fix Typo in v1.10-to-v1.11.md
2 parents c587e3e + faea711 commit 8267805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)