From 91be85e080bb7ad1920589bb705387cdd4021c20 Mon Sep 17 00:00:00 2001 From: peefy Date: Sat, 10 Feb 2024 21:18:43 +0800 Subject: [PATCH] chore: fix camel-k modules Signed-off-by: peefy --- camel-k/kcl.mod | 3 +-- camel-k/v1/camel_apache_org_v1_integration.k | 2 +- camel-k/v1/camel_apache_org_v1_integration_platform.k | 4 ++-- camel-k/v1/camel_apache_org_v1_pipe.k | 2 +- camel-k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k | 2 +- camel_k/kcl.mod | 5 ++--- camel_k/v1/camel_apache_org_v1_integration.k | 2 +- camel_k/v1/camel_apache_org_v1_integration_platform.k | 4 ++-- camel_k/v1/camel_apache_org_v1_pipe.k | 2 +- camel_k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k | 2 +- jsonschema/ty.k | 2 +- 11 files changed, 14 insertions(+), 16 deletions(-) diff --git a/camel-k/kcl.mod b/camel-k/kcl.mod index 6f5ee9d0..bcf230ae 100644 --- a/camel-k/kcl.mod +++ b/camel-k/kcl.mod @@ -1,7 +1,6 @@ [package] name = "camel-k" -edition = "0.0.1" -version = "0.0.1" +version = "0.0.2" [dependencies] k8s = "1.28" diff --git a/camel-k/v1/camel_apache_org_v1_integration.k b/camel-k/v1/camel_apache_org_v1_integration.k index b5491093..c6449ae3 100644 --- a/camel-k/v1/camel_apache_org_v1_integration.k +++ b/camel-k/v1/camel_apache_org_v1_integration.k @@ -5908,7 +5908,7 @@ schema CamelApacheOrgV1IntegrationSpecTraits: """ - 3scale?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale + "3scale"?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale addons?: {str:any} diff --git a/camel-k/v1/camel_apache_org_v1_integration_platform.k b/camel-k/v1/camel_apache_org_v1_integration_platform.k index 00d3123a..1defc6a4 100644 --- a/camel-k/v1/camel_apache_org_v1_integration_platform.k +++ b/camel-k/v1/camel_apache_org_v1_integration_platform.k @@ -602,7 +602,7 @@ schema CamelApacheOrgV1IntegrationPlatformSpecTraits: """ - 3scale?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale + "3scale"?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale addons?: {str:any} @@ -2665,7 +2665,7 @@ schema CamelApacheOrgV1IntegrationPlatformStatusTraits: """ - 3scale?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale + "3scale"?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale addons?: {str:any} diff --git a/camel-k/v1/camel_apache_org_v1_pipe.k b/camel-k/v1/camel_apache_org_v1_pipe.k index 63df4a5c..b1edbd7b 100644 --- a/camel-k/v1/camel_apache_org_v1_pipe.k +++ b/camel-k/v1/camel_apache_org_v1_pipe.k @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1PipeSpecIntegrationTraits: """ - 3scale?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale + "3scale"?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale addons?: {str:any} diff --git a/camel-k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k b/camel-k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k index 7e6c0666..ec0ed409 100644 --- a/camel-k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k +++ b/camel-k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraits: """ - 3scale?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale + "3scale"?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale addons?: {str:any} diff --git a/camel_k/kcl.mod b/camel_k/kcl.mod index 6f5ee9d0..f838830f 100644 --- a/camel_k/kcl.mod +++ b/camel_k/kcl.mod @@ -1,7 +1,6 @@ [package] -name = "camel-k" -edition = "0.0.1" -version = "0.0.1" +name = "camel_k" +version = "0.0.2" [dependencies] k8s = "1.28" diff --git a/camel_k/v1/camel_apache_org_v1_integration.k b/camel_k/v1/camel_apache_org_v1_integration.k index b5491093..c6449ae3 100644 --- a/camel_k/v1/camel_apache_org_v1_integration.k +++ b/camel_k/v1/camel_apache_org_v1_integration.k @@ -5908,7 +5908,7 @@ schema CamelApacheOrgV1IntegrationSpecTraits: """ - 3scale?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale + "3scale"?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale addons?: {str:any} diff --git a/camel_k/v1/camel_apache_org_v1_integration_platform.k b/camel_k/v1/camel_apache_org_v1_integration_platform.k index 00d3123a..1defc6a4 100644 --- a/camel_k/v1/camel_apache_org_v1_integration_platform.k +++ b/camel_k/v1/camel_apache_org_v1_integration_platform.k @@ -602,7 +602,7 @@ schema CamelApacheOrgV1IntegrationPlatformSpecTraits: """ - 3scale?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale + "3scale"?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale addons?: {str:any} @@ -2665,7 +2665,7 @@ schema CamelApacheOrgV1IntegrationPlatformStatusTraits: """ - 3scale?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale + "3scale"?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale addons?: {str:any} diff --git a/camel_k/v1/camel_apache_org_v1_pipe.k b/camel_k/v1/camel_apache_org_v1_pipe.k index 63df4a5c..b1edbd7b 100644 --- a/camel_k/v1/camel_apache_org_v1_pipe.k +++ b/camel_k/v1/camel_apache_org_v1_pipe.k @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1PipeSpecIntegrationTraits: """ - 3scale?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale + "3scale"?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale addons?: {str:any} diff --git a/camel_k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k b/camel_k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k index 7e6c0666..ec0ed409 100644 --- a/camel_k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k +++ b/camel_k/v1alpha1/camel_apache_org_v1alpha1_kamelet_binding.k @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraits: """ - 3scale?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale + "3scale"?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale addons?: {str:any} diff --git a/jsonschema/ty.k b/jsonschema/ty.k index 9f89b9ae..301b828c 100644 --- a/jsonschema/ty.k +++ b/jsonschema/ty.k @@ -86,7 +86,7 @@ schema JSONSchema: allowTrailingCommas?: bool check: - n in ["$id", "$schema"] + n in ["$id", "$schema"], "additional attributes must be in $id and $schema" schema JSONSchemaMap: [name: str]: JSONSchema