Skip to content

Commit 0753786

Browse files
chore: nightly automatic updates
1 parent ddcee93 commit 0753786

35 files changed

Lines changed: 103 additions & 1 deletion

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:https://goreportcard.com/badge/github.com/apache/camel-k["Go Report Card",
88
image:https://godoc.org/github.com/apache/camel-k?status.svg["GoDoc", link="https://godoc.org/github.com/apache/camel-k"]
99
image:https://github.com/apache/camel-k/workflows/build/badge.svg["Build", link="https://github.com/apache/camel-k/actions/workflows/build.yml"]
1010
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly releases", link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml"]
11-
image:https://img.shields.io/badge/Coverage-62.1-yellow.svg["Code coverage"]
11+
image:https://img.shields.io/badge/Coverage-63.0-yellow.svg["Code coverage"]
1212
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zulip", link="https://camel.zulipchat.com"]
1313

1414
Apache Camel K is a lightweight integration framework built from **Apache Camel** that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures. Users of `Camel K` can instantly run integration code written in Camel DSL on their preferred **Cloud** provider.

docs/modules/traits/pages/affinity.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ integration pod(s) should not be co-located with.
5656

5757
// End of autogenerated code - DO NOT EDIT! (configuration)
5858

59+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
60+
61+
5962
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
6063

6164

docs/modules/traits/pages/builder.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ if you need to execute them. Useful only with `pod` strategy.
130130

131131
// End of autogenerated code - DO NOT EDIT! (configuration)
132132

133+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
134+
135+
133136
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
134137

135138

docs/modules/traits/pages/camel.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ to the best matching Catalog existing on the cluster (Default, the one provided
4747

4848
// End of autogenerated code - DO NOT EDIT! (configuration)
4949

50+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
51+
52+
5053
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`

docs/modules/traits/pages/container.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,7 @@ Integration `.spec.integrationKit` parameter. If you're moving the Integration a
121121

122122
// End of autogenerated code - DO NOT EDIT! (configuration)
123123

124+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
125+
126+
124127
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`

docs/modules/traits/pages/cron.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,7 @@ It defaults to 2.
9999

100100
// End of autogenerated code - DO NOT EDIT! (configuration)
101101

102+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
103+
104+
102105
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`

docs/modules/traits/pages/deployer.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ Deprecated: this feature will be removed in future releases.
4545

4646
// End of autogenerated code - DO NOT EDIT! (configuration)
4747

48+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
49+
50+
4851
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`

docs/modules/traits/pages/deployment.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ Defaults to `25%`.
6060

6161
// End of autogenerated code - DO NOT EDIT! (configuration)
6262

63+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
64+
65+
6366
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`

docs/modules/traits/pages/environment.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ These take precedence over any previously defined environment variables.
4949

5050
// End of autogenerated code - DO NOT EDIT! (configuration)
5151

52+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
53+
54+
5255
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`

docs/modules/traits/pages/gateway.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ The following configuration options are available:
4343

4444
// End of autogenerated code - DO NOT EDIT! (configuration)
4545

46+
NOTE: the variable names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`
47+
48+
4649
NOTE: the variables names are "snake case" if you're using in `kamel` CLI, for example `trait.myParam` has to be translated as `-t trait.my-param`

0 commit comments

Comments
 (0)