Skip to content

Commit e851cef

Browse files
Update v1.5-v1.6 migration doc with deprecated code information
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent 229e7ae commit e851cef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ maintainers of providers and consumers of our Go API.
2222
### Removals
2323

2424
- API version `v1alpha4` is not served in v1.6 (users can enable it manually in case they are lagging behind with deprecation cycles). Important: `v1alpha4` will be completely removed in 1.7.
25+
- The function(s):
26+
- `ClusterToObjectsMapper` is removed, please use `ClusterToTypedObjectsMapper` function instead.
27+
- `Poll` and `PollImmediate` are removed, please use utils from "k8s.io/apimachinery/pkg/util/wait" instead.
28+
- The variable `DefaultIndexes` is removed, please use `[]Index{NodeProviderIDIndex}`
29+
- `ProviderID` type and all related methods/construct have been removed. Please see this [PR](https://github.com/kubernetes-sigs/cluster-api/pull/8577) for a reference.
2530

2631
### API Changes
2732

0 commit comments

Comments
 (0)