Skip to content

Commit 5a1202c

Browse files
committed
docs: document test framework variable function renaming
1 parent d5158c2 commit 5a1202c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ maintainers of providers and consumers of our Go API.
1717

1818
### Other
1919

20+
- The following functions for `E2EConfig` in `sigs.k8s.io/cluster-api/test/framework/clusterctl` got renamed ([#11743](https://github.com/kubernetes-sigs/cluster-api/pull/11743)):
21+
- `E2EConfig.GetVariable` is now `E2EConfig.MustGetVariable`
22+
- `E2EConfig.GetInt64PtrVariable` is now `E2EConfig.MustGetInt64PtrVariable`
23+
- `E2EConfig.GetInt32PtrVariable` is now `E2EConfig.MustGetInt32PtrVariable`
24+
2025
### Suggested changes for providers

0 commit comments

Comments
 (0)