This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 3d4198faa chore: nightly automatic updates
3d4198faa is described below
commit 3d4198faa4bb9788d94bb2ca1b01e496188546d6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 14 23:56:35 2024 +0000
chore: nightly automatic updates
---
CHANGELOG.md | 11 ++
README.adoc | 2 +-
badge.out | 2 +-
coverage | 2 +-
coverage.out | 269 +++++++++++++++++-------------------
helm/camel-k/crds/camel-k-crds.yaml | 84 +++++------
6 files changed, 178 insertions(+), 192 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b7e85063..28cd27e1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,15 +7,26 @@
**Closed issues:**
- Integrations built with build strategy Spectrum do not start
[\#5759](https://github.com/apache/camel-k/issues/5759)
+- Possible deadlock between integration builds
[\#5755](https://github.com/apache/camel-k/issues/5755)
- How to config spec.template.spec.hostAliases with camel-k
[\#5745](https://github.com/apache/camel-k/issues/5745)
+- Drop support for Tracing trait
[\#5739](https://github.com/apache/camel-k/issues/5739)
- Move github actions to use Minikube
[\#5723](https://github.com/apache/camel-k/issues/5723)
+- Enhance environment trait to include values from secrets/configmaps
[\#5522](https://github.com/apache/camel-k/issues/5522)
- Add docker image creation date
[\#5385](https://github.com/apache/camel-k/issues/5385)
**Merged pull requests:**
+- chore: remove code deprecated before 2.3
[\#5770](https://github.com/apache/camel-k/pull/5770)
([squakez](https://github.com/squakez))
+- chore\(ci\): exclude mock, util and generated code from coverage
[\#5769](https://github.com/apache/camel-k/pull/5769)
([squakez](https://github.com/squakez))
+- fix\(ci\): use new infra configuration
[\#5767](https://github.com/apache/camel-k/pull/5767)
([squakez](https://github.com/squakez))
+- chore\(traits\): remove tracing
[\#5764](https://github.com/apache/camel-k/pull/5764)
([squakez](https://github.com/squakez))
- chore\(deps\): bump fabric8-version from 6.13.1 to 6.13.2 in /java/crds
[\#5761](https://github.com/apache/camel-k/pull/5761)
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.56 to
0.6.57 [\#5760](https://github.com/apache/camel-k/pull/5760)
([dependabot[bot]](https://github.com/apps/dependabot))
+- bugfix\(\#5755\): avoiding deadlock between builds with dependencies build
order strategy [\#5757](https://github.com/apache/camel-k/pull/5757)
([lsergio](https://github.com/lsergio))
- feat\(ci\): minikube usage
[\#5756](https://github.com/apache/camel-k/pull/5756)
([squakez](https://github.com/squakez))
+- feat\(trait\): set env as configmaps/secrets
[\#5754](https://github.com/apache/camel-k/pull/5754)
([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.55 to
0.6.56 [\#5753](https://github.com/apache/camel-k/pull/5753)
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore\(deps\): bump knative.dev/serving from 0.42.1 to 0.42.2
[\#5750](https://github.com/apache/camel-k/pull/5750)
([dependabot[bot]](https://github.com/apps/dependabot))
## [2.4.1-nightly](https://github.com/apache/camel-k/tree/2.4.1-nightly)
(2024-08-07)
diff --git a/README.adoc b/README.adoc
index 5e2c89023..c02e5c42d 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@
image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg["
image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative",
link="https://github.com/apache/camel-k/actions/workflows/knative.yml"]
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"]
image:https://github.com/apache/camel-k/actions/workflows/native.yml/badge.svg["Quarkus
native", link="https://github.com/apache/camel-k/actions/workflows/native.yml"]
-image:https://img.shields.io/badge/Coverage-30.7%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-30.4%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on
Zulip", link="https://camel.zulipchat.com"]
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.
diff --git a/badge.out b/badge.out
index b1ef97ca0..48b715618 100644
--- a/badge.out
+++ b/badge.out
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/coverage b/coverage
index da0a4ca88..0569b0078 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-30.7
+30.4
diff --git a/coverage.out b/coverage.out
index 1ceecb0b2..c857b8518 100644
--- a/coverage.out
+++ b/coverage.out
@@ -51,7 +51,6 @@
github.com/apache/camel-k/v2/addons/register_gcp_secrets.go:25:
init
github.com/apache/camel-k/v2/addons/register_hashicorp_vault.go:25:
init
100.0%
github.com/apache/camel-k/v2/addons/register_keda.go:25:
init
100.0%
github.com/apache/camel-k/v2/addons/register_master.go:25:
init
100.0%
-github.com/apache/camel-k/v2/addons/register_opentracing.go:25:
init
100.0%
github.com/apache/camel-k/v2/addons/register_resume.go:25:
init
100.0%
github.com/apache/camel-k/v2/addons/register_strimzi.go:25:
init
100.0%
github.com/apache/camel-k/v2/addons/register_telemetry.go:25:
init
100.0%
@@ -142,23 +141,18 @@
github.com/apache/camel-k/v2/addons/threescale/3scale.go:84:
NewThreeSca
github.com/apache/camel-k/v2/addons/threescale/3scale.go:90:
Configure
93.3%
github.com/apache/camel-k/v2/addons/threescale/3scale.go:117:
Apply
100.0%
github.com/apache/camel-k/v2/addons/threescale/3scale.go:124:
addLabelsAndAnnotations
90.9%
-github.com/apache/camel-k/v2/addons/tracing/discovery/jaeger.go:40:
FindEndpoint
0.0%
-github.com/apache/camel-k/v2/addons/tracing/discovery/jaeger.go:71:
init
100.0%
-github.com/apache/camel-k/v2/addons/tracing/tracing.go:83:
NewTracingTrait
100.0%
-github.com/apache/camel-k/v2/addons/tracing/tracing.go:89:
Configure
50.0%
-github.com/apache/camel-k/v2/addons/tracing/tracing.go:130:
Apply
92.9%
-github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:79:
NewAwsSecretsManagerTrait
100.0%
-github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:85:
Configure
81.8%
-github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:107:
Apply
82.8%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:93:
NewAzureKeyVaultTrait
100.0%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:99:
Configure
81.8%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:123:
Apply
84.8%
+github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:78:
NewAwsSecretsManagerTrait
100.0%
+github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:84:
Configure
81.8%
+github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:106:
Apply
82.1%
+github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:88:
NewAzureKeyVaultTrait
100.0%
+github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:94:
Configure
81.8%
+github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:118:
Apply
84.8%
github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:72:
NewGcpSecretManagerTrait 100.0%
github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:78:
Configure
72.7%
github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:102:
Apply
84.6%
-github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:65:
NewHashicorpVaultTrait
100.0%
-github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:71:
Configure
60.0%
-github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:83:
Apply
84.2%
+github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:63:
NewHashicorpVaultTrait
100.0%
+github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:69:
Configure
60.0%
+github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:81:
Apply
83.3%
github.com/apache/camel-k/v2/cmd/kamel/main.go:33:
main
0.0%
github.com/apache/camel-k/v2/cmd/kamel/main.go:47:
exitOnError
0.0%
github.com/apache/camel-k/v2/cmd/manager/main.go:33:
main
0.0%
@@ -217,33 +211,35 @@
github.com/apache/camel-k/v2/pkg/apis/addtoscheme_monitoring.go:22:
init
github.com/apache/camel-k/v2/pkg/apis/addtoscheme_olm.go:26:
init
100.0%
github.com/apache/camel-k/v2/pkg/apis/addtoscheme_openshift.go:22:
init
100.0%
github.com/apache/camel-k/v2/pkg/apis/apis.go:28:
AddToScheme
100.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:25:
NewBuild
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:38:
NewBuildList
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:48:
BuilderPodNamespace
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:58:
BuilderConfiguration
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:63:
TaskConfiguration
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:68:
BuilderDependencies
66.7%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:77:
FindBuilderTask
75.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:87:
ConfigurationTasksByName
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:112:
SetBuilderConfigurationTasks
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:121:
String
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:126:
GetCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:136:
Failed
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:142:
IsFinished
100.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:147:
SetCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:158:
SetErrorCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:173:
SetConditions
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:198:
RemoveCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:211:
GetConditions
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:219:
GetType
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:223:
GetStatus
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:227:
GetLastUpdateTime
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:231:
GetLastTransitionTime
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:235:
GetReason
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:239:
GetMessage
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:243:
HasRunningBuilds
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:253:
HasScheduledBuildsBefore
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:270:
HasMatchingBuild
85.2%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:27:
NewBuild
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:40:
NewBuildList
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:50:
BuilderPodNamespace
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:60:
BuilderConfiguration
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:65:
TaskConfiguration
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:70:
BuilderDependencies
66.7%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:78:
RuntimeVersion
66.7%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:87:
FindBuilderTask
75.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:97:
ConfigurationTasksByName
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:122:
SetBuilderConfigurationTasks
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:131:
String
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:136:
GetCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:146:
Failed
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:152:
IsFinished
100.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:157:
SetCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:168:
SetErrorCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:183:
SetConditions
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:208:
RemoveCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:221:
GetConditions
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:229:
GetType
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:233:
GetStatus
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:237:
GetLastUpdateTime
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:241:
GetLastTransitionTime
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:245:
GetReason
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:249:
GetMessage
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:253:
HasRunningBuilds
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:263:
HasScheduledBuildsBefore
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:280:
HasMatchingBuild
94.1%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:346:
compareBuilds
60.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:28:
NewCamelCatalog
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:42:
NewCamelCatalogWithSpecs
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:57:
NewCamelCatalogList
0.0%
@@ -278,25 +274,25 @@
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:270
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:279:
consumerScheme
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:283:
producerScheme
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:323:
String
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:33:
String
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:37:
String
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:41:
CapabilityDependencies
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:52:
TraitProfileByName
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:62:
Equal
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:67:
Merge
65.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:105:
Merge
65.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:143:
MarshalJSON
66.7%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:151:
UnmarshalJSON
75.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:160:
String
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:175:
GetOperatorIDAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:180:
GetIntegrationProfileAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:185:
GetIntegrationProfileNamespaceAnnotation 0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:190:
GetAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:203:
SetAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:215:
IsEmpty
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:225:
DecodeValueSource
100.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:268:
IsGeneratedFromKamelet
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:273:
InferLanguage
83.3%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:35:
String
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:39:
String
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:43:
CapabilityDependencies
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:54:
TraitProfileByName
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:64:
Equal
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:69:
Merge
65.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:107:
Merge
65.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:145:
MarshalJSON
66.7%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:153:
UnmarshalJSON
75.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:162:
String
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:177:
GetOperatorIDAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:182:
GetIntegrationProfileAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:187:
GetIntegrationProfileNamespaceAnnotation 0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:192:
GetAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:205:
SetAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:217:
IsEmpty
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:227:
DecodeValueSource
100.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:269:
IsGeneratedFromKamelet
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:274:
InferLanguage
83.3%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:40:
Type
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:45:
Endpoint
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:50:
Configuration
0.0%
@@ -3157,7 +3153,7 @@ github.com/apache/camel-k/v2/pkg/trait/camel.go:58:
Matches
75.0%
github.com/apache/camel-k/v2/pkg/trait/camel.go:67:
Configure
85.7%
github.com/apache/camel-k/v2/pkg/trait/camel.go:84:
Apply
100.0%
github.com/apache/camel-k/v2/pkg/trait/camel.go:120:
loadOrCreateCatalog
56.2%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:159:
computeConfigMaps
100.0%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:159:
computeConfigMaps
94.7%
github.com/apache/camel-k/v2/pkg/trait/camel.go:240:
determineRuntimeVersion
66.7%
github.com/apache/camel-k/v2/pkg/trait/container.go:69:
newContainerTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/container.go:89:
Configure
80.0%
@@ -3209,9 +3205,9 @@ github.com/apache/camel-k/v2/pkg/trait/deployment.go:89:
SelectControlle
github.com/apache/camel-k/v2/pkg/trait/deployment.go:94:
ControllerStrategySelectorOrder
100.0%
github.com/apache/camel-k/v2/pkg/trait/deployment.go:98:
Apply
100.0%
github.com/apache/camel-k/v2/pkg/trait/deployment.go:112:
getDeploymentFor
100.0%
-github.com/apache/camel-k/v2/pkg/trait/environment.go:58:
newEnvironmentTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/environment.go:67:
Configure
66.7%
-github.com/apache/camel-k/v2/pkg/trait/environment.go:75:
Apply
86.4%
+github.com/apache/camel-k/v2/pkg/trait/environment.go:59:
newEnvironmentTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/environment.go:68:
Configure
66.7%
+github.com/apache/camel-k/v2/pkg/trait/environment.go:76:
Apply
85.7%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:41:
newErrorHandlerTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:48:
Configure
88.9%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:66:
Apply
83.3%
@@ -3256,18 +3252,15 @@ github.com/apache/camel-k/v2/pkg/trait/jvm.go:206:
prepareClasspathItem
github.com/apache/camel-k/v2/pkg/trait/jvm.go:236:
extractExistingClasspathItems
100.0%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:251:
prepareHTTPProxy
90.9%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:311:
getLegacyCamelQuarkusDependenciesPaths 100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:60:
newConfigurationKey
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:72:
newKameletsTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:78:
Configure
77.8%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:111:
Apply
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:120:
collectKamelets
90.9%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:173:
addKamelets
85.2%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:221:
addKameletAsSource
80.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:271:
listConfigurationSecrets 92.3%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:294:
getKameletKeys
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:309:
getConfigurationKeys
90.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:339:
integrationSourceFromKameletSource 86.7%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:366:
initializeConfigmapKameletSource 100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:60:
newKameletsTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:66:
Configure
77.8%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:99:
Apply
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:108:
collectKamelets
90.9%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:161:
addKamelets
85.2%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:209:
addKameletAsSource
80.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:258:
getKameletKeys
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:273:
integrationSourceFromKameletSource 86.7%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:300:
initializeConfigmapKameletSource 100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:37:
newKameletBundle
100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:43:
add
100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:48:
toConfigmaps
94.1%
@@ -3301,13 +3294,12 @@ github.com/apache/camel-k/v2/pkg/trait/logging.go:53:
Configure 60
github.com/apache/camel-k/v2/pkg/trait/logging.go:64:
Apply
100.0%
github.com/apache/camel-k/v2/pkg/trait/logging.go:75:
setEnvConfiguration
60.0%
github.com/apache/camel-k/v2/pkg/trait/logging.go:97:
setCatalogConfiguration
100.0%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:49:
newMountTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:56:
Configure
81.8%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:81:
Apply
80.8%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:130:
configureVolumesAndMounts
76.5%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:163:
mountResource
93.3%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:187:
addServiceBindingSecret
33.3%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:196:
addImplicitKameletsSecrets
62.5%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:47:
newMountTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:54:
Configure
80.0%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:76:
Apply
80.8%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:125:
configureVolumesAndMounts
76.5%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:158:
mountResource
93.3%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:182:
addServiceBindingSecret
33.3%
github.com/apache/camel-k/v2/pkg/trait/openapi.go:58:
newOpenAPITrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/openapi.go:64:
Configure
100.0%
github.com/apache/camel-k/v2/pkg/trait/openapi.go:76:
Apply
90.9%
@@ -3462,55 +3454,51 @@
github.com/apache/camel-k/v2/pkg/trait/trait_types.go:376:
GetIntegratio
github.com/apache/camel-k/v2/pkg/trait/trait_types.go:404:
DetermineCatalogNamespace
18.2%
github.com/apache/camel-k/v2/pkg/trait/trait_types.go:424:
computeApplicationProperties
83.3%
github.com/apache/camel-k/v2/pkg/trait/trait_types.go:455:
addSourcesProperties
80.6%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:506:
configureVolumesAndMounts
89.2%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:616:
getVolume
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:646:
getMount
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:659:
convertToKeyToPath
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:676:
getMountPoint
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:695:
collectConfigurationValues
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:703:
collectConfigurationPairs
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:707:
collectConfigurations
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:711:
GetIntegrationContainerName
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:723:
isEmbedded
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:732:
GetIntegrationContainer
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:737:
getIntegrationContainerPort
92.3%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:766:
createContainerPort
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:790:
CapabilityPropertyKey
83.3%
-github.com/apache/camel-k/v2/pkg/trait/util.go:44:
ptrFrom
100.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:50:
Get
57.1%
-github.com/apache/camel-k/v2/pkg/trait/util.go:69:
getIntegrationKit
0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:78:
collectConfigurationValues
100.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:103:
collectConfigurations
100.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:128:
collectConfigurationPairs
95.2%
-github.com/apache/camel-k/v2/pkg/trait/util.go:168:
keyValuePairArrayAsStringMap
100.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:183:
filterTransferableAnnotations
83.3%
-github.com/apache/camel-k/v2/pkg/trait/util.go:196:
ExtractSourceDependencies
82.4%
-github.com/apache/camel-k/v2/pkg/trait/util.go:233:
AssertTraitsType
80.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:244:
ToTraitMap
66.7%
-github.com/apache/camel-k/v2/pkg/trait/util.go:262:
ToPropertyMap
71.4%
-github.com/apache/camel-k/v2/pkg/trait/util.go:278:
MigrateLegacyConfiguration
33.3%
-github.com/apache/camel-k/v2/pkg/trait/util.go:306:
ToTrait
71.4%
-github.com/apache/camel-k/v2/pkg/trait/util.go:319:
getBuilderTask
75.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:328:
getPackageTask
75.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:338:
Equals
100.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:343:
IntegrationsHaveSameTraits
0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:357:
PipesHaveSameTraits
71.4%
-github.com/apache/camel-k/v2/pkg/trait/util.go:372:
KameletBindingsHaveSameTraits
0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:388:
IntegrationAndPipeSameTraits
81.8%
-github.com/apache/camel-k/v2/pkg/trait/util.go:411:
IntegrationAndKameletBindingSameTraits 0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:432:
newTraitsOptions
81.8%
-github.com/apache/camel-k/v2/pkg/trait/util.go:454:
ExtractAndMaybeDeleteTraits
84.2%
-github.com/apache/camel-k/v2/pkg/trait/util.go:487:
extractAsArray
18.2%
-github.com/apache/camel-k/v2/pkg/trait/util.go:505:
NewSpecTraitsOptionsForIntegrationAndPlatform 0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:533:
NewSpecTraitsOptionsForIntegration 75.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:546:
newTraitsOptionsForIntegrationKit 0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:559:
NewSpecTraitsOptionsForIntegrationKit 0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:563:
NewTraitsOptionsForPipe
87.5%
-github.com/apache/camel-k/v2/pkg/trait/util.go:581:
NewTraitsOptionsForKameletBinding 0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:599:
containsEndpoint
86.7%
-github.com/apache/camel-k/v2/pkg/trait/util.go:624:
HasMatchingTraits
84.6%
-github.com/apache/camel-k/v2/pkg/trait/util.go:650:
matchesComparableTrait
69.2%
-github.com/apache/camel-k/v2/pkg/trait/util.go:671:
matchesTrait
0.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:506:
configureVolumesAndMounts
82.5%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:574:
getVolume
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:604:
getMount
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:617:
convertToKeyToPath
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:634:
getMountPoint
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:657:
collectConfigurationPairs
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:661:
GetIntegrationContainerName
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:673:
isEmbedded
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:682:
GetIntegrationContainer
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:687:
getIntegrationContainerPort
92.3%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:716:
createContainerPort
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:740:
CapabilityPropertyKey
83.3%
+github.com/apache/camel-k/v2/pkg/trait/util.go:43:
ptrFrom
100.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:49:
Get
57.1%
+github.com/apache/camel-k/v2/pkg/trait/util.go:68:
getIntegrationKit
0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:77:
collectConfigurationPairs
95.2%
+github.com/apache/camel-k/v2/pkg/trait/util.go:117:
keyValuePairArrayAsStringMap
100.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:132:
filterTransferableAnnotations
83.3%
+github.com/apache/camel-k/v2/pkg/trait/util.go:145:
ExtractSourceDependencies
82.4%
+github.com/apache/camel-k/v2/pkg/trait/util.go:182:
AssertTraitsType
80.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:193:
ToTraitMap
66.7%
+github.com/apache/camel-k/v2/pkg/trait/util.go:211:
ToPropertyMap
71.4%
+github.com/apache/camel-k/v2/pkg/trait/util.go:227:
MigrateLegacyConfiguration
33.3%
+github.com/apache/camel-k/v2/pkg/trait/util.go:255:
ToTrait
71.4%
+github.com/apache/camel-k/v2/pkg/trait/util.go:268:
getBuilderTask
75.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:277:
getPackageTask
75.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:287:
Equals
100.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:292:
IntegrationsHaveSameTraits
0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:306:
PipesHaveSameTraits
71.4%
+github.com/apache/camel-k/v2/pkg/trait/util.go:321:
KameletBindingsHaveSameTraits
0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:337:
IntegrationAndPipeSameTraits
81.8%
+github.com/apache/camel-k/v2/pkg/trait/util.go:360:
IntegrationAndKameletBindingSameTraits 0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:381:
newTraitsOptions
81.8%
+github.com/apache/camel-k/v2/pkg/trait/util.go:403:
ExtractAndMaybeDeleteTraits
84.2%
+github.com/apache/camel-k/v2/pkg/trait/util.go:436:
extractAsArray
18.2%
+github.com/apache/camel-k/v2/pkg/trait/util.go:454:
NewSpecTraitsOptionsForIntegrationAndPlatform 0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:482:
NewSpecTraitsOptionsForIntegration 75.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:495:
newTraitsOptionsForIntegrationKit 0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:508:
NewSpecTraitsOptionsForIntegrationKit 0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:512:
NewTraitsOptionsForPipe
87.5%
+github.com/apache/camel-k/v2/pkg/trait/util.go:530:
NewTraitsOptionsForKameletBinding 0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:548:
containsEndpoint
86.7%
+github.com/apache/camel-k/v2/pkg/trait/util.go:573:
HasMatchingTraits
84.6%
+github.com/apache/camel-k/v2/pkg/trait/util.go:599:
matchesComparableTrait
69.2%
+github.com/apache/camel-k/v2/pkg/trait/util.go:620:
matchesTrait
0.0%
github.com/apache/camel-k/v2/pkg/util/bindings/api_support.go:24:
AsYamlDSL
0.0%
github.com/apache/camel-k/v2/pkg/util/bindings/api_support.go:36:
GenerateID
100.0%
github.com/apache/camel-k/v2/pkg/util/bindings/api_support.go:46:
GenerateID
0.0%
@@ -3660,11 +3648,12 @@ github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:34:
FromYamlDSLString
github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:39:
FromYamlDSL
70.0%
github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:59:
ToYamlDSL
75.0%
github.com/apache/camel-k/v2/pkg/util/dsl/template.go:30:
TemplateToYamlDSL
82.4%
-github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:23:
Get
100.0%
-github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:34:
Remove
0.0%
-github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:46:
SetVal
100.0%
-github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:59:
SetVar
0.0%
-github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:76:
SetValFrom
75.0%
+github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:26:
Get
100.0%
+github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:37:
Remove
0.0%
+github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:49:
SetVal
100.0%
+github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:62:
SetVar
0.0%
+github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:79:
SetValFrom
75.0%
+github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:100:
SetValFromValueSource
0.0%
github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:30:
Compress
62.5%
github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:47:
CompressBase64
75.0%
github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:58:
Uncompress
61.5%
@@ -4061,7 +4050,7 @@ github.com/apache/camel-k/v2/pkg/util/util.go:162:
StringSliceUniqueAdd
github.com/apache/camel-k/v2/pkg/util/util.go:179:
StringSliceUniqueConcat
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:190:
SubstringFrom
100.0%
github.com/apache/camel-k/v2/pkg/util/util.go:199:
SubstringBefore
100.0%
-github.com/apache/camel-k/v2/pkg/util/util.go:219:
RandomString
100.0%
+github.com/apache/camel-k/v2/pkg/util/util.go:219:
RandomString
90.9%
github.com/apache/camel-k/v2/pkg/util/util.go:237:
RandomInt63
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:241:
EncodeXMLWithoutHeader
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:245:
EncodeXML
0.0%
@@ -4103,4 +4092,4 @@ github.com/apache/camel-k/v2/pkg/util/watch/watch.go:127:
HandlePlatform
github.com/apache/camel-k/v2/pkg/util/watch/watch.go:179:
HandleIntegrationPlatformEvents
0.0%
github.com/apache/camel-k/v2/pkg/util/watch/watch.go:220:
WaitPodToTerminate
0.0%
github.com/apache/camel-k/v2/pkg/util/watch/watch.go:244:
isAllowed
0.0%
-total:
(statements)
30.7%
+total:
(statements)
30.4%
diff --git a/helm/camel-k/crds/camel-k-crds.yaml
b/helm/camel-k/crds/camel-k-crds.yaml
index 20b007e4c..10f51c0fb 100644
--- a/helm/camel-k/crds/camel-k-crds.yaml
+++ b/helm/camel-k/crds/camel-k-crds.yaml
@@ -4139,8 +4139,9 @@ spec:
vars:
description: |-
A list of environment variables to be added to the
integration container.
- The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`.
- These take precedence over the previously defined
environment variables.
+ The syntax is either VAR=VALUE or
VAR=[configmap|secret]:name/key, where name represents the resource name,
+ and key represents the resource key to be mapped as
and environment variable.
+ These take precedence over any previously defined
environment variables.
items:
type: string
type: array
@@ -4805,11 +4806,8 @@ spec:
type: string
type: array
scanKameletsImplicitLabelSecrets:
- description: |-
- Deprecated: include your properties in an explicit
property file backed by a secret.
- Let the operator to scan for secret labeled with
`camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.
- These secrets are mounted to the application and
treated as plain properties file with their key/value list
- (ie .spec.data["camel.my-property"] = my-value)
(default `true`).
+ description: 'Deprecated: no longer available since
version
+ 2.5.'
type: boolean
volumes:
description: 'A list of Persistent Volume Claims to be
mounted.
@@ -6237,8 +6235,9 @@ spec:
vars:
description: |-
A list of environment variables to be added to the
integration container.
- The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`.
- These take precedence over the previously defined
environment variables.
+ The syntax is either VAR=VALUE or
VAR=[configmap|secret]:name/key, where name represents the resource name,
+ and key represents the resource key to be mapped as
and environment variable.
+ These take precedence over any previously defined
environment variables.
items:
type: string
type: array
@@ -6903,11 +6902,8 @@ spec:
type: string
type: array
scanKameletsImplicitLabelSecrets:
- description: |-
- Deprecated: include your properties in an explicit
property file backed by a secret.
- Let the operator to scan for secret labeled with
`camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.
- These secrets are mounted to the application and
treated as plain properties file with their key/value list
- (ie .spec.data["camel.my-property"] = my-value)
(default `true`).
+ description: 'Deprecated: no longer available since
version
+ 2.5.'
type: boolean
volumes:
description: 'A list of Persistent Volume Claims to be
mounted.
@@ -8240,8 +8236,9 @@ spec:
vars:
description: |-
A list of environment variables to be added to the
integration container.
- The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`.
- These take precedence over the previously defined
environment variables.
+ The syntax is either VAR=VALUE or
VAR=[configmap|secret]:name/key, where name represents the resource name,
+ and key represents the resource key to be mapped as
and environment variable.
+ These take precedence over any previously defined
environment variables.
items:
type: string
type: array
@@ -8906,11 +8903,8 @@ spec:
type: string
type: array
scanKameletsImplicitLabelSecrets:
- description: |-
- Deprecated: include your properties in an explicit
property file backed by a secret.
- Let the operator to scan for secret labeled with
`camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.
- These secrets are mounted to the application and
treated as plain properties file with their key/value list
- (ie .spec.data["camel.my-property"] = my-value)
(default `true`).
+ description: 'Deprecated: no longer available since
version
+ 2.5.'
type: boolean
volumes:
description: 'A list of Persistent Volume Claims to be
mounted.
@@ -10220,8 +10214,9 @@ spec:
vars:
description: |-
A list of environment variables to be added to the
integration container.
- The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`.
- These take precedence over the previously defined
environment variables.
+ The syntax is either VAR=VALUE or
VAR=[configmap|secret]:name/key, where name represents the resource name,
+ and key represents the resource key to be mapped as
and environment variable.
+ These take precedence over any previously defined
environment variables.
items:
type: string
type: array
@@ -10886,11 +10881,8 @@ spec:
type: string
type: array
scanKameletsImplicitLabelSecrets:
- description: |-
- Deprecated: include your properties in an explicit
property file backed by a secret.
- Let the operator to scan for secret labeled with
`camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.
- These secrets are mounted to the application and
treated as plain properties file with their key/value list
- (ie .spec.data["camel.my-property"] = my-value)
(default `true`).
+ description: 'Deprecated: no longer available since
version
+ 2.5.'
type: boolean
volumes:
description: 'A list of Persistent Volume Claims to be
mounted.
@@ -18236,8 +18228,9 @@ spec:
vars:
description: |-
A list of environment variables to be added to the
integration container.
- The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`.
- These take precedence over the previously defined
environment variables.
+ The syntax is either VAR=VALUE or
VAR=[configmap|secret]:name/key, where name represents the resource name,
+ and key represents the resource key to be mapped as
and environment variable.
+ These take precedence over any previously defined
environment variables.
items:
type: string
type: array
@@ -18902,11 +18895,8 @@ spec:
type: string
type: array
scanKameletsImplicitLabelSecrets:
- description: |-
- Deprecated: include your properties in an explicit
property file backed by a secret.
- Let the operator to scan for secret labeled with
`camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.
- These secrets are mounted to the application and
treated as plain properties file with their key/value list
- (ie .spec.data["camel.my-property"] = my-value)
(default `true`).
+ description: 'Deprecated: no longer available since
version
+ 2.5.'
type: boolean
volumes:
description: 'A list of Persistent Volume Claims to be
mounted.
@@ -26610,8 +26600,9 @@ spec:
vars:
description: |-
A list of environment variables to be added to
the integration container.
- The syntax is KEY=VALUE, e.g., `MY_VAR="my
value"`.
- These take precedence over the previously
defined environment variables.
+ The syntax is either VAR=VALUE or
VAR=[configmap|secret]:name/key, where name represents the resource name,
+ and key represents the resource key to be mapped
as and environment variable.
+ These take precedence over any previously
defined environment variables.
items:
type: string
type: array
@@ -27277,11 +27268,8 @@ spec:
type: string
type: array
scanKameletsImplicitLabelSecrets:
- description: |-
- Deprecated: include your properties in an
explicit property file backed by a secret.
- Let the operator to scan for secret labeled with
`camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.
- These secrets are mounted to the application and
treated as plain properties file with their key/value list
- (ie .spec.data["camel.my-property"] = my-value)
(default `true`).
+ description: 'Deprecated: no longer available
since version
+ 2.5.'
type: boolean
volumes:
description: 'A list of Persistent Volume Claims
to be
@@ -36887,8 +36875,9 @@ spec:
vars:
description: |-
A list of environment variables to be added to
the integration container.
- The syntax is KEY=VALUE, e.g., `MY_VAR="my
value"`.
- These take precedence over the previously
defined environment variables.
+ The syntax is either VAR=VALUE or
VAR=[configmap|secret]:name/key, where name represents the resource name,
+ and key represents the resource key to be mapped
as and environment variable.
+ These take precedence over any previously
defined environment variables.
items:
type: string
type: array
@@ -37554,11 +37543,8 @@ spec:
type: string
type: array
scanKameletsImplicitLabelSecrets:
- description: |-
- Deprecated: include your properties in an
explicit property file backed by a secret.
- Let the operator to scan for secret labeled with
`camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.
- These secrets are mounted to the application and
treated as plain properties file with their key/value list
- (ie .spec.data["camel.my-property"] = my-value)
(default `true`).
+ description: 'Deprecated: no longer available
since version
+ 2.5.'
type: boolean
volumes:
description: 'A list of Persistent Volume Claims
to be