You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ maintainers of providers and consumers of our Go API.
22
22
### Removals
23
23
24
24
- 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.
0 commit comments