From f447127ca1b40886f4833acf124c00527df2c43e 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..dc32a2ee18e3 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.md#registering-apis-in-the-scheme) \ No newline at end of file