Skip to content

Commit

Permalink
Update v1.5-v1.6 migration doc with deprecated code information
Browse files Browse the repository at this point in the history
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
  • Loading branch information
furkatgofurov7 committed Aug 7, 2023
1 parent 0def56e commit f28e31d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ maintainers of providers and consumers of our Go API.
### Removals

- 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.
- The `certmanager.clusterctl.cluster.x-k8s.io/version` annotation is removed, use `clusterctlv1.CertManagerVersionAnnotation` instead
- The function(s):
- `ClusterToObjectsMapper` is removed, please use `ClusterToTypedObjectsMapper` function instead.
- `Poll` and `PollImmediate` are removed, please use utils from "k8s.io/apimachinery/pkg/util/wait" instead.
- `NewProviderID` is removed, please use `ClusterToTypedObjectsMapper` function instead.
- The variable `DefaultIndexes` is removed, please use `[]Index{NodeProviderIDIndex}`
- `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.

### API Changes

Expand Down

0 comments on commit f28e31d

Please sign in to comment.