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 2856021c3 chore: nightly automatic updates
2856021c3 is described below
commit 2856021c3cc03b222c86fa0bce5b0d2ff36fbfd0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 23:46:34 2024 +0000
chore: nightly automatic updates
---
CHANGELOG.md | 2 +
README.adoc | 2 +-
badge.out | 2 +-
coverage | 2 +-
coverage.out | 174 +++++++++++++++++++++++++++++------------------------------
5 files changed, 91 insertions(+), 91 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2eb578aec..1c516a810 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,6 +58,7 @@
**Merged pull requests:**
+- Azure Key Vault Trait: Support Azure Identity as authentication method
[\#5244](https://github.com/apache/camel-k/pull/5244)
([oscerd](https://github.com/oscerd))
- chore\(e2e\): Fix smoke tests
[\#5240](https://github.com/apache/camel-k/pull/5240)
([christophd](https://github.com/christophd))
- fix\(cmd\): delete KameletBinding until they exists
[\#5237](https://github.com/apache/camel-k/pull/5237)
([squakez](https://github.com/squakez))
- fix\(ctrl\): message digest change
[\#5236](https://github.com/apache/camel-k/pull/5236)
([squakez](https://github.com/squakez))
@@ -65,6 +66,7 @@
- \[Regression\] fix\(quarkus\): don't override application.properties
[\#5234](https://github.com/apache/camel-k/pull/5234)
([squakez](https://github.com/squakez))
- fix\(trait\): revert persisted status
[\#5233](https://github.com/apache/camel-k/pull/5233)
([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/prometheus/common from 0.48.0 to 0.50.0
[\#5232](https://github.com/apache/camel-k/pull/5232)
([dependabot[bot]](https://github.com/apps/dependabot))
+- fix\(traits\): use Comparable matches
[\#5230](https://github.com/apache/camel-k/pull/5230)
([squakez](https://github.com/squakez))
- fix\(trait\): Add documentation and test on multiple sources
[\#5229](https://github.com/apache/camel-k/pull/5229)
([gansheer](https://github.com/gansheer))
- chore\(deps\): bump github.com/cloudevents/sdk-go/v2 from 2.13.0 to 2.15.2
[\#5228](https://github.com/apache/camel-k/pull/5228)
([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(lint\): Update golangci-lint version to 1.55
[\#5227](https://github.com/apache/camel-k/pull/5227)
([christophd](https://github.com/christophd))
diff --git a/README.adoc b/README.adoc
index 5eee363a2..6f602ad4e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@
image:https://github.com/apache/camel-k/workflows/kubernetes/badge.svg["Kubernet
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-36.9%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-37.2%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 3f7e3235f..1707b478f 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 4282804f3..ad4af79d8 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-36.9
+37.2
diff --git a/coverage.out b/coverage.out
index a53803db5..0f0157fa1 100644
--- a/coverage.out
+++ b/coverage.out
@@ -44,9 +44,9 @@ github.com/apache/camel-k/v2/addons/tracing/tracing.go:125:
Apply
93.
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:87:
NewAzureKeyVaultTrait
100.0%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:93:
Configure
77.8%
-github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:113:
Apply
87.5%
+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/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%
@@ -1162,15 +1162,12 @@
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.g
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:474:
watchKnativeResources 0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:516:
Reconcile 0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/integration_controller.go:597:
update 0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:40:
lookupKitsForIntegration
81.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:88:
sameOrMatch
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:99:
integrationMatches
65.4%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:154:
statusMatches
41.7%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:175:
kitMatches
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:208:
hasMatchingTraits
81.2%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:241:
matchesComparableTrait
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:264:
matchesTrait
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:269:
hasMatchingSourcesForNative
100.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%
+github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:152:
statusMatches
41.7%
+github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:173:
kitMatches
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:206:
hasMatchingSourcesForNative
100.0%
github.com/apache/camel-k/v2/pkg/controller/integration/metrics.go:42:
init
100.0%
github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:49:
NewMonitorAction
0.0%
github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:57:
Name
0.0%
@@ -1424,32 +1421,32 @@ github.com/apache/camel-k/v2/pkg/trait/affinity.go:120:
addPodAffinity
github.com/apache/camel-k/v2/pkg/trait/affinity.go:171:
addPodAntiAffinity
89.5%
github.com/apache/camel-k/v2/pkg/trait/affinity.go:222:
operatorToNodeSelectorOperator
25.0%
github.com/apache/camel-k/v2/pkg/trait/affinity.go:240:
operatorToLabelSelectorOperator
50.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:48:
newBuilderTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:55:
InfluencesKit
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:60:
InfluencesBuild
0.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:64:
Configure
44.4%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:109:
existsTaskRequest
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:119:
adaptDeprecatedFields
95.8%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:152:
newOrAppend
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:162:
Apply
88.1%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:288:
failIntegrationKit
80.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:297:
builderTask
66.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:410:
getImageName
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:418:
getBaseImage
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:427:
customTasks
91.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:457:
taskConfOrDefault
66.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:465:
parseTasksConf
92.1%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:526:
splitContainerCommand
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:540:
filter
81.8%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:581:
publishingOrUserTask
80.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:49:
newBuilderTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:56:
InfluencesKit
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:60:
Matches
90.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:89:
Configure
44.4%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:134:
existsTaskRequest
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:144:
adaptDeprecatedFields
95.8%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:177:
newOrAppend
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:187:
Apply
88.1%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:313:
failIntegrationKit
80.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:322:
builderTask
66.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:435:
getImageName
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:443:
getBaseImage
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:452:
customTasks
91.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:482:
taskConfOrDefault
66.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:490:
parseTasksConf
92.1%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:551:
splitContainerCommand
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:565:
filter
81.8%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:606:
publishingOrUserTask
80.0%
github.com/apache/camel-k/v2/pkg/trait/camel.go:45:
newCamelTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/camel.go:52:
InfluencesKit
100.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:57:
InfluencesBuild
0.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:61:
Configure
80.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:74:
Apply
93.8%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:105:
loadOrCreateCatalog
56.2%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:144:
computeConfigMaps
100.0%
-github.com/apache/camel-k/v2/pkg/trait/camel.go:225:
determineRuntimeVersion
66.7%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:56:
Matches
75.0%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:65:
Configure
80.0%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:78:
Apply
93.8%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:109:
loadOrCreateCatalog
56.2%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:148:
computeConfigMaps
100.0%
+github.com/apache/camel-k/v2/pkg/trait/camel.go:229:
determineRuntimeVersion
66.7%
github.com/apache/camel-k/v2/pkg/trait/container.go:58:
newContainerTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/container.go:70:
Configure
80.0%
github.com/apache/camel-k/v2/pkg/trait/container.go:113:
isValidPullPolicy
100.0%
@@ -1626,8 +1623,7 @@ github.com/apache/camel-k/v2/pkg/trait/quarkus.go:74:
getLanguageSettings
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:92:
getLegacyLanguageSettings
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:101:
newQuarkusTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:108:
InfluencesKit
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:113:
InfluencesBuild
0.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:119:
Matches
0.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:112:
Matches
88.9%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:142:
Configure
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:151:
adaptDeprecatedFields
18.2%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:170:
Apply
77.8%
@@ -1648,16 +1644,15 @@ github.com/apache/camel-k/v2/pkg/trait/quarkus.go:492:
sourcesRequiredAtBu
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:498:
propagateSourcesRequiredAtBuildTime
80.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:46:
newRegistryTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:53:
InfluencesKit
100.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:58:
InfluencesBuild
0.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:80:
Apply
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:124:
addRegistryAndExtensionToMaven
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:149:
getOpenShiftRegistrySecret
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:173:
extractMavenServerCredentialsFromSecret
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:222:
getDockerConfig
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:241:
getOpenShiftImageRegistryCA
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:264:
addImageRegistryCaToMavenBuild
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:281:
decodeSecretKeySelector
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:57:
Configure
28.6%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:75:
Apply
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:119:
addRegistryAndExtensionToMaven
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:144:
getOpenShiftRegistrySecret
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:168:
extractMavenServerCredentialsFromSecret
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:217:
getDockerConfig
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:236:
getOpenShiftImageRegistryCA
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:259:
addImageRegistryCaToMavenBuild
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:276:
decodeSecretKeySelector
0.0%
github.com/apache/camel-k/v2/pkg/trait/route.go:43:
newRouteTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/route.go:53:
IsAllowedInProfile
100.0%
github.com/apache/camel-k/v2/pkg/trait/route.go:57:
Configure
100.0%
@@ -1710,44 +1705,43 @@
github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:156:
configureFro
github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:169:
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:116:
NewBaseTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:124:
NewBasePlatformTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:143:
ID
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:148:
InjectClient
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:153:
InfluencesKit
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:159:
InfluencesBuild
0.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:164:
IsPlatformTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:169:
RequiresIntegrationPlatform
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:175:
IsAllowedInProfile
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:180:
Order
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:190:
IsPlatformTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:247:
GetTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:257:
IntegrationInPhase
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:271:
IntegrationInRunningPhases
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:275:
IntegrationKitInPhase
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:289:
PlatformInPhase
66.7%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:303:
InPhase
0.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:311:
DetermineProfile
80.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:333:
DetermineControllerStrategy
85.7%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:346:
getControllerStrategyChoosers
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:360:
GetIntegrationPodSpec
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:388:
DetermineCatalogNamespace
18.2%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:408:
computeApplicationProperties
83.3%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:439:
addSourcesProperties
80.6%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:490:
configureVolumesAndMounts
89.2%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:600:
getVolume
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:628:
getMount
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:641:
convertToKeyToPath
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:658:
getMountPoint
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:673:
collectConfigurationValues
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:681:
collectConfigurationPairs
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:685:
collectConfigurations
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:689:
GetIntegrationContainerName
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:701:
isEmbedded
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:710:
GetIntegrationContainer
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_types.go:715:
getIntegrationContainerPort
76.9%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:113:
NewBaseTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:121:
NewBasePlatformTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:140:
ID
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:145:
InjectClient
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:150:
InfluencesKit
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:155:
IsPlatformTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:160:
RequiresIntegrationPlatform
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:166:
IsAllowedInProfile
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:171:
Order
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:181:
IsPlatformTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:238:
GetTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:248:
IntegrationInPhase
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:262:
IntegrationInRunningPhases
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:266:
IntegrationKitInPhase
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:280:
PlatformInPhase
66.7%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:294:
InPhase
0.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:302:
DetermineProfile
80.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:324:
DetermineControllerStrategy
85.7%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:337:
getControllerStrategyChoosers
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:351:
GetIntegrationPodSpec
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:379:
DetermineCatalogNamespace
18.2%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:399:
computeApplicationProperties
83.3%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:430:
addSourcesProperties
80.6%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:481:
configureVolumesAndMounts
89.2%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:591:
getVolume
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:619:
getMount
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:632:
convertToKeyToPath
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:649:
getMountPoint
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:664:
collectConfigurationValues
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:672:
collectConfigurationPairs
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:676:
collectConfigurations
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:680:
GetIntegrationContainerName
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:692:
isEmbedded
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:701:
GetIntegrationContainer
100.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_types.go:706:
getIntegrationContainerPort
76.9%
github.com/apache/camel-k/v2/pkg/trait/util.go:46:
ptrFrom
100.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:52:
Get
0.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:52:
Get
57.1%
github.com/apache/camel-k/v2/pkg/trait/util.go:71:
getIntegrationKit
0.0%
github.com/apache/camel-k/v2/pkg/trait/util.go:80:
collectConfigurationValues
100.0%
github.com/apache/camel-k/v2/pkg/trait/util.go:107:
collectConfigurations
100.0%
@@ -1775,8 +1769,12 @@ github.com/apache/camel-k/v2/pkg/trait/util.go:486:
newTraitsOptionsForInt
github.com/apache/camel-k/v2/pkg/trait/util.go:495:
NewSpecTraitsOptionsForIntegrationKit
0.0%
github.com/apache/camel-k/v2/pkg/trait/util.go:499:
NewTraitsOptionsForPipe
87.5%
github.com/apache/camel-k/v2/pkg/trait/util.go:517:
NewTraitsOptionsForKameletBinding
0.0%
-github.com/apache/camel-k/v2/pkg/trait/util.go:534:
FromAnnotations
68.2%
-github.com/apache/camel-k/v2/pkg/trait/util.go:573:
containsEndpoint
86.7%
+github.com/apache/camel-k/v2/pkg/trait/util.go:534:
FromAnnotations
92.3%
+github.com/apache/camel-k/v2/pkg/trait/util.go:558:
stringOrSlice
100.0%
+github.com/apache/camel-k/v2/pkg/trait/util.go:575:
containsEndpoint
86.7%
+github.com/apache/camel-k/v2/pkg/trait/util.go:600:
HasMatchingTraits
92.3%
+github.com/apache/camel-k/v2/pkg/trait/util.go:626:
matchesComparableTrait
69.2%
+github.com/apache/camel-k/v2/pkg/trait/util.go:647:
matchesTrait
100.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%
@@ -2259,4 +2257,4 @@ github.com/apache/camel-k/v2/pkg/util/util.go:649:
WithTempDir
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:664:
ConfigTreePropertySplit
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:685:
trimQuotes
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:696:
NavigateConfigTree
0.0%
-total:
(statements)
36.9%
+total:
(statements)
37.2%