From ba8019dd057cc7f1c7a804ad20dd832b15fd0116 Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Tue, 8 Aug 2023 11:18:47 +0300 Subject: [PATCH] Add notes about new schemebuilder patterns in provider migration doc Signed-off-by: Furkat Gofurov --- docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md b/docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md index 983b303d9dad..2303b52bd3bc 100644 --- a/docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md +++ b/docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md @@ -31,3 +31,4 @@ maintainers of providers and consumers of our Go API. ### Suggested changes for providers +- In order to reduce dependencies for API package consumers, CAPI has diverged from the default kubebuilder scheme builder. This new pattern may also be useful for reducing dependencies in provider API packages. For more information [see the implementers guide.](../implementers-guide/create_api#registering-apis-in-the-scheme) \ No newline at end of file