Skip to content

Commit

Permalink
chore: fix camel-k modules
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Feb 10, 2024
1 parent b527e61 commit 91be85e
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 16 deletions.
3 changes: 1 addition & 2 deletions camel-k/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "camel-k"
edition = "0.0.1"
version = "0.0.1"
version = "0.0.2"

[dependencies]
k8s = "1.28"
2 changes: 1 addition & 1 deletion camel-k/v1/camel_apache_org_v1_integration.k
Original file line number Diff line number Diff line change
Expand Up @@ -5908,7 +5908,7 @@ schema CamelApacheOrgV1IntegrationSpecTraits:
"""


3scale?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale
"3scale"?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale

addons?: {str:any}

Expand Down
4 changes: 2 additions & 2 deletions camel-k/v1/camel_apache_org_v1_integration_platform.k
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ schema CamelApacheOrgV1IntegrationPlatformSpecTraits:
"""


3scale?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale
"3scale"?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale

addons?: {str:any}

Expand Down Expand Up @@ -2665,7 +2665,7 @@ schema CamelApacheOrgV1IntegrationPlatformStatusTraits:
"""


3scale?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale
"3scale"?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale

addons?: {str:any}

Expand Down
2 changes: 1 addition & 1 deletion camel-k/v1/camel_apache_org_v1_pipe.k
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1PipeSpecIntegrationTraits:
"""


3scale?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale
"3scale"?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale

addons?: {str:any}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraits:
"""


3scale?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale
"3scale"?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale

addons?: {str:any}

Expand Down
5 changes: 2 additions & 3 deletions camel_k/kcl.mod
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion camel_k/v1/camel_apache_org_v1_integration.k
Original file line number Diff line number Diff line change
Expand Up @@ -5908,7 +5908,7 @@ schema CamelApacheOrgV1IntegrationSpecTraits:
"""


3scale?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale
"3scale"?: CamelApacheOrgV1IntegrationSpecTraitsNr3scale

addons?: {str:any}

Expand Down
4 changes: 2 additions & 2 deletions camel_k/v1/camel_apache_org_v1_integration_platform.k
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ schema CamelApacheOrgV1IntegrationPlatformSpecTraits:
"""


3scale?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale
"3scale"?: CamelApacheOrgV1IntegrationPlatformSpecTraitsNr3scale

addons?: {str:any}

Expand Down Expand Up @@ -2665,7 +2665,7 @@ schema CamelApacheOrgV1IntegrationPlatformStatusTraits:
"""


3scale?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale
"3scale"?: CamelApacheOrgV1IntegrationPlatformStatusTraitsNr3scale

addons?: {str:any}

Expand Down
2 changes: 1 addition & 1 deletion camel_k/v1/camel_apache_org_v1_pipe.k
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1PipeSpecIntegrationTraits:
"""


3scale?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale
"3scale"?: CamelApacheOrgV1PipeSpecIntegrationTraitsNr3scale

addons?: {str:any}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@ schema CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraits:
"""


3scale?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale
"3scale"?: CamelApacheOrgV1alpha1KameletBindingSpecIntegrationTraitsNr3scale

addons?: {str:any}

Expand Down
2 changes: 1 addition & 1 deletion jsonschema/ty.k
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91be85e

Please sign in to comment.