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 441d62c72 chore: nightly automatic updates 441d62c72 is described below commit 441d62c72af482908e73a8631dfd89aa84011a78 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Feb 27 23:46:48 2024 +0000 chore: nightly automatic updates --- CHANGELOG.md | 5 +- README.adoc | 2 +- badge.out | 2 +- coverage | 2 +- coverage.out | 234 +++++++++++++++++++++++++++++++---------------------------- 5 files changed, 130 insertions(+), 115 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d89334be..a742b7d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,6 @@ - Data type Kamelet hardcoded [\#5014](https://github.com/apache/camel-k/issues/5014) - Quarkus buildMode should sort JVM before Native execution [\#5001](https://github.com/apache/camel-k/issues/5001) - Failing to build native integration [\#5000](https://github.com/apache/camel-k/issues/5000) -- unambigious reference to configmaps and secrets [\#4841](https://github.com/apache/camel-k/issues/4841) - Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811) - Pointer to an external schema/CRD [\#4788](https://github.com/apache/camel-k/issues/4788) - Pipe using simple language expressions causing failure [\#4777](https://github.com/apache/camel-k/issues/4777) @@ -46,6 +45,10 @@ **Merged pull requests:** +- update quarkus-native.adoc [\#5190](https://github.com/apache/camel-k/pull/5190) ([bvahdat](https://github.com/bvahdat)) +- chore\(knative\): configure via properties [\#5186](https://github.com/apache/camel-k/pull/5186) ([squakez](https://github.com/squakez)) +- chore\(cmd\): deprecate -d file feature [\#5185](https://github.com/apache/camel-k/pull/5185) ([squakez](https://github.com/squakez)) +- fix\(trait\): service binding [\#5184](https://github.com/apache/camel-k/pull/5184) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/prometheus/common from 0.47.0 to 0.48.0 [\#5177](https://github.com/apache/camel-k/pull/5177) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(ctrl\): calculate digest on spec traits [\#5176](https://github.com/apache/camel-k/pull/5176) ([squakez](https://github.com/squakez)) - chore\(deps\): bump go.uber.org/zap from 1.26.0 to 1.27.0 [\#5171](https://github.com/apache/camel-k/pull/5171) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/README.adoc b/README.adoc index 2c022bdea..e335e9edf 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-35.8%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"] +image:https://img.shields.io/badge/Coverage-36.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 17294bada..293d863e4 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 21aa28547..b82d77ecc 100644 --- a/coverage +++ b/coverage @@ -1 +1 @@ -35.8 +36.2 diff --git a/coverage.out b/coverage.out index 4ff6fd19e..e39cddfa5 100644 --- a/coverage.out +++ b/coverage.out @@ -239,6 +239,15 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:180: github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:184: ValidKameletProperties 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:195: NewKamelet 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:209: NewKameletList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types.go:28: NewCamelEnvironment 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types.go:66: ResourceDescription 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:27: BuildCamelServiceDefinition 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:46: SetSinkBinding 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:61: ToCamelProperties 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:86: Serialize 0.0% +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% @@ -892,37 +901,37 @@ github.com/apache/camel-k/v2/pkg/cmd/run.go:748: parseAndConvertToTrait github.com/apache/camel-k/v2/pkg/cmd/run.go:769: convertToTrait 0.0% github.com/apache/camel-k/v2/pkg/cmd/run.go:773: applyProperties 84.6% github.com/apache/camel-k/v2/pkg/cmd/run.go:794: convertToTraitParameter 78.6% -github.com/apache/camel-k/v2/pkg/cmd/run.go:817: applyDependencies 22.2% -github.com/apache/camel-k/v2/pkg/cmd/run.go:852: getPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:875: GetIntegrationName 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:890: mergePropertiesWithPrecedence 92.9% -github.com/apache/camel-k/v2/pkg/cmd/run.go:916: extractProperties 60.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:930: loadPropertyFile 71.4% -github.com/apache/camel-k/v2/pkg/cmd/run.go:942: resolvePodTemplate 73.3% -github.com/apache/camel-k/v2/pkg/cmd/run.go:973: parseFileURI 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:987: getRegistry 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:995: skipChecksums 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:999: skipPom 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1003: classpath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1007: getTargetPath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1011: uploadDependency 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1091: getMountPath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1105: uploadPomFromJar 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1147: extractFromZip 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1164: extractGav 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1204: uploadAsMavenArtifact 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1222: extractGavFromPom 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1247: uploadChecksumFiles 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1258: uploadChecksumFile 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1280: writeChecksumToFile 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1291: getSpectrumOptions 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1310: getArtifactHTTPPath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1324: createDefaultGav 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1345: isPom 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1349: isJar 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1353: getFileRelativePathAndExtension 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1362: getDirName 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1374: contains 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:817: applyDependencies 21.1% +github.com/apache/camel-k/v2/pkg/cmd/run.go:854: getPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:877: GetIntegrationName 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:892: mergePropertiesWithPrecedence 92.9% +github.com/apache/camel-k/v2/pkg/cmd/run.go:918: extractProperties 60.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:932: loadPropertyFile 71.4% +github.com/apache/camel-k/v2/pkg/cmd/run.go:944: resolvePodTemplate 73.3% +github.com/apache/camel-k/v2/pkg/cmd/run.go:975: parseFileURI 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:989: getRegistry 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:997: skipChecksums 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1001: skipPom 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1005: classpath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1009: getTargetPath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1014: uploadDependency 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1094: getMountPath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1108: uploadPomFromJar 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1150: extractFromZip 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1167: extractGav 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1207: uploadAsMavenArtifact 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1225: extractGavFromPom 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1250: uploadChecksumFiles 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1261: uploadChecksumFile 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1283: writeChecksumToFile 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1294: getSpectrumOptions 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1313: getArtifactHTTPPath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1327: createDefaultGav 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1348: isPom 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1352: isJar 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1356: getFileRelativePathAndExtension 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1365: getDirName 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1377: contains 0.0% github.com/apache/camel-k/v2/pkg/cmd/run_support.go:43: addDependency 0.0% github.com/apache/camel-k/v2/pkg/cmd/run_support.go:49: parseConfig 0.0% github.com/apache/camel-k/v2/pkg/cmd/run_support.go:71: filterFileLocation 100.0% @@ -1507,21 +1516,22 @@ github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:45: toConfigmaps github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:72: newBundleConfigmap 100.0% github.com/apache/camel-k/v2/pkg/trait/knative.go:56: newKnativeTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/knative.go:65: IsAllowedInProfile 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:69: Configure 81.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:189: Apply 66.7% -github.com/apache/camel-k/v2/pkg/trait/knative.go:239: configureChannels 75.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:299: createSubscription 80.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:308: configureEndpoints 77.3% -github.com/apache/camel-k/v2/pkg/trait/knative.go:358: configureEvents 84.6% -github.com/apache/camel-k/v2/pkg/trait/knative.go:417: isSinkBindingAllowed 55.6% -github.com/apache/camel-k/v2/pkg/trait/knative.go:434: configureSinkBinding 4.3% -github.com/apache/camel-k/v2/pkg/trait/knative.go:519: createTrigger 71.4% -github.com/apache/camel-k/v2/pkg/trait/knative.go:535: ifServiceMissingDo 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:545: withServiceDo 72.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:592: extractServices 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:69: Configure 78.3% +github.com/apache/camel-k/v2/pkg/trait/knative.go:139: filterMetaItems 91.7% +github.com/apache/camel-k/v2/pkg/trait/knative.go:158: Apply 77.8% +github.com/apache/camel-k/v2/pkg/trait/knative.go:206: configureChannels 74.1% +github.com/apache/camel-k/v2/pkg/trait/knative.go:264: createSubscription 80.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:273: configureEndpoints 76.2% +github.com/apache/camel-k/v2/pkg/trait/knative.go:321: configureEvents 84.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:378: isSinkBindingAllowed 77.8% +github.com/apache/camel-k/v2/pkg/trait/knative.go:395: configureSinkBinding 88.1% +github.com/apache/camel-k/v2/pkg/trait/knative.go:476: createTrigger 71.4% +github.com/apache/camel-k/v2/pkg/trait/knative.go:492: ifServiceMissingDo 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:502: withServiceDo 76.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:549: extractServices 100.0% github.com/apache/camel-k/v2/pkg/trait/knative_service.go:58: newKnativeServiceTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/knative_service.go:68: IsAllowedInProfile 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative_service.go:72: Configure 82.4% +github.com/apache/camel-k/v2/pkg/trait/knative_service.go:72: Configure 70.6% github.com/apache/camel-k/v2/pkg/trait/knative_service.go:125: Apply 83.3% github.com/apache/camel-k/v2/pkg/trait/knative_service.go:142: SelectControllerStrategy 84.6% github.com/apache/camel-k/v2/pkg/trait/knative_service.go:165: ControllerStrategySelectorOrder 100.0% @@ -1530,10 +1540,11 @@ github.com/apache/camel-k/v2/pkg/trait/logging.go:42: newLoggingTraitTrait github.com/apache/camel-k/v2/pkg/trait/logging.go:51: Configure 60.0% github.com/apache/camel-k/v2/pkg/trait/logging.go:63: Apply 90.9% github.com/apache/camel-k/v2/pkg/trait/mount.go:41: newMountTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/mount.go:48: Configure 77.8% -github.com/apache/camel-k/v2/pkg/trait/mount.go:72: Apply 84.6% -github.com/apache/camel-k/v2/pkg/trait/mount.go:121: configureVolumesAndMounts 76.9% -github.com/apache/camel-k/v2/pkg/trait/mount.go:147: mountResource 93.3% +github.com/apache/camel-k/v2/pkg/trait/mount.go:48: Configure 80.0% +github.com/apache/camel-k/v2/pkg/trait/mount.go:74: Apply 80.8% +github.com/apache/camel-k/v2/pkg/trait/mount.go:123: configureVolumesAndMounts 76.9% +github.com/apache/camel-k/v2/pkg/trait/mount.go:149: mountResource 93.3% +github.com/apache/camel-k/v2/pkg/trait/mount.go:172: addServiceBindingSecret 33.3% github.com/apache/camel-k/v2/pkg/trait/openapi.go:52: newOpenAPITrait 100.0% github.com/apache/camel-k/v2/pkg/trait/openapi.go:58: Configure 85.7% github.com/apache/camel-k/v2/pkg/trait/openapi.go:75: Apply 0.0% @@ -1615,15 +1626,14 @@ github.com/apache/camel-k/v2/pkg/trait/service.go:40: newServiceTrait github.com/apache/camel-k/v2/pkg/trait/service.go:46: Configure 81.8% github.com/apache/camel-k/v2/pkg/trait/service.go:96: Apply 68.8% github.com/apache/camel-k/v2/pkg/trait/service.go:124: getServiceFor 100.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:45: newServiceBindingTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:51: Configure 57.1% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:65: Apply 0.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:86: getContext 0.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:104: parseServices 0.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:132: process 0.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:145: createServiceBinding 0.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:167: getHandlers 0.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:179: createSecret 0.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:60: newServiceBindingTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:66: Configure 71.4% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:80: Apply 63.6% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:99: getContext 75.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:117: parseServices 91.7% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:145: process 42.9% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:158: createServiceBinding 100.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:180: createSecret 83.3% github.com/apache/camel-k/v2/pkg/trait/test_support.go:38: createNominalDeploymentTraitTest 100.0% github.com/apache/camel-k/v2/pkg/trait/test_support.go:63: createNominalMissingDeploymentTraitTest 100.0% github.com/apache/camel-k/v2/pkg/trait/test_support.go:79: createNominalKnativeServiceTraitTest 100.0% @@ -1669,32 +1679,32 @@ github.com/apache/camel-k/v2/pkg/trait/trait_types.go:165: RequiresIntegrat github.com/apache/camel-k/v2/pkg/trait/trait_types.go:171: IsAllowedInProfile 100.0% github.com/apache/camel-k/v2/pkg/trait/trait_types.go:176: Order 100.0% github.com/apache/camel-k/v2/pkg/trait/trait_types.go:186: IsPlatformTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:242: GetTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:252: IntegrationInPhase 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:266: IntegrationInRunningPhases 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:270: IntegrationKitInPhase 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:284: PlatformInPhase 66.7% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:298: InPhase 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:306: DetermineProfile 80.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:328: DetermineControllerStrategy 85.7% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:341: getControllerStrategyChoosers 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:355: GetIntegrationPodSpec 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:383: DetermineCatalogNamespace 18.2% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:403: computeApplicationProperties 83.3% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:434: addSourcesProperties 80.6% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:485: configureVolumesAndMounts 81.1% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:605: getVolume 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:633: getMount 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:646: convertToKeyToPath 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:663: getMountPoint 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:678: collectConfigurationValues 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:686: collectConfigurationPairs 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:690: collectConfigurations 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:694: GetIntegrationContainerName 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:706: isEmbedded 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:715: GetIntegrationContainer 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:720: getIntegrationContainerPort 76.9% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:746: getAllInterceptors 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:241: GetTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:251: IntegrationInPhase 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:265: IntegrationInRunningPhases 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:269: IntegrationKitInPhase 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:283: PlatformInPhase 66.7% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:297: InPhase 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:305: DetermineProfile 80.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:327: DetermineControllerStrategy 85.7% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:340: getControllerStrategyChoosers 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:354: GetIntegrationPodSpec 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:382: DetermineCatalogNamespace 18.2% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:402: computeApplicationProperties 83.3% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:433: addSourcesProperties 80.6% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:484: configureVolumesAndMounts 89.4% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:593: getVolume 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:621: getMount 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:634: convertToKeyToPath 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:651: getMountPoint 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:666: collectConfigurationValues 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:674: collectConfigurationPairs 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:678: collectConfigurations 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:682: GetIntegrationContainerName 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:694: isEmbedded 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:703: GetIntegrationContainer 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:708: getIntegrationContainerPort 76.9% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:734: getAllInterceptors 0.0% 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:71: getIntegrationKit 0.0% @@ -1940,33 +1950,35 @@ github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:150: RemoveDe github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:169: VisitConfigMap 0.0% github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:178: GetConfigMap 0.0% github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:189: RemoveConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:208: VisitService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:217: GetService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:228: GetUserServiceForIntegration 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:240: GetServiceForIntegration 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:250: GetKnativeService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:261: VisitRoute 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:270: GetRoute 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:281: GetCronJob 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:292: VisitCronJob 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:301: VisitCronJobE 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:312: VisitKnativeService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:321: VisitKnativeServiceE 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:332: VisitKnativeTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:341: HasKnativeTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:353: GetContainer 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:366: GetContainerByName 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:373: VisitContainer 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:395: GetController 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:418: VisitPodSpec 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:431: VisitPodTemplateMeta 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:444: VisitKnativeConfigurationSpec 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:451: VisitMetaObject 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:460: Visit 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:468: VisitE 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:479: Remove 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:489: VisitPodMonitor 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:497: GetPodMonitor 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:208: VisitSecret 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:217: GetSecret 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:228: VisitService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:237: GetService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:248: GetUserServiceForIntegration 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:260: GetServiceForIntegration 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:270: GetKnativeService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:281: VisitRoute 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:290: GetRoute 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:301: GetCronJob 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:312: VisitCronJob 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:321: VisitCronJobE 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:332: VisitKnativeService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:341: VisitKnativeServiceE 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:352: VisitKnativeTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:361: HasKnativeTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:373: GetContainer 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:386: GetContainerByName 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:393: VisitContainer 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:415: GetController 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:438: VisitPodSpec 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:451: VisitPodTemplateMeta 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:464: VisitKnativeConfigurationSpec 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:471: VisitMetaObject 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:480: Visit 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:488: VisitE 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:499: Remove 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:509: VisitPodMonitor 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:517: GetPodMonitor 0.0% github.com/apache/camel-k/v2/pkg/util/kubernetes/conditions.go:29: GetPodCondition 0.0% github.com/apache/camel-k/v2/pkg/util/kubernetes/conditions.go:39: GetDeploymentCondition 0.0% github.com/apache/camel-k/v2/pkg/util/kubernetes/conditions.go:49: GetKnativeServiceCondition 0.0% @@ -2204,4 +2216,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) 35.8% +total: (statements) 36.2%