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 625d1a78b chore: nightly automatic updates
625d1a78b is described below
commit 625d1a78bae50672d4ba8c62704869685e8a5748
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 31 23:46:48 2024 +0000
chore: nightly automatic updates
---
CHANGELOG.md | 5 +
README.adoc | 2 +-
addons/keda/duck/v1alpha1/zz_generated.deepcopy.go | 2 +-
badge.out | 2 +-
coverage | 2 +-
coverage.out | 540 +++++++++++----------
pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 2 +-
pkg/apis/camel/v1/zz_generated.deepcopy.go | 1 -
pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 3 +-
9 files changed, 291 insertions(+), 268 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54c876a2d..65ea7a308 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,14 @@
**Closed issues:**
- Kamelet data type test failling with updated 4.4.1 kamelet
[\#5553](https://github.com/apache/camel-k/issues/5553)
+- Promote Integration operator warning
[\#5541](https://github.com/apache/camel-k/issues/5541)
+- Disable Jib telemetry/update check
[\#5481](https://github.com/apache/camel-k/issues/5481)
- JVM trait refactoring [\#5476](https://github.com/apache/camel-k/issues/5476)
**Merged pull requests:**
+- fix\(cmd\): promote correct labels
[\#5568](https://github.com/apache/camel-k/pull/5568)
([squakez](https://github.com/squakez))
+- chore\(builder\): Jib disableUpdateChecks = true
[\#5566](https://github.com/apache/camel-k/pull/5566)
([squakez](https://github.com/squakez))
- chore\(e2e\): revert a commented test
[\#5564](https://github.com/apache/camel-k/pull/5564)
([squakez](https://github.com/squakez))
- fix\(ctrl\): synthetic Integration cannot set blockOwnerDeletion
[\#5561](https://github.com/apache/camel-k/pull/5561)
([squakez](https://github.com/squakez))
- fix\(e2e\): Data type action kamelet transformer error
[\#5557](https://github.com/apache/camel-k/pull/5557)
([gansheer](https://github.com/gansheer))
@@ -30,6 +34,7 @@
- fix\(trait\): environment variables
[\#5515](https://github.com/apache/camel-k/pull/5515)
([squakez](https://github.com/squakez))
- doc: upgrade deployment procedure
[\#5514](https://github.com/apache/camel-k/pull/5514)
([squakez](https://github.com/squakez))
- fix\(ci\): configurable timeouts
[\#5512](https://github.com/apache/camel-k/pull/5512)
([squakez](https://github.com/squakez))
+- Re evaluate golanci-lint exclusions \(dupl, gofumpt, nestif\)
[\#5507](https://github.com/apache/camel-k/pull/5507)
([lburgazzoli](https://github.com/lburgazzoli))
- fix\(e2e\): Route trait schema valid in OCP
[\#5506](https://github.com/apache/camel-k/pull/5506)
([gansheer](https://github.com/gansheer))
- fix\(e2e\): Tekton test permission failure with olm install command
[\#5505](https://github.com/apache/camel-k/pull/5505)
([gansheer](https://github.com/gansheer))
- fix\(tests\): fixed flaky Readiness condition with never ready route test in
e2e/common/traits/health\_test.go
[\#5503](https://github.com/apache/camel-k/pull/5503)
([valdar](https://github.com/valdar))
diff --git a/README.adoc b/README.adoc
index 95cc43e00..17755e1f2 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/nightly-native-test.yml/badge.svg["Quarkus
native",
link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml"]
-image:https://img.shields.io/badge/Coverage-39.0%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-39.1%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/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go
b/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go
index 6eac54df6..7bbeb3f44 100644
--- a/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go
+++ b/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go
@@ -6,7 +6,7 @@
package v1alpha1
import (
- v1 "k8s.io/api/core/v1"
+ "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
diff --git a/badge.out b/badge.out
index a16004c04..bb5e7aa0d 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 ea998eff6..4f2a4f9a3 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-39.0
+39.1
diff --git a/coverage.out b/coverage.out
index 245ed4546..4c30d93b4 100644
--- a/coverage.out
+++ b/coverage.out
@@ -1,24 +1,24 @@
github.com/apache/camel-k/v2/addons/keda/keda.go:113:
NewKedaTrait
100.0%
github.com/apache/camel-k/v2/addons/keda/keda.go:119:
Configure
60.0%
-github.com/apache/camel-k/v2/addons/keda/keda.go:138:
Apply
75.0%
-github.com/apache/camel-k/v2/addons/keda/keda.go:154:
addScalingResources
83.3%
-github.com/apache/camel-k/v2/addons/keda/keda.go:272:
hackControllerReplicas
81.2%
-github.com/apache/camel-k/v2/addons/keda/keda.go:299:
getTopControllerReference
100.0%
-github.com/apache/camel-k/v2/addons/keda/keda.go:316:
populateTriggersFromKamelets
83.3%
-github.com/apache/camel-k/v2/addons/keda/keda.go:364:
populateTriggersFromKamelet
74.1%
-github.com/apache/camel-k/v2/addons/keda/keda.go:405:
populateTriggersFromKameletURI
76.9%
-github.com/apache/camel-k/v2/addons/keda/keda.go:454:
evaluateTemplateParameters
53.6%
-github.com/apache/camel-k/v2/addons/keda/keda.go:496:
getKameletPropertyValue
37.5%
-github.com/apache/camel-k/v2/addons/keda/keda.go:536:
getXDescriptorValue
100.0%
-github.com/apache/camel-k/v2/addons/keda/keda.go:545:
isXDescriptorPresent
75.0%
+github.com/apache/camel-k/v2/addons/keda/keda.go:138:
Apply
66.7%
+github.com/apache/camel-k/v2/addons/keda/keda.go:155:
addScalingResources
83.3%
+github.com/apache/camel-k/v2/addons/keda/keda.go:273:
hackControllerReplicas
81.2%
+github.com/apache/camel-k/v2/addons/keda/keda.go:300:
getTopControllerReference
100.0%
+github.com/apache/camel-k/v2/addons/keda/keda.go:317:
populateTriggersFromKamelets
83.3%
+github.com/apache/camel-k/v2/addons/keda/keda.go:365:
populateTriggersFromKamelet
74.1%
+github.com/apache/camel-k/v2/addons/keda/keda.go:406:
populateTriggersFromKameletURI
76.9%
+github.com/apache/camel-k/v2/addons/keda/keda.go:455:
evaluateTemplateParameters
53.6%
+github.com/apache/camel-k/v2/addons/keda/keda.go:497:
getKameletPropertyValue
37.5%
+github.com/apache/camel-k/v2/addons/keda/keda.go:537:
getXDescriptorValue
100.0%
+github.com/apache/camel-k/v2/addons/keda/keda.go:546:
isXDescriptorPresent
75.0%
github.com/apache/camel-k/v2/addons/master/master.go:73:
NewMasterTrait
100.0%
-github.com/apache/camel-k/v2/addons/master/master.go:84:
Configure
82.9%
-github.com/apache/camel-k/v2/addons/master/master.go:147:
Apply
84.6%
-github.com/apache/camel-k/v2/addons/master/master.go:174:
setCustomizerConfiguration
0.0%
-github.com/apache/camel-k/v2/addons/master/master.go:201:
setCatalogConfiguration
100.0%
-github.com/apache/camel-k/v2/addons/master/master.go:221:
findAdditionalDependencies
100.0%
-github.com/apache/camel-k/v2/addons/master/master.go:239:
loadResource
71.4%
-github.com/apache/camel-k/v2/addons/master/master.go:251:
prepareRBAC
88.2%
+github.com/apache/camel-k/v2/addons/master/master.go:84:
Configure
80.6%
+github.com/apache/camel-k/v2/addons/master/master.go:150:
Apply
84.6%
+github.com/apache/camel-k/v2/addons/master/master.go:177:
setCustomizerConfiguration
0.0%
+github.com/apache/camel-k/v2/addons/master/master.go:204:
setCatalogConfiguration
100.0%
+github.com/apache/camel-k/v2/addons/master/master.go:224:
findAdditionalDependencies
100.0%
+github.com/apache/camel-k/v2/addons/master/master.go:242:
loadResource
71.4%
+github.com/apache/camel-k/v2/addons/master/master.go:254:
prepareRBAC
88.2%
github.com/apache/camel-k/v2/addons/register_3scale.go:25:
init
100.0%
github.com/apache/camel-k/v2/addons/register_aws_secrets.go:25:
init
100.0%
github.com/apache/camel-k/v2/addons/register_azure_key_vault.go:25:
init
100.0%
@@ -35,37 +35,40 @@ github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:46:
ID
0.0%
github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:50:
Translate
76.9%
github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:77:
toCamelKafka
75.0%
github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:89:
fromKafkaToCamel
61.1%
-github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:122:
fromKafkaTopicToCamel
65.5%
-github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:176:
getBootstrapServers
66.7%
-github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:196:
Order
0.0%
-github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:208:
ID
0.0%
-github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:214:
Translate
0.0%
-github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:276:
getBootstrapServers
0.0%
-github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:297:
Order
0.0%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:122:
fromKafkaTopicToCamel
81.8%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:145:
lookupBootstrapServers
53.3%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:172:
getBootstrapServers
66.7%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:191:
lookupTopic
72.7%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:217:
Order
0.0%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:229:
ID
0.0%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:235:
Translate
0.0%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:277:
getBootstrapServers
0.0%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:298:
Order
0.0%
+github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:302:
lookupBootstrapServers
0.0%
github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:88:
NewTelemetryTrait
100.0%
-github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:94:
Configure
47.6%
-github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:136:
Apply
80.0%
-github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:148:
setCatalogConfiguration
93.3%
-github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:177:
setProperties
0.0%
+github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:94:
Configure
45.5%
+github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:140:
Apply
80.0%
+github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:152:
setCatalogConfiguration
93.3%
+github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:181:
setProperties
0.0%
github.com/apache/camel-k/v2/addons/threescale/3scale.go:84:
NewThreeScaleTrait
100.0%
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/tracing.go:84:
NewTracingTrait
100.0%
-github.com/apache/camel-k/v2/addons/tracing/tracing.go:90:
Configure
52.4%
-github.com/apache/camel-k/v2/addons/tracing/tracing.go:129:
Apply
92.9%
+github.com/apache/camel-k/v2/addons/tracing/tracing.go:90:
Configure
50.0%
+github.com/apache/camel-k/v2/addons/tracing/tracing.go:131:
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
85.7%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:89:
NewAzureKeyVaultTrait
100.0%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:95:
Configure
81.8%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:119:
Apply
87.9%
+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/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
88.2%
+github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:83:
Apply
84.2%
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%
@@ -287,14 +290,14 @@
github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:86:
S
github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:95:
Deserialize
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:103:
ContainsService
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:108:
FindService
80.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:24:
GetDependencyID
100.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:49:
AddAll
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:55:
Add
100.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:59:
MarshalXML
77.8%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:79:
AddAll
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:85:
Add
100.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:89:
AddProperties
100.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:93:
MarshalXML
72.2%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:25:
GetDependencyID
100.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:50:
AddAll
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:56:
Add
100.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:60:
MarshalXML
77.8%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:80:
AddAll
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:86:
Add
100.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:90:
AddProperties
100.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/maven_types_support.go:94:
MarshalXML
72.2%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:30:
GetConditions
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:39:
GetType
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:44:
GetStatus
0.0%
@@ -703,8 +706,9 @@ github.com/apache/camel-k/v2/pkg/builder/image.go:125:
incrementalImageCon
github.com/apache/camel-k/v2/pkg/builder/image.go:151:
imageContext
0.0%
github.com/apache/camel-k/v2/pkg/builder/image.go:182:
listPublishedImages
81.2%
github.com/apache/camel-k/v2/pkg/builder/image.go:224:
findBestImage
0.0%
-github.com/apache/camel-k/v2/pkg/builder/jib.go:45:
Do
17.2%
-github.com/apache/camel-k/v2/pkg/builder/jib.go:155:
cleanRegistryConfig
0.0%
+github.com/apache/camel-k/v2/pkg/builder/jib.go:45:
Do
21.2%
+github.com/apache/camel-k/v2/pkg/builder/jib.go:133:
cleanRegistryConfig
0.0%
+github.com/apache/camel-k/v2/pkg/builder/jib.go:144:
buildJibMavenArgs
100.0%
github.com/apache/camel-k/v2/pkg/builder/project.go:38:
init
100.0%
github.com/apache/camel-k/v2/pkg/builder/project.go:72:
cleanUpBuildDir
0.0%
github.com/apache/camel-k/v2/pkg/builder/project.go:85:
generateJavaKeystore
0.0%
@@ -909,11 +913,12 @@ github.com/apache/camel-k/v2/pkg/cmd/promote.go:486:
existsKamelet
0.
github.com/apache/camel-k/v2/pkg/cmd/promote.go:499:
editIntegration
95.2%
github.com/apache/camel-k/v2/pkg/cmd/promote.go:537:
cloneAnnotations
100.0%
github.com/apache/camel-k/v2/pkg/cmd/promote.go:557:
cloneLabels
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/promote.go:565:
editPipe
80.6%
-github.com/apache/camel-k/v2/pkg/cmd/promote.go:620:
replaceResource
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/promote.go:624:
isDryRun
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/promote.go:631:
addSystemPullerRoleBinding
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/promote.go:659:
showImageOnly
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/promote.go:567:
alterKitLabels
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/promote.go:590:
editPipe
80.6%
+github.com/apache/camel-k/v2/pkg/cmd/promote.go:645:
replaceResource
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/promote.go:649:
isDryRun
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/promote.go:656:
addSystemPullerRoleBinding
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/promote.go:684:
showImageOnly
100.0%
github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:32:
newCmdRebuild
57.1%
github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:59:
validate
0.0%
github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:70:
run
0.0%
@@ -1081,11 +1086,11 @@ github.com/apache/camel-k/v2/pkg/cmd/version.go:172:
compatibleVersions
github.com/apache/camel-k/v2/pkg/controller/build/action.go:53:
InjectClient
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/action.go:57:
InjectLogger
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/action.go:61:
InjectRecorder
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:49:
Add
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:53:
newReconciler
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:69:
add
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:113:
Reconcile
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:244:
update
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:51:
Add
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:55:
newReconciler
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:71:
add
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:115:
Reconcile
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:227:
update
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:44:
canSchedule
86.0%
github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:134:
monitorRunningBuild
100.0%
github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:138:
monitorFinishedBuild
100.0%
@@ -1123,24 +1128,24 @@
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:43:
newMoni
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:55:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:60:
CanHandle
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:65:
Handle
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:194:
isPodScheduled
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:203:
sigterm
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:246:
addTimeoutAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:261:
removeTimeoutAnnotation
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:270:
patchPod
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:280:
getTerminatedTime
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:301:
setConditionsFromTerminationMessages
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:343:
publishTask
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:352:
publishTaskImageName
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:371:
publishTaskName
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:390:
publishTaskDigest
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:401:
operatorSupportedPublishingStrategy
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:195:
isPodScheduled
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:204:
sigterm
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:247:
addTimeoutAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:262:
removeTimeoutAnnotation
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:271:
patchPod
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:281:
getTerminatedTime
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:302:
setConditionsFromTerminationMessages
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:344:
publishTask
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:353:
publishTaskImageName
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:372:
publishTaskName
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:391:
publishTaskDigest
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:402:
operatorSupportedPublishingStrategy
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:42:
newMonitorRoutineAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:51:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:56:
CanHandle
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:61:
Handle
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:99:
runBuild
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:203:
updateBuildStatus
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:100:
runBuild
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:204:
updateBuildStatus
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/recovery.go:38:
newErrorRecoveryAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/recovery.go:55:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/build/recovery.go:59:
CanHandle
0.0%
@@ -1158,6 +1163,7 @@
github.com/apache/camel-k/v2/pkg/controller/integration/build_kit.go:30:
newB
github.com/apache/camel-k/v2/pkg/controller/integration/build_kit.go:38:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/build_kit.go:42:
CanHandle
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/build_kit.go:46:
Handle
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/build_kit.go:154:
checkIntegrationKit
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/health.go:41:
NewHealthCheck
75.0%
github.com/apache/camel-k/v2/pkg/controller/integration/health.go:50:
proxyGetHTTPProbe
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/health.go:72:
extractPortNumber
0.0%
@@ -1165,24 +1171,24 @@
github.com/apache/camel-k/v2/pkg/controller/integration/health.go:95:
findPo
github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:35:
NewInitializeAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:44:
Name
100.0%
github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:49:
CanHandle
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:54:
Handle
11.5%
-github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:100:
importFromExternalApp
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:123:
getCamelAppImportingCondition
100.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:54:
Handle
16.7%
+github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:88:
lookupIntegrationKit
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:109:
importFromExternalApp
100.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/initialize.go:132:
getCamelAppImportingCondition
100.0%
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:59:
Add 0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:73:
newReconciler 0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:88:
integrationUpdateFunc 0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:119:
isIntegrationUpdated 0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:129:
integrationKitEnqueueRequestsFromMapFunc 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:176:
configmapEnqueueRequestsFromMapFunc 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:226:
secretEnqueueRequestsFromMapFunc 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:276:
integrationProfileEnqueueRequestsFromMapFunc 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:312:
integrationPlatformEnqueueRequestsFromMapFunc 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:345:
add 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:386:
watchIntegrationResources 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:471:
watchCronJobResources 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:476:
watchKnativeResources 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:518:
Reconcile 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:599:
update 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:176:
enqueueRequestsFromConfigFunc 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:239:
integrationProfileEnqueueRequestsFromMapFunc 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:278:
integrationPlatformEnqueueRequestsFromMapFunc 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:311:
add 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:352:
watchIntegrationResources 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:437:
watchCronJobResources 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:442:
watchKnativeResources 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:488:
Reconcile 0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:572:
update 0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:38:
lookupKitsForIntegration
81.0%
github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:86:
sameOrMatch
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:97:
integrationMatches
65.4%
@@ -1206,13 +1212,13 @@
github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:381:
getU
github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:387:
updateIntegrationPhaseAndReadyCondition
53.3%
github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:416:
arePodsFailingStatuses
30.0%
github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:470:
probeReadiness
35.2%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:594:
findHighestPriorityReadyKit
14.3%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:616:
getIntegrationContainer
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:43:
checkReadyCondition
12.5%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:76:
getPodSpec
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:80:
updateReadyCondition
25.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:114:
hasTemplateIntegrationLabel
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:118:
getControllerName
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:598:
findHighestPriorityReadyKit
14.3%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:620:
getIntegrationContainer
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:43:
checkReadyCondition
16.7%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:80:
getPodSpec
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:84:
updateReadyCondition
25.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:118:
hasTemplateIntegrationLabel
100.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:122:
getControllerName
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/monitor_deployment.go:38:
checkReadyCondition
45.5%
github.com/apache/camel-k/v2/pkg/controller/integration/monitor_deployment.go:58:
getPodSpec
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/monitor_deployment.go:62:
updateReadyCondition
60.0%
@@ -1253,12 +1259,12 @@
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatf
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:33:
NewMonitorAction
100.0%
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:41:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:45:
CanHandle
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:49:
Handle
85.2%
+github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:50:
Handle
85.2%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/action.go:48:
InjectClient
0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/action.go:52:
InjectLogger
0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/error_handler.go:29:
maybeErrorHandler
0.0%
-github.com/apache/camel-k/v2/pkg/controller/kameletbinding/error_handler.go:59:
parseErrorHandler
68.4%
-github.com/apache/camel-k/v2/pkg/controller/kameletbinding/error_handler.go:95:
setErrorHandlerConfiguration
0.0%
+github.com/apache/camel-k/v2/pkg/controller/kameletbinding/error_handler.go:63:
parseErrorHandler
68.4%
+github.com/apache/camel-k/v2/pkg/controller/kameletbinding/error_handler.go:99:
setErrorHandlerConfiguration
0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:38:
NewInitializeAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:46:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:50:
CanHandle
0.0%
@@ -1272,7 +1278,7 @@
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_contro
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_controller.go:53:
newReconciler 0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_controller.go:68:
add 0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_controller.go:148:
Reconcile 0.0%
-github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_controller.go:226:
update 0.0%
+github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_controller.go:229:
update 0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:36:
NewMonitorAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:44:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:48:
CanHandle
0.0%
@@ -1281,8 +1287,8 @@
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:162:
se
github.com/apache/camel-k/v2/pkg/controller/pipe/action.go:48:
InjectClient
0.0%
github.com/apache/camel-k/v2/pkg/controller/pipe/action.go:52:
InjectLogger
0.0%
github.com/apache/camel-k/v2/pkg/controller/pipe/error_handler.go:29:
maybeErrorHandler
80.0%
-github.com/apache/camel-k/v2/pkg/controller/pipe/error_handler.go:59:
parseErrorHandler
73.7%
-github.com/apache/camel-k/v2/pkg/controller/pipe/error_handler.go:95:
setErrorHandlerConfiguration
90.0%
+github.com/apache/camel-k/v2/pkg/controller/pipe/error_handler.go:61:
parseErrorHandler
73.7%
+github.com/apache/camel-k/v2/pkg/controller/pipe/error_handler.go:97:
setErrorHandlerConfiguration
90.0%
github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:38:
NewInitializeAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:46:
Name
0.0%
github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:50:
CanHandle
0.0%
@@ -1301,18 +1307,20 @@
github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:49:
Add
github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:53:
newReconciler
0.0%
github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:68:
add
0.0%
github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:148:
Reconcile
0.0%
-github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:226:
update
0.0%
+github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:229:
update
0.0%
github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:51:
ManageSyntheticIntegrations
0.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:109:
getInformers
0.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:137:
getSyntheticIntegration
0.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:143:
createSyntheticIntegration
0.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:147:
deleteSyntheticIntegration
0.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:154:
isManagedObject
0.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:170:
nonManagedCamelApplicationFactory
100.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:192:
Integration
100.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:220:
getContainerNameFromDeployment
85.7%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:240:
Integration
100.0%
-github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:269:
Integration
100.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:94:
onAdd
0.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:119:
onDelete
0.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:128:
getInformers
0.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:156:
getSyntheticIntegration
0.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:162:
createSyntheticIntegration
0.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:166:
deleteSyntheticIntegration
0.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:173:
isManagedObject
0.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:189:
nonManagedCamelApplicationFactory
100.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:211:
Integration
100.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:239:
getContainerNameFromDeployment
85.7%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:259:
Integration
100.0%
+github.com/apache/camel-k/v2/pkg/controller/synthetic/synthetic.go:288:
Integration
100.0%
github.com/apache/camel-k/v2/pkg/install/builder.go:28:
BuilderServiceAccountRoles
0.0%
github.com/apache/camel-k/v2/pkg/install/builder.go:41:
installBuilderServiceAccountRolesOpenShift
0.0%
github.com/apache/camel-k/v2/pkg/install/builder.go:51:
installBuilderServiceAccountRolesKubernetes
0.0%
@@ -1394,13 +1402,14 @@
github.com/apache/camel-k/v2/pkg/metadata/metadata.go:67:
Extract
81.
github.com/apache/camel-k/v2/pkg/metadata/metadata.go:91:
Each
0.0%
github.com/apache/camel-k/v2/pkg/platform/defaults.go:53:
ConfigureDefaults
83.3%
github.com/apache/camel-k/v2/pkg/platform/defaults.go:124:
CreateBuilderServiceAccount
85.7%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:140:
configureRegistry
24.1%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:194:
applyGlobalPlatformDefaults
33.3%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:210:
applyPlatformSpec
87.0%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:302:
setPlatformDefaults
81.4%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:381:
setStatusAdditionalInfo
100.0%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:389:
createServiceCaBundleConfigMap
0.0%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:408:
createBuilderRegistryRoleBinding
0.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:140:
configureRegistry
58.3%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:164:
configureForOpenShiftS2i
0.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:205:
applyGlobalPlatformDefaults
33.3%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:221:
applyPlatformSpec
87.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:313:
setPlatformDefaults
81.4%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:392:
setStatusAdditionalInfo
100.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:400:
createServiceCaBundleConfigMap
0.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:419:
createBuilderRegistryRoleBinding
0.0%
github.com/apache/camel-k/v2/pkg/platform/operator.go:50:
IsCurrentOperatorGlobal
0.0%
github.com/apache/camel-k/v2/pkg/platform/operator.go:61:
GetOperatorPod
0.0%
github.com/apache/camel-k/v2/pkg/platform/operator.go:82:
GetOperatorWatchNamespace
0.0%
@@ -1440,66 +1449,70 @@ github.com/apache/camel-k/v2/pkg/trait/affinity.go:44:
newAffinityTrait
github.com/apache/camel-k/v2/pkg/trait/affinity.go:54:
Configure
100.0%
github.com/apache/camel-k/v2/pkg/trait/affinity.go:66:
Apply
75.0%
github.com/apache/camel-k/v2/pkg/trait/affinity.go:87:
addNodeAffinity
87.5%
-github.com/apache/camel-k/v2/pkg/trait/affinity.go:125:
addPodAffinity
89.5%
-github.com/apache/camel-k/v2/pkg/trait/affinity.go:176:
addPodAntiAffinity
89.5%
-github.com/apache/camel-k/v2/pkg/trait/affinity.go:227:
operatorToNodeSelectorOperator
25.0%
-github.com/apache/camel-k/v2/pkg/trait/affinity.go:245:
operatorToLabelSelectorOperator
50.0%
+github.com/apache/camel-k/v2/pkg/trait/affinity.go:126:
addPodAffinity
89.5%
+github.com/apache/camel-k/v2/pkg/trait/affinity.go:178:
addPodAntiAffinity
89.5%
+github.com/apache/camel-k/v2/pkg/trait/affinity.go:229:
operatorToNodeSelectorOperator
25.0%
+github.com/apache/camel-k/v2/pkg/trait/affinity.go:247:
operatorToLabelSelectorOperator
50.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:52:
newBuilderTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:59:
InfluencesKit
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:63:
Matches
90.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:92:
Configure
50.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:144:
existsTaskRequest
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:154:
adaptDeprecatedFields
95.8%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:187:
newOrAppend
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:197:
Apply
88.9%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:92:
Configure
87.5%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:121:
configureForQuarkus
28.6%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:160:
existsTaskRequest
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:170:
adaptDeprecatedFields
95.8%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:203:
newOrAppend
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:213:
Apply
90.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:331:
failIntegrationKit
80.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:340:
builderTask
64.1%
github.com/apache/camel-k/v2/pkg/trait/builder.go:461:
getImageName
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:469:
getBaseImage
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:478:
customTasks
91.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:508:
taskConfOrDefault
66.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:516:
parseTasksConf
92.1%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:577:
splitContainerCommand
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:591:
filter
81.8%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:632:
publishingOrUserTask
80.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:646:
setPlatform
66.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:477:
determineCustomTasks
90.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:507:
customTasks
91.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:537:
taskConfOrDefault
66.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:545:
parseTasksConf
92.1%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:606:
splitContainerCommand
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:620:
filter
81.8%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:661:
publishingOrUserTask
80.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:675:
setPlatform
66.7%
github.com/apache/camel-k/v2/pkg/trait/camel.go:47:
newCamelTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/camel.go:54:
InfluencesKit
100.0%
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:83:
Apply
100.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:119:
loadOrCreateCatalog
56.2%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:158:
computeConfigMaps
100.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:239:
determineRuntimeVersion
66.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:240:
determineRuntimeVersion
66.7%
github.com/apache/camel-k/v2/pkg/trait/container.go:64:
newContainerTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/container.go:80:
Configure
80.0%
github.com/apache/camel-k/v2/pkg/trait/container.go:124:
isValidPullPolicy
100.0%
github.com/apache/camel-k/v2/pkg/trait/container.go:128:
Apply
100.0%
-github.com/apache/camel-k/v2/pkg/trait/container.go:135:
configureImageIntegrationKit
70.0%
-github.com/apache/camel-k/v2/pkg/trait/container.go:184:
configureContainer
85.5%
-github.com/apache/camel-k/v2/pkg/trait/container.go:274:
configureService
100.0%
-github.com/apache/camel-k/v2/pkg/trait/container.go:311:
configureResources
81.0%
-github.com/apache/camel-k/v2/pkg/trait/container.go:343:
configureCapabilities
50.0%
-github.com/apache/camel-k/v2/pkg/trait/container.go:349:
setSecurityContext
85.7%
+github.com/apache/camel-k/v2/pkg/trait/container.go:135:
configureImageIntegrationKit
71.4%
+github.com/apache/camel-k/v2/pkg/trait/container.go:187:
configureContainer
85.5%
+github.com/apache/camel-k/v2/pkg/trait/container.go:277:
configureService
100.0%
+github.com/apache/camel-k/v2/pkg/trait/container.go:314:
configureResources
81.0%
+github.com/apache/camel-k/v2/pkg/trait/container.go:346:
configureCapabilities
50.0%
+github.com/apache/camel-k/v2/pkg/trait/container.go:352:
setSecurityContext
87.5%
+github.com/apache/camel-k/v2/pkg/trait/container.go:375:
getUser
81.8%
github.com/apache/camel-k/v2/pkg/trait/cron.go:76:
newCronTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:82:
Configure
79.1%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:180:
Apply
88.9%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:216:
getCronJobFor
83.3%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:276:
SelectControllerStrategy
80.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:293:
ControllerStrategySelectorOrder
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:299:
newCronInfo
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:303:
withComponents
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:310:
withSchedule
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:315:
getGlobalCron
94.7%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:346:
getSourcesFromURIs
75.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:360:
getCronForURIs
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:379:
getCronForURI
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:390:
timerToCronInfo
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:426:
quartzToCronInfo
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:443:
cronToCronInfo
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:456:
cronEquivalent
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:463:
toKubernetesCronSchedule
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:486:
checkedStringToUint64
75.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:82:
Configure
72.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:153:
autoConfigure
86.4%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:192:
Apply
88.9%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:228:
getCronJobFor
83.3%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:288:
SelectControllerStrategy
80.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:305:
ControllerStrategySelectorOrder
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:311:
newCronInfo
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:315:
withComponents
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:322:
withSchedule
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:327:
getGlobalCron
94.7%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:358:
getSourcesFromURIs
75.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:372:
getCronForURIs
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:391:
getCronForURI
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:402:
timerToCronInfo
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:438:
quartzToCronInfo
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:455:
cronToCronInfo
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:468:
cronEquivalent
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:475:
toKubernetesCronSchedule
100.0%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:498:
checkedStringToUint64
75.0%
github.com/apache/camel-k/v2/pkg/trait/dependencies.go:40:
newDependenciesTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/dependencies.go:46:
Configure
80.0%
github.com/apache/camel-k/v2/pkg/trait/dependencies.go:56:
Apply
85.2%
@@ -1564,39 +1577,39 @@ github.com/apache/camel-k/v2/pkg/trait/jvm.go:96:
Apply
78.0%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:189:
enableDebug
100.0%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:206:
prepareClasspathItems
100.0%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:227:
prepareHTTPProxy
90.9%
-github.com/apache/camel-k/v2/pkg/trait/jvm.go:285:
getLegacyCamelQuarkusDependenciesPaths
100.0%
+github.com/apache/camel-k/v2/pkg/trait/jvm.go:287:
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
88.5%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:218:
addKameletAsSource
80.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:268:
listConfigurationSecrets
92.3%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:291:
getKameletKeys
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:306:
getConfigurationKeys
90.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:336:
integrationSourceFromKameletSource
86.7%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:363:
initializeConfigmapKameletSource
100.0%
+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_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%
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:75:
newBundleConfigmap
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative.go:60:
newKnativeTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative.go:69:
IsAllowedInProfile
100.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:73:
Configure
83.3%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:158:
isForcefullyEnabled
100.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:162:
filterMetaItems
91.7%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:181:
Apply
75.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:223:
configureChannels
74.1%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:281:
createSubscription
80.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:290:
configureEndpoints
76.2%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:338:
configureEvents
80.8%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:397:
isSinkBindingAllowed
77.8%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:414:
configureSinkBinding
88.1%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:495:
createTrigger
68.4%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:534:
ifServiceMissingDo
100.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:544:
withServiceDo
76.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:591:
extractServices
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:73:
Configure
83.6%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:160:
isForcefullyEnabled
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:164:
filterMetaItems
91.7%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:183:
Apply
76.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:227:
configureChannels
74.1%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:285:
createSubscription
80.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:294:
configureEndpoints
76.2%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:342:
configureEvents
80.8%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:401:
isSinkBindingAllowed
77.8%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:418:
configureSinkBinding
86.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:503:
createTrigger
68.4%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:542:
ifServiceMissingDo
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:552:
withServiceDo
76.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:599:
extractServices
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:62:
newKnativeServiceTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:72:
IsAllowedInProfile
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:76:
Configure
70.6%
@@ -1634,11 +1647,13 @@ github.com/apache/camel-k/v2/pkg/trait/pdb.go:42:
newPdbTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/pdb.go:48:
Configure
80.0%
github.com/apache/camel-k/v2/pkg/trait/pdb.go:69:
Apply
100.0%
github.com/apache/camel-k/v2/pkg/trait/pdb.go:80:
podDisruptionBudgetFor
100.0%
-github.com/apache/camel-k/v2/pkg/trait/platform.go:46:
newPlatformTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/platform.go:52:
Configure
47.1%
-github.com/apache/camel-k/v2/pkg/trait/platform.go:83:
Apply
86.7%
-github.com/apache/camel-k/v2/pkg/trait/platform.go:117:
getOrCreatePlatform
88.0%
-github.com/apache/camel-k/v2/pkg/trait/platform.go:160:
RequiresIntegrationPlatform
100.0%
+github.com/apache/camel-k/v2/pkg/trait/platform.go:44:
newPlatformTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/platform.go:50:
Configure
47.1%
+github.com/apache/camel-k/v2/pkg/trait/platform.go:81:
Apply
86.7%
+github.com/apache/camel-k/v2/pkg/trait/platform.go:115:
getOrCreatePlatform
90.0%
+github.com/apache/camel-k/v2/pkg/trait/platform.go:135:
RequiresIntegrationPlatform
100.0%
+github.com/apache/camel-k/v2/pkg/trait/platform.go:139:
createDefaultPlatform
88.9%
+github.com/apache/camel-k/v2/pkg/trait/platform.go:171:
installViewerRole
66.7%
github.com/apache/camel-k/v2/pkg/trait/pod.go:43:
newPodTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/pod.go:49:
Configure
71.4%
github.com/apache/camel-k/v2/pkg/trait/pod.go:63:
Apply
52.4%
@@ -1648,10 +1663,12 @@
github.com/apache/camel-k/v2/pkg/trait/prometheus.go:53:
Configure
100
github.com/apache/camel-k/v2/pkg/trait/prometheus.go:61:
Apply
86.4%
github.com/apache/camel-k/v2/pkg/trait/prometheus.go:109:
getPodMonitorFor
83.3%
github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:46:
newPullSecretTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:52:
Configure
67.9%
-github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:96:
Apply
85.7%
-github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:113:
delegateImagePuller
75.0%
-github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:123:
newImagePullerRoleBinding
70.0%
+github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:52:
Configure
72.7%
+github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:72:
autoConfigure
88.2%
+github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:100:
Apply
85.7%
+github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:117:
delegateImagePuller
75.0%
+github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:127:
newImagePullerRoleBinding
70.0%
+github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:172:
resolveSecret
30.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:75:
getLanguageSettings
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:93:
getLegacyLanguageSettings
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:102:
newQuarkusTrait
100.0%
@@ -1666,26 +1683,27 @@ github.com/apache/camel-k/v2/pkg/trait/quarkus.go:249:
newIntegrationKit
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:303:
propagateKitTraits
85.7%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:319:
propagate
33.3%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:346:
applyWhenBuildSubmitted
62.8%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:422:
isNativeKit
50.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:433:
isIncrementalImageBuild
75.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:444:
applyWhenKitReady
28.6%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:458:
isNativeIntegration
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:464:
isEmbedded
66.7%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:474:
containsMode
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:483:
packageType
80.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:495:
sourcesRequiredAtBuildTime
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:501:
propagateSourcesRequiredAtBuildTime
80.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:423:
isNativeKit
50.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:434:
isIncrementalImageBuild
75.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:445:
applyWhenKitReady
28.6%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:459:
isNativeIntegration
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:465:
isEmbedded
66.7%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:475:
containsMode
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:484:
packageType
80.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:496:
sourcesRequiredAtBuildTime
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:502:
propagateSourcesRequiredAtBuildTime
80.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:51:
newRegistryTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:58:
InfluencesKit
100.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:62:
Configure
28.6%
github.com/apache/camel-k/v2/pkg/trait/registry.go:81:
Apply
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:125:
addRegistryAndExtensionToMaven
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:150:
getOpenShiftRegistrySecret
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:174:
extractMavenServerCredentialsFromSecret
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:223:
getDockerConfig
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:242:
getOpenShiftImageRegistryCA
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:265:
addImageRegistryCaToMavenBuild
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:282:
decodeSecretKeySelector
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:113:
getRegistryCaAndSecret
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:139:
addRegistryAndExtensionToMaven
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:164:
getOpenShiftRegistrySecret
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:188:
extractMavenServerCredentialsFromSecret
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:237:
getDockerConfig
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:256:
getOpenShiftImageRegistryCA
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:279:
addImageRegistryCaToMavenBuild
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:296:
decodeSecretKeySelector
0.0%
github.com/apache/camel-k/v2/pkg/trait/route.go:48:
newRouteTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/route.go:58:
IsAllowedInProfile
100.0%
github.com/apache/camel-k/v2/pkg/trait/route.go:62:
Configure
100.0%
@@ -1695,7 +1713,8 @@ github.com/apache/camel-k/v2/pkg/trait/route.go:205:
readContentIfExists
github.com/apache/camel-k/v2/pkg/trait/security_context.go:44:
newSecurityContextTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/security_context.go:54:
Configure
87.5%
github.com/apache/camel-k/v2/pkg/trait/security_context.go:76:
Apply
75.0%
-github.com/apache/camel-k/v2/pkg/trait/security_context.go:84:
setSecurityContext
85.7%
+github.com/apache/camel-k/v2/pkg/trait/security_context.go:84:
setSecurityContext
87.5%
+github.com/apache/camel-k/v2/pkg/trait/security_context.go:105:
getUser
81.8%
github.com/apache/camel-k/v2/pkg/trait/service.go:43:
newServiceTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/service.go:49:
Configure
83.3%
github.com/apache/camel-k/v2/pkg/trait/service.go:103:
Apply
68.8%
@@ -1741,9 +1760,9 @@
github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:34:
Configure
github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:68:
configureTraits
53.8%
github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:96:
configureTrait
75.0%
github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:106:
decodeTrait
66.7%
-github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:120:
configureTraitsFromAnnotations
68.2%
-github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:156:
configureFromOptions
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:169:
configureTrait
84.6%
+github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:120:
configureTraitsFromAnnotations
69.6%
+github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:157:
configureFromOptions
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:170:
configureTrait
84.6%
github.com/apache/camel-k/v2/pkg/trait/trait_factory.go:27:
AddToTraits
100.0%
github.com/apache/camel-k/v2/pkg/trait/trait_register.go:20:
init
100.0%
github.com/apache/camel-k/v2/pkg/trait/trait_types.go:119:
NewBaseTrait
100.0%
@@ -1836,29 +1855,29 @@
github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:72:
validateEndpo
github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:91:
TranslateV1alpha1
0.0%
github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:106:
validateEndpointV1alpha1
0.0%
github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:39:
ID
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:44:
Translate
84.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:143:
DataTypeStep
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:176:
Order
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:186:
ID
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:192:
Translate
0.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:292:
DataTypeStep
0.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:321:
Order
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:325:
init
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:46:
Translate
84.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:147:
DataTypeStep
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:180:
Order
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:190:
ID
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:198:
Translate
0.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:299:
DataTypeStep
0.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:328:
Order
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/kamelet.go:332:
init
100.0%
github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:40:
ID
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:45:
Translate
82.4%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:113:
isKnownKnativeResource
85.7%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:129:
Order
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:141:
ID
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:147:
Translate
0.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:217:
Order
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:222:
init
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:47:
Translate
82.4%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:118:
isKnownKnativeResource
85.7%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:134:
Order
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:146:
ID
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:154:
Translate
0.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:226:
Order
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:231:
init
100.0%
github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:38:
ID
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:43:
Translate
80.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:99:
Order
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:108:
ID
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:114:
Translate
0.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:171:
Order
100.0%
-github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:175:
init
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:45:
Translate
80.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:101:
Order
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:110:
ID
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:118:
Translate
0.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:175:
Order
100.0%
+github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:179:
init
100.0%
github.com/apache/camel-k/v2/pkg/util/bindings/test_support.go:28:
asEndpointProperties
75.0%
github.com/apache/camel-k/v2/pkg/util/bindings/test_support.go:38:
asKnativeConfig
75.0%
github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:36:
NormalizeDependency
100.0%
@@ -1891,8 +1910,8 @@
github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:155:
Get
github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:161:
GetJavaTypeDependency
0.0%
github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:167:
VisitArtifacts
0.0%
github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:176:
VisitSchemes
0.0%
-github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:185:
DecodeComponent
86.7%
-github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:215:
IsResolvable
88.9%
+github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:185:
DecodeComponent
85.7%
+github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:214:
IsResolvable
88.9%
github.com/apache/camel-k/v2/pkg/util/camel/camel_types.go:36:
Len
100.0%
github.com/apache/camel-k/v2/pkg/util/camel/camel_types.go:42:
Less
100.0%
github.com/apache/camel-k/v2/pkg/util/camel/camel_types.go:48:
Swap
100.0%
@@ -1917,16 +1936,16 @@
github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:44:
Opera
github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:48:
boolEnvOrDefault
100.0%
github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:58:
envOrDefault
100.0%
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:49:
ComputeForIntegration
50.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:153:
computeForTraits
46.2%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:178:
computeForTrait
41.7%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:201:
computeForTraitProps
80.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:212:
toMap
71.4%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:227:
ComputeForIntegrationKit
0.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:255:
ComputeForResource
0.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:284:
ComputeForSource
0.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:327:
sortedTraitsMapKeys
100.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:338:
sortedTraitAnnotationsKeys
100.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:349:
ComputeSHA1
77.8%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:154:
computeForTraits
46.2%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:179:
computeForTrait
41.7%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:202:
computeForTraitProps
80.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:213:
toMap
71.4%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:228:
ComputeForIntegrationKit
0.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:256:
ComputeForResource
0.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:285:
ComputeForSource
0.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:328:
sortedTraitsMapKeys
100.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:339:
sortedTraitAnnotationsKeys
100.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:350:
ComputeSHA1
77.8%
github.com/apache/camel-k/v2/pkg/util/docker/docker.go:31:
CreateBaseImageDockerFile
85.7%
github.com/apache/camel-k/v2/pkg/util/docker/docker.go:50:
CreateIntegrationImageDockerFile
95.5%
github.com/apache/camel-k/v2/pkg/util/docker/docker.go:97:
BuildBaseImageArgs
0.0%
@@ -2005,9 +2024,9 @@ github.com/apache/camel-k/v2/pkg/util/knative/uri.go:60:
ExtractObjectRefer
github.com/apache/camel-k/v2/pkg/util/knative/uri.go:88:
ExtractEventType
0.0%
github.com/apache/camel-k/v2/pkg/util/knative/uri.go:92:
matchOrEmpty
75.0%
github.com/apache/camel-k/v2/pkg/util/knative/uri.go:100:
isKnativeURI
100.0%
-github.com/apache/camel-k/v2/pkg/util/kubernetes/camel.go:40:
FilterCamelCreatorLabels
0.0%
-github.com/apache/camel-k/v2/pkg/util/kubernetes/camel.go:51:
MergeCamelCreatorLabels
0.0%
-github.com/apache/camel-k/v2/pkg/util/kubernetes/camel.go:62:
GetCamelCreator
0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/camel.go:46:
FilterCamelCreatorLabels
0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/camel.go:57:
MergeCamelCreatorLabels
0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/camel.go:68:
GetCamelCreator
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:36:
GetIntegrationPlatform
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:47:
GetIntegrationProfile
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:58:
GetCamelCatalog
0.0%
@@ -2100,7 +2119,7 @@
github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:64:
mapRequired
github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:68:
mapRequiredServiceData
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:76:
mapRequiredRouteData
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:84:
mapRequiredKnativeServiceV1Data
0.0%
-github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:97:
findResourceDetails
0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:103:
findResourceDetails
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/resolver.go:32:
ResolveSources
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/resolver.go:45:
Resolve
0.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/resolver.go:85:
ResolveIntegrationSources
0.0%
@@ -2112,17 +2131,18 @@
github.com/apache/camel-k/v2/pkg/util/kubernetes/util.go:27:
ToJSON
1
github.com/apache/camel-k/v2/pkg/util/kubernetes/util.go:32:
ToYAML
75.0%
github.com/apache/camel-k/v2/pkg/util/kubernetes/util.go:42:
ToYAMLNoManagedFields
77.8%
github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:42:
Do
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:149:
NewContext
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:168:
AddEntry
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:176:
AddArgument
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:180:
AddArgumentf
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:184:
AddArguments
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:188:
AddSystemProperty
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:192:
generateProjectStructure
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:244:
prepareMavenWrapper
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:257:
ParseGAV
100.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:289:
generateMavenContext
0.0%
-github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:294:
getMavenContext
100.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:110:
optionsFromEnv
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:157:
NewContext
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:176:
AddEntry
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:184:
AddArgument
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:188:
AddArgumentf
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:192:
AddArguments
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:196:
AddSystemProperty
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:200:
generateProjectStructure
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:252:
prepareMavenWrapper
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:265:
ParseGAV
100.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:297:
generateMavenContext
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:302:
getMavenContext
100.0%
github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:50:
LogHandler
85.7%
github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:69:
parseLog
80.0%
github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:80:
normalizeLog
0.0%
@@ -2223,8 +2243,8 @@
github.com/apache/camel-k/v2/pkg/util/source/inspector_java_source.go:29:
Ext
github.com/apache/camel-k/v2/pkg/util/source/inspector_kotlin.go:29:
Extract
100.0%
github.com/apache/camel-k/v2/pkg/util/source/inspector_xml.go:35:
Extract
75.0%
github.com/apache/camel-k/v2/pkg/util/source/inspector_yaml.go:36:
Extract
80.0%
-github.com/apache/camel-k/v2/pkg/util/source/inspector_yaml.go:65:
parseStep
82.5%
-github.com/apache/camel-k/v2/pkg/util/source/inspector_yaml.go:176:
parseStepsParam
58.3%
+github.com/apache/camel-k/v2/pkg/util/source/inspector_yaml.go:66:
parseStep
82.5%
+github.com/apache/camel-k/v2/pkg/util/source/inspector_yaml.go:177:
parseStepsParam
58.3%
github.com/apache/camel-k/v2/pkg/util/source/kamelet.go:26:
ExtractKamelets
0.0%
github.com/apache/camel-k/v2/pkg/util/source/kamelet.go:37:
ExtractKamelet
100.0%
github.com/apache/camel-k/v2/pkg/util/source/kamelet.go:45:
AddKamelet
100.0%
@@ -2313,4 +2333,4 @@ github.com/apache/camel-k/v2/pkg/util/util.go:651:
WithTempDir
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:666:
ConfigTreePropertySplit
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:687:
trimQuotes
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:698:
NavigateConfigTree
0.0%
-total:
(statements)
39.0%
+total:
(statements)
39.1%
diff --git a/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go
b/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go
index 24d07ba99..c8c03773e 100644
--- a/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go
+++ b/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go
@@ -6,7 +6,7 @@
package trait
import (
- v1 "k8s.io/api/core/v1"
+ "k8s.io/api/core/v1"
networkingv1 "k8s.io/api/networking/v1"
"k8s.io/apimachinery/pkg/util/intstr"
)
diff --git a/pkg/apis/camel/v1/zz_generated.deepcopy.go
b/pkg/apis/camel/v1/zz_generated.deepcopy.go
index 69731a48a..eac7e2550 100644
--- a/pkg/apis/camel/v1/zz_generated.deepcopy.go
+++ b/pkg/apis/camel/v1/zz_generated.deepcopy.go
@@ -7,7 +7,6 @@ package v1
import (
"encoding/json"
-
"github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
diff --git a/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go
b/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go
index 41c08cc1b..ee2885294 100644
--- a/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go
@@ -7,8 +7,7 @@ package v1alpha1
import (
"encoding/json"
-
- v1 "github.com/apache/camel-k/v2/pkg/apis/camel/v1"
+ "github.com/apache/camel-k/v2/pkg/apis/camel/v1"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)