This is an automated email from the ASF dual-hosted git repository. squakez pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3e2acc09ae95d89cd237dd67759869aa9b12efaf Author: harshilv17 <[email protected]> AuthorDate: Sun Sep 20 23:11:50 2026 +0530 chore(api): keep the blank line between the kit type and layout label groups --- pkg/apis/camel/v1/integrationkit_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apis/camel/v1/integrationkit_types.go b/pkg/apis/camel/v1/integrationkit_types.go index 49f549b33..bab215f79 100644 --- a/pkg/apis/camel/v1/integrationkit_types.go +++ b/pkg/apis/camel/v1/integrationkit_types.go @@ -160,6 +160,7 @@ const ( IntegrationKitTypeUser = "user" // IntegrationKitTypeExternal identifies a Kit created by any third party. IntegrationKitTypeExternal = "external" + // IntegrationKitLayoutLabel labels the kit layout. IntegrationKitLayoutLabel = "camel.apache.org/kit.layout"
