From 0dd3f9c65079521dec467a64afa6204541a08e5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 23:44:16 +0000 Subject: [PATCH] chore: nightly automatic updates --- CHANGELOG.md | 12 +- README.adoc | 2 +- badge.out | 2 +- coverage | 2 +- coverage.out | 6489 +++++++++++------ docs/antora.yml | 4 +- .../ROOT/partials/apis/camel-k-crds.adoc | 2 +- docs/modules/traits/pages/openapi.adoc | 2 +- .../crds/crd-integration-platform.yaml | 2 + .../camel-k/crds/crd-integration-profile.yaml | 2 + helm/camel-k/crds/crd-integration.yaml | 1 + helm/camel-k/crds/crd-kamelet-binding.yaml | 1 + helm/camel-k/crds/crd-pipe.yaml | 1 + ...camel.apache.org_integrationplatforms.yaml | 2 + .../camel.apache.org_integrationprofiles.yaml | 2 + .../bases/camel.apache.org_integrations.yaml | 1 + .../camel.apache.org_kameletbindings.yaml | 1 + .../crd/bases/camel.apache.org_pipes.yaml | 1 + 18 files changed, 4175 insertions(+), 2354 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864bcdfa91..e9a8f8a01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ **Closed issues:** +- Drop support for Swagger \(Openapi v2.0\) in favour of Openapi 3.0 [\#5735](https://github.com/apache/camel-k/issues/5735) +- Upgrade to Golang 1.22 [\#5720](https://github.com/apache/camel-k/issues/5720) - Remove `STAGING_RUNTIME_REPO` variable from Makefile [\#5616](https://github.com/apache/camel-k/issues/5616) - Flaky TestOperatorIDFiltering [\#5521](https://github.com/apache/camel-k/issues/5521) - OLM missing recommeded resource requests [\#5340](https://github.com/apache/camel-k/issues/5340) @@ -14,7 +16,16 @@ **Merged pull requests:** +- feat\(trait\): drop support for swagger [\#5736](https://github.com/apache/camel-k/pull/5736) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump knative.dev/serving from 0.40.1 to 0.42.1 [\#5734](https://github.com/apache/camel-k/pull/5734) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): update controllergen [\#5733](https://github.com/apache/camel-k/pull/5733) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump prometheus [\#5732](https://github.com/apache/camel-k/pull/5732) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump kubernetes to 1.29.7 [\#5731](https://github.com/apache/camel-k/pull/5731) ([squakez](https://github.com/squakez)) +- fix\(ci\): latest runtime openapi snapshot repo [\#5728](https://github.com/apache/camel-k/pull/5728) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.53 to 0.6.54 [\#5727](https://github.com/apache/camel-k/pull/5727) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(ci\): Upgrade golang to 1.22 [\#5726](https://github.com/apache/camel-k/pull/5726) ([gansheer](https://github.com/gansheer)) - chore\(deps\): Upgrade controller runtime to 0.17.x [\#5725](https://github.com/apache/camel-k/pull/5725) ([gansheer](https://github.com/gansheer)) +- chore\(deps\): bump knative [\#5724](https://github.com/apache/camel-k/pull/5724) ([squakez](https://github.com/squakez)) - chore\(ci\): upgrade kubernetes API to 1.29 [\#5721](https://github.com/apache/camel-k/pull/5721) ([squakez](https://github.com/squakez)) - chore\(ci\): removing staging variables [\#5719](https://github.com/apache/camel-k/pull/5719) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 [\#5718](https://github.com/apache/camel-k/pull/5718) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -109,7 +120,6 @@ - Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) - Nightly release note still define ARM64 specific instructions [\#5596](https://github.com/apache/camel-k/issues/5596) - Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) -- Flaky TestRunCronExample [\#5533](https://github.com/apache/camel-k/issues/5533) - Test failures report mixed platform resolutions [\#5498](https://github.com/apache/camel-k/issues/5498) - Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5490](https://github.com/apache/camel-k/issues/5490) - Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) diff --git a/README.adoc b/README.adoc index 9dd619f5dc..a1db3d19c8 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-40.4%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"] +image:https://img.shields.io/badge/Coverage-30.3%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 04e399bcc2..94eed803ea 100644 --- a/badge.out +++ b/badge.out @@ -1,2 +1,2 @@ -![Coverage](https://img.shields.io/badge/Coverage-40.4%25-yellow) \ No newline at end of file +![Coverage](https://img.shields.io/badge/Coverage-30.3%25-yellow) \ No newline at end of file diff --git a/coverage b/coverage index 6d971ddc82..38a1220e28 100644 --- a/coverage +++ b/coverage @@ -1 +1 @@ -40.4 +30.3 diff --git a/coverage.out b/coverage.out index 5f2ded7404..f2251700a1 100644 --- a/coverage.out +++ b/coverage.out @@ -1,2346 +1,4143 @@ -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 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 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% -github.com/apache/camel-k/v2/addons/register_gcp_secrets.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/register_hashicorp_vault.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/register_keda.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/register_master.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/register_opentracing.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/register_resume.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/register_strimzi.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/register_telemetry.go:25: init 100.0% -github.com/apache/camel-k/v2/addons/strimzi/addtoscheme_strimzi_duck_v1beta2.go:25: init 100.0% -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 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:87: NewTelemetryTrait 100.0% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:93: isForcefullyEnabled 100.0% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:97: Configure 50.0% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:143: Apply 80.0% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:155: setCatalogConfiguration 93.8% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:186: setRuntimeProviderProperties 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:83: NewTracingTrait 100.0% -github.com/apache/camel-k/v2/addons/tracing/tracing.go:89: Configure 50.0% -github.com/apache/camel-k/v2/addons/tracing/tracing.go:130: Apply 92.9% -github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:79: NewAwsSecretsManagerTrait 100.0% -github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:85: Configure 81.8% -github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:107: Apply 82.8% -github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:93: NewAzureKeyVaultTrait 100.0% -github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:99: Configure 81.8% -github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:123: Apply 84.8% -github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:72: NewGcpSecretManagerTrait 100.0% -github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:78: Configure 72.7% -github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:102: Apply 84.6% -github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:65: NewHashicorpVaultTrait 100.0% -github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:71: Configure 60.0% -github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:83: Apply 84.2% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:25: NewBuild 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:38: NewBuildList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:48: BuilderPodNamespace 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:58: BuilderConfiguration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:63: TaskConfiguration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:68: BuilderDependencies 66.7% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:77: FindBuilderTask 75.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:87: ConfigurationTasksByName 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:112: SetBuilderConfigurationTasks 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:121: String 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:126: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:136: Failed 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:142: IsFinished 100.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:147: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:158: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:173: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:198: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:211: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:219: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:223: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:227: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:231: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:235: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:239: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:243: HasRunningBuilds 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:253: HasScheduledBuildsBefore 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:270: HasMatchingBuild 85.2% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:28: NewCamelCatalog 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:42: NewCamelCatalogWithSpecs 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:57: NewCamelCatalogList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:67: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:72: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:77: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:82: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:87: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:92: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:97: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:106: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:117: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:129: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:144: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:169: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:181: GetRuntimeVersion 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:186: GetCamelVersion 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:191: GetCamelQuarkusVersion 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:196: GetQuarkusVersion 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:201: GetQuarkusToolingImage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:206: GetJibMavenPluginVersion 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:211: GetJibLayerFilterExtensionMavenVersion 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:216: HasCapability 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:223: GetDependencyID 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:234: GetConsumerDependencyIDs 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:238: GetProducerDependencyIDs 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:242: getDependencyIDs 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:254: GetConsumerDependencies 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:258: GetProducerDependencies 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:262: getDependencies 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:270: GetScheme 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:279: consumerScheme 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:283: producerScheme 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:323: String 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:33: String 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:37: String 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:41: CapabilityDependencies 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:52: TraitProfileByName 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:62: Equal 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:67: Merge 65.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:105: Merge 65.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:143: MarshalJSON 66.7% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:151: UnmarshalJSON 75.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:160: String 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:175: GetOperatorIDAnnotation 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:180: GetIntegrationProfileAnnotation 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:185: GetIntegrationProfileNamespaceAnnotation 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:190: GetAnnotation 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:203: SetAnnotation 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:215: IsEmpty 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:225: DecodeValueSource 100.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:268: IsGeneratedFromKamelet 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:273: InferLanguage 83.3% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:40: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:45: Endpoint 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:50: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:55: Validate 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:65: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:70: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:84: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:89: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:117: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:122: Endpoint 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:127: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:138: Validate 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:43: NewIntegration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:56: NewIntegrationList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:65: Initialize 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:77: AllSources 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:85: UserDefinedSources 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:91: AddSource 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:95: AddSources 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:99: AddFlows 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:103: AddConfiguration 100.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:110: AddDependency 100.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:123: AddConfigurationProperty 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:128: GetConfigurationProperty 100.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:140: trimFirstLeadingSpace 100.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:147: AddOrReplaceGeneratedSources 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:166: Configurations 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:174: Configurations 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:182: Configurations 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:194: NewSourceSpec 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:205: SetOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:209: SetIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:220: SetIntegrationKit 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:253: GetIntegrationKitNamespace 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:267: IsConditionTrue 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:280: SetReadyCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:285: SetReadyConditionError 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:290: IsSynthetic 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:295: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:305: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:314: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:327: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:367: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:380: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:388: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:392: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:396: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:400: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:404: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:408: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:33: NewIntegrationKit 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:46: NewIntegrationKitList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:55: Configurations 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:64: SetOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:68: Configurations 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:76: SetIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:92: HasHigherPriorityThan 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:109: IsExternal 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:114: IsSynthetic 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:119: HasCapability 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:130: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:140: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:151: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:166: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:191: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:204: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:213: GetDependenciesPaths 100.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:225: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:229: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:233: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:237: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:241: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:245: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:26: NewIntegrationPlatformList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:36: NewIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:50: Configurations 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:59: SetOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:64: Configurations 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:77: AddConfiguration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:85: GetActualValue 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:94: ResyncStatusFullConfig 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:100: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:111: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:123: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:138: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:163: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:175: AddOption 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:185: GetTimeout 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:195: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:204: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:209: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:214: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:219: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:224: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:229: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:26: NewIntegrationProfileList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:36: NewIntegrationProfile 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:50: SetOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:55: GetActualValue 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:64: ResyncStatusFullConfig 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:70: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:81: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:93: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:108: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:133: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:145: GetTimeout 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:155: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:164: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:169: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:174: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:179: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:184: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:189: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:28: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:37: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:42: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:47: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:52: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:57: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:62: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:67: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:78: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:90: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:105: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:130: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:142: SortedDefinitionPropertiesKeys 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:161: SortedTypesKeys 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:180: ValidKameletName 0.0% -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/kamelet_types_support.go:219: SetOperatorID 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: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% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:49: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:54: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:59: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:64: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:69: SetOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:74: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:85: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:97: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:112: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:137: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:149: GetPropertyMap 76.9% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:172: NewPipe 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:186: NewPipeList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/register.go:43: Resource 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/register.go:48: addKnownTypes 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:17: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:27: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:37: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:42: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:52: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:57: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:67: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:73: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:83: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:93: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:103: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:112: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:122: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:130: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:137: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:147: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:171: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:181: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:195: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:205: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:213: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:227: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:237: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:263: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:273: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:285: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:295: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:320: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:330: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:365: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:375: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:386: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:396: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:401: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:411: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:420: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:430: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:438: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:445: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:455: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:469: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:479: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:487: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:507: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:517: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:529: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:539: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:562: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:572: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:577: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:587: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:594: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:604: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:616: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:626: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:653: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:663: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:668: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:678: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:684: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:694: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:704: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:714: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:719: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:729: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:751: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:761: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:780: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:790: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:817: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:827: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:837: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:847: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:858: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:868: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:874: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:884: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:894: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:904: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:915: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:925: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:935: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:945: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:955: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:965: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:970: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:980: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:997: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1007: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1014: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1024: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1030: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1040: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1045: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1055: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1065: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1075: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1080: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1090: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1102: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1112: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1122: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1132: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1141: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1151: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1159: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1177: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1187: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1196: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1206: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1214: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1221: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1231: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1245: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1255: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1263: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1296: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1306: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1328: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1338: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1370: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1380: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1394: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1404: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1412: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1421: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1431: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1439: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1464: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1474: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1481: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1491: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1501: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1511: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1525: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1535: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1543: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1556: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1566: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1586: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1596: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1605: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1615: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1623: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1635: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1645: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1652: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1662: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1672: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1682: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1696: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1706: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1714: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1722: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1732: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1745: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1755: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1805: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1815: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1863: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1873: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1883: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1893: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1965: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1975: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2002: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2012: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2019: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2029: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2038: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2048: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2056: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2063: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2073: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2087: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2097: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2105: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2110: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2120: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2125: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2135: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2176: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2186: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2203: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2213: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2226: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2236: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2246: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2256: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2261: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2271: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2289: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2299: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2337: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2347: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2357: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2367: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2372: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2382: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2391: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2401: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2409: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2423: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2433: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2447: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2457: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2465: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2494: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2504: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2521: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2531: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2539: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2549: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2555: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2565: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2575: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2585: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2591: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2601: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2612: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2622: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2635: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2645: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2708: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2718: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2724: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2734: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2745: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2755: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2761: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2771: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2780: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2790: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2795: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2805: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2812: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2822: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2827: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2837: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2861: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2871: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2878: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2888: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2901: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2911: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2927: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2937: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2944: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2954: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2966: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2976: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3021: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3031: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3041: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3051: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3061: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3071: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3077: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3087: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3299: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3309: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3325: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3335: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3350: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.defaults.go:15: RegisterDefaults 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:42: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:47: Endpoint 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:52: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:57: Validate 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:67: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:72: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:86: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:91: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:119: Type 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:124: Endpoint 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:129: Configuration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:140: Validate 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/jsonschema_types.go:113: MarshalJSON 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/jsonschema_types.go:121: UnmarshalJSON 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/jsonschema_types.go:130: String 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:33: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:42: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:47: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:52: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:57: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:62: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:67: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:72: SetOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:77: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:88: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:100: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:115: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:140: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:152: GetPropertyMap 76.9% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:175: NewKameletBinding 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:189: NewKameletBindingList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:31: GetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:40: GetType 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:45: GetStatus 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:50: GetLastUpdateTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:55: GetLastTransitionTime 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:60: GetReason 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:65: GetMessage 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:70: GetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:81: SetCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:93: SetErrorCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:108: SetConditions 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:133: RemoveCondition 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:145: SortedDefinitionPropertiesKeys 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:164: SortedTypesKeys 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:183: ValidKameletName 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:187: ValidKameletProperties 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:198: NewKamelet 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:212: NewKameletList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/register.go:43: Resource 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/register.go:48: addKnownTypes 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:16: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:26: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:36: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:41: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:51: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:73: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:83: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:102: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:112: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:146: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:156: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:166: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:176: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:187: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:197: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:203: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:213: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:223: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:233: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:244: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:254: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:264: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:274: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:284: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:294: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:299: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:309: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:314: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:324: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:334: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:344: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:416: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:426: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:453: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:463: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:472: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:482: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:490: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:499: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:509: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:517: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:531: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:541: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:555: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:565: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:573: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:602: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:612: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:629: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:639: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:646: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:656: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:670: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:680: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:688: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:693: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:703: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:744: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:754: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:771: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:781: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:790: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:800: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:810: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/builder/builder.go:42: Do 75.6% -github.com/apache/camel-k/v2/pkg/builder/image.go:46: init 100.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:69: nativeImageContext 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:84: executableDockerfile 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:101: standardImageContext 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:109: jvmDockerfile 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:125: incrementalImageContext 0.0% -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 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% -github.com/apache/camel-k/v2/pkg/builder/project.go:101: generateProjectSettings 78.9% -github.com/apache/camel-k/v2/pkg/builder/project.go:132: injectServersIntoMavenSettings 63.6% -github.com/apache/camel-k/v2/pkg/builder/project.go:149: encodeXMLNoHeader 87.5% -github.com/apache/camel-k/v2/pkg/builder/project.go:163: getServerTagIndex 76.2% -github.com/apache/camel-k/v2/pkg/builder/project.go:193: injectDependencies 100.0% -github.com/apache/camel-k/v2/pkg/builder/project.go:198: sanitizeDependencies 100.0% -github.com/apache/camel-k/v2/pkg/builder/project.go:202: injectProfiles 0.0% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:40: init 100.0% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:68: resolveBuildSources 28.6% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:85: prepareProjectWithSources 72.2% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:115: loadCamelQuarkusCatalog 85.7% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:132: generateQuarkusProject 100.0% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:147: generateQuarkusProjectCommon 100.0% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:187: buildQuarkusRunner 83.3% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:210: BuildQuarkusRunnerCommon 70.0% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:228: computeApplicationProperties 80.0% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:269: computeQuarkusDependencies 90.9% -github.com/apache/camel-k/v2/pkg/builder/quarkus.go:287: ProcessQuarkusTransitiveDependencies 84.6% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:41: BuildCommands 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:46: Directory 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:51: TargetDirectory 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:56: NativeMavenProperty 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:65: BuildCommands 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:71: Directory 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:76: TargetDirectory 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:81: NativeMavenProperty 0.0% -github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:87: QuarkusRuntimeSupport 0.0% -github.com/apache/camel-k/v2/pkg/builder/s2i.go:61: Do 38.1% -github.com/apache/camel-k/v2/pkg/builder/s2i.go:226: getControllerReference 25.0% -github.com/apache/camel-k/v2/pkg/builder/s2i.go:243: tarDir 8.3% -github.com/apache/camel-k/v2/pkg/builder/spectrum.go:46: Do 24.5% -github.com/apache/camel-k/v2/pkg/builder/spectrum.go:144: readSpectrumLogs 0.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:33: String 100.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:37: ID 100.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:41: Phase 100.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:45: execute 100.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:51: NewStep 100.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:60: StepsFrom 85.7% -github.com/apache/camel-k/v2/pkg/builder/steps.go:72: StepIDsFor 100.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:80: registerSteps 100.0% -github.com/apache/camel-k/v2/pkg/builder/steps.go:96: registerStep 100.0% -github.com/apache/camel-k/v2/pkg/builder/tasks.go:28: Build 100.0% -github.com/apache/camel-k/v2/pkg/builder/tasks.go:36: Task 0.0% -github.com/apache/camel-k/v2/pkg/builder/tasks.go:87: Do 0.0% -github.com/apache/camel-k/v2/pkg/builder/tasks.go:99: Do 0.0% -github.com/apache/camel-k/v2/pkg/builder/tasks.go:111: Do 0.0% -github.com/apache/camel-k/v2/pkg/builder/tasks.go:121: TaskByName 66.7% -github.com/apache/camel-k/v2/pkg/builder/types.go:43: New 100.0% -github.com/apache/camel-k/v2/pkg/builder/util.go:24: artifactIDs 75.0% -github.com/apache/camel-k/v2/pkg/builder/util.go:35: initializeStatusFrom 90.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:43: newCmdBind 100.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:96: preRunE 100.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:104: runE 80.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:115: validate 59.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:181: run 70.6% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:283: maybeBuildArrayNotation 71.4% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:297: showPipeOutput 100.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:305: parseErrorHandler 75.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:334: parseErrorHandlerByType 83.3% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:346: decode 60.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:391: nameFor 83.3% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:401: nameForEndpoint 40.0% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:411: asEndpointProperties 83.3% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:424: getProperties 87.5% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:438: parseProperty 76.9% -github.com/apache/camel-k/v2/pkg/cmd/bind.go:457: checkCompliance 8.7% -github.com/apache/camel-k/v2/pkg/cmd/builder.go:27: newCmdBuilder 100.0% -github.com/apache/camel-k/v2/pkg/cmd/builder.go:52: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/completion.go:24: newCmdCompletion 100.0% -github.com/apache/camel-k/v2/pkg/cmd/completion.go:36: configureKnownCompletions 100.0% -github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:342: newCmdCompletionBash 25.0% -github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:359: configureKnownBashCompletions 100.0% -github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:418: configureBashAnnotationForFlag 100.0% -github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:424: computeCamelDependencies 91.7% -github.com/apache/camel-k/v2/pkg/cmd/completion_zsh.go:46: newCmdCompletionZsh 25.0% -github.com/apache/camel-k/v2/pkg/cmd/completion_zsh.go:63: configureKnownZshCompletions 0.0% -github.com/apache/camel-k/v2/pkg/cmd/config.go:48: newCmdConfig 100.0% -github.com/apache/camel-k/v2/pkg/cmd/config.go:68: validateArgs 0.0% -github.com/apache/camel-k/v2/pkg/cmd/config.go:75: run 75.0% -github.com/apache/camel-k/v2/pkg/cmd/config.go:96: saveConfiguration 75.0% -github.com/apache/camel-k/v2/pkg/cmd/config.go:112: getConfigLocation 80.0% -github.com/apache/camel-k/v2/pkg/cmd/config.go:147: printConfiguration 81.8% -github.com/apache/camel-k/v2/pkg/cmd/debug.go:39: newCmdDebug 100.0% -github.com/apache/camel-k/v2/pkg/cmd/debug.go:70: validateArgs 0.0% -github.com/apache/camel-k/v2/pkg/cmd/debug.go:77: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/debug.go:136: toggleDebug 0.0% -github.com/apache/camel-k/v2/pkg/cmd/debug.go:141: toggle 100.0% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:38: newCmdDelete 57.1% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:64: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:75: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:127: getIntegration 0.0% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:139: deleteIntegration 0.0% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:161: deletePipeIfExists 0.0% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:185: deleteKameletBindingIfExists 0.0% -github.com/apache/camel-k/v2/pkg/cmd/delete.go:209: findCreator 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe.go:35: describeObjectMeta 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe.go:56: describeTraits 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe.go:76: newCmdDescribe 100.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:34: newDescribeIntegrationCmd 44.4% -github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:67: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:74: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:99: describeIntegration 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:35: newDescribeKameletCmd 37.5% -github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:65: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:72: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:97: describeKamelet 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:33: newDescribeKitCmd 37.5% -github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:63: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:70: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:95: describeIntegrationKit 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:33: newDescribePlatformCmd 37.5% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:63: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:70: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:95: describeIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:110: getPlatformBaseImage 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:114: getPlatformRuntimeVersion 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:118: getPlatformMavenLocalRepository 0.0% -github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:122: getPlatformPublishStrategy 0.0% -github.com/apache/camel-k/v2/pkg/cmd/dump.go:40: newCmdDump 100.0% -github.com/apache/camel-k/v2/pkg/cmd/dump.go:63: dump 0.0% -github.com/apache/camel-k/v2/pkg/cmd/dump.go:87: dumpNamespace 0.0% -github.com/apache/camel-k/v2/pkg/cmd/dump.go:209: dumpConditions 0.0% -github.com/apache/camel-k/v2/pkg/cmd/dump.go:215: dumpLogs 0.0% -github.com/apache/camel-k/v2/pkg/cmd/get.go:37: newCmdGet 100.0% -github.com/apache/camel-k/v2/pkg/cmd/get.go:52: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:57: newCmdInstall 89.9% -github.com/apache/camel-k/v2/pkg/cmd/install.go:211: install 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:257: setupEnvVars 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:272: tryInstallViaOLM 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:314: installOperator 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:391: getOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:405: setupOperator 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:449: isInstallAllowed 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:462: setupRegistrySecret 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:474: setupIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:617: printOutput 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:639: waitForPlatformReady 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:660: postRun 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:675: decode 94.4% -github.com/apache/camel-k/v2/pkg/cmd/install.go:701: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:794: decodeSecretKeySelector 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:811: createDefaultMavenSettingsConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:846: settingsConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet.go:24: newCmdKamelet 100.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:35: newKameletAddRepoCmd 57.1% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:69: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:76: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:105: getIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:123: findIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:138: checkURI 100.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:32: newKameletDeleteCmd 57.1% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:59: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:70: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:101: delete 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_get.go:33: newKameletGetCmd 75.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_get.go:72: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_get.go:86: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:28: newKameletRemoveRepoCmd 57.1% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:57: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:64: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:91: getURIIndex 100.0% -github.com/apache/camel-k/v2/pkg/cmd/kit.go:24: newCmdKit 100.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:36: newKitCreateCmd 100.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:78: validateArgs 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:86: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:187: parseAndConvertToTrait 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:33: newKitDeleteCmd 57.1% -github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:60: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:71: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:103: delete 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_get.go:31: newKitGetCmd 66.7% -github.com/apache/camel-k/v2/pkg/cmd/kit_get.go:64: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/kit_get.go:68: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/log.go:34: newCmdLog 100.0% -github.com/apache/camel-k/v2/pkg/cmd/log.go:62: validate 66.7% -github.com/apache/camel-k/v2/pkg/cmd/log.go:70: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/modeline.go:71: NewKamelWithModelineCommand 83.3% -github.com/apache/camel-k/v2/pkg/cmd/modeline.go:90: createKamelWithModelineCommand 86.4% -github.com/apache/camel-k/v2/pkg/cmd/modeline.go:195: extractModelineOptions 76.9% -github.com/apache/camel-k/v2/pkg/cmd/modeline.go:220: extractModelineOptionsFromSource 61.9% -github.com/apache/camel-k/v2/pkg/cmd/modeline.go:252: getRefPathOrProperty 100.0% -github.com/apache/camel-k/v2/pkg/cmd/modeline.go:259: getFullPathOrProperty 100.0% -github.com/apache/camel-k/v2/pkg/cmd/modeline.go:266: expandModelineEnvVarOptions 43.8% -github.com/apache/camel-k/v2/pkg/cmd/operator.go:33: newCmdOperator 100.0% -github.com/apache/camel-k/v2/pkg/cmd/operator.go:60: run 0.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:47: newCmdPromote 100.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:75: validate 57.1% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:88: run 49.4% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:211: checkOpsCompatibility 28.6% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:225: getPipe 100.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:238: getIntegration 80.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:251: getIntegrationKit 80.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:264: validateDestResources 0.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:401: toPropertyMap 0.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:414: listKamelets 0.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:447: existsCm 0.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:460: existsSecret 0.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:473: existsPv 0.0% -github.com/apache/camel-k/v2/pkg/cmd/promote.go:486: existsKamelet 0.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: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% -github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:94: listAllIntegrations 0.0% -github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:102: getIntegrations 0.0% -github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:118: rebuildIntegrations 0.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:33: newCmdReset 100.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:59: reset 0.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:105: deleteAllIntegrations 0.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:123: deleteAllIntegrationKits 0.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:137: deleteAllPipes 0.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:152: deleteAllKameletBindings 0.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:166: resetIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/reset.go:182: isIntegrationOwned 0.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:57: NewKamelCommand 87.5% -github.com/apache/camel-k/v2/pkg/cmd/root.go:78: kamelPreAddCommandInit 100.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:98: kamelPostAddCommandInit 88.9% -github.com/apache/camel-k/v2/pkg/cmd/root.go:136: addKamelSubcommands 100.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:159: addHelpSubCommands 90.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:178: preRun 82.4% -github.com/apache/camel-k/v2/pkg/cmd/root.go:212: checkAndShowCompatibilityWarning 71.4% -github.com/apache/camel-k/v2/pkg/cmd/root.go:228: GetCmdClient 100.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:239: GetCamelCmdClient 0.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:248: NewCmdClient 100.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:252: PrintVerboseOut 0.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:258: PrintfVerboseOutf 0.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:263: PrintfVerboseErrf 0.0% -github.com/apache/camel-k/v2/pkg/cmd/root.go:269: wrappedFlagUsages 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:79: newCmdRun 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:171: decode 87.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:239: validateArgs 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:247: validate 80.6% -github.com/apache/camel-k/v2/pkg/cmd/run.go:303: filterBuildPropertyFiles 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:314: run 28.3% -github.com/apache/camel-k/v2/pkg/cmd/run.go:404: postRun 18.2% -github.com/apache/camel-k/v2/pkg/cmd/run.go:425: waitForIntegrationReady 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:444: syncIntegration 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:505: createOrUpdateIntegration 77.1% -github.com/apache/camel-k/v2/pkg/cmd/run.go:601: showIntegrationOutput 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:609: showIntegrationKitOutput 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:617: getIntegration 88.9% -github.com/apache/camel-k/v2/pkg/cmd/run.go:645: applyLabels 16.7% -github.com/apache/camel-k/v2/pkg/cmd/run.go:657: applyAnnotations 38.5% -github.com/apache/camel-k/v2/pkg/cmd/run.go:684: resolveSources 85.7% -github.com/apache/camel-k/v2/pkg/cmd/run.go:715: convertOptionsToTraits 50.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:753: parseAndConvertToTrait 22.2% -github.com/apache/camel-k/v2/pkg/cmd/run.go:774: convertToTrait 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:778: applyProperties 84.6% -github.com/apache/camel-k/v2/pkg/cmd/run.go:799: convertToTraitParameter 78.6% -github.com/apache/camel-k/v2/pkg/cmd/run.go:822: applyDependencies 19.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:862: getPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:885: GetIntegrationName 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:900: mergePropertiesWithPrecedence 92.9% -github.com/apache/camel-k/v2/pkg/cmd/run.go:926: extractProperties 60.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:940: loadPropertyFile 71.4% -github.com/apache/camel-k/v2/pkg/cmd/run.go:952: resolvePodTemplate 73.3% -github.com/apache/camel-k/v2/pkg/cmd/run.go:983: parseFileURI 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:997: getRegistry 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1005: skipChecksums 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1009: skipPom 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1013: classpath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1017: getTargetPath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1022: uploadDependency 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1102: getMountPath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1116: uploadPomFromJar 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1158: extractFromZip 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1175: extractGav 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1215: uploadAsMavenArtifact 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1234: extractGavFromPom 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1260: uploadChecksumFiles 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1269: uploadChecksumFile 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1291: writeChecksumToFile 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1302: getSpectrumOptions 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1321: getArtifactHTTPPath 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1335: createDefaultGav 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1356: isPom 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1360: isJar 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1364: getFileRelativePathAndExtension 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run.go:1373: getDirName 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:41: addDependency 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:47: parseConfig 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:69: filterFileLocation 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:80: keyValueProps 100.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:84: loadPropertiesFromSecret 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:96: loadPropertiesFromConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:106: fromMapToProperties 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:127: downloadDependency 81.8% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:159: validatePropertyFiles 75.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:169: validatePropertyFile 57.1% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:183: createCamelCatalog 0.0% -github.com/apache/camel-k/v2/pkg/cmd/run_support.go:193: extractTraitNames 100.0% -github.com/apache/camel-k/v2/pkg/cmd/source/content.go:40: LoadRawContent 70.0% -github.com/apache/camel-k/v2/pkg/cmd/source/content.go:78: IsBinary 100.0% -github.com/apache/camel-k/v2/pkg/cmd/source/content.go:84: CompressToString 75.0% -github.com/apache/camel-k/v2/pkg/cmd/source/content.go:93: LoadTextContent 85.7% -github.com/apache/camel-k/v2/pkg/cmd/source/content.go:107: loadContentHTTP 75.0% -github.com/apache/camel-k/v2/pkg/cmd/source/content.go:130: loadContentGitHub 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/source.go:48: newSource 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/source.go:72: setContent 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/source.go:87: IsYaml 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/source.go:92: globSources 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/source.go:121: Resolve 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/source.go:181: resolveGist 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/source.go:236: resolveLocal 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/util.go:36: IsLocalAndFileExists 100.0% -github.com/apache/camel-k/v2/pkg/cmd/source/util.go:46: isGlobCandidate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/source/util.go:60: isExistingFile 87.5% -github.com/apache/camel-k/v2/pkg/cmd/source/util.go:80: hasSupportedScheme 100.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:43: newCmdUninstall 100.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:107: decode 85.7% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:121: uninstall 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:200: uninstallOperator 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:218: uninstallClusterWideResources 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:261: uninstallNamespaceRoles 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:292: uninstallNamespaceResources 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:324: uninstallCrd 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:349: uninstallRoles 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:367: uninstallRoleBindings 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:385: uninstallKEP1755RoleBindings 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:403: uninstallClusterRoles 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:421: removeSubjectFromClusterRoleBindings 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:446: uninstallClusterRoleBindings 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:464: uninstallServiceAccounts 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:482: uninstallIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:498: uninstallIntegrationProfile 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:514: uninstallConfigMaps 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:532: uninstallRegistrySecret 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:550: uninstallKamelets 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:569: uninstallCamelCatalogs 0.0% -github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:585: createActionNotAuthorizedError 0.0% -github.com/apache/camel-k/v2/pkg/cmd/util.go:46: DeleteIntegration 0.0% -github.com/apache/camel-k/v2/pkg/cmd/util.go:60: bindPFlagsHierarchy 66.7% -github.com/apache/camel-k/v2/pkg/cmd/util.go:74: bindPFlags 84.6% -github.com/apache/camel-k/v2/pkg/cmd/util.go:101: pathToRoot 100.0% -github.com/apache/camel-k/v2/pkg/cmd/util.go:114: decodeKey 81.2% -github.com/apache/camel-k/v2/pkg/cmd/util.go:154: decode 80.0% -github.com/apache/camel-k/v2/pkg/cmd/util.go:165: stringToSliceHookFunc 86.7% -github.com/apache/camel-k/v2/pkg/cmd/util.go:191: cmdOnly 100.0% -github.com/apache/camel-k/v2/pkg/cmd/util.go:195: isOfflineCommand 100.0% -github.com/apache/camel-k/v2/pkg/cmd/util.go:199: clone 63.6% -github.com/apache/camel-k/v2/pkg/cmd/util.go:219: fieldByMapstructureTagName 90.9% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:58: LoadConfiguration 0.0% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:63: LoadConfigurationFrom 100.0% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:67: loadConfiguration 75.0% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:95: Update 78.9% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:131: SetNode 100.0% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:141: Delete 100.0% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:149: Save 62.5% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:164: navigate 75.0% -github.com/apache/camel-k/v2/pkg/cmd/util_config.go:197: convert 100.0% -github.com/apache/camel-k/v2/pkg/cmd/version.go:44: newCmdVersion 100.0% -github.com/apache/camel-k/v2/pkg/cmd/version.go:73: preRunE 100.0% -github.com/apache/camel-k/v2/pkg/cmd/version.go:81: run 80.0% -github.com/apache/camel-k/v2/pkg/cmd/version.go:99: displayClientVersion 80.0% -github.com/apache/camel-k/v2/pkg/cmd/version.go:110: displayOperatorVersion 90.0% -github.com/apache/camel-k/v2/pkg/cmd/version.go:130: operatorInfo 86.4% -github.com/apache/camel-k/v2/pkg/cmd/version.go:164: operatorVersion 100.0% -github.com/apache/camel-k/v2/pkg/cmd/version.go:172: compatibleVersions 100.0% -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: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% -github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:142: scheduledReadyBuildcondition 100.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:149: scheduledWaitingBuildcondition 100.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:157: scheduledBuildcondition 100.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:42: newBuildPod 60.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:110: configureResources 81.8% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:147: deleteBuilderPod 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:167: getBuilderPod 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:180: buildPodName 100.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:184: addBuildTaskToPod 72.7% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:235: addCustomTaskToPod 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:256: addContainerToPod 100.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:267: hasVolume 100.0% -github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:276: proxyFromEnvironment 62.5% -github.com/apache/camel-k/v2/pkg/controller/build/error.go:26: newErrorAction 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/error.go:35: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/error.go:40: CanHandle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/error.go:45: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:29: newInitializePodAction 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:41: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:46: CanHandle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:51: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:26: newInitializeRoutineAction 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:35: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:40: CanHandle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:45: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:87: init 100.0% -github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:92: observeBuildQueueDuration 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:108: observeBuildResult 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:133: getBuildAttemptFor 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:143: getBuildQueuingTime 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:43: newMonitorPodAction 0.0% -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: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: publishTaskName 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:372: publishTaskDigest 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:383: 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: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% -github.com/apache/camel-k/v2/pkg/controller/build/recovery.go:63: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:32: newScheduleAction 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:47: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:52: CanHandle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:57: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:78: toUpdatedCondition 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:91: toUpdatedStatus 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:116: patchBuildStatus 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/action.go:48: InjectClient 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/action.go:52: InjectLogger 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/build_kit.go:30: newBuildKitAction 0.0% -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% -github.com/apache/camel-k/v2/pkg/controller/integration/health.go:95: findPortByName 0.0% -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 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: 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% -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:55: init 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/metrics.go:60: updateIntegrationPhase 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:50: NewMonitorAction 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:58: Name 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:62: CanHandle 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:68: Handle 70.6% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:141: checkTraitAnnotationsDeprecatedNotice 16.7% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:161: monitorPods 77.8% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:234: isInInitializationFailed 33.3% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:248: isInIntegrationKitFailed 50.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:259: checkDigestAndRebuild 41.7% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:280: isIntegrationKitResetRequired 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:310: getIntegrationSecretAndConfigmapResourceVersions 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:358: newController 77.3% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:405: getUpdatedController 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:411: updateIntegrationPhaseAndReadyCondition 53.3% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:440: arePodsFailingStatuses 30.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:494: probeReadiness 35.2% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:622: findHighestPriorityReadyKit 14.3% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:644: 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% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_deployment.go:95: hasTemplateIntegrationLabel 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_deployment.go:99: getControllerName 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:39: checkReadyCondition 40.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:51: getPodSpec 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:55: updateReadyCondition 66.7% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:68: hasTemplateIntegrationLabel 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:72: getControllerName 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_synthetic.go:31: NewMonitorSyntheticAction 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_synthetic.go:39: Name 100.0% -github.com/apache/camel-k/v2/pkg/controller/integration/monitor_synthetic.go:43: Handle 85.7% -github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:34: NewPlatformSetupAction 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:43: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:48: CanHandle 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:54: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:84: determineBestTraitProfile 0.0% -github.com/apache/camel-k/v2/pkg/controller/integration/predicate.go:34: Update 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/action.go:48: InjectClient 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/action.go:52: InjectLogger 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:31: NewCreateCatalogAction 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:39: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:43: CanHandle 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:47: Handle 84.6% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:33: NewCreateAction 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:41: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:45: CanHandle 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:49: Handle 82.4% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:29: NewInitializeAction 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:37: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:41: CanHandle 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:45: Handle 83.3% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:50: Add 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:54: newReconciler 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:70: add 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:126: Reconcile 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:34: NewMonitorAction 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:42: Name 0.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:46: CanHandle 100.0% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:51: Handle 85.7% -github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:134: checkTraitAnnotationsDeprecatedNotice 16.7% -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: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% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:54: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:77: propagateIcon 0.0% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:108: findIcon 0.0% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/integration.go:45: CreateIntegrationFor 0.0% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/integration.go:210: configureKameletBinding 0.0% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/integration.go:235: determineTraitProfile 0.0% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_controller.go:49: Add 0.0% -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: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% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:55: Handle 0.0% -github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:162: setKameletBindingReadyCondition 0.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/action.go:48: InjectClient 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/action.go:52: InjectLogger 100.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: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:40: NewInitializeAction 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:48: Name 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:52: CanHandle 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:56: Handle 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:61: initializePipe 80.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:95: propagateIcon 75.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:110: findIcon 75.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:138: patchPipeIconAnnotations 76.9% -github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:47: CreateIntegrationFor 69.2% -github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:223: extractAndDeleteTraits 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:227: configureBinding 81.8% -github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:249: determineTraitProfile 36.8% -github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:35: NewMonitorAction 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:43: Name 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:47: CanHandle 100.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:53: Handle 77.3% -github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:164: setPipeReadyCondition 70.0% -github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:49: Add 0.0% -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: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: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% -github.com/apache/camel-k/v2/pkg/install/cluster.go:42: SetupClusterWideResourcesOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:69: installClusterRoles 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:144: installCRDs 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:224: downgradeToCRDv1beta1 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:272: WaitForAllCrdInstallation 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:299: areAllCrdInstalled 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:348: isCrdInstalled 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:363: installCRD 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:400: isClusterRoleInstalled 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:413: isResourceInstalled 0.0% -github.com/apache/camel-k/v2/pkg/install/cluster.go:423: installResource 0.0% -github.com/apache/camel-k/v2/pkg/install/common.go:65: Resources 0.0% -github.com/apache/camel-k/v2/pkg/install/common.go:69: ResourcesOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/common.go:80: Resource 0.0% -github.com/apache/camel-k/v2/pkg/install/common.go:84: ResourceOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/common.go:100: ObjectOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/common.go:128: isOpenShift 0.0% -github.com/apache/camel-k/v2/pkg/install/kamelets.go:63: KameletCatalog 0.0% -github.com/apache/camel-k/v2/pkg/install/kamelets.go:140: serverSideApply 0.0% -github.com/apache/camel-k/v2/pkg/install/kamelets.go:148: clientSideApply 0.0% -github.com/apache/camel-k/v2/pkg/install/kamelets.go:162: isIncompatibleServerError 0.0% -github.com/apache/camel-k/v2/pkg/install/kamelets.go:177: loadKamelet 77.3% -github.com/apache/camel-k/v2/pkg/install/kamelets.go:214: KameletViewerRole 0.0% -github.com/apache/camel-k/v2/pkg/install/openshift.go:59: OpenShiftConsoleDownloadLink 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:92: OperatorOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:346: installNamespacedRoleBinding 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:391: installClusterRoleBinding 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:467: installOpenShiftRoles 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:481: installKubernetesRoles 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:497: installOperator 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:503: installKnativeBindings 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:517: installKedaBindings 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:531: installEvents 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:545: installPodMonitors 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:559: installStrimziBindings 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:573: installMonitoringResources 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:580: installLeaseBindings 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:595: NewPlatform 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:660: ExampleOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/optional.go:30: OperatorStartupOptionalTools 0.0% -github.com/apache/camel-k/v2/pkg/install/platform.go:27: IntegrationPlatformViewerRole 0.0% -github.com/apache/camel-k/v2/pkg/install/secret.go:35: RegistrySecretOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/secret.go:45: RegistrySecretFromFileOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/secret.go:55: registrySecretFromDataOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/common.go:26: isKameletFileName 75.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/common.go:35: isFileNameForKamelet 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/common.go:44: getKameletNameFromFile 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:35: newCompositeKameletRepository 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:41: List 91.7% -github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:60: Get 80.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:70: String 0.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:29: newEmptyKameletRepository 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:36: List 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:40: Get 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:44: String 0.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:46: newGithubKameletRepository 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:66: List 88.9% -github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:81: Get 64.3% -github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:105: listFiles 83.3% -github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:115: downloadKamelet 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:119: downloadGithubKamelet 69.6% -github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:157: String 0.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:36: newKubernetesKameletRepository 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:46: List 87.5% -github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:60: Get 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:69: String 0.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:54: New 80.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:66: NewForPlatform 87.5% -github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:94: lookupPlatform 80.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:113: getRepositoriesFromPlatform 77.8% -github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:129: newFromURI 100.0% -github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:156: makeDistinctNonEmpty 87.5% -github.com/apache/camel-k/v2/pkg/metadata/metadata.go:28: ExtractAll 88.9% -github.com/apache/camel-k/v2/pkg/metadata/metadata.go:47: merge 100.0% -github.com/apache/camel-k/v2/pkg/metadata/metadata.go:67: Extract 81.8% -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 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% -github.com/apache/camel-k/v2/pkg/platform/operator.go:90: GetOperatorNamespace 100.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:98: GetOperatorPodName 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:106: GetOperatorLockName 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:111: IsNamespaceLocked 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:140: IsOperatorAllowedOnNamespace 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:171: IsOperatorHandler 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:203: IsOperatorHandlerConsideringLock 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:244: Create 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:254: Delete 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:264: Update 0.0% -github.com/apache/camel-k/v2/pkg/platform/operator.go:290: Generic 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:37: LookupForPlatformName 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:57: GetForResource 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:92: GetForName 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:96: GetOrFindLocal 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:101: getOrFindAny 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:113: get 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:125: findAny 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:137: findLocal 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:177: ListPlatforms 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:186: IsActive 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:191: GetTraitProfile 0.0% -github.com/apache/camel-k/v2/pkg/platform/profile.go:33: ApplyIntegrationProfile 56.2% -github.com/apache/camel-k/v2/pkg/platform/profile.go:120: findIntegrationProfile 90.9% -github.com/apache/camel-k/v2/pkg/platform/resources.go:35: GetKits 0.0% -github.com/apache/camel-k/v2/pkg/platform/resources.go:40: GetKitsNames 0.0% -github.com/apache/camel-k/v2/pkg/resources/resources_support.go:38: Resource 81.8% -github.com/apache/camel-k/v2/pkg/resources/resources_support.go:58: ResourceAsString 100.0% -github.com/apache/camel-k/v2/pkg/resources/resources_support.go:64: TemplateResource 66.7% -github.com/apache/camel-k/v2/pkg/resources/resources_support.go:87: DirExists 0.0% -github.com/apache/camel-k/v2/pkg/resources/resources_support.go:96: WithPrefix 90.9% -github.com/apache/camel-k/v2/pkg/resources/resources_support.go:115: Resources 73.9% -github.com/apache/camel-k/v2/pkg/trait/affinity.go:44: newAffinityTrait 100.0% -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: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 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 76.6% -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: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: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:69: newContainerTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:89: Configure 80.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:133: isValidPullPolicy 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:137: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:144: configureImageIntegrationKit 71.4% -github.com/apache/camel-k/v2/pkg/trait/container.go:196: configureContainer 85.5% -github.com/apache/camel-k/v2/pkg/trait/container.go:286: configureService 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:323: configureResources 81.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:355: configureCapabilities 50.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:361: setSecurityContext 87.5% -github.com/apache/camel-k/v2/pkg/trait/container.go:384: 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 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% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:52: newDeployerTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:58: Configure 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:62: Apply 61.5% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:96: serverSideApply 71.4% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:109: clientSideApply 0.0% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:138: unstructuredToRuntimeObject 75.0% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:146: isIncompatibleServerError 0.0% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:163: SelectControllerStrategy 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:171: ControllerStrategySelectorOrder 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployer.go:176: RequiresIntegrationPlatform 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployment.go:48: newDeploymentTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployment.go:54: Configure 90.9% -github.com/apache/camel-k/v2/pkg/trait/deployment.go:89: SelectControllerStrategy 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployment.go:94: ControllerStrategySelectorOrder 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployment.go:98: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/deployment.go:112: getDeploymentFor 100.0% -github.com/apache/camel-k/v2/pkg/trait/environment.go:58: newEnvironmentTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/environment.go:67: Configure 66.7% -github.com/apache/camel-k/v2/pkg/trait/environment.go:75: Apply 86.4% -github.com/apache/camel-k/v2/pkg/trait/error_handler.go:41: newErrorHandlerTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/error_handler.go:48: Configure 88.9% -github.com/apache/camel-k/v2/pkg/trait/error_handler.go:66: Apply 83.3% -github.com/apache/camel-k/v2/pkg/trait/error_handler.go:81: addErrorHandlerDependencies 83.3% -github.com/apache/camel-k/v2/pkg/trait/error_handler.go:93: addGlobalErrorHandlerAsSource 85.7% -github.com/apache/camel-k/v2/pkg/trait/gc.go:102: newGCTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/gc.go:108: Configure 80.0% -github.com/apache/camel-k/v2/pkg/trait/gc.go:119: Apply 91.7% -github.com/apache/camel-k/v2/pkg/trait/gc.go:148: garbageCollectResources 89.5% -github.com/apache/camel-k/v2/pkg/trait/gc.go:194: deleteEachOf 70.6% -github.com/apache/camel-k/v2/pkg/trait/gc.go:233: canBeDeleted 100.0% -github.com/apache/camel-k/v2/pkg/trait/gc.go:243: getDeletableTypes 53.8% -github.com/apache/camel-k/v2/pkg/trait/health.go:47: newHealthTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/health.go:58: Configure 85.7% -github.com/apache/camel-k/v2/pkg/trait/health.go:77: setProbesValues 75.0% -github.com/apache/camel-k/v2/pkg/trait/health.go:104: Apply 88.9% -github.com/apache/camel-k/v2/pkg/trait/health.go:136: setProbes 76.9% -github.com/apache/camel-k/v2/pkg/trait/health.go:159: newLivenessProbe 100.0% -github.com/apache/camel-k/v2/pkg/trait/health.go:181: newReadinessProbe 100.0% -github.com/apache/camel-k/v2/pkg/trait/health.go:203: newStartupProbe 100.0% -github.com/apache/camel-k/v2/pkg/trait/ingress.go:42: newIngressTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/ingress.go:57: IsAllowedInProfile 100.0% -github.com/apache/camel-k/v2/pkg/trait/ingress.go:61: Configure 90.0% -github.com/apache/camel-k/v2/pkg/trait/ingress.go:87: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/init.go:43: NewInitTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/init.go:49: Configure 66.7% -github.com/apache/camel-k/v2/pkg/trait/init.go:57: Apply 71.4% -github.com/apache/camel-k/v2/pkg/trait/istio.go:48: newIstioTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/istio.go:57: Configure 100.0% -github.com/apache/camel-k/v2/pkg/trait/istio.go:65: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/istio.go:77: injectIstioAnnotation 100.0% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:45: newJolokiaTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:54: Configure 100.0% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:62: Apply 95.2% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:150: setDefaultJolokiaOption 100.0% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:178: addToJolokiaOptions 78.6% -github.com/apache/camel-k/v2/pkg/trait/jvm.go:58: newJvmTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/jvm.go:67: Configure 90.9% -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:236: extractExistingClasspathItems 100.0% -github.com/apache/camel-k/v2/pkg/trait/jvm.go:251: prepareHTTPProxy 90.9% -github.com/apache/camel-k/v2/pkg/trait/jvm.go:311: getLegacyCamelQuarkusDependenciesPaths 100.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:60: newConfigurationKey 100.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:72: newKameletsTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:78: Configure 77.8% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:111: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:120: collectKamelets 90.9% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:173: addKamelets 85.2% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:221: addKameletAsSource 80.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:271: listConfigurationSecrets 92.3% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:294: getKameletKeys 100.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:309: getConfigurationKeys 90.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:339: integrationSourceFromKameletSource 86.7% -github.com/apache/camel-k/v2/pkg/trait/kamelets.go:366: initializeConfigmapKameletSource 100.0% -github.com/apache/camel-k/v2/pkg/trait/kamelets_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:61: newKnativeTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:70: IsAllowedInProfile 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:74: Configure 83.6% -github.com/apache/camel-k/v2/pkg/trait/knative.go:161: isForcefullyEnabled 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:165: filterMetaItems 91.7% -github.com/apache/camel-k/v2/pkg/trait/knative.go:184: Apply 76.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:228: configureChannels 74.1% -github.com/apache/camel-k/v2/pkg/trait/knative.go:286: createSubscription 80.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:295: configureEndpoints 76.2% -github.com/apache/camel-k/v2/pkg/trait/knative.go:343: configureEvents 80.8% -github.com/apache/camel-k/v2/pkg/trait/knative.go:402: isSinkBindingAllowed 77.8% -github.com/apache/camel-k/v2/pkg/trait/knative.go:419: configureSinkBinding 86.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:504: createTrigger 76.9% -github.com/apache/camel-k/v2/pkg/trait/knative.go:555: ifServiceMissingDo 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:565: withServiceDo 76.0% -github.com/apache/camel-k/v2/pkg/trait/knative.go:612: 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% -github.com/apache/camel-k/v2/pkg/trait/knative_service.go:133: Apply 83.3% -github.com/apache/camel-k/v2/pkg/trait/knative_service.go:150: SelectControllerStrategy 86.4% -github.com/apache/camel-k/v2/pkg/trait/knative_service.go:196: isForcefullyEnabled 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative_service.go:200: ControllerStrategySelectorOrder 100.0% -github.com/apache/camel-k/v2/pkg/trait/knative_service.go:204: getServiceFor 49.2% -github.com/apache/camel-k/v2/pkg/trait/logging.go:44: newLoggingTraitTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/logging.go:53: Configure 60.0% -github.com/apache/camel-k/v2/pkg/trait/logging.go:64: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/logging.go:75: setEnvConfiguration 60.0% -github.com/apache/camel-k/v2/pkg/trait/logging.go:97: setCatalogConfiguration 100.0% -github.com/apache/camel-k/v2/pkg/trait/mount.go:49: newMountTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/mount.go:56: Configure 81.8% -github.com/apache/camel-k/v2/pkg/trait/mount.go:81: Apply 80.8% -github.com/apache/camel-k/v2/pkg/trait/mount.go:130: configureVolumesAndMounts 76.5% -github.com/apache/camel-k/v2/pkg/trait/mount.go:163: mountResource 93.3% -github.com/apache/camel-k/v2/pkg/trait/mount.go:187: addServiceBindingSecret 33.3% -github.com/apache/camel-k/v2/pkg/trait/mount.go:196: addImplicitKameletsSecrets 62.5% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:58: newOpenAPITrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:64: Configure 100.0% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:76: Apply 90.9% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:95: generateFromConfigmaps 100.0% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:116: generateFromDataSpecs 66.7% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:148: generateOpenAPIConfigMap 29.4% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:182: createNewOpenAPIConfigMap 60.9% -github.com/apache/camel-k/v2/pkg/trait/openapi.go:310: generateMavenProject 100.0% -github.com/apache/camel-k/v2/pkg/trait/owner.go:41: newOwnerTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/owner.go:47: Configure 60.0% -github.com/apache/camel-k/v2/pkg/trait/owner.go:58: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/owner.go:114: IsPlatformTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/owner.go:118: propagateLabelAndAnnotations 100.0% -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: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% -github.com/apache/camel-k/v2/pkg/trait/pod.go:105: applyChangesTo 75.0% -github.com/apache/camel-k/v2/pkg/trait/prometheus.go:44: newPrometheusTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/prometheus.go:53: Configure 100.0% -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 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:74: getLanguageSettings 100.0% -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: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:154: adaptDeprecatedFields 18.2% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:173: Apply 77.8% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:195: applyWhileBuildingKit 81.2% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:230: validateNativeSupport 42.9% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:248: newIntegrationKit 63.2% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:297: propagateKitTraits 85.7% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:313: propagate 33.3% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:340: applyWhenBuildSubmitted 62.8% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:417: isNativeKit 50.0% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:428: isIncrementalImageBuild 75.0% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:439: applyWhenKitReady 28.6% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:453: isNativeIntegration 100.0% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:459: isEmbedded 66.7% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:469: containsMode 100.0% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:478: packageType 80.0% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:490: sourcesRequiredAtBuildTime 100.0% -github.com/apache/camel-k/v2/pkg/trait/quarkus.go:496: 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: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% -github.com/apache/camel-k/v2/pkg/trait/route.go:87: Apply 94.1% -github.com/apache/camel-k/v2/pkg/trait/route.go:155: getTLSConfig 92.0% -github.com/apache/camel-k/v2/pkg/trait/route.go:205: readContentIfExists 95.0% -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 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% -github.com/apache/camel-k/v2/pkg/trait/service.go:131: getServiceFor 100.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:64: newServiceBindingTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:70: Configure 77.8% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:87: Apply 69.2% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:112: setCatalogConfiguration 100.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:123: setProperties 0.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:130: getContext 75.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:148: parseServices 91.7% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:176: process 42.9% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:189: createServiceBinding 100.0% -github.com/apache/camel-k/v2/pkg/trait/service_binding.go:211: createSecret 83.3% -github.com/apache/camel-k/v2/pkg/trait/test_support.go:37: createNominalDeploymentTraitTest 100.0% -github.com/apache/camel-k/v2/pkg/trait/test_support.go:62: createNominalMissingDeploymentTraitTest 100.0% -github.com/apache/camel-k/v2/pkg/trait/test_support.go:78: createNominalKnativeServiceTraitTest 100.0% -github.com/apache/camel-k/v2/pkg/trait/test_support.go:101: createNominalCronJobTraitTest 100.0% -github.com/apache/camel-k/v2/pkg/trait/test_support.go:124: traitToMap 100.0% -github.com/apache/camel-k/v2/pkg/trait/test_support.go:138: ToAddonTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/toleration.go:40: newTolerationTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/toleration.go:46: Configure 80.0% -github.com/apache/camel-k/v2/pkg/trait/toleration.go:58: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait.go:38: Apply 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait.go:102: newEnvironment 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait.go:153: NewSyntheticEnvironment 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait.go:198: getCamelAppObject 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:39: NewCatalog 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:64: AllTraits 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:70: traitsFor 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:79: TraitsForProfile 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:89: apply 78.8% -github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:144: executedTraitCondition 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:156: GetTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:45: NewIntegrationCondition 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:55: NewIntegrationConditionUserDisabled 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:59: NewIntegrationConditionUserEnabledWithMessage 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:63: NewIntegrationConditionPlatformDisabledWithMessage 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:68: NewIntegrationConditionPlatformDisabledCatalogMissing 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:78: integrationCondition 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:85: integrationKitCondition 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:92: typeForCondition 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:34: Configure 63.2% -github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:71: configureTraits 53.8% -github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:99: configureTrait 75.0% -github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:109: decodeTrait 66.7% -github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:124: configureTraitsFromAnnotations 69.6% -github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:162: configureFromOptions 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:176: 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_support.go:40: ValidateTrait 75.0% -github.com/apache/camel-k/v2/pkg/trait/trait_support.go:49: ValidateTraits 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_support.go:59: ConfigureTraits 60.0% -github.com/apache/camel-k/v2/pkg/trait/trait_support.go:106: optionsToMap 64.0% -github.com/apache/camel-k/v2/pkg/trait/trait_support.go:154: configureAddons 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_support.go:188: configureAddon 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:124: NewBaseTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:132: NewBasePlatformTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:151: ID 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:156: InjectClient 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:161: InfluencesKit 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:166: IsPlatformTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:171: RequiresIntegrationPlatform 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:177: IsAllowedInProfile 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:182: Order 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:192: IsPlatformTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:250: GetTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:260: IntegrationInPhase 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:274: IntegrationInRunningPhases 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:278: IntegrationKitInPhase 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:292: PlatformInPhase 66.7% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:306: InPhase 0.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:314: DetermineProfile 90.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:336: DetermineControllerStrategy 85.7% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:350: determineDefaultContainerPortName 71.4% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:362: getControllerStrategyChoosers 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:376: GetIntegrationPodSpec 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:404: DetermineCatalogNamespace 18.2% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:424: computeApplicationProperties 83.3% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:455: addSourcesProperties 80.6% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:506: configureVolumesAndMounts 89.2% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:616: getVolume 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:646: getMount 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:659: convertToKeyToPath 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:676: getMountPoint 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:695: collectConfigurationValues 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:703: collectConfigurationPairs 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:707: collectConfigurations 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:711: GetIntegrationContainerName 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:723: isEmbedded 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:732: GetIntegrationContainer 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:737: getIntegrationContainerPort 92.3% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:766: createContainerPort 100.0% -github.com/apache/camel-k/v2/pkg/trait/trait_types.go:790: CapabilityPropertyKey 83.3% -github.com/apache/camel-k/v2/pkg/trait/util.go:44: ptrFrom 100.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:50: Get 57.1% -github.com/apache/camel-k/v2/pkg/trait/util.go:69: getIntegrationKit 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:78: collectConfigurationValues 100.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:105: collectConfigurations 100.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:132: collectConfigurationPairs 95.5% -github.com/apache/camel-k/v2/pkg/trait/util.go:174: keyValuePairArrayAsStringMap 100.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:189: filterTransferableAnnotations 83.3% -github.com/apache/camel-k/v2/pkg/trait/util.go:202: ExtractSourceDependencies 82.4% -github.com/apache/camel-k/v2/pkg/trait/util.go:239: AssertTraitsType 80.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:250: ToTraitMap 66.7% -github.com/apache/camel-k/v2/pkg/trait/util.go:268: ToPropertyMap 71.4% -github.com/apache/camel-k/v2/pkg/trait/util.go:284: MigrateLegacyConfiguration 33.3% -github.com/apache/camel-k/v2/pkg/trait/util.go:312: ToTrait 71.4% -github.com/apache/camel-k/v2/pkg/trait/util.go:325: getBuilderTask 75.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:334: getPackageTask 75.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:344: Equals 100.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:349: IntegrationsHaveSameTraits 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:363: PipesHaveSameTraits 71.4% -github.com/apache/camel-k/v2/pkg/trait/util.go:378: KameletBindingsHaveSameTraits 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:394: IntegrationAndPipeSameTraits 81.8% -github.com/apache/camel-k/v2/pkg/trait/util.go:417: IntegrationAndKameletBindingSameTraits 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:438: newTraitsOptions 81.8% -github.com/apache/camel-k/v2/pkg/trait/util.go:460: ExtractAndMaybeDeleteTraits 84.2% -github.com/apache/camel-k/v2/pkg/trait/util.go:493: extractAsArray 18.2% -github.com/apache/camel-k/v2/pkg/trait/util.go:511: NewSpecTraitsOptionsForIntegrationAndPlatform 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:539: NewSpecTraitsOptionsForIntegration 75.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:552: newTraitsOptionsForIntegrationKit 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:565: NewSpecTraitsOptionsForIntegrationKit 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:569: NewTraitsOptionsForPipe 87.5% -github.com/apache/camel-k/v2/pkg/trait/util.go:587: NewTraitsOptionsForKameletBinding 0.0% -github.com/apache/camel-k/v2/pkg/trait/util.go:605: containsEndpoint 86.7% -github.com/apache/camel-k/v2/pkg/trait/util.go:630: HasMatchingTraits 92.3% -github.com/apache/camel-k/v2/pkg/trait/util.go:656: matchesComparableTrait 69.2% -github.com/apache/camel-k/v2/pkg/trait/util.go:677: 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% -github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:31: ID 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:36: Translate 87.5% -github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:55: Order 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:66: ID 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:72: Translate 0.0% -github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:92: Order 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:97: init 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:34: RegisterBindingProvider 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:49: V1alpha1RegisterBindingProvider 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:60: Translate 50.0% -github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:85: validateEndpoint 88.9% -github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:104: TranslateV1alpha1 0.0% -github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:119: 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: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:42: ID 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:47: Translate 89.8% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:151: isKnownKnativeResource 85.7% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:167: Order 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:179: ID 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:185: Translate 0.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:257: Order 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:262: init 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:37: ID 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:44: Translate 80.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:100: Order 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:109: ID 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:117: Translate 0.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:174: Order 100.0% -github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:178: 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% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:56: ValidateDependency 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:75: ValidateDependencyE 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:99: ValidateDependenciesE 0.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:110: ManageIntegrationDependencies 80.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:123: addDependencies 61.5% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:152: addBOM 0.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:170: addCamelComponent 62.5% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:185: addCamelKComponent 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:193: addCamelQuarkusComponent 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:201: addMavenDependency 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:206: addRegistryMavenDependency 0.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:244: getOrCreateBuildPlugin 0.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:261: addJitPack 66.7% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:294: addDependenciesFromCatalog 50.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:323: postProcessDependencies 75.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:347: SanitizeIntegrationDependencies 0.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime.go:36: CreateCatalog 68.2% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime.go:92: LoadCatalog 0.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:27: NewRuntimeCatalog 93.1% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:92: HasArtifact 85.7% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:108: HasLoaderByArtifact 85.7% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:124: IsValidArtifact 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:129: GetArtifactByScheme 75.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:139: GetArtifactByDataFormat 0.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:149: GetScheme 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:155: GetLanguageDependency 0.0% -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 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% -github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:45: findBestMatch 90.9% -github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:67: newSemVerConstraint 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:81: newCatalogVersionCollection 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:107: getDependency 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:37: DefaultCatalog 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:41: QuarkusCatalog 100.0% -github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:45: catalogForRuntimeProvider 76.9% -github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:75: GenerateCatalog 60.0% -github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:107: GenerateCatalogCommon 69.2% -github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:162: generateMavenProject 100.0% -github.com/apache/camel-k/v2/pkg/util/command.go:32: RunAndLog 76.9% -github.com/apache/camel-k/v2/pkg/util/command.go:72: scan 100.0% -github.com/apache/camel-k/v2/pkg/util/command.go:85: formatErr 60.0% -github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:28: BaseImage 100.0% -github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:32: IsBaseImageDefault 100.0% -github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:36: OperatorImage 0.0% -github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:40: InstallDefaultKamelets 100.0% -github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:44: OperatorID 100.0% -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: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:340: sortedTraitAnnotationsKeys 100.0% -github.com/apache/camel-k/v2/pkg/util/digest/digest.go:351: 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% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:104: BuildIntegrationImageArgs 0.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:111: RunIntegrationImageArgs 0.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:116: GetContainerWorkspaceDir 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:121: GetContainerPropertiesDir 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:126: GetContainerDependenciesDir 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:131: GetContainerRoutesDir 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:136: ContainerizeFilePaths 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:146: ContainerizeDependencyPaths 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker.go:160: ExtractRegistryName 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:50: BuildImageArgs 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:73: RunImageArgs 80.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:103: DockerfilePathArg 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:111: ImageArg 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:119: LatestImageArg 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:127: FullImageArg 71.4% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:151: GetImage 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:159: GetLatestImage 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:164: GetFullDockerImage 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:178: GetBaseImagePath 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:187: JoinPath 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:199: COPY 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:205: RUN 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:211: FROM 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:217: WORKDIR 0.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:223: ENV 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:230: AS 0.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:236: CMD 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:242: RUNMavenInstall 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:247: RUNMakeDir 100.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:253: ENVAppend 0.0% -github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:259: CMDShellWrap 100.0% -github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:34: FromYamlDSLString 0.0% -github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:39: FromYamlDSL 70.0% -github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:59: ToYamlDSL 75.0% -github.com/apache/camel-k/v2/pkg/util/dsl/template.go:30: TemplateToYamlDSL 82.4% -github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:23: Get 100.0% -github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:34: Remove 0.0% -github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:46: SetVal 100.0% -github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:59: SetVar 0.0% -github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:76: SetValFrom 75.0% -github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:30: Compress 62.5% -github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:47: CompressBase64 75.0% -github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:58: Uncompress 61.5% -github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:81: UncompressBase64 75.0% -github.com/apache/camel-k/v2/pkg/util/jib/configuration.go:60: CreateProfileConfigmap 87.5% -github.com/apache/camel-k/v2/pkg/util/jib/configuration.go:99: JibMavenProfile 91.7% -github.com/apache/camel-k/v2/pkg/util/jitpack/jitpack.go:34: ToDependency 95.2% -github.com/apache/camel-k/v2/pkg/util/jvm/keystore.go:44: GenerateKeystore 94.4% -github.com/apache/camel-k/v2/pkg/util/jvm/keystore.go:81: NewKeystorePassword 100.0% -github.com/apache/camel-k/v2/pkg/util/knative/apis.go:143: init 100.0% -github.com/apache/camel-k/v2/pkg/util/knative/apis.go:152: FillMissingReferenceData 100.0% -github.com/apache/camel-k/v2/pkg/util/knative/apis.go:166: GetServiceType 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/apis.go:196: fillMissingReferenceDataWith 100.0% -github.com/apache/camel-k/v2/pkg/util/knative/apis.go:224: getGroupVersions 100.0% -github.com/apache/camel-k/v2/pkg/util/knative/apis.go:234: getKinds 100.0% -github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:30: IsRefKindInstalled 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:40: IsInstalled 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:53: IsServingInstalled 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:61: IsEventingInstalled 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:68: isServerResourceAvailable 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:48: CreateSubscription 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:79: CreateServiceTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:89: CreateKnativeServiceTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:98: CreateTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:128: GetTriggerName 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:137: CreateSinkBinding 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:169: GetAddressableReference 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:188: GetSinkURL 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:199: getSinkURI 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/knative.go:238: EnableKnativeBindInNamespace 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/uri.go:41: FilterURIs 0.0% -github.com/apache/camel-k/v2/pkg/util/knative/uri.go:52: NormalizeToURI 100.0% -github.com/apache/camel-k/v2/pkg/util/knative/uri.go:60: ExtractObjectReference 91.7% -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: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% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:69: GetIntegrationKit 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:80: GetBuild 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:92: GetUnstructured 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:102: GetConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:121: GetSecret 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:141: GetSecretRefValue 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:150: GetSecretRefData 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:164: GetSecretsRefData 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:177: GetConfigMapRefValue 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:190: ResolveValueSource 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:46: NewCollection 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:57: Size 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:62: Items 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:67: AsKubernetesList 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:85: Add 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:92: AddFirst 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:99: AddAll 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:104: VisitDeployment 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:113: VisitDeploymentE 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:124: GetDeployment 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:135: GetDeploymentForIntegration 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:146: HasDeployment 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:151: RemoveDeployment 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:170: VisitConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:179: GetConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:190: RemoveConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:209: VisitSecret 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:218: GetSecret 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:229: VisitService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:238: GetService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:249: GetUserServiceForIntegration 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:261: GetServiceForIntegration 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:271: GetKnativeService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:282: GetKnativeTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:293: GetKnativeSubscription 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:304: VisitRoute 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:313: GetRoute 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:324: GetCronJob 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:335: VisitCronJob 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:344: VisitCronJobE 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:355: VisitKnativeService 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:364: VisitKnativeServiceE 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:375: VisitKnativeTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:384: VisitKnativeSubscription 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:393: HasKnativeTrigger 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:405: GetContainer 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:418: GetContainerByName 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:425: VisitContainer 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:447: GetController 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:470: VisitPodSpec 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:483: VisitPodTemplateMeta 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:496: VisitKnativeConfigurationSpec 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:503: VisitMetaObject 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:512: Visit 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:520: VisitE 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:531: Remove 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:541: VisitPodMonitor 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:549: 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% -github.com/apache/camel-k/v2/pkg/util/kubernetes/conditions.go:59: GetJobCondition 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/discovery.go:25: IsAPIResourceInstalled 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/errors.go:24: IsUnknownAPIError 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:46: NewTolerations 95.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:80: NewNodeSelectors 100.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:95: NewResourceRequirements 86.7% -github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:129: NewConfigMap 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:161: NewPersistentVolumeClaim 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:187: ConfigureResource 100.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:33: LoadResourceFromYaml 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:57: LoadUnstructuredFromYaml 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:71: runtimeObjectFromUnstructured 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:32: LookupConfigmap 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:57: LookupResourceVersion 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:65: LookupSecret 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:89: LookupPersistentVolumeClaim 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:113: LookupDefaultStorageClass 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/permission.go:32: CheckPermission 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:38: PortForward 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:127: bootstrapPortForward 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:143: portFowardPod 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:198: podReady 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/printer.go:34: PrintObj 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:39: ReplaceResource 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:64: mapRequiredMeta 0.0% -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: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% -github.com/apache/camel-k/v2/pkg/util/kubernetes/sanitize.go:32: SanitizeName 100.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/sanitize.go:43: SanitizeLabel 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/sanitize.go:50: isDisallowedStartEndChar 100.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/security.go:26: DefaultOperatorSecurityContext 0.0% -github.com/apache/camel-k/v2/pkg/util/kubernetes/util.go:27: ToJSON 100.0% -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: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% -github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:91: nonNormalizedLog 100.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:28: NewProject 100.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:38: NewProjectWithGAV 100.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:50: Command 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:57: MarshalBytes 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:71: LookupDependency 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:82: ReplaceDependency 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:94: AddDependency 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:106: AddDependencies 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:113: AddDependencyGAV 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:118: AddEncodedDependencyGAV 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:125: AddDependencyExclusion 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:142: AddDependencyExclusions 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:148: AddEncodedDependencyExclusion 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:155: AddProfiles 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:160: NewDependency 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:178: NewRepository 83.3% -github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:214: NewMirror 88.9% -github.com/apache/camel-k/v2/pkg/util/maven/maven_proxies.go:30: apply 84.6% -github.com/apache/camel-k/v2/pkg/util/maven/maven_proxies.go:52: parseProxyFromEnvVar 94.7% -github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:31: apply 100.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:39: defaultMavenRepositories 100.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:48: Repositories 100.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:58: apply 83.3% -github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:78: upsertRepository 60.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:88: upsertMirror 40.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_settings.go:30: MarshalBytes 0.0% -github.com/apache/camel-k/v2/pkg/util/maven/maven_settings.go:38: NewSettings 83.3% -github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:36: Parse 87.5% -github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:49: getModelineOptions 95.0% -github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:81: modelineRegexp 100.0% -github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:92: inferLanguage 50.0% -github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:35: IsOpenShift 0.0% -github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:48: GetOpenshiftPodSecurityContextRestricted 81.2% -github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:83: GetOpenshiftSecurityContextRestricted 100.0% -github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:104: GetOpenshiftUser 81.8% -github.com/apache/camel-k/v2/pkg/util/openshift/register.go:39: AddToScheme 0.0% -github.com/apache/camel-k/v2/pkg/util/openshift/register.go:58: doAdd 0.0% -github.com/apache/camel-k/v2/pkg/util/property/property.go:29: EncodePropertyFileEntry 77.8% -github.com/apache/camel-k/v2/pkg/util/property/property.go:44: EncodePropertyFile 87.5% -github.com/apache/camel-k/v2/pkg/util/property/property.go:57: SplitPropertyFileEntry 100.0% -github.com/apache/camel-k/v2/pkg/util/property/property.go:70: DecodePropertyFileValue 0.0% -github.com/apache/camel-k/v2/pkg/util/reference/reference.go:69: NewConverter 100.0% -github.com/apache/camel-k/v2/pkg/util/reference/reference.go:75: FromString 100.0% -github.com/apache/camel-k/v2/pkg/util/reference/reference.go:88: PropertiesFromString 87.0% -github.com/apache/camel-k/v2/pkg/util/reference/reference.go:122: expandReference 100.0% -github.com/apache/camel-k/v2/pkg/util/reference/reference.go:133: simpleDecodeString 100.0% -github.com/apache/camel-k/v2/pkg/util/reference/reference.go:165: ToString 83.3% -github.com/apache/camel-k/v2/pkg/util/registry/kep_1755.go:32: GetRegistryAddress 0.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:62: IsSet 0.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:69: validate 100.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:79: GenerateDockerConfig 75.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:88: generateDockerConfigObject 100.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:96: getActualServers 100.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:111: encodedCredentials 100.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:116: MountSecretRegistryConfig 50.0% -github.com/apache/camel-k/v2/pkg/util/registry/registry.go:141: remap 66.7% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:36: DestinationPath 100.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:41: StorageType 100.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:46: ContentType 0.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:51: Name 100.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:56: Key 100.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:61: String 0.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:102: newConfig 100.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:115: ParseFileValue 0.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:124: parseCMOrSecretValue 75.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:135: ParseResource 0.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:140: ParseEmptyDirVolume 0.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:155: ParseVolume 0.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:170: ParseConfig 100.0% -github.com/apache/camel-k/v2/pkg/util/resource/config.go:174: parse 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:26: NewSet 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:33: Union 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:45: List 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:58: Add 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:65: Merge 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:72: Each 66.7% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:81: Has 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:86: IsEmpty 100.0% -github.com/apache/camel-k/v2/pkg/util/sets/set.go:91: Size 100.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:172: InspectorForLanguage 0.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:224: Extract 0.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:228: extract 78.6% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:256: discoverCapabilities 68.8% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:290: discoverDependencies 70.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:335: discoverKamelets 100.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:344: addDependencies 86.7% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:377: addDependenciesFromURI 80.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:396: hasOnlyPassiveEndpoints 100.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:409: containsOnlyURIsIn 85.7% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:422: getURIPrefix 75.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector.go:430: containsHTTPURIs 87.5% -github.com/apache/camel-k/v2/pkg/util/source/inspector_groovy.go:29: Extract 100.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector_java_script.go:29: Extract 100.0% -github.com/apache/camel-k/v2/pkg/util/source/inspector_java_source.go:29: Extract 100.0% -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: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% -github.com/apache/camel-k/v2/pkg/util/source/test_support.go:28: assertExtract 100.0% -github.com/apache/camel-k/v2/pkg/util/source/test_support.go:43: assertExtractYAML 100.0% -github.com/apache/camel-k/v2/pkg/util/source/test_support.go:60: assertExtractYAMLError 100.0% -github.com/apache/camel-k/v2/pkg/util/source/types.go:46: NewMetadata 100.0% -github.com/apache/camel-k/v2/pkg/util/source/types.go:56: AddRequiredCapability 0.0% -github.com/apache/camel-k/v2/pkg/util/source/types.go:61: AddDependency 100.0% -github.com/apache/camel-k/v2/pkg/util/sync/file.go:28: File 85.7% -github.com/apache/camel-k/v2/pkg/util/test/assertions.go:30: EnvVarExists 0.0% -github.com/apache/camel-k/v2/pkg/util/test/assertions.go:38: EnvVarHasValue 0.0% -github.com/apache/camel-k/v2/pkg/util/test/assertions.go:47: HasVolume 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:53: NewFakeClient 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:131: filterObjects 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:157: Intercept 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:163: AddReactor 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:167: CamelV1 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:171: CamelV1alpha1 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:176: GetScheme 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:180: GetConfig 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:184: GetCurrentNamespace 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:189: Patch 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:197: DisableAPIGroupDiscovery 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:201: EnableOpenshiftDiscovery 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:205: DisableKnativeServing 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:209: DisableKnativeEventing 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:213: AuthorizationV1 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:221: Discovery 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:231: ServerOrClientSideApplier 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:237: ScalesClient 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:247: SelfSubjectRulesReviews 0.0% -github.com/apache/camel-k/v2/pkg/util/test/client.go:259: ServerResourcesForGroupVersion 0.0% -github.com/apache/camel-k/v2/pkg/util/test/cmd.go:26: EmptyRun 0.0% -github.com/apache/camel-k/v2/pkg/util/test/cmd.go:28: ArbitraryArgs 0.0% -github.com/apache/camel-k/v2/pkg/util/test/cmd.go:32: ExecuteCommand 0.0% -github.com/apache/camel-k/v2/pkg/util/test/cmd.go:37: ExecuteCommandC 0.0% -github.com/apache/camel-k/v2/pkg/util/uri/uri.go:35: HasCamelURIFormat 100.0% -github.com/apache/camel-k/v2/pkg/util/uri/uri.go:40: GetComponent 0.0% -github.com/apache/camel-k/v2/pkg/util/uri/uri.go:49: GetQueryParameter 71.4% -github.com/apache/camel-k/v2/pkg/util/uri/uri.go:61: GetPathSegment 100.0% -github.com/apache/camel-k/v2/pkg/util/uri/uri.go:73: matchOrEmpty 100.0% -github.com/apache/camel-k/v2/pkg/util/uri/uri.go:81: AppendParameters 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:103: StringSliceJoin 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:119: StringSliceContains 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:129: StringSliceExists 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:139: StringContainsPrefix 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:149: StringSliceContainsAnyOf 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:162: StringSliceUniqueAdd 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:179: StringSliceUniqueConcat 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:190: SubstringFrom 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:199: SubstringBefore 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:219: RandomString 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:237: RandomInt63 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:241: EncodeXMLWithoutHeader 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:245: EncodeXML 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:250: encodeXML 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:264: CopyFile 70.0% -github.com/apache/camel-k/v2/pkg/util/util.go:306: CopyDir 77.3% -github.com/apache/camel-k/v2/pkg/util/util.go:342: WriteFileWithBytesMarshallerContent 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:351: FindAllDistinctStringSubmatch 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:367: FindNamedMatches 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:378: FileExists 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:387: DirectoryExists 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:400: DirectoryEmpty 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:419: CreateDirectory 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:443: SortedMapKeys 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:454: SortedStringMapKeys 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:466: CopyMap 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:477: JSONToYAML 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:486: JSONToMap 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:496: MapToYAML 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:505: WriteToFile 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:514: GetEnvironmentVariable 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:529: EvaluateCLIAndLazyEnvVars 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:567: Open 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:572: OpenFile 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:578: ReadFile 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:582: Close 100.0% -github.com/apache/camel-k/v2/pkg/util/util.go:588: CloseQuietly 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:593: WithFile 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:604: WithFileReader 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:615: WithFileContent 0.0% -github.com/apache/camel-k/v2/pkg/util/util.go:627: WriteFileWithContent 0.0% -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) 40.4% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/duck_types_support.go:28: NewScaledObject 100.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/register.go:43: Resource 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/register.go:48: addKnownTypes 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:13: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:18: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:28: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:50: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:60: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:68: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:78: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:86: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:91: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:101: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:115: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:125: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:133: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:175: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:185: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:193: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:203: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:211: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:225: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:235: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:243: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go:253: DeepCopy 0.0% +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 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 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% +github.com/apache/camel-k/v2/addons/register_gcp_secrets.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/register_hashicorp_vault.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/register_keda.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/register_master.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/register_opentracing.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/register_resume.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/register_strimzi.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/register_telemetry.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/resume/resume.go:72: NewResumeTrait 100.0% +github.com/apache/camel-k/v2/addons/resume/resume.go:78: Configure 0.0% +github.com/apache/camel-k/v2/addons/resume/resume.go:117: Apply 0.0% +github.com/apache/camel-k/v2/addons/strimzi/addtoscheme_strimzi_duck_v1beta2.go:25: init 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/clientset.go:44: KafkaV1beta2 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/clientset.go:49: Discovery 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/clientset.go:61: NewForConfig 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/clientset.go:81: NewForConfigAndClient 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/clientset.go:106: NewForConfigOrDie 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/clientset.go:115: New 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/fake/clientset_generated.go:37: NewSimpleClientset 53.3% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/fake/clientset_generated.go:70: Discovery 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/fake/clientset_generated.go:74: Tracker 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/fake/clientset_generated.go:84: KafkaV1beta2 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/fake/register.go:54: init 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/scheme/register.go:54: init 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:41: Kafkas 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:45: KafkaTopics 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:52: NewForConfig 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:66: NewForConfigAndClient 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:80: NewForConfigOrDie 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:89: New 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:93: setConfigDefaults 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/duck_client.go:108: RESTClient 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_duck_client.go:32: Kafkas 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_duck_client.go:36: KafkaTopics 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_duck_client.go:42: RESTClient 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_kafka.go:43: Get 75.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_kafka.go:54: List 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_kafka.go:76: Watch 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_kafkatopic.go:43: Get 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_kafkatopic.go:54: List 81.8% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/fake/fake_kafkatopic.go:76: Watch 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafka.go:54: newKafkas 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafka.go:62: Get 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafka.go:75: List 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafka.go:92: Watch 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafkatopic.go:54: newKafkaTopics 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafkatopic.go:62: Get 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafkatopic.go:75: List 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/kafkatopic.go:92: Watch 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/register.go:38: Resource 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/register.go:43: addKnownTypes 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:12: DeepCopyInto 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:20: DeepCopy 80.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:30: DeepCopyObject 66.7% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:38: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:52: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:62: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:70: DeepCopyInto 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:80: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:90: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:95: DeepCopy 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:105: DeepCopyInto 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:113: DeepCopy 80.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:123: DeepCopyObject 66.7% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:131: DeepCopyInto 100.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:145: DeepCopy 80.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:155: DeepCopyObject 66.7% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:163: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go:168: DeepCopy 0.0% +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 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/discovery/jaeger.go:40: FindEndpoint 0.0% +github.com/apache/camel-k/v2/addons/telemetry/discovery/jaeger.go:71: init 100.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:87: NewTelemetryTrait 100.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:93: isForcefullyEnabled 100.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:97: Configure 50.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:143: Apply 80.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:155: setCatalogConfiguration 93.8% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:186: setRuntimeProviderProperties 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/discovery/jaeger.go:40: FindEndpoint 0.0% +github.com/apache/camel-k/v2/addons/tracing/discovery/jaeger.go:71: init 100.0% +github.com/apache/camel-k/v2/addons/tracing/tracing.go:83: NewTracingTrait 100.0% +github.com/apache/camel-k/v2/addons/tracing/tracing.go:89: Configure 50.0% +github.com/apache/camel-k/v2/addons/tracing/tracing.go:130: Apply 92.9% +github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:79: NewAwsSecretsManagerTrait 100.0% +github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:85: Configure 81.8% +github.com/apache/camel-k/v2/addons/vault/aws/aws_secrets_manager.go:107: Apply 82.8% +github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:93: NewAzureKeyVaultTrait 100.0% +github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:99: Configure 81.8% +github.com/apache/camel-k/v2/addons/vault/azure/azure_key_vault.go:123: Apply 84.8% +github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:72: NewGcpSecretManagerTrait 100.0% +github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:78: Configure 72.7% +github.com/apache/camel-k/v2/addons/vault/gcp/gcp_secret_manager.go:102: Apply 84.6% +github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:65: NewHashicorpVaultTrait 100.0% +github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:71: Configure 60.0% +github.com/apache/camel-k/v2/addons/vault/hashicorp/hashicorp_vault.go:83: Apply 84.2% +github.com/apache/camel-k/v2/cmd/kamel/main.go:33: main 0.0% +github.com/apache/camel-k/v2/cmd/kamel/main.go:47: exitOnError 0.0% +github.com/apache/camel-k/v2/cmd/manager/main.go:33: main 0.0% +github.com/apache/camel-k/v2/cmd/manager/main.go:47: exitOnError 0.0% +github.com/apache/camel-k/v2/cmd/util/check_jdk_version/main.go:28: main 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/generators.go:39: NameSystems 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/generators.go:47: DefaultNameSystem 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/generators.go:52: Packages 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:77: NewTraitDocGen 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:84: Filename 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:88: Filter 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:94: GenerateType 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:122: Finalize 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:126: FinalizeNav 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:154: traitNameFromFile 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:163: writeTitle 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:177: writeBadges 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:195: writeDescription 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:210: writeFields 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:232: writeMembers 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:261: getTraitID 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:274: getDeprecatedVersion 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:286: filterOutTagsAndComments 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:299: escapeASCIIDoc 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:303: split 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:329: writeFile 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:349: isPlatformTrait 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:355: determineProfiles 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:60: NewtraitMetaDataGen 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:68: Filename 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:72: Filter 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:81: GenerateType 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:90: getTraitID 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:103: buildDescription 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:122: buildFields 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:129: buildMembers 0.0% +github.com/apache/camel-k/v2/cmd/util/doc-gen/main.go:30: main 0.0% +github.com/apache/camel-k/v2/cmd/util/json-schema-gen/main.go:38: main 0.0% +github.com/apache/camel-k/v2/cmd/util/json-schema-gen/main.go:54: generate 0.0% +github.com/apache/camel-k/v2/cmd/util/json-schema-gen/main.go:107: remapRef 0.0% +github.com/apache/camel-k/v2/cmd/util/json-schema-gen/main.go:111: rebaseRefs 0.0% +github.com/apache/camel-k/v2/cmd/util/json-schema-gen/main.go:134: loadDslSchema 0.0% +github.com/apache/camel-k/v2/cmd/util/json-schema-gen/main.go:146: loadCrdSchema 0.0% +github.com/apache/camel-k/v2/cmd/util/json-schema-gen/main.go:168: pathComponents 0.0% +github.com/apache/camel-k/v2/cmd/util/license-check/main.go:28: main 0.0% +github.com/apache/camel-k/v2/cmd/util/platform-check/main.go:30: main 0.0% +github.com/apache/camel-k/v2/cmd/util/platform-check/main.go:34: platformID 0.0% +github.com/apache/camel-k/v2/cmd/util/platform-check/main.go:49: exitOnError 0.0% +github.com/apache/camel-k/v2/cmd/util/platform-check/main.go:56: RestConfig 0.0% +github.com/apache/camel-k/v2/cmd/util/platform-check/main.go:63: APIClient 0.0% +github.com/apache/camel-k/v2/pkg/apis/addtoscheme_camel_v1.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/apis/addtoscheme_camel_v1alpha1.go:22: init 100.0% +github.com/apache/camel-k/v2/pkg/apis/addtoscheme_knative_eventing.go:28: init 100.0% +github.com/apache/camel-k/v2/pkg/apis/addtoscheme_knative_serving.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/apis/addtoscheme_monitoring.go:22: init 100.0% +github.com/apache/camel-k/v2/pkg/apis/addtoscheme_olm.go:26: init 100.0% +github.com/apache/camel-k/v2/pkg/apis/addtoscheme_openshift.go:22: init 100.0% +github.com/apache/camel-k/v2/pkg/apis/apis.go:28: AddToScheme 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:25: NewBuild 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:38: NewBuildList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:48: BuilderPodNamespace 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:58: BuilderConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:63: TaskConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:68: BuilderDependencies 66.7% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:77: FindBuilderTask 75.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:87: ConfigurationTasksByName 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:112: SetBuilderConfigurationTasks 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:121: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:126: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:136: Failed 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:142: IsFinished 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:147: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:158: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:173: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:198: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:211: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:219: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:223: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:227: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:231: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:235: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:239: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:243: HasRunningBuilds 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:253: HasScheduledBuildsBefore 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:270: HasMatchingBuild 85.2% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:28: NewCamelCatalog 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:42: NewCamelCatalogWithSpecs 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:57: NewCamelCatalogList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:67: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:72: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:77: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:82: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:87: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:92: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:97: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:106: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:117: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:129: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:144: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:169: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:181: GetRuntimeVersion 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:186: GetCamelVersion 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:191: GetCamelQuarkusVersion 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:196: GetQuarkusVersion 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:201: GetQuarkusToolingImage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:206: GetJibMavenPluginVersion 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:211: GetJibLayerFilterExtensionMavenVersion 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:216: HasCapability 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:223: GetDependencyID 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:234: GetConsumerDependencyIDs 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:238: GetProducerDependencyIDs 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:242: getDependencyIDs 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:254: GetConsumerDependencies 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:258: GetProducerDependencies 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:262: getDependencies 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:270: GetScheme 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:279: consumerScheme 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:283: producerScheme 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:323: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:33: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:37: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:41: CapabilityDependencies 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:52: TraitProfileByName 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:62: Equal 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:67: Merge 65.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:105: Merge 65.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:143: MarshalJSON 66.7% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:151: UnmarshalJSON 75.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:160: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:175: GetOperatorIDAnnotation 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:180: GetIntegrationProfileAnnotation 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:185: GetIntegrationProfileNamespaceAnnotation 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:190: GetAnnotation 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:203: SetAnnotation 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:215: IsEmpty 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:225: DecodeValueSource 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:268: IsGeneratedFromKamelet 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:273: InferLanguage 83.3% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:40: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:45: Endpoint 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:50: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:55: Validate 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:65: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:70: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:84: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:89: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:117: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:122: Endpoint 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:127: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:138: Validate 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:43: NewIntegration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:56: NewIntegrationList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:65: Initialize 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:77: AllSources 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:85: UserDefinedSources 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:91: AddSource 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:95: AddSources 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:99: AddFlows 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:103: AddConfiguration 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:110: AddDependency 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:123: AddConfigurationProperty 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:128: GetConfigurationProperty 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:140: trimFirstLeadingSpace 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:147: AddOrReplaceGeneratedSources 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:166: Configurations 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:174: Configurations 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:182: Configurations 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:194: NewSourceSpec 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:205: SetOperatorID 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:209: SetIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:220: SetIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:253: GetIntegrationKitNamespace 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:267: IsConditionTrue 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:280: SetReadyCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:285: SetReadyConditionError 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:290: IsSynthetic 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:295: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:305: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:314: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:327: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:367: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:380: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:388: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:392: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:396: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:400: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:404: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:408: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:33: NewIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:46: NewIntegrationKitList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:55: Configurations 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:64: SetOperatorID 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:68: Configurations 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:76: SetIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:92: HasHigherPriorityThan 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:109: IsExternal 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:114: IsSynthetic 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:119: HasCapability 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:130: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:140: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:151: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:166: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:191: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:204: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:213: GetDependenciesPaths 100.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:225: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:229: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:233: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:237: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:241: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:245: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:26: NewIntegrationPlatformList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:36: NewIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:50: Configurations 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:59: SetOperatorID 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:64: Configurations 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:77: AddConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:85: GetActualValue 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:94: ResyncStatusFullConfig 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:100: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:111: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:123: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:138: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:163: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:175: AddOption 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:185: GetTimeout 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:195: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:204: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:209: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:214: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:219: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:224: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:229: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:26: NewIntegrationProfileList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:36: NewIntegrationProfile 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:50: SetOperatorID 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:55: GetActualValue 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:64: ResyncStatusFullConfig 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:70: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:81: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:93: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:108: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:133: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:145: GetTimeout 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:155: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:164: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:169: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:174: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:179: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:184: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationprofile_types_support.go:189: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:28: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:37: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:42: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:47: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:52: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:57: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:62: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:67: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:78: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:90: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:105: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:130: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:142: SortedDefinitionPropertiesKeys 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:161: SortedTypesKeys 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:180: ValidKameletName 0.0% +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/kamelet_types_support.go:219: SetOperatorID 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:60: ToCamelProperties 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:85: Serialize 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:94: Deserialize 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:102: ContainsService 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/knative/types_support.go:107: FindService 75.0% +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% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:49: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:54: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:59: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:64: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:69: SetOperatorID 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:74: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:85: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:97: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:112: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:137: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:149: GetPropertyMap 76.9% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:172: NewPipe 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/pipe_types_support.go:186: NewPipeList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/register.go:43: Resource 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/register.go:48: addKnownTypes 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/support.go:26: MarshalJSON 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/support.go:34: UnmarshalJSON 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:14: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:45: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:55: DeepCopyInto 32.7% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:125: DeepCopy 40.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:135: DeepCopyInto 50.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:146: DeepCopy 40.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:156: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:166: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:176: DeepCopyInto 30.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:217: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:227: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:263: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:273: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:279: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:289: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:300: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:310: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:331: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:341: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:362: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:372: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:378: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:388: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:399: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:409: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:430: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:440: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:468: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:478: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:489: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:499: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:525: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:535: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:591: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:601: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:612: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:622: DeepCopyInto 63.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:660: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:670: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:736: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:746: DeepCopyInto 35.7% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:767: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:777: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:813: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:823: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:834: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:844: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:860: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:870: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:876: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:886: DeepCopyInto 33.3% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:901: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:911: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:932: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:942: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:948: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:958: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:974: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:984: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1000: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1010: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1026: DeepCopy 40.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1036: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1045: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1055: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1061: DeepCopy 40.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1071: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1084: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1094: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1110: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1120: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1131: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1141: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1162: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1172: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1183: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1193: DeepCopyInto 66.7% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go:1208: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:16: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:26: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:36: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:41: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:51: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:56: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:66: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:72: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:82: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:92: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:102: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:111: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:121: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:129: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:136: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:146: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:170: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:180: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:194: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:204: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:212: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:226: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:236: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:262: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:272: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:284: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:294: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:319: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:329: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:364: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:374: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:385: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:395: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:400: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:410: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:419: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:429: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:437: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:444: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:454: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:468: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:478: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:486: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:506: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:516: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:528: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:538: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:561: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:571: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:576: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:586: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:593: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:603: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:615: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:625: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:652: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:662: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:667: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:677: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:683: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:693: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:703: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:713: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:718: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:728: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:750: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:760: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:779: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:789: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:816: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:826: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:836: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:846: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:857: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:867: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:873: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:883: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:893: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:903: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:914: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:924: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:934: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:944: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:954: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:964: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:969: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:979: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:996: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1006: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1013: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1023: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1029: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1039: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1044: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1054: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1064: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1074: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1079: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1089: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1101: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1111: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1121: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1131: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1140: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1150: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1158: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1176: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1186: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1195: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1205: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1213: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1220: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1230: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1244: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1254: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1262: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1295: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1305: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1327: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1337: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1369: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1379: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1393: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1403: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1411: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1420: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1430: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1438: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1463: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1473: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1480: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1490: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1500: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1510: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1524: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1534: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1542: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1555: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1565: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1585: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1595: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1604: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1614: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1622: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1634: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1644: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1651: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1661: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1671: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1681: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1695: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1705: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1713: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1721: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1731: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1744: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1754: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1804: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1814: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1862: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1872: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1882: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1892: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1964: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1974: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2001: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2011: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2018: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2028: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2037: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2047: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2055: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2062: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2072: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2086: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2096: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2104: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2109: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2119: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2124: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2134: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2175: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2185: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2202: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2212: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2225: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2235: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2245: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2255: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2260: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2270: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2288: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2298: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2336: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2346: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2356: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2366: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2371: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2381: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2390: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2400: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2408: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2422: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2432: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2446: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2456: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2464: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2493: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2503: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2520: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2530: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2538: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2548: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2554: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2564: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2574: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2584: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2590: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2600: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2611: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2621: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2634: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2644: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2707: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2717: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2723: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2733: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2744: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2754: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2760: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2770: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2779: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2789: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2794: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2804: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2811: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2821: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2826: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2836: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2860: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2870: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2877: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2887: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2900: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2910: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2926: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2936: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2943: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2953: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2965: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2975: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3020: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3030: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3040: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3050: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3060: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3070: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3076: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3086: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3298: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3308: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3324: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3334: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:3349: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.defaults.go:15: RegisterDefaults 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:42: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:47: Endpoint 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:52: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:57: Validate 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:67: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:72: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:86: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:91: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:119: Type 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:124: Endpoint 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:129: Configuration 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/error_handler_types_support.go:140: Validate 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/jsonschema_types.go:113: MarshalJSON 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/jsonschema_types.go:121: UnmarshalJSON 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/jsonschema_types.go:130: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:33: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:42: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:47: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:52: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:57: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:62: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:67: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:72: SetOperatorID 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:77: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:88: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:100: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:115: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:140: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:152: GetPropertyMap 76.9% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:175: NewKameletBinding 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_binding_types_support.go:189: NewKameletBindingList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:31: GetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:40: GetType 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:45: GetStatus 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:50: GetLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:55: GetLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:60: GetReason 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:65: GetMessage 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:70: GetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:81: SetCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:93: SetErrorCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:108: SetConditions 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:133: RemoveCondition 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:145: SortedDefinitionPropertiesKeys 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:164: SortedTypesKeys 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:183: ValidKameletName 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:187: ValidKameletProperties 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:198: NewKamelet 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/kamelet_types_support.go:212: NewKameletList 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/register.go:43: Resource 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/register.go:48: addKnownTypes 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:15: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:25: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:35: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:40: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:50: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:72: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:82: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:101: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:111: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:145: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:155: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:165: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:175: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:186: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:196: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:202: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:212: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:222: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:232: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:243: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:253: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:263: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:273: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:283: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:293: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:298: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:308: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:313: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:323: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:333: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:343: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:415: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:425: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:452: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:462: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:471: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:481: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:489: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:498: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:508: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:516: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:530: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:540: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:554: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:564: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:572: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:601: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:611: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:628: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:638: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:645: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:655: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:669: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:679: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:687: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:692: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:702: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:743: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:753: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:770: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:780: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:789: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:799: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:809: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/base/root.go:27: FileExists 0.0% +github.com/apache/camel-k/v2/pkg/base/root.go:38: init 0.0% +github.com/apache/camel-k/v2/pkg/builder/builder.go:42: Do 75.6% +github.com/apache/camel-k/v2/pkg/builder/image.go:46: init 100.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:69: nativeImageContext 0.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:84: executableDockerfile 0.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:101: standardImageContext 0.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:109: jvmDockerfile 0.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:125: incrementalImageContext 0.0% +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 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% +github.com/apache/camel-k/v2/pkg/builder/project.go:101: generateProjectSettings 78.9% +github.com/apache/camel-k/v2/pkg/builder/project.go:132: injectServersIntoMavenSettings 63.6% +github.com/apache/camel-k/v2/pkg/builder/project.go:149: encodeXMLNoHeader 87.5% +github.com/apache/camel-k/v2/pkg/builder/project.go:163: getServerTagIndex 76.2% +github.com/apache/camel-k/v2/pkg/builder/project.go:193: injectDependencies 100.0% +github.com/apache/camel-k/v2/pkg/builder/project.go:198: sanitizeDependencies 100.0% +github.com/apache/camel-k/v2/pkg/builder/project.go:202: injectProfiles 0.0% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:40: init 100.0% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:68: resolveBuildSources 28.6% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:85: prepareProjectWithSources 72.2% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:115: loadCamelQuarkusCatalog 85.7% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:132: generateQuarkusProject 100.0% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:147: generateQuarkusProjectCommon 100.0% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:187: buildQuarkusRunner 83.3% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:210: BuildQuarkusRunnerCommon 70.0% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:228: computeApplicationProperties 80.0% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:269: computeQuarkusDependencies 90.9% +github.com/apache/camel-k/v2/pkg/builder/quarkus.go:287: ProcessQuarkusTransitiveDependencies 84.6% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:41: BuildCommands 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:46: Directory 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:51: TargetDirectory 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:56: NativeMavenProperty 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:65: BuildCommands 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:71: Directory 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:76: TargetDirectory 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:81: NativeMavenProperty 0.0% +github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:87: QuarkusRuntimeSupport 0.0% +github.com/apache/camel-k/v2/pkg/builder/s2i.go:61: Do 38.1% +github.com/apache/camel-k/v2/pkg/builder/s2i.go:226: getControllerReference 25.0% +github.com/apache/camel-k/v2/pkg/builder/s2i.go:243: tarDir 8.3% +github.com/apache/camel-k/v2/pkg/builder/spectrum.go:46: Do 24.5% +github.com/apache/camel-k/v2/pkg/builder/spectrum.go:144: readSpectrumLogs 0.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:33: String 100.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:37: ID 100.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:41: Phase 100.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:45: execute 100.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:51: NewStep 100.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:60: StepsFrom 85.7% +github.com/apache/camel-k/v2/pkg/builder/steps.go:72: StepIDsFor 100.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:80: registerSteps 100.0% +github.com/apache/camel-k/v2/pkg/builder/steps.go:96: registerStep 100.0% +github.com/apache/camel-k/v2/pkg/builder/tasks.go:28: Build 100.0% +github.com/apache/camel-k/v2/pkg/builder/tasks.go:36: Task 0.0% +github.com/apache/camel-k/v2/pkg/builder/tasks.go:87: Do 0.0% +github.com/apache/camel-k/v2/pkg/builder/tasks.go:99: Do 0.0% +github.com/apache/camel-k/v2/pkg/builder/tasks.go:111: Do 0.0% +github.com/apache/camel-k/v2/pkg/builder/tasks.go:121: TaskByName 66.7% +github.com/apache/camel-k/v2/pkg/builder/types.go:43: New 100.0% +github.com/apache/camel-k/v2/pkg/builder/util.go:24: artifactIDs 75.0% +github.com/apache/camel-k/v2/pkg/builder/util.go:35: initializeStatusFrom 90.0% +github.com/apache/camel-k/v2/pkg/client/apply.go:45: ServerOrClientSideApplier 0.0% +github.com/apache/camel-k/v2/pkg/client/apply.go:51: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/apply.go:81: serverSideApply 0.0% +github.com/apache/camel-k/v2/pkg/client/apply.go:89: clientSideApply 0.0% +github.com/apache/camel-k/v2/pkg/client/apply.go:113: isIncompatibleServerError 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/addontrait.go:34: AddonTrait 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/artifact.go:33: Artifact 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/artifact.go:40: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/artifact.go:48: WithLocation 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/artifact.go:56: WithTarget 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/artifact.go:64: WithChecksum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/basetask.go:31: BaseTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/basetask.go:38: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/basetask.go:46: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:39: Build 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/build.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:34: BuildahTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:41: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:49: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:57: WithContextDir 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:65: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:73: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:81: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:89: WithPlatform 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:97: WithVerbose 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildahtask.go:105: WithExecutorImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildcondition.go:41: BuildCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildcondition.go:48: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildcondition.go:56: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildcondition.go:64: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildcondition.go:72: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildcondition.go:80: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildcondition.go:88: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:44: BuildConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:51: WithToolImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:59: WithBuilderPodNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:67: WithStrategy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:75: WithOrderStrategy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:83: WithRequestCPU 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:91: WithRequestMemory 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:99: WithLimitCPU 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:107: WithLimitMemory 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:116: WithNodeSelector 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:130: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildconfiguration.go:143: WithImagePlatforms 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:37: BuilderTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:44: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:52: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:60: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:68: WithRuntime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:76: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:86: WithSteps 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:96: WithMaven 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:104: WithBuildDir 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildertask.go:112: WithSources 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildspec.go:39: BuildSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildspec.go:46: WithTasks 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildspec.go:59: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildspec.go:67: WithToolImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildspec.go:75: WithBuilderPodNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildspec.go:83: WithTimeout 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildspec.go:91: WithMaxRunningBuilds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:46: BuildStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:53: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:61: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:69: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:77: WithDigest 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:85: WithRootImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:93: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:101: WithArtifacts 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:114: WithError 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:122: WithFailure 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:130: WithStartedAt 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:138: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/buildstatus.go:151: WithDuration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:35: CamelArtifact 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:42: WithGroupID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:50: WithArtifactID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:58: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:66: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:74: WithClassifier 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:82: WithExclusions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:95: WithSchemes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:108: WithLanguages 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:118: WithDataFormats 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:128: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifact.go:141: WithJavaTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactdependency.go:31: CamelArtifactDependency 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactdependency.go:38: WithGroupID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactdependency.go:46: WithArtifactID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactdependency.go:54: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactdependency.go:62: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactdependency.go:70: WithClassifier 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactdependency.go:78: WithExclusions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactexclusion.go:31: CamelArtifactExclusion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactexclusion.go:38: WithGroupID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelartifactexclusion.go:46: WithArtifactID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:39: CamelCatalog 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:209: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalog.go:217: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogcondition.go:41: CamelCatalogCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogcondition.go:48: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogcondition.go:56: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogcondition.go:64: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogcondition.go:72: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogcondition.go:80: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogcondition.go:88: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogspec.go:32: CamelCatalogSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogspec.go:39: WithRuntime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogspec.go:48: WithArtifacts 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogspec.go:62: WithLoaders 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogstatus.go:37: CamelCatalogStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogstatus.go:44: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogstatus.go:52: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogstatus.go:60: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelcatalogstatus.go:73: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:33: CamelLoader 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:40: WithGroupID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:48: WithArtifactID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:56: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:64: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:72: WithClassifier 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:80: WithLanguages 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:90: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelloader.go:104: WithMetadata 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelproperty.go:31: CamelProperty 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelproperty.go:38: WithKey 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelproperty.go:46: WithValue 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelscheme.go:34: CamelScheme 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelscheme.go:41: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelscheme.go:49: WithPassive 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelscheme.go:57: WithHTTP 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelscheme.go:65: WithConsumer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelscheme.go:73: WithProducer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelschemescope.go:30: CamelSchemeScope 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/camelschemescope.go:37: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/capability.go:33: Capability 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/capability.go:40: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/capability.go:53: WithRuntimeProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/capability.go:66: WithBuildTimeProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/capability.go:80: WithMetadata 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/configurationspec.go:31: ConfigurationSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/configurationspec.go:38: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/configurationspec.go:46: WithValue 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:37: DataSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:44: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:52: WithPath 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:60: WithContent 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:68: WithRawContent 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:78: WithContentRef 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:86: WithContentKey 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:94: WithContentType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/dataspec.go:102: WithCompression 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypereference.go:31: DataTypeReference 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypereference.go:38: WithScheme 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypereference.go:46: WithFormat 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:36: DataTypeSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:43: WithScheme 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:51: WithFormat 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:59: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:67: WithMediaType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:75: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:86: WithHeaders 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypespec.go:99: WithSchema 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypesspec.go:32: DataTypesSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypesspec.go:39: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypesspec.go:48: WithTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/datatypesspec.go:62: WithHeaders 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/endpoint.go:38: Endpoint 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/endpoint.go:45: WithRef 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/endpoint.go:53: WithURI 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/endpoint.go:61: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/endpoint.go:70: WithDataTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/endpointproperties.go:34: EndpointProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/errorhandlerspec.go:34: ErrorHandlerSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/eventtypespec.go:31: EventTypeSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/eventtypespec.go:38: WithMediaType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/eventtypespec.go:46: WithSchema 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/externaldocumentation.go:31: ExternalDocumentation 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/externaldocumentation.go:38: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/externaldocumentation.go:46: WithURL 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failure.go:36: Failure 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failure.go:43: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failure.go:51: WithTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failure.go:59: WithRecovery 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failurerecovery.go:36: FailureRecovery 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failurerecovery.go:43: WithAttempt 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failurerecovery.go:51: WithAttemptMax 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/failurerecovery.go:59: WithAttemptTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/flow.go:34: Flow 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/headerspec.go:34: HeaderSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/headerspec.go:41: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/headerspec.go:49: WithTitle 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/headerspec.go:57: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/headerspec.go:65: WithRequired 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/headerspec.go:73: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/healthcheckresponse.go:36: HealthCheckResponse 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/healthcheckresponse.go:43: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/healthcheckresponse.go:51: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/healthcheckresponse.go:59: WithData 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:39: Integration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integration.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:43: IntegrationCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:50: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:58: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:66: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:74: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:82: WithFirstTruthyTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:90: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:98: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationcondition.go:106: WithPods 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:39: IntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkit.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitcondition.go:41: IntegrationKitCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitcondition.go:48: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitcondition.go:56: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitcondition.go:64: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitcondition.go:72: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitcondition.go:80: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitcondition.go:88: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:41: IntegrationKitSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:48: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:56: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:66: WithProfile 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:74: WithTraits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:82: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:95: WithRepositories 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:105: WithSources 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitspec.go:118: WithCapabilities 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:46: IntegrationKitStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:53: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:61: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:69: WithRootImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:77: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:85: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:93: WithDigest 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:101: WithArtifacts 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:114: WithFailure 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:122: WithRuntimeVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:130: WithRuntimeProvider 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:138: WithPlatform 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:146: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkitstatus.go:154: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkittraits.go:38: IntegrationKitTraits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkittraits.go:45: WithBuilder 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkittraits.go:53: WithCamel 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkittraits.go:61: WithQuarkus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkittraits.go:69: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationkittraits.go:78: WithAddons 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:39: IntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatform.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:45: IntegrationPlatformBuildSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:52: WithBuildConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:60: WithPublishStrategy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:68: WithRuntimeVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:76: WithRuntimeProvider 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:84: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:92: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:100: WithBuildCatalogToolTimeout 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:108: WithTimeout 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:116: WithMaven 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:125: WithPublishStrategyOptions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformbuildspec.go:138: WithMaxRunningBuilds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformcondition.go:41: IntegrationPlatformCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformcondition.go:48: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformcondition.go:56: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformcondition.go:64: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformcondition.go:72: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformcondition.go:80: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformcondition.go:88: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformkameletspec.go:30: IntegrationPlatformKameletSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformkameletspec.go:37: WithRepositories 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:45: IntegrationPlatformPipelineSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:52: WithBuildConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:60: WithPublishStrategy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:68: WithRuntimeVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:76: WithRuntimeProvider 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:84: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:92: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:100: WithBuildCatalogToolTimeout 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:108: WithTimeout 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:116: WithMaven 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:125: WithPublishStrategyOptions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformpipelinespec.go:138: WithMaxRunningPipelines 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformspec.go:39: IntegrationPlatformSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformspec.go:46: WithCluster 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformspec.go:54: WithProfile 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformspec.go:62: WithBuild 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformspec.go:70: WithTraits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformspec.go:78: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformspec.go:91: WithKamelet 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:39: IntegrationPlatformStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:46: WithCluster 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:54: WithProfile 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:62: WithBuild 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:70: WithTraits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:78: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:91: WithKamelet 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:99: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:107: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:115: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:128: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationplatformstatus.go:137: WithInfo 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:39: IntegrationProfile 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofile.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilebuildspec.go:40: IntegrationProfileBuildSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilebuildspec.go:47: WithRuntimeVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilebuildspec.go:55: WithRuntimeProvider 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilebuildspec.go:63: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilebuildspec.go:71: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilebuildspec.go:79: WithTimeout 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilebuildspec.go:87: WithMaven 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilecondition.go:41: IntegrationProfileCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilecondition.go:48: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilecondition.go:56: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilecondition.go:64: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilecondition.go:72: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilecondition.go:80: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilecondition.go:88: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilekameletspec.go:30: IntegrationProfileKameletSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilekameletspec.go:37: WithRepositories 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilespec.go:32: IntegrationProfileSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilespec.go:39: WithBuild 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilespec.go:47: WithTraits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilespec.go:55: WithKamelet 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilestatus.go:37: IntegrationProfileStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilestatus.go:44: WithBuild 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilestatus.go:52: WithTraits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilestatus.go:60: WithKamelet 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilestatus.go:68: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilestatus.go:76: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationprofilestatus.go:84: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:45: IntegrationSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:52: WithReplicas 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:60: WithSources 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:73: WithFlows 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:86: WithIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:94: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:104: WithProfile 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:112: WithTraits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:120: WithPodTemplate 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:128: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:141: WithRepositories 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationspec.go:151: WithServiceAccountName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:53: IntegrationStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:60: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:68: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:76: WithDigest 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:84: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:92: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:102: WithProfile 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:110: WithIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:118: WithPlatform 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:126: WithGeneratedSources 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:139: WithRuntimeVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:147: WithRuntimeProvider 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:155: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:168: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:181: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:189: WithReplicas 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:197: WithSelector 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:205: WithCapabilities 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/integrationstatus.go:215: WithInitializationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jibtask.go:31: JibTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jibtask.go:38: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jibtask.go:46: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jibtask.go:54: WithContextDir 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jibtask.go:62: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jibtask.go:70: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jibtask.go:78: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/json.go:34: JSON 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:57: JSONSchemaProp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:64: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:72: WithDeprecated 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:80: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:88: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:96: WithFormat 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:104: WithTitle 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:112: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:120: WithMaximum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:128: WithExclusiveMaximum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:136: WithMinimum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:144: WithExclusiveMinimum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:152: WithMaxLength 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:160: WithMinLength 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:168: WithPattern 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:176: WithMaxItems 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:184: WithMinItems 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:192: WithUniqueItems 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:200: WithMaxProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:208: WithMinProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:216: WithMultipleOf 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:224: WithEnum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:237: WithExample 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:245: WithNullable 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprop.go:253: WithXDescriptors 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:42: JSONSchemaProps 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:49: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:57: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:65: WithTitle 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:74: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:87: WithRequired 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:97: WithExample 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:105: WithExternalDocs 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:113: WithSchema 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/jsonschemaprops.go:121: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:39: Kamelet 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kamelet.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletcondition.go:41: KameletCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletcondition.go:48: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletcondition.go:56: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletcondition.go:64: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletcondition.go:72: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletcondition.go:80: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletcondition.go:88: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletproperty.go:31: KameletProperty 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletproperty.go:38: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletproperty.go:46: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletrepositoryspec.go:30: KameletRepositorySpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletrepositoryspec.go:37: WithURI 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletspec.go:39: KameletSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletspec.go:46: WithDefinition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletspec.go:54: WithSources 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletspec.go:67: WithTemplate 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletspec.go:76: WithTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletspec.go:90: WithDataTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletspec.go:103: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletstatus.go:37: KameletStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletstatus.go:44: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletstatus.go:52: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletstatus.go:60: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kameletstatus.go:73: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:34: KanikoTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:41: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:49: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:57: WithContextDir 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:65: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:73: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:81: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:89: WithVerbose 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:97: WithCache 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotask.go:105: WithExecutorImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotaskcache.go:31: KanikoTaskCache 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotaskcache.go:38: WithEnabled 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/kanikotaskcache.go:46: WithPersistentVolumeClaim 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenartifact.go:34: MavenArtifact 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenartifact.go:41: WithGroupID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenartifact.go:49: WithArtifactID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenartifact.go:57: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenartifact.go:65: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenartifact.go:73: WithClassifier 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:36: MavenBuildSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:43: WithLocalRepository 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:52: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:65: WithProfiles 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:78: WithSettings 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:86: WithSettingsSecurity 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:94: WithCASecrets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:104: WithExtension 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:117: WithCLIOptions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:127: WithRepositories 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenbuildspec.go:140: WithServers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:41: MavenSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:48: WithLocalRepository 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:57: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:70: WithProfiles 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:83: WithSettings 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:91: WithSettingsSecurity 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:99: WithCASecrets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:109: WithExtension 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go:122: WithCLIOptions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:39: Pipe 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipe.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:42: PipeCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:49: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:57: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:65: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:73: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:81: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:89: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipecondition.go:97: WithPods 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipelinespec.go:35: PipelineSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipelinespec.go:42: WithTasks 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipelinespec.go:55: WithTimeout 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:36: PipeSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:43: WithIntegration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:51: WithSource 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:59: WithSink 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:67: WithErrorHandler 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:75: WithSteps 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:88: WithReplicas 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipespec.go:96: WithServiceAccountName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipestatus.go:38: PipeStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipestatus.go:45: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipestatus.go:53: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipestatus.go:61: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipestatus.go:74: WithReplicas 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/pipestatus.go:82: WithSelector 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podcondition.go:36: PodCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podcondition.go:43: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podcondition.go:51: WithCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podcondition.go:59: WithHealth 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:45: PodSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:52: WithAutomountServiceAccountToken 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:60: WithVolumes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:70: WithInitContainers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:80: WithContainers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:90: WithEphemeralContainers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:100: WithRestartPolicy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:108: WithTerminationGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:116: WithActiveDeadlineSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:124: WithDNSPolicy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:133: WithNodeSelector 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:146: WithTopologySpreadConstraints 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspec.go:156: WithSecurityContext 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspectemplate.go:30: PodSpecTemplate 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/podspectemplate.go:37: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/publishtask.go:33: PublishTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/publishtask.go:40: WithContextDir 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/publishtask.go:48: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/publishtask.go:56: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/publishtask.go:64: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/registryspec.go:34: RegistrySpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/registryspec.go:41: WithInsecure 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/registryspec.go:49: WithAddress 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/registryspec.go:57: WithSecret 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/registryspec.go:65: WithCA 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/registryspec.go:73: WithOrganization 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repository.go:34: Repository 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repository.go:41: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repository.go:49: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repository.go:57: WithURL 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repository.go:65: WithSnapshots 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repository.go:73: WithReleases 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repositorypolicy.go:32: RepositoryPolicy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repositorypolicy.go:39: WithEnabled 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repositorypolicy.go:47: WithUpdatePolicy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/repositorypolicy.go:55: WithChecksumPolicy 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/runtimespec.go:39: RuntimeSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/runtimespec.go:46: WithVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/runtimespec.go:54: WithProvider 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/runtimespec.go:62: WithApplicationClass 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/runtimespec.go:70: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/runtimespec.go:84: WithMetadata 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/runtimespec.go:98: WithCapabilities 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:32: S2iTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:39: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:47: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:55: WithContextDir 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:63: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:71: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:79: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/s2itask.go:87: WithTag 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/server.go:37: Server 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/server.go:44: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/server.go:52: WithUsername 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/server.go:60: WithPassword 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/server.go:68: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:40: SourceSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:47: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:55: WithPath 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:63: WithContent 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:71: WithRawContent 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:81: WithContentRef 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:89: WithContentKey 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:97: WithContentType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:105: WithCompression 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:113: WithLanguage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:121: WithLoader 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:129: WithInterceptors 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:139: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:147: WithPropertyNames 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/sourcespec.go:157: WithFromKamelet 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/spectrumtask.go:31: SpectrumTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/spectrumtask.go:38: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/spectrumtask.go:46: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/spectrumtask.go:54: WithContextDir 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/spectrumtask.go:62: WithBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/spectrumtask.go:70: WithImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/spectrumtask.go:78: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:37: Task 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:44: WithBuilder 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:52: WithCustom 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:60: WithPackage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:68: WithBuildah 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:76: WithKaniko 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:84: WithSpectrum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:92: WithS2i 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/task.go:100: WithJib 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/template.go:34: Template 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traitconfiguration.go:34: TraitConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:74: Traits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:81: WithAffinity 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:89: WithBuilder 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:97: WithCamel 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:105: WithContainer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:113: WithCron 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:121: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:129: WithDeployer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:137: WithDeployment 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:145: WithEnvironment 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:153: WithErrorHandler 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:161: WithGC 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:169: WithHealth 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:177: WithIngress 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:185: WithIstio 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:193: WithJolokia 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:201: WithJVM 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:209: WithKamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:217: WithKnative 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:225: WithKnativeService 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:233: WithLogging 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:241: WithMount 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:249: WithOpenAPI 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:257: WithOwner 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:265: WithPDB 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:273: WithPlatform 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:281: WithPod 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:289: WithPrometheus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:297: WithPullSecret 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:305: WithQuarkus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:313: WithRegistry 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:321: WithRoute 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:329: WithSecurityContext 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:337: WithService 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:345: WithServiceBinding 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:353: WithToleration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:362: WithAddons 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:375: WithKeda 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:383: WithMaster 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:391: WithStrimzi 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:399: WithThreeScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traits.go:407: WithTracing 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traitspec.go:30: TraitSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/traitspec.go:37: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:35: UserTask 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:42: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:50: WithConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:58: WithContainerImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:66: WithContainerUserID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:74: WithContainerCommand 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:82: WithContainerCommands 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/usertask.go:92: WithPublishingImage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/valuesource.go:35: ValueSource 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/valuesource.go:42: WithConfigMapKeyRef 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1/valuesource.go:50: WithSecretKeyRef 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypereference.go:31: DataTypeReference 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypereference.go:38: WithScheme 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypereference.go:46: WithFormat 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:36: DataTypeSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:43: WithScheme 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:51: WithFormat 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:59: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:67: WithMediaType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:75: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:86: WithHeaders 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypespec.go:99: WithSchema 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypesspec.go:32: DataTypesSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypesspec.go:39: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypesspec.go:48: WithTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/datatypesspec.go:62: WithHeaders 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/endpoint.go:39: Endpoint 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/endpoint.go:46: WithRef 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/endpoint.go:54: WithURI 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/endpoint.go:62: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/endpoint.go:71: WithTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/endpoint.go:85: WithDataTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/endpointproperties.go:34: EndpointProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/errorhandlerspec.go:34: ErrorHandlerSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/eventtypespec.go:31: EventTypeSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/eventtypespec.go:38: WithMediaType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/eventtypespec.go:46: WithSchema 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/externaldocumentation.go:31: ExternalDocumentation 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/externaldocumentation.go:38: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/externaldocumentation.go:46: WithURL 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/headerspec.go:34: HeaderSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/headerspec.go:41: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/headerspec.go:49: WithTitle 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/headerspec.go:57: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/headerspec.go:65: WithRequired 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/headerspec.go:73: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/json.go:34: JSON 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:57: JSONSchemaProp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:64: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:72: WithDeprecated 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:80: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:88: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:96: WithFormat 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:104: WithTitle 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:112: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:120: WithMaximum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:128: WithExclusiveMaximum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:136: WithMinimum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:144: WithExclusiveMinimum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:152: WithMaxLength 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:160: WithMinLength 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:168: WithPattern 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:176: WithMaxItems 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:184: WithMinItems 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:192: WithUniqueItems 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:200: WithMaxProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:208: WithMinProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:216: WithMultipleOf 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:224: WithEnum 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:237: WithExample 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:245: WithNullable 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprop.go:253: WithXDescriptors 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:42: JSONSchemaProps 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:49: WithID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:57: WithDescription 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:65: WithTitle 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:74: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:87: WithRequired 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:97: WithExample 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:105: WithExternalDocs 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:113: WithSchema 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/jsonschemaprops.go:121: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:39: Kamelet 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kamelet.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:39: KameletBinding 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:51: WithKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:59: WithAPIVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:67: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:76: WithGenerateName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:85: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:94: WithUID 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:103: WithResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:112: WithGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:121: WithCreationTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:130: WithDeletionTimestamp 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:139: WithDeletionGracePeriodSeconds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:149: WithLabels 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:164: WithAnnotations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:178: WithOwnerReferences 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:192: WithFinalizers 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:200: ensureObjectMetaApplyConfigurationExists 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:209: WithSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbinding.go:217: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:43: KameletBindingCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:50: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:58: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:66: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:74: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:82: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:90: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingcondition.go:98: WithPods 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:40: KameletBindingSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:47: WithIntegration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:55: WithSource 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:63: WithSink 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:71: WithErrorHandler 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:79: WithSteps 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:92: WithReplicas 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingspec.go:100: WithServiceAccountName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingstatus.go:38: KameletBindingStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingstatus.go:45: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingstatus.go:53: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingstatus.go:61: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingstatus.go:74: WithReplicas 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletbindingstatus.go:82: WithSelector 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletcondition.go:41: KameletCondition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletcondition.go:48: WithType 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletcondition.go:56: WithStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletcondition.go:64: WithLastUpdateTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletcondition.go:72: WithLastTransitionTime 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletcondition.go:80: WithReason 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletcondition.go:88: WithMessage 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletproperty.go:31: KameletProperty 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletproperty.go:38: WithName 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletproperty.go:46: WithDefault 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletspec.go:40: KameletSpec 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletspec.go:47: WithDefinition 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletspec.go:55: WithSources 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletspec.go:68: WithTemplate 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletspec.go:77: WithTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletspec.go:91: WithDataTypes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletspec.go:104: WithDependencies 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletstatus.go:37: KameletStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletstatus.go:44: WithObservedGeneration 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletstatus.go:52: WithPhase 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletstatus.go:60: WithConditions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/kameletstatus.go:73: WithProperties 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/camel/v1alpha1/template.go:34: Template 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/internal/internal.go:29: Parser 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/applyconfiguration/utils.go:32: ForKind 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/clientset.go:47: CamelV1 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/clientset.go:52: CamelV1alpha1 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/clientset.go:57: Discovery 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/clientset.go:69: NewForConfig 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/clientset.go:89: NewForConfigAndClient 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/clientset.go:118: NewForConfigOrDie 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/clientset.go:127: New 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/fake/clientset_generated.go:39: NewSimpleClientset 53.3% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/fake/clientset_generated.go:72: Discovery 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/fake/clientset_generated.go:76: Tracker 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/fake/clientset_generated.go:86: CamelV1 100.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/fake/clientset_generated.go:91: CamelV1alpha1 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/fake/register.go:56: init 100.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/scheme/register.go:56: init 100.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:66: newBuilds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:74: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:87: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:104: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:119: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:132: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:147: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:162: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:173: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:204: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:231: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:47: Builds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:51: CamelCatalogs 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:55: Integrations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:59: IntegrationKits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:63: IntegrationPlatforms 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:67: IntegrationProfiles 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:71: Kamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:75: Pipes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:82: NewForConfig 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:96: NewForConfigAndClient 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:110: NewForConfigOrDie 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:119: New 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:123: setConfigDefaults 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camel_client.go:138: RESTClient 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:66: newCamelCatalogs 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:74: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:87: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:104: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:119: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:132: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:147: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:162: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:173: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:204: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/camelcatalog.go:231: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:47: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:58: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:80: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:87: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:98: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:110: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:121: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:129: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:137: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:148: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_build.go:171: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:32: Builds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:36: CamelCatalogs 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:40: Integrations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:44: IntegrationKits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:48: IntegrationPlatforms 100.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:52: IntegrationProfiles 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:56: Kamelets 100.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:60: Pipes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camel_client.go:66: RESTClient 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:47: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:58: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:80: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:87: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:98: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:110: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:121: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:129: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:137: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:148: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_camelcatalog.go:171: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:48: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:59: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:81: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:88: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:99: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:111: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:122: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:130: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:138: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:149: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:172: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:194: GetScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integration.go:205: UpdateScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:47: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:58: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:80: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:87: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:98: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:110: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:121: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:129: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:137: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:148: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationkit.go:171: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:47: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:58: List 81.8% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:80: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:87: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:98: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:110: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:121: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:129: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:137: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:148: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationplatform.go:171: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:47: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:58: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:80: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:87: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:98: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:110: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:121: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:129: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:137: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:148: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_integrationprofile.go:171: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:47: Get 100.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:58: List 81.8% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:80: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:87: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:98: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:110: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:121: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:129: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:137: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:148: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_kamelet.go:171: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:48: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:59: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:81: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:88: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:99: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:111: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:122: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:130: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:138: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:149: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:172: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:194: GetScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/fake/fake_pipe.go:205: UpdateScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:70: newIntegrations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:78: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:91: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:108: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:123: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:136: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:151: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:166: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:177: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:193: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:208: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:235: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:264: GetScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integration.go:278: UpdateScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:66: newIntegrationKits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:74: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:87: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:104: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:119: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:132: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:147: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:162: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:173: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:204: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationkit.go:231: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:66: newIntegrationPlatforms 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:74: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:87: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:104: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:119: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:132: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:147: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:162: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:173: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:204: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationplatform.go:231: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:66: newIntegrationProfiles 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:74: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:87: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:104: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:119: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:132: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:147: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:162: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:173: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:204: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/integrationprofile.go:231: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:66: newKamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:74: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:87: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:104: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:119: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:132: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:147: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:162: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:173: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:204: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/kamelet.go:231: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:70: newPipes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:78: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:91: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:108: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:123: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:136: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:151: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:166: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:177: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:193: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:208: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:235: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:264: GetScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1/pipe.go:278: UpdateScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:41: Kamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:45: KameletBindings 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:52: NewForConfig 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:66: NewForConfigAndClient 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:80: NewForConfigOrDie 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:89: New 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:93: setConfigDefaults 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/camel_client.go:108: RESTClient 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_camel_client.go:32: Kamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_camel_client.go:36: KameletBindings 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_camel_client.go:42: RESTClient 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:47: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:58: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:80: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:87: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:98: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:110: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:121: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:129: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:137: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:148: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kamelet.go:171: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:48: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:59: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:81: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:88: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:99: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:111: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:122: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:130: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:138: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:149: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:172: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:194: GetScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/fake/fake_kameletbinding.go:205: UpdateScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:66: newKamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:74: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:87: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:104: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:119: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:132: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:147: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:162: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:173: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:204: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kamelet.go:231: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:70: newKameletBindings 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:78: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:91: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:108: Watch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:123: Create 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:136: Update 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:151: UpdateStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:166: Delete 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:177: DeleteCollection 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:193: Patch 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:208: Apply 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:235: ApplyStatus 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:264: GetScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned/typed/camel/v1alpha1/kameletbinding.go:278: UpdateScale 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/interface.go:43: New 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/interface.go:48: V1 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/interface.go:53: V1alpha1 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/build.go:52: NewBuildInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/build.go:59: NewFilteredBuildInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/build.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/build.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/build.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/camelcatalog.go:52: NewCamelCatalogInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/camelcatalog.go:59: NewFilteredCamelCatalogInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/camelcatalog.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/camelcatalog.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/camelcatalog.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integration.go:52: NewIntegrationInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integration.go:59: NewFilteredIntegrationInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integration.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integration.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integration.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationkit.go:52: NewIntegrationKitInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationkit.go:59: NewFilteredIntegrationKitInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationkit.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationkit.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationkit.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationplatform.go:52: NewIntegrationPlatformInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationplatform.go:59: NewFilteredIntegrationPlatformInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationplatform.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationplatform.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationplatform.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationprofile.go:52: NewIntegrationProfileInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationprofile.go:59: NewFilteredIntegrationProfileInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationprofile.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationprofile.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/integrationprofile.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:53: New 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:58: Builds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:63: CamelCatalogs 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:68: Integrations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:73: IntegrationKits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:78: IntegrationPlatforms 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:83: IntegrationProfiles 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:88: Kamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/interface.go:93: Pipes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/kamelet.go:52: NewKameletInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/kamelet.go:59: NewFilteredKameletInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/kamelet.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/kamelet.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/kamelet.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/pipe.go:52: NewPipeInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/pipe.go:59: NewFilteredPipeInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/pipe.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/pipe.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1/pipe.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/interface.go:41: New 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/interface.go:46: Kamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/interface.go:51: KameletBindings 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kamelet.go:52: NewKameletInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kamelet.go:59: NewFilteredKameletInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kamelet.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kamelet.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kamelet.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kameletbinding.go:52: NewKameletBindingInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kameletbinding.go:59: NewFilteredKameletBindingInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kameletbinding.go:81: defaultInformer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kameletbinding.go:85: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/camel/v1alpha1/kameletbinding.go:89: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:60: WithCustomResyncConfig 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:70: WithTweakListOptions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:78: WithNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:86: WithTransform 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:94: NewSharedInformerFactory 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:102: NewFilteredSharedInformerFactory 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:107: NewSharedInformerFactoryWithOptions 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:125: Start 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:149: Shutdown 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:158: WaitForCacheSync 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:181: InformerFor 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/factory.go:260: Camel 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/generic.go:44: Informer 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/generic.go:49: Lister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/informers/externalversions/generic.go:55: ForResource 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/build.go:46: NewBuildLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/build.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/build.go:59: Builds 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/build.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/build.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/camelcatalog.go:46: NewCamelCatalogLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/camelcatalog.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/camelcatalog.go:59: CamelCatalogs 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/camelcatalog.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/camelcatalog.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integration.go:46: NewIntegrationLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integration.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integration.go:59: Integrations 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integration.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integration.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationkit.go:46: NewIntegrationKitLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationkit.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationkit.go:59: IntegrationKits 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationkit.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationkit.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationplatform.go:46: NewIntegrationPlatformLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationplatform.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationplatform.go:59: IntegrationPlatforms 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationplatform.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationplatform.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationprofile.go:46: NewIntegrationProfileLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationprofile.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationprofile.go:59: IntegrationProfiles 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationprofile.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/integrationprofile.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/kamelet.go:46: NewKameletLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/kamelet.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/kamelet.go:59: Kamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/kamelet.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/kamelet.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/pipe.go:46: NewPipeLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/pipe.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/pipe.go:59: Pipes 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/pipe.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1/pipe.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kamelet.go:46: NewKameletLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kamelet.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kamelet.go:59: Kamelets 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kamelet.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kamelet.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kameletbinding.go:46: NewKameletBindingLister 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kameletbinding.go:51: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kameletbinding.go:59: KameletBindings 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kameletbinding.go:83: List 0.0% +github.com/apache/camel-k/v2/pkg/client/camel/listers/camel/v1alpha1/kameletbinding.go:91: Get 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:94: CamelV1 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:98: CamelV1alpha1 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:102: GetScheme 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:106: GetConfig 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:110: GetCurrentNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:115: NewOutOfClusterClient 100.0% +github.com/apache/camel-k/v2/pkg/client/client.go:122: NewClient 75.0% +github.com/apache/camel-k/v2/pkg/client/client.go:131: NewClientWithConfig 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:184: FromManager 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:205: initialize 18.2% +github.com/apache/camel-k/v2/pkg/client/client.go:225: getDefaultKubeConfigFile 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:235: GetCurrentNamespace 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:280: shouldUseContainerMode 0.0% +github.com/apache/camel-k/v2/pkg/client/client.go:307: getNamespaceFromKubernetesContainer 0.0% +github.com/apache/camel-k/v2/pkg/client/fastmapper.go:47: newFastDiscoveryRESTMapper 0.0% +github.com/apache/camel-k/v2/pkg/client/fastmapper.go:55: newFastDiscoveryRESTMapperWithFilter 0.0% +github.com/apache/camel-k/v2/pkg/client/fastmapper.go:86: discoverGroupResources 0.0% +github.com/apache/camel-k/v2/pkg/client/scale.go:26: ScalesClient 0.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:43: newCmdBind 100.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:96: preRunE 100.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:104: runE 80.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:115: validate 59.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:181: run 70.6% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:283: maybeBuildArrayNotation 71.4% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:297: showPipeOutput 100.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:305: parseErrorHandler 75.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:334: parseErrorHandlerByType 83.3% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:346: decode 60.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:391: nameFor 83.3% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:401: nameForEndpoint 40.0% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:411: asEndpointProperties 83.3% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:424: getProperties 87.5% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:438: parseProperty 76.9% +github.com/apache/camel-k/v2/pkg/cmd/bind.go:457: checkCompliance 8.7% +github.com/apache/camel-k/v2/pkg/cmd/builder.go:27: newCmdBuilder 100.0% +github.com/apache/camel-k/v2/pkg/cmd/builder.go:52: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/builder/builder.go:48: printVersion 0.0% +github.com/apache/camel-k/v2/pkg/cmd/builder/builder.go:55: Run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/builder/builder.go:100: exitOnError 0.0% +github.com/apache/camel-k/v2/pkg/cmd/builder/builder.go:107: writeTerminationMessage 0.0% +github.com/apache/camel-k/v2/pkg/cmd/builder/builder.go:118: contextWithInterrupts 0.0% +github.com/apache/camel-k/v2/pkg/cmd/completion.go:24: newCmdCompletion 100.0% +github.com/apache/camel-k/v2/pkg/cmd/completion.go:36: configureKnownCompletions 100.0% +github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:342: newCmdCompletionBash 25.0% +github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:359: configureKnownBashCompletions 100.0% +github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:418: configureBashAnnotationForFlag 100.0% +github.com/apache/camel-k/v2/pkg/cmd/completion_bash.go:424: computeCamelDependencies 91.7% +github.com/apache/camel-k/v2/pkg/cmd/completion_zsh.go:46: newCmdCompletionZsh 25.0% +github.com/apache/camel-k/v2/pkg/cmd/completion_zsh.go:63: configureKnownZshCompletions 0.0% +github.com/apache/camel-k/v2/pkg/cmd/config.go:48: newCmdConfig 100.0% +github.com/apache/camel-k/v2/pkg/cmd/config.go:68: validateArgs 0.0% +github.com/apache/camel-k/v2/pkg/cmd/config.go:75: run 75.0% +github.com/apache/camel-k/v2/pkg/cmd/config.go:96: saveConfiguration 75.0% +github.com/apache/camel-k/v2/pkg/cmd/config.go:112: getConfigLocation 80.0% +github.com/apache/camel-k/v2/pkg/cmd/config.go:147: printConfiguration 81.8% +github.com/apache/camel-k/v2/pkg/cmd/debug.go:39: newCmdDebug 100.0% +github.com/apache/camel-k/v2/pkg/cmd/debug.go:70: validateArgs 0.0% +github.com/apache/camel-k/v2/pkg/cmd/debug.go:77: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/debug.go:136: toggleDebug 0.0% +github.com/apache/camel-k/v2/pkg/cmd/debug.go:141: toggle 100.0% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:38: newCmdDelete 57.1% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:64: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:75: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:127: getIntegration 0.0% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:139: deleteIntegration 0.0% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:161: deletePipeIfExists 0.0% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:185: deleteKameletBindingIfExists 0.0% +github.com/apache/camel-k/v2/pkg/cmd/delete.go:209: findCreator 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe.go:35: describeObjectMeta 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe.go:56: describeTraits 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe.go:76: newCmdDescribe 100.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:34: newDescribeIntegrationCmd 44.4% +github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:67: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:74: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_integration.go:99: describeIntegration 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:35: newDescribeKameletCmd 37.5% +github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:65: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:72: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_kamelet.go:97: describeKamelet 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:33: newDescribeKitCmd 37.5% +github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:63: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:70: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_kit.go:95: describeIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:33: newDescribePlatformCmd 37.5% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:63: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:70: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:95: describeIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:110: getPlatformBaseImage 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:114: getPlatformRuntimeVersion 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:118: getPlatformMavenLocalRepository 0.0% +github.com/apache/camel-k/v2/pkg/cmd/describe_platform.go:122: getPlatformPublishStrategy 0.0% +github.com/apache/camel-k/v2/pkg/cmd/dump.go:40: newCmdDump 100.0% +github.com/apache/camel-k/v2/pkg/cmd/dump.go:63: dump 0.0% +github.com/apache/camel-k/v2/pkg/cmd/dump.go:87: dumpNamespace 0.0% +github.com/apache/camel-k/v2/pkg/cmd/dump.go:209: dumpConditions 0.0% +github.com/apache/camel-k/v2/pkg/cmd/dump.go:215: dumpLogs 0.0% +github.com/apache/camel-k/v2/pkg/cmd/get.go:37: newCmdGet 100.0% +github.com/apache/camel-k/v2/pkg/cmd/get.go:52: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:57: newCmdInstall 89.9% +github.com/apache/camel-k/v2/pkg/cmd/install.go:211: install 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:257: setupEnvVars 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:272: tryInstallViaOLM 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:314: installOperator 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:391: getOperatorID 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:405: setupOperator 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:449: isInstallAllowed 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:462: setupRegistrySecret 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:474: setupIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:617: printOutput 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:639: waitForPlatformReady 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:660: postRun 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:675: decode 94.4% +github.com/apache/camel-k/v2/pkg/cmd/install.go:701: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:794: decodeSecretKeySelector 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:811: createDefaultMavenSettingsConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/cmd/install.go:846: settingsConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet.go:24: newCmdKamelet 100.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:35: newKameletAddRepoCmd 57.1% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:69: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:76: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:105: getIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:123: findIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:138: checkURI 100.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:32: newKameletDeleteCmd 57.1% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:59: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:70: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_delete.go:101: delete 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_get.go:33: newKameletGetCmd 75.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_get.go:72: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_get.go:86: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:28: newKameletRemoveRepoCmd 57.1% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:57: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:64: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kamelet_remove_repo.go:91: getURIIndex 100.0% +github.com/apache/camel-k/v2/pkg/cmd/kit.go:24: newCmdKit 100.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:36: newKitCreateCmd 100.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:78: validateArgs 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:86: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_create.go:187: parseAndConvertToTrait 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:33: newKitDeleteCmd 57.1% +github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:60: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:71: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_delete.go:103: delete 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_get.go:31: newKitGetCmd 66.7% +github.com/apache/camel-k/v2/pkg/cmd/kit_get.go:64: validate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/kit_get.go:68: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/log.go:34: newCmdLog 100.0% +github.com/apache/camel-k/v2/pkg/cmd/log.go:62: validate 66.7% +github.com/apache/camel-k/v2/pkg/cmd/log.go:70: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/modeline.go:71: NewKamelWithModelineCommand 83.3% +github.com/apache/camel-k/v2/pkg/cmd/modeline.go:90: createKamelWithModelineCommand 86.4% +github.com/apache/camel-k/v2/pkg/cmd/modeline.go:195: extractModelineOptions 76.9% +github.com/apache/camel-k/v2/pkg/cmd/modeline.go:220: extractModelineOptionsFromSource 61.9% +github.com/apache/camel-k/v2/pkg/cmd/modeline.go:252: getRefPathOrProperty 100.0% +github.com/apache/camel-k/v2/pkg/cmd/modeline.go:259: getFullPathOrProperty 100.0% +github.com/apache/camel-k/v2/pkg/cmd/modeline.go:266: expandModelineEnvVarOptions 43.8% +github.com/apache/camel-k/v2/pkg/cmd/operator.go:33: newCmdOperator 100.0% +github.com/apache/camel-k/v2/pkg/cmd/operator.go:60: run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/operator/operator.go:71: printVersion 0.0% +github.com/apache/camel-k/v2/pkg/cmd/operator/operator.go:84: Run 0.0% +github.com/apache/camel-k/v2/pkg/cmd/operator/operator.go:238: getNamespacesSelector 0.0% +github.com/apache/camel-k/v2/pkg/cmd/operator/operator.go:249: findOrCreateIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/operator/operator.go:288: getWatchNamespace 0.0% +github.com/apache/camel-k/v2/pkg/cmd/operator/operator.go:297: getOperatorImage 0.0% +github.com/apache/camel-k/v2/pkg/cmd/operator/operator.go:316: exitOnError 0.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:47: newCmdPromote 100.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:75: validate 57.1% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:88: run 49.4% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:211: checkOpsCompatibility 28.6% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:225: getPipe 100.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:238: getIntegration 80.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:251: getIntegrationKit 80.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:264: validateDestResources 0.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:401: toPropertyMap 0.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:414: listKamelets 0.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:447: existsCm 0.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:460: existsSecret 0.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:473: existsPv 0.0% +github.com/apache/camel-k/v2/pkg/cmd/promote.go:486: existsKamelet 0.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: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% +github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:94: listAllIntegrations 0.0% +github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:102: getIntegrations 0.0% +github.com/apache/camel-k/v2/pkg/cmd/rebuild.go:118: rebuildIntegrations 0.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:33: newCmdReset 100.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:59: reset 0.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:105: deleteAllIntegrations 0.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:123: deleteAllIntegrationKits 0.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:137: deleteAllPipes 0.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:152: deleteAllKameletBindings 0.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:166: resetIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/reset.go:182: isIntegrationOwned 0.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:57: NewKamelCommand 87.5% +github.com/apache/camel-k/v2/pkg/cmd/root.go:78: kamelPreAddCommandInit 100.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:98: kamelPostAddCommandInit 88.9% +github.com/apache/camel-k/v2/pkg/cmd/root.go:136: addKamelSubcommands 100.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:159: addHelpSubCommands 90.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:178: preRun 82.4% +github.com/apache/camel-k/v2/pkg/cmd/root.go:212: checkAndShowCompatibilityWarning 71.4% +github.com/apache/camel-k/v2/pkg/cmd/root.go:228: GetCmdClient 100.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:239: GetCamelCmdClient 0.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:248: NewCmdClient 100.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:252: PrintVerboseOut 0.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:258: PrintfVerboseOutf 0.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:263: PrintfVerboseErrf 0.0% +github.com/apache/camel-k/v2/pkg/cmd/root.go:269: wrappedFlagUsages 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:79: newCmdRun 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:171: decode 87.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:239: validateArgs 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:247: validate 80.6% +github.com/apache/camel-k/v2/pkg/cmd/run.go:303: filterBuildPropertyFiles 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:314: run 28.3% +github.com/apache/camel-k/v2/pkg/cmd/run.go:404: postRun 18.2% +github.com/apache/camel-k/v2/pkg/cmd/run.go:425: waitForIntegrationReady 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:444: syncIntegration 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:505: createOrUpdateIntegration 77.1% +github.com/apache/camel-k/v2/pkg/cmd/run.go:601: showIntegrationOutput 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:609: showIntegrationKitOutput 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:617: getIntegration 88.9% +github.com/apache/camel-k/v2/pkg/cmd/run.go:645: applyLabels 16.7% +github.com/apache/camel-k/v2/pkg/cmd/run.go:657: applyAnnotations 38.5% +github.com/apache/camel-k/v2/pkg/cmd/run.go:684: resolveSources 85.7% +github.com/apache/camel-k/v2/pkg/cmd/run.go:715: convertOptionsToTraits 50.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:753: parseAndConvertToTrait 22.2% +github.com/apache/camel-k/v2/pkg/cmd/run.go:774: convertToTrait 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:778: applyProperties 84.6% +github.com/apache/camel-k/v2/pkg/cmd/run.go:799: convertToTraitParameter 78.6% +github.com/apache/camel-k/v2/pkg/cmd/run.go:822: applyDependencies 19.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:862: getPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:885: GetIntegrationName 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:900: mergePropertiesWithPrecedence 92.9% +github.com/apache/camel-k/v2/pkg/cmd/run.go:926: extractProperties 60.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:940: loadPropertyFile 71.4% +github.com/apache/camel-k/v2/pkg/cmd/run.go:952: resolvePodTemplate 73.3% +github.com/apache/camel-k/v2/pkg/cmd/run.go:983: parseFileURI 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:997: getRegistry 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1005: skipChecksums 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1009: skipPom 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1013: classpath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1017: getTargetPath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1022: uploadDependency 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1102: getMountPath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1116: uploadPomFromJar 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1158: extractFromZip 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1175: extractGav 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1215: uploadAsMavenArtifact 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1234: extractGavFromPom 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1260: uploadChecksumFiles 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1269: uploadChecksumFile 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1291: writeChecksumToFile 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1302: getSpectrumOptions 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1321: getArtifactHTTPPath 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1335: createDefaultGav 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1356: isPom 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1360: isJar 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1364: getFileRelativePathAndExtension 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run.go:1373: getDirName 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:41: addDependency 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:47: parseConfig 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:69: filterFileLocation 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:80: keyValueProps 100.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:84: loadPropertiesFromSecret 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:96: loadPropertiesFromConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:106: fromMapToProperties 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:127: downloadDependency 81.8% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:159: validatePropertyFiles 75.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:169: validatePropertyFile 57.1% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:183: createCamelCatalog 0.0% +github.com/apache/camel-k/v2/pkg/cmd/run_support.go:193: extractTraitNames 100.0% +github.com/apache/camel-k/v2/pkg/cmd/source/content.go:40: LoadRawContent 70.0% +github.com/apache/camel-k/v2/pkg/cmd/source/content.go:78: IsBinary 100.0% +github.com/apache/camel-k/v2/pkg/cmd/source/content.go:84: CompressToString 75.0% +github.com/apache/camel-k/v2/pkg/cmd/source/content.go:93: LoadTextContent 85.7% +github.com/apache/camel-k/v2/pkg/cmd/source/content.go:107: loadContentHTTP 75.0% +github.com/apache/camel-k/v2/pkg/cmd/source/content.go:130: loadContentGitHub 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/source.go:48: newSource 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/source.go:72: setContent 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/source.go:87: IsYaml 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/source.go:92: globSources 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/source.go:121: Resolve 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/source.go:181: resolveGist 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/source.go:236: resolveLocal 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/util.go:36: IsLocalAndFileExists 100.0% +github.com/apache/camel-k/v2/pkg/cmd/source/util.go:46: isGlobCandidate 0.0% +github.com/apache/camel-k/v2/pkg/cmd/source/util.go:60: isExistingFile 87.5% +github.com/apache/camel-k/v2/pkg/cmd/source/util.go:80: hasSupportedScheme 100.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:43: newCmdUninstall 100.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:107: decode 85.7% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:121: uninstall 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:200: uninstallOperator 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:218: uninstallClusterWideResources 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:261: uninstallNamespaceRoles 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:292: uninstallNamespaceResources 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:324: uninstallCrd 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:349: uninstallRoles 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:367: uninstallRoleBindings 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:385: uninstallKEP1755RoleBindings 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:403: uninstallClusterRoles 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:421: removeSubjectFromClusterRoleBindings 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:446: uninstallClusterRoleBindings 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:464: uninstallServiceAccounts 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:482: uninstallIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:498: uninstallIntegrationProfile 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:514: uninstallConfigMaps 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:532: uninstallRegistrySecret 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:550: uninstallKamelets 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:569: uninstallCamelCatalogs 0.0% +github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:585: createActionNotAuthorizedError 0.0% +github.com/apache/camel-k/v2/pkg/cmd/util.go:46: DeleteIntegration 0.0% +github.com/apache/camel-k/v2/pkg/cmd/util.go:60: bindPFlagsHierarchy 66.7% +github.com/apache/camel-k/v2/pkg/cmd/util.go:74: bindPFlags 84.6% +github.com/apache/camel-k/v2/pkg/cmd/util.go:101: pathToRoot 100.0% +github.com/apache/camel-k/v2/pkg/cmd/util.go:114: decodeKey 81.2% +github.com/apache/camel-k/v2/pkg/cmd/util.go:154: decode 80.0% +github.com/apache/camel-k/v2/pkg/cmd/util.go:165: stringToSliceHookFunc 86.7% +github.com/apache/camel-k/v2/pkg/cmd/util.go:191: cmdOnly 100.0% +github.com/apache/camel-k/v2/pkg/cmd/util.go:195: isOfflineCommand 100.0% +github.com/apache/camel-k/v2/pkg/cmd/util.go:199: clone 63.6% +github.com/apache/camel-k/v2/pkg/cmd/util.go:219: fieldByMapstructureTagName 90.9% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:58: LoadConfiguration 0.0% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:63: LoadConfigurationFrom 100.0% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:67: loadConfiguration 75.0% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:95: Update 78.9% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:131: SetNode 100.0% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:141: Delete 100.0% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:149: Save 62.5% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:164: navigate 75.0% +github.com/apache/camel-k/v2/pkg/cmd/util_config.go:197: convert 100.0% +github.com/apache/camel-k/v2/pkg/cmd/version.go:44: newCmdVersion 100.0% +github.com/apache/camel-k/v2/pkg/cmd/version.go:73: preRunE 100.0% +github.com/apache/camel-k/v2/pkg/cmd/version.go:81: run 80.0% +github.com/apache/camel-k/v2/pkg/cmd/version.go:99: displayClientVersion 80.0% +github.com/apache/camel-k/v2/pkg/cmd/version.go:110: displayOperatorVersion 90.0% +github.com/apache/camel-k/v2/pkg/cmd/version.go:130: operatorInfo 86.4% +github.com/apache/camel-k/v2/pkg/cmd/version.go:164: operatorVersion 100.0% +github.com/apache/camel-k/v2/pkg/cmd/version.go:172: compatibleVersions 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_build.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_catalog.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_integration.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_integrationkit.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_integrationplatform.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_integrationprofile.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_kameletbinding.go:24: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/add_pipe.go:22: init 100.0% +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: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% +github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:142: scheduledReadyBuildcondition 100.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:149: scheduledWaitingBuildcondition 100.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:157: scheduledBuildcondition 100.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:42: newBuildPod 60.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:110: configureResources 81.8% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:147: deleteBuilderPod 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:167: getBuilderPod 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:180: buildPodName 100.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:184: addBuildTaskToPod 72.7% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:235: addCustomTaskToPod 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:256: addContainerToPod 100.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:267: hasVolume 100.0% +github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:276: proxyFromEnvironment 62.5% +github.com/apache/camel-k/v2/pkg/controller/build/error.go:26: newErrorAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/error.go:35: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/error.go:40: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/error.go:45: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:29: newInitializePodAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:41: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:46: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_pod.go:51: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:26: newInitializeRoutineAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:35: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:40: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/initialize_routine.go:45: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:87: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:92: observeBuildQueueDuration 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:108: observeBuildResult 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:133: getBuildAttemptFor 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/metrics.go:143: getBuildQueuingTime 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:43: newMonitorPodAction 0.0% +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: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: publishTaskName 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:372: publishTaskDigest 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:383: 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: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% +github.com/apache/camel-k/v2/pkg/controller/build/recovery.go:63: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:32: newScheduleAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:47: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:52: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:57: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:78: toUpdatedCondition 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:91: toUpdatedStatus 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/schedule.go:116: patchBuildStatus 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/action.go:48: InjectClient 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/action.go:52: InjectLogger 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/catalog_controller.go:50: Add 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/catalog_controller.go:54: newReconciler 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/catalog_controller.go:69: add 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/catalog_controller.go:117: Reconcile 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/initialize.go:30: NewInitializeAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/initialize.go:38: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/initialize.go:42: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/initialize.go:46: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/initialize.go:64: initialize 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/monitor.go:27: NewMonitorAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/monitor.go:35: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/monitor.go:39: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/catalog/monitor.go:43: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/controller.go:32: AddToManager 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/action.go:48: InjectClient 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/action.go:52: InjectLogger 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/build_kit.go:30: newBuildKitAction 0.0% +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:153: 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% +github.com/apache/camel-k/v2/pkg/controller/integration/health.go:95: findPortByName 0.0% +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 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: 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% +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:55: init 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/metrics.go:60: updateIntegrationPhase 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:50: NewMonitorAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:58: Name 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:62: CanHandle 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:68: Handle 70.6% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:141: checkTraitAnnotationsDeprecatedNotice 16.7% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:161: monitorPods 77.8% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:234: isInInitializationFailed 33.3% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:248: isInIntegrationKitFailed 50.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:259: checkDigestAndRebuild 41.7% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:280: isIntegrationKitResetRequired 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:310: getIntegrationSecretAndConfigmapResourceVersions 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:358: newController 77.3% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:405: getUpdatedController 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:411: updateIntegrationPhaseAndReadyCondition 53.3% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:440: arePodsFailingStatuses 30.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:494: probeReadiness 35.2% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:622: findHighestPriorityReadyKit 14.3% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:644: 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% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_deployment.go:95: hasTemplateIntegrationLabel 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_deployment.go:99: getControllerName 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:39: checkReadyCondition 40.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:51: getPodSpec 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:55: updateReadyCondition 66.7% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:68: hasTemplateIntegrationLabel 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_knative.go:72: getControllerName 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_synthetic.go:31: NewMonitorSyntheticAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_synthetic.go:39: Name 100.0% +github.com/apache/camel-k/v2/pkg/controller/integration/monitor_synthetic.go:43: Handle 85.7% +github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:34: NewPlatformSetupAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:43: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:48: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:54: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:84: determineBestTraitProfile 0.0% +github.com/apache/camel-k/v2/pkg/controller/integration/predicate.go:34: Update 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/action.go:48: InjectClient 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/action.go:52: InjectLogger 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/build.go:45: NewBuildAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/build.go:53: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/build.go:57: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/build.go:63: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/build.go:74: handleBuildSubmitted 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/build.go:101: createBuild 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/build.go:206: handleBuildRunning 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/error.go:28: NewErrorAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/error.go:36: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/error.go:40: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/error.go:44: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/initialize.go:34: NewInitializeAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/initialize.go:42: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/initialize.go:46: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/initialize.go:51: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/initialize.go:81: image 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/integrationkit_controller.go:54: Add 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/integrationkit_controller.go:58: newReconciler 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/integrationkit_controller.go:73: add 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/integrationkit_controller.go:206: Reconcile 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/integrationkit_controller.go:334: update 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/monitor.go:30: NewMonitorAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/monitor.go:38: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/monitor.go:42: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/monitor.go:46: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationkit/monitor.go:75: checkTraitAnnotationsDeprecatedNotice 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/action.go:48: InjectClient 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/action.go:52: InjectLogger 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:31: NewCreateCatalogAction 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:39: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:43: CanHandle 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/catalog.go:47: Handle 84.6% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:33: NewCreateAction 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:41: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:45: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:49: Handle 82.4% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:29: NewInitializeAction 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:37: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:41: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:45: Handle 83.3% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:50: Add 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:54: newReconciler 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:70: add 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:126: Reconcile 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:34: NewMonitorAction 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:42: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:46: CanHandle 100.0% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:51: Handle 85.7% +github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:134: checkTraitAnnotationsDeprecatedNotice 16.7% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/action.go:48: InjectClient 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/action.go:52: InjectLogger 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/initialize.go:29: NewInitializeAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/initialize.go:37: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/initialize.go:41: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/initialize.go:45: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/integrationprofile_controller.go:50: Add 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/integrationprofile_controller.go:54: newReconciler 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/integrationprofile_controller.go:70: add 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/integrationprofile_controller.go:126: Reconcile 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/monitor.go:27: NewMonitorAction 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/monitor.go:35: Name 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/monitor.go:39: CanHandle 0.0% +github.com/apache/camel-k/v2/pkg/controller/integrationprofile/monitor.go:43: Handle 0.0% +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: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% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:54: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:77: propagateIcon 0.0% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:108: findIcon 0.0% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/integration.go:45: CreateIntegrationFor 0.0% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/integration.go:210: configureKameletBinding 0.0% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/integration.go:235: determineTraitProfile 0.0% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/kameletbinding_controller.go:49: Add 0.0% +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: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% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:55: Handle 0.0% +github.com/apache/camel-k/v2/pkg/controller/kameletbinding/monitor.go:162: setKameletBindingReadyCondition 0.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/action.go:48: InjectClient 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/action.go:52: InjectLogger 100.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: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:40: NewInitializeAction 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:48: Name 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:52: CanHandle 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:56: Handle 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:61: initializePipe 80.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:95: propagateIcon 75.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:110: findIcon 75.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:138: patchPipeIconAnnotations 76.9% +github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:47: CreateIntegrationFor 69.2% +github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:223: extractAndDeleteTraits 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:227: configureBinding 81.8% +github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:249: determineTraitProfile 36.8% +github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:35: NewMonitorAction 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:43: Name 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:47: CanHandle 100.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:53: Handle 77.3% +github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:164: setPipeReadyCondition 70.0% +github.com/apache/camel-k/v2/pkg/controller/pipe/pipe_controller.go:49: Add 0.0% +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: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: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/event/manager.go:92: NotifyIntegrationError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:104: NotifyIntegrationUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:121: NotifyIntegrationKitUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:138: NotifyIntegrationKitError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:150: NotifyIntegrationPlatformUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:167: NotifyIntegrationPlatformError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:179: NotifyIntegrationProfileUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:196: NotifyIntegrationProfileError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:208: NotifyCamelCatalogUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:225: NotifyCamelCatalogError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:237: NotifyPipeUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:254: NotifyPipeError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:267: NotifyKameletBindingUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:285: NotifyKameletBindingError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:297: NotifyBuildUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:320: NotifyBuildError 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:332: notifyIfPhaseUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:353: notifyIfConditionUpdated 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:364: getCommonChangedConditions 0.0% +github.com/apache/camel-k/v2/pkg/event/manager.go:380: getCreatorObject 0.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% +github.com/apache/camel-k/v2/pkg/install/cluster.go:42: SetupClusterWideResourcesOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:69: installClusterRoles 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:144: installCRDs 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:224: downgradeToCRDv1beta1 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:272: WaitForAllCrdInstallation 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:299: areAllCrdInstalled 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:348: isCrdInstalled 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:363: installCRD 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:400: isClusterRoleInstalled 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:413: isResourceInstalled 0.0% +github.com/apache/camel-k/v2/pkg/install/cluster.go:423: installResource 0.0% +github.com/apache/camel-k/v2/pkg/install/common.go:65: Resources 0.0% +github.com/apache/camel-k/v2/pkg/install/common.go:69: ResourcesOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/common.go:80: Resource 0.0% +github.com/apache/camel-k/v2/pkg/install/common.go:84: ResourceOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/common.go:100: ObjectOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/common.go:128: isOpenShift 0.0% +github.com/apache/camel-k/v2/pkg/install/kamelets.go:63: KameletCatalog 0.0% +github.com/apache/camel-k/v2/pkg/install/kamelets.go:140: serverSideApply 0.0% +github.com/apache/camel-k/v2/pkg/install/kamelets.go:148: clientSideApply 0.0% +github.com/apache/camel-k/v2/pkg/install/kamelets.go:162: isIncompatibleServerError 0.0% +github.com/apache/camel-k/v2/pkg/install/kamelets.go:177: loadKamelet 77.3% +github.com/apache/camel-k/v2/pkg/install/kamelets.go:214: KameletViewerRole 0.0% +github.com/apache/camel-k/v2/pkg/install/openshift.go:59: OpenShiftConsoleDownloadLink 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:92: OperatorOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:346: installNamespacedRoleBinding 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:391: installClusterRoleBinding 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:467: installOpenShiftRoles 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:481: installKubernetesRoles 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:497: installOperator 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:503: installKnativeBindings 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:517: installKedaBindings 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:531: installEvents 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:545: installPodMonitors 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:559: installStrimziBindings 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:573: installMonitoringResources 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:580: installLeaseBindings 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:595: NewPlatform 0.0% +github.com/apache/camel-k/v2/pkg/install/operator.go:660: ExampleOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/optional.go:30: OperatorStartupOptionalTools 0.0% +github.com/apache/camel-k/v2/pkg/install/platform.go:27: IntegrationPlatformViewerRole 0.0% +github.com/apache/camel-k/v2/pkg/install/secret.go:35: RegistrySecretOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/secret.go:45: RegistrySecretFromFileOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/install/secret.go:55: registrySecretFromDataOrCollect 0.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/common.go:26: isKameletFileName 75.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/common.go:35: isFileNameForKamelet 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/common.go:44: getKameletNameFromFile 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:35: newCompositeKameletRepository 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:41: List 91.7% +github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:60: Get 80.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/composite_repository.go:70: String 0.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:29: newEmptyKameletRepository 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:36: List 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:40: Get 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/empty_repository.go:44: String 0.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:46: newGithubKameletRepository 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:66: List 88.9% +github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:81: Get 64.3% +github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:105: listFiles 83.3% +github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:115: downloadKamelet 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:119: downloadGithubKamelet 69.6% +github.com/apache/camel-k/v2/pkg/kamelet/repository/github_repository.go:157: String 0.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:36: newKubernetesKameletRepository 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:46: List 87.5% +github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:60: Get 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/kubernetes_repository.go:69: String 0.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:54: New 80.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:66: NewForPlatform 87.5% +github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:94: lookupPlatform 80.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:113: getRepositoriesFromPlatform 77.8% +github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:129: newFromURI 100.0% +github.com/apache/camel-k/v2/pkg/kamelet/repository/repository.go:156: makeDistinctNonEmpty 87.5% +github.com/apache/camel-k/v2/pkg/metadata/metadata.go:28: ExtractAll 88.9% +github.com/apache/camel-k/v2/pkg/metadata/metadata.go:47: merge 100.0% +github.com/apache/camel-k/v2/pkg/metadata/metadata.go:67: Extract 81.8% +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 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% +github.com/apache/camel-k/v2/pkg/platform/operator.go:90: GetOperatorNamespace 100.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:98: GetOperatorPodName 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:106: GetOperatorLockName 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:111: IsNamespaceLocked 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:140: IsOperatorAllowedOnNamespace 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:171: IsOperatorHandler 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:203: IsOperatorHandlerConsideringLock 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:244: Create 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:254: Delete 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:264: Update 0.0% +github.com/apache/camel-k/v2/pkg/platform/operator.go:290: Generic 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:37: LookupForPlatformName 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:57: GetForResource 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:92: GetForName 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:96: GetOrFindLocal 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:101: getOrFindAny 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:113: get 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:125: findAny 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:137: findLocal 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:177: ListPlatforms 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:186: IsActive 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:191: GetTraitProfile 0.0% +github.com/apache/camel-k/v2/pkg/platform/profile.go:33: ApplyIntegrationProfile 56.2% +github.com/apache/camel-k/v2/pkg/platform/profile.go:120: findIntegrationProfile 90.9% +github.com/apache/camel-k/v2/pkg/platform/resources.go:35: GetKits 0.0% +github.com/apache/camel-k/v2/pkg/platform/resources.go:40: GetKitsNames 0.0% +github.com/apache/camel-k/v2/pkg/resources/resources_support.go:38: Resource 81.8% +github.com/apache/camel-k/v2/pkg/resources/resources_support.go:58: ResourceAsString 100.0% +github.com/apache/camel-k/v2/pkg/resources/resources_support.go:64: TemplateResource 66.7% +github.com/apache/camel-k/v2/pkg/resources/resources_support.go:87: DirExists 0.0% +github.com/apache/camel-k/v2/pkg/resources/resources_support.go:96: WithPrefix 90.9% +github.com/apache/camel-k/v2/pkg/resources/resources_support.go:115: Resources 73.9% +github.com/apache/camel-k/v2/pkg/trait/affinity.go:44: newAffinityTrait 100.0% +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: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 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 76.6% +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: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: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:69: newContainerTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/container.go:89: Configure 80.0% +github.com/apache/camel-k/v2/pkg/trait/container.go:133: isValidPullPolicy 100.0% +github.com/apache/camel-k/v2/pkg/trait/container.go:137: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/container.go:144: configureImageIntegrationKit 71.4% +github.com/apache/camel-k/v2/pkg/trait/container.go:196: configureContainer 85.5% +github.com/apache/camel-k/v2/pkg/trait/container.go:286: configureService 100.0% +github.com/apache/camel-k/v2/pkg/trait/container.go:323: configureResources 81.0% +github.com/apache/camel-k/v2/pkg/trait/container.go:355: configureCapabilities 50.0% +github.com/apache/camel-k/v2/pkg/trait/container.go:361: setSecurityContext 87.5% +github.com/apache/camel-k/v2/pkg/trait/container.go:384: 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 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% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:52: newDeployerTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:58: Configure 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:62: Apply 61.5% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:96: serverSideApply 71.4% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:109: clientSideApply 0.0% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:138: unstructuredToRuntimeObject 75.0% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:146: isIncompatibleServerError 0.0% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:163: SelectControllerStrategy 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:171: ControllerStrategySelectorOrder 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployer.go:176: RequiresIntegrationPlatform 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployment.go:48: newDeploymentTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployment.go:54: Configure 90.9% +github.com/apache/camel-k/v2/pkg/trait/deployment.go:89: SelectControllerStrategy 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployment.go:94: ControllerStrategySelectorOrder 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployment.go:98: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/deployment.go:112: getDeploymentFor 100.0% +github.com/apache/camel-k/v2/pkg/trait/environment.go:58: newEnvironmentTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/environment.go:67: Configure 66.7% +github.com/apache/camel-k/v2/pkg/trait/environment.go:75: Apply 86.4% +github.com/apache/camel-k/v2/pkg/trait/error_handler.go:41: newErrorHandlerTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/error_handler.go:48: Configure 88.9% +github.com/apache/camel-k/v2/pkg/trait/error_handler.go:66: Apply 83.3% +github.com/apache/camel-k/v2/pkg/trait/error_handler.go:81: addErrorHandlerDependencies 83.3% +github.com/apache/camel-k/v2/pkg/trait/error_handler.go:93: addGlobalErrorHandlerAsSource 85.7% +github.com/apache/camel-k/v2/pkg/trait/gc.go:102: newGCTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/gc.go:108: Configure 80.0% +github.com/apache/camel-k/v2/pkg/trait/gc.go:119: Apply 91.7% +github.com/apache/camel-k/v2/pkg/trait/gc.go:148: garbageCollectResources 89.5% +github.com/apache/camel-k/v2/pkg/trait/gc.go:194: deleteEachOf 70.6% +github.com/apache/camel-k/v2/pkg/trait/gc.go:233: canBeDeleted 100.0% +github.com/apache/camel-k/v2/pkg/trait/gc.go:243: getDeletableTypes 53.8% +github.com/apache/camel-k/v2/pkg/trait/health.go:47: newHealthTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/health.go:58: Configure 85.7% +github.com/apache/camel-k/v2/pkg/trait/health.go:77: setProbesValues 75.0% +github.com/apache/camel-k/v2/pkg/trait/health.go:104: Apply 88.9% +github.com/apache/camel-k/v2/pkg/trait/health.go:136: setProbes 76.9% +github.com/apache/camel-k/v2/pkg/trait/health.go:159: newLivenessProbe 100.0% +github.com/apache/camel-k/v2/pkg/trait/health.go:181: newReadinessProbe 100.0% +github.com/apache/camel-k/v2/pkg/trait/health.go:203: newStartupProbe 100.0% +github.com/apache/camel-k/v2/pkg/trait/ingress.go:42: newIngressTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/ingress.go:57: IsAllowedInProfile 100.0% +github.com/apache/camel-k/v2/pkg/trait/ingress.go:61: Configure 90.0% +github.com/apache/camel-k/v2/pkg/trait/ingress.go:87: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/init.go:43: NewInitTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/init.go:49: Configure 66.7% +github.com/apache/camel-k/v2/pkg/trait/init.go:57: Apply 71.4% +github.com/apache/camel-k/v2/pkg/trait/istio.go:48: newIstioTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/istio.go:57: Configure 100.0% +github.com/apache/camel-k/v2/pkg/trait/istio.go:65: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/istio.go:77: injectIstioAnnotation 100.0% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:45: newJolokiaTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:54: Configure 100.0% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:62: Apply 95.2% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:150: setDefaultJolokiaOption 100.0% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:178: addToJolokiaOptions 78.6% +github.com/apache/camel-k/v2/pkg/trait/jvm.go:58: newJvmTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/jvm.go:67: Configure 90.9% +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:236: extractExistingClasspathItems 100.0% +github.com/apache/camel-k/v2/pkg/trait/jvm.go:251: prepareHTTPProxy 90.9% +github.com/apache/camel-k/v2/pkg/trait/jvm.go:311: getLegacyCamelQuarkusDependenciesPaths 100.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:60: newConfigurationKey 100.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:72: newKameletsTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:78: Configure 77.8% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:111: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:120: collectKamelets 90.9% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:173: addKamelets 85.2% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:221: addKameletAsSource 80.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:271: listConfigurationSecrets 92.3% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:294: getKameletKeys 100.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:309: getConfigurationKeys 90.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:339: integrationSourceFromKameletSource 86.7% +github.com/apache/camel-k/v2/pkg/trait/kamelets.go:366: initializeConfigmapKameletSource 100.0% +github.com/apache/camel-k/v2/pkg/trait/kamelets_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:61: newKnativeTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:70: IsAllowedInProfile 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:74: Configure 83.6% +github.com/apache/camel-k/v2/pkg/trait/knative.go:161: isForcefullyEnabled 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:165: filterMetaItems 91.7% +github.com/apache/camel-k/v2/pkg/trait/knative.go:184: Apply 76.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:228: configureChannels 74.1% +github.com/apache/camel-k/v2/pkg/trait/knative.go:286: createSubscription 80.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:295: configureEndpoints 76.2% +github.com/apache/camel-k/v2/pkg/trait/knative.go:343: configureEvents 80.8% +github.com/apache/camel-k/v2/pkg/trait/knative.go:402: isSinkBindingAllowed 77.8% +github.com/apache/camel-k/v2/pkg/trait/knative.go:419: configureSinkBinding 86.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:504: createTrigger 76.9% +github.com/apache/camel-k/v2/pkg/trait/knative.go:555: ifServiceMissingDo 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:565: withServiceDo 76.0% +github.com/apache/camel-k/v2/pkg/trait/knative.go:612: 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% +github.com/apache/camel-k/v2/pkg/trait/knative_service.go:133: Apply 83.3% +github.com/apache/camel-k/v2/pkg/trait/knative_service.go:150: SelectControllerStrategy 86.4% +github.com/apache/camel-k/v2/pkg/trait/knative_service.go:196: isForcefullyEnabled 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative_service.go:200: ControllerStrategySelectorOrder 100.0% +github.com/apache/camel-k/v2/pkg/trait/knative_service.go:204: getServiceFor 49.2% +github.com/apache/camel-k/v2/pkg/trait/logging.go:44: newLoggingTraitTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/logging.go:53: Configure 60.0% +github.com/apache/camel-k/v2/pkg/trait/logging.go:64: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/logging.go:75: setEnvConfiguration 60.0% +github.com/apache/camel-k/v2/pkg/trait/logging.go:97: setCatalogConfiguration 100.0% +github.com/apache/camel-k/v2/pkg/trait/mount.go:49: newMountTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/mount.go:56: Configure 81.8% +github.com/apache/camel-k/v2/pkg/trait/mount.go:81: Apply 80.8% +github.com/apache/camel-k/v2/pkg/trait/mount.go:130: configureVolumesAndMounts 76.5% +github.com/apache/camel-k/v2/pkg/trait/mount.go:163: mountResource 93.3% +github.com/apache/camel-k/v2/pkg/trait/mount.go:187: addServiceBindingSecret 33.3% +github.com/apache/camel-k/v2/pkg/trait/mount.go:196: addImplicitKameletsSecrets 62.5% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:58: newOpenAPITrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:64: Configure 100.0% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:76: Apply 90.9% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:95: generateFromConfigmaps 100.0% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:116: generateFromDataSpecs 66.7% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:148: generateOpenAPIConfigMap 29.4% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:182: createNewOpenAPIConfigMap 62.5% +github.com/apache/camel-k/v2/pkg/trait/openapi.go:310: generateMavenProject 100.0% +github.com/apache/camel-k/v2/pkg/trait/owner.go:41: newOwnerTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/owner.go:47: Configure 60.0% +github.com/apache/camel-k/v2/pkg/trait/owner.go:58: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/owner.go:114: IsPlatformTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/owner.go:118: propagateLabelAndAnnotations 100.0% +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: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% +github.com/apache/camel-k/v2/pkg/trait/pod.go:105: applyChangesTo 75.0% +github.com/apache/camel-k/v2/pkg/trait/prometheus.go:44: newPrometheusTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/prometheus.go:53: Configure 100.0% +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 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:74: getLanguageSettings 100.0% +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: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:154: adaptDeprecatedFields 18.2% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:173: Apply 77.8% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:195: applyWhileBuildingKit 81.2% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:230: validateNativeSupport 42.9% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:248: newIntegrationKit 63.2% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:297: propagateKitTraits 85.7% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:313: propagate 33.3% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:340: applyWhenBuildSubmitted 62.8% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:417: isNativeKit 50.0% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:428: isIncrementalImageBuild 75.0% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:439: applyWhenKitReady 28.6% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:453: isNativeIntegration 100.0% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:459: isEmbedded 66.7% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:469: containsMode 100.0% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:478: packageType 80.0% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:490: sourcesRequiredAtBuildTime 100.0% +github.com/apache/camel-k/v2/pkg/trait/quarkus.go:496: 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: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% +github.com/apache/camel-k/v2/pkg/trait/route.go:87: Apply 94.1% +github.com/apache/camel-k/v2/pkg/trait/route.go:155: getTLSConfig 92.0% +github.com/apache/camel-k/v2/pkg/trait/route.go:205: readContentIfExists 95.0% +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 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% +github.com/apache/camel-k/v2/pkg/trait/service.go:131: getServiceFor 100.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:64: newServiceBindingTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:70: Configure 77.8% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:87: Apply 69.2% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:112: setCatalogConfiguration 100.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:123: setProperties 0.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:130: getContext 75.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:148: parseServices 91.7% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:176: process 42.9% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:189: createServiceBinding 100.0% +github.com/apache/camel-k/v2/pkg/trait/service_binding.go:211: createSecret 83.3% +github.com/apache/camel-k/v2/pkg/trait/test_support.go:37: createNominalDeploymentTraitTest 100.0% +github.com/apache/camel-k/v2/pkg/trait/test_support.go:62: createNominalMissingDeploymentTraitTest 100.0% +github.com/apache/camel-k/v2/pkg/trait/test_support.go:78: createNominalKnativeServiceTraitTest 100.0% +github.com/apache/camel-k/v2/pkg/trait/test_support.go:101: createNominalCronJobTraitTest 100.0% +github.com/apache/camel-k/v2/pkg/trait/test_support.go:124: traitToMap 100.0% +github.com/apache/camel-k/v2/pkg/trait/test_support.go:138: ToAddonTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/toleration.go:40: newTolerationTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/toleration.go:46: Configure 80.0% +github.com/apache/camel-k/v2/pkg/trait/toleration.go:58: Apply 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait.go:38: Apply 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait.go:102: newEnvironment 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait.go:153: NewSyntheticEnvironment 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait.go:198: getCamelAppObject 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:39: NewCatalog 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:64: AllTraits 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:70: traitsFor 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:79: TraitsForProfile 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:89: apply 78.8% +github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:144: executedTraitCondition 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_catalog.go:156: GetTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:45: NewIntegrationCondition 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:55: NewIntegrationConditionUserDisabled 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:59: NewIntegrationConditionUserEnabledWithMessage 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:63: NewIntegrationConditionPlatformDisabledWithMessage 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:68: NewIntegrationConditionPlatformDisabledCatalogMissing 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:78: integrationCondition 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:85: integrationKitCondition 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:92: typeForCondition 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:34: Configure 63.2% +github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:71: configureTraits 53.8% +github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:99: configureTrait 75.0% +github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:109: decodeTrait 66.7% +github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:124: configureTraitsFromAnnotations 69.6% +github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:162: configureFromOptions 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:176: 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_support.go:40: ValidateTrait 75.0% +github.com/apache/camel-k/v2/pkg/trait/trait_support.go:49: ValidateTraits 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_support.go:59: ConfigureTraits 60.0% +github.com/apache/camel-k/v2/pkg/trait/trait_support.go:106: optionsToMap 64.0% +github.com/apache/camel-k/v2/pkg/trait/trait_support.go:154: configureAddons 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_support.go:188: configureAddon 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:124: NewBaseTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:132: NewBasePlatformTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:151: ID 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:156: InjectClient 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:161: InfluencesKit 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:166: IsPlatformTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:171: RequiresIntegrationPlatform 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:177: IsAllowedInProfile 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:182: Order 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:192: IsPlatformTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:250: GetTrait 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:260: IntegrationInPhase 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:274: IntegrationInRunningPhases 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:278: IntegrationKitInPhase 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:292: PlatformInPhase 66.7% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:306: InPhase 0.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:314: DetermineProfile 90.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:336: DetermineControllerStrategy 85.7% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:350: determineDefaultContainerPortName 71.4% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:362: getControllerStrategyChoosers 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:376: GetIntegrationPodSpec 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:404: DetermineCatalogNamespace 18.2% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:424: computeApplicationProperties 83.3% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:455: addSourcesProperties 80.6% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:506: configureVolumesAndMounts 89.2% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:616: getVolume 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:646: getMount 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:659: convertToKeyToPath 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:676: getMountPoint 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:695: collectConfigurationValues 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:703: collectConfigurationPairs 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:707: collectConfigurations 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:711: GetIntegrationContainerName 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:723: isEmbedded 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:732: GetIntegrationContainer 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:737: getIntegrationContainerPort 92.3% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:766: createContainerPort 100.0% +github.com/apache/camel-k/v2/pkg/trait/trait_types.go:790: CapabilityPropertyKey 83.3% +github.com/apache/camel-k/v2/pkg/trait/util.go:44: ptrFrom 100.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:50: Get 57.1% +github.com/apache/camel-k/v2/pkg/trait/util.go:69: getIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:78: collectConfigurationValues 100.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:103: collectConfigurations 100.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:128: collectConfigurationPairs 95.2% +github.com/apache/camel-k/v2/pkg/trait/util.go:168: keyValuePairArrayAsStringMap 100.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:183: filterTransferableAnnotations 83.3% +github.com/apache/camel-k/v2/pkg/trait/util.go:196: ExtractSourceDependencies 82.4% +github.com/apache/camel-k/v2/pkg/trait/util.go:233: AssertTraitsType 80.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:244: ToTraitMap 66.7% +github.com/apache/camel-k/v2/pkg/trait/util.go:262: ToPropertyMap 71.4% +github.com/apache/camel-k/v2/pkg/trait/util.go:278: MigrateLegacyConfiguration 33.3% +github.com/apache/camel-k/v2/pkg/trait/util.go:306: ToTrait 71.4% +github.com/apache/camel-k/v2/pkg/trait/util.go:319: getBuilderTask 75.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:328: getPackageTask 75.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:338: Equals 100.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:343: IntegrationsHaveSameTraits 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:357: PipesHaveSameTraits 71.4% +github.com/apache/camel-k/v2/pkg/trait/util.go:372: KameletBindingsHaveSameTraits 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:388: IntegrationAndPipeSameTraits 81.8% +github.com/apache/camel-k/v2/pkg/trait/util.go:411: IntegrationAndKameletBindingSameTraits 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:432: newTraitsOptions 81.8% +github.com/apache/camel-k/v2/pkg/trait/util.go:454: ExtractAndMaybeDeleteTraits 84.2% +github.com/apache/camel-k/v2/pkg/trait/util.go:487: extractAsArray 18.2% +github.com/apache/camel-k/v2/pkg/trait/util.go:505: NewSpecTraitsOptionsForIntegrationAndPlatform 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:533: NewSpecTraitsOptionsForIntegration 75.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:546: newTraitsOptionsForIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:559: NewSpecTraitsOptionsForIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:563: NewTraitsOptionsForPipe 87.5% +github.com/apache/camel-k/v2/pkg/trait/util.go:581: NewTraitsOptionsForKameletBinding 0.0% +github.com/apache/camel-k/v2/pkg/trait/util.go:599: containsEndpoint 86.7% +github.com/apache/camel-k/v2/pkg/trait/util.go:624: HasMatchingTraits 92.3% +github.com/apache/camel-k/v2/pkg/trait/util.go:650: matchesComparableTrait 69.2% +github.com/apache/camel-k/v2/pkg/trait/util.go:671: matchesTrait 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% +github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:31: ID 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:36: Translate 87.5% +github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:55: Order 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:66: ID 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:72: Translate 0.0% +github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:92: Order 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/camel_uri.go:97: init 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:34: RegisterBindingProvider 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:49: V1alpha1RegisterBindingProvider 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:60: Translate 50.0% +github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:85: validateEndpoint 88.9% +github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:104: TranslateV1alpha1 0.0% +github.com/apache/camel-k/v2/pkg/util/bindings/catalog.go:119: 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: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:42: ID 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:47: Translate 89.8% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:151: isKnownKnativeResource 85.7% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:167: Order 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:179: ID 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:185: Translate 0.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:257: Order 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_ref.go:262: init 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:37: ID 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:44: Translate 80.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:100: Order 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:109: ID 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:117: Translate 0.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:174: Order 100.0% +github.com/apache/camel-k/v2/pkg/util/bindings/knative_uri.go:178: 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% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:56: ValidateDependency 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:75: ValidateDependencyE 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:99: ValidateDependenciesE 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:110: ManageIntegrationDependencies 80.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:123: addDependencies 61.5% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:152: addBOM 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:170: addCamelComponent 62.5% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:185: addCamelKComponent 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:193: addCamelQuarkusComponent 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:201: addMavenDependency 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:206: addRegistryMavenDependency 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:244: getOrCreateBuildPlugin 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:261: addJitPack 66.7% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:294: addDependenciesFromCatalog 50.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:323: postProcessDependencies 75.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_dependencies.go:347: SanitizeIntegrationDependencies 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime.go:36: CreateCatalog 68.2% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime.go:92: LoadCatalog 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:27: NewRuntimeCatalog 92.6% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:89: HasArtifact 85.7% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:105: HasLoaderByArtifact 85.7% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:121: IsValidArtifact 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:126: GetArtifactByScheme 75.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:136: GetArtifactByDataFormat 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:146: GetScheme 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:152: GetLanguageDependency 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:158: GetJavaTypeDependency 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:164: VisitArtifacts 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:173: VisitSchemes 0.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:182: DecodeComponent 85.7% +github.com/apache/camel-k/v2/pkg/util/camel/camel_runtime_catalog.go:211: 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% +github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:45: findBestMatch 90.9% +github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:67: newSemVerConstraint 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:81: newCatalogVersionCollection 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/camel_util.go:107: getDependency 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:37: DefaultCatalog 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:41: QuarkusCatalog 100.0% +github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:45: catalogForRuntimeProvider 76.9% +github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:75: GenerateCatalog 60.0% +github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:107: GenerateCatalogCommon 69.2% +github.com/apache/camel-k/v2/pkg/util/camel/catalog.go:162: generateMavenProject 100.0% +github.com/apache/camel-k/v2/pkg/util/cancellable/cancellable.go:30: NewContext 100.0% +github.com/apache/camel-k/v2/pkg/util/cancellable/cancellable.go:35: NewContextWithParent 100.0% +github.com/apache/camel-k/v2/pkg/util/cancellable/cancellable.go:50: Cancel 0.0% +github.com/apache/camel-k/v2/pkg/util/command.go:32: RunAndLog 76.9% +github.com/apache/camel-k/v2/pkg/util/command.go:72: scan 100.0% +github.com/apache/camel-k/v2/pkg/util/command.go:85: formatErr 60.0% +github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:28: BaseImage 100.0% +github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:32: IsBaseImageDefault 100.0% +github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:36: OperatorImage 0.0% +github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:40: InstallDefaultKamelets 100.0% +github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:44: OperatorID 100.0% +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: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:340: sortedTraitAnnotationsKeys 100.0% +github.com/apache/camel-k/v2/pkg/util/digest/digest.go:351: 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% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:104: BuildIntegrationImageArgs 0.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:111: RunIntegrationImageArgs 0.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:116: GetContainerWorkspaceDir 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:121: GetContainerPropertiesDir 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:126: GetContainerDependenciesDir 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:131: GetContainerRoutesDir 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:136: ContainerizeFilePaths 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:146: ContainerizeDependencyPaths 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker.go:160: ExtractRegistryName 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:50: BuildImageArgs 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:73: RunImageArgs 80.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:103: DockerfilePathArg 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:111: ImageArg 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:119: LatestImageArg 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:127: FullImageArg 71.4% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:151: GetImage 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:159: GetLatestImage 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:164: GetFullDockerImage 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:178: GetBaseImagePath 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:187: JoinPath 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:199: COPY 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:205: RUN 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:211: FROM 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:217: WORKDIR 0.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:223: ENV 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:230: AS 0.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:236: CMD 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:242: RUNMavenInstall 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:247: RUNMakeDir 100.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:253: ENVAppend 0.0% +github.com/apache/camel-k/v2/pkg/util/docker/docker_base.go:259: CMDShellWrap 100.0% +github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:34: FromYamlDSLString 0.0% +github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:39: FromYamlDSL 70.0% +github.com/apache/camel-k/v2/pkg/util/dsl/flow.go:59: ToYamlDSL 75.0% +github.com/apache/camel-k/v2/pkg/util/dsl/template.go:30: TemplateToYamlDSL 82.4% +github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:23: Get 100.0% +github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:34: Remove 0.0% +github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:46: SetVal 100.0% +github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:59: SetVar 0.0% +github.com/apache/camel-k/v2/pkg/util/envvar/envvar.go:76: SetValFrom 75.0% +github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:30: Compress 62.5% +github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:47: CompressBase64 75.0% +github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:58: Uncompress 61.5% +github.com/apache/camel-k/v2/pkg/util/gzip/compress.go:81: UncompressBase64 75.0% +github.com/apache/camel-k/v2/pkg/util/indentedwriter/writer.go:39: NewWriter 0.0% +github.com/apache/camel-k/v2/pkg/util/indentedwriter/writer.go:44: Writef 0.0% +github.com/apache/camel-k/v2/pkg/util/indentedwriter/writer.go:50: Writelnf 0.0% +github.com/apache/camel-k/v2/pkg/util/indentedwriter/writer.go:57: Flush 0.0% +github.com/apache/camel-k/v2/pkg/util/indentedwriter/writer.go:64: IndentedString 0.0% +github.com/apache/camel-k/v2/pkg/util/jib/configuration.go:60: CreateProfileConfigmap 87.5% +github.com/apache/camel-k/v2/pkg/util/jib/configuration.go:99: JibMavenProfile 91.7% +github.com/apache/camel-k/v2/pkg/util/jitpack/jitpack.go:34: ToDependency 95.2% +github.com/apache/camel-k/v2/pkg/util/jvm/keystore.go:44: GenerateKeystore 94.4% +github.com/apache/camel-k/v2/pkg/util/jvm/keystore.go:81: NewKeystorePassword 100.0% +github.com/apache/camel-k/v2/pkg/util/kamelets/util.go:35: ExtractKameletFromSources 69.2% +github.com/apache/camel-k/v2/pkg/util/knative/apis.go:143: init 100.0% +github.com/apache/camel-k/v2/pkg/util/knative/apis.go:152: FillMissingReferenceData 100.0% +github.com/apache/camel-k/v2/pkg/util/knative/apis.go:166: GetServiceType 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/apis.go:196: fillMissingReferenceDataWith 100.0% +github.com/apache/camel-k/v2/pkg/util/knative/apis.go:224: getGroupVersions 100.0% +github.com/apache/camel-k/v2/pkg/util/knative/apis.go:234: getKinds 100.0% +github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:30: IsRefKindInstalled 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:40: IsInstalled 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:53: IsServingInstalled 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:61: IsEventingInstalled 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/enabled.go:68: isServerResourceAvailable 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:48: CreateSubscription 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:79: CreateServiceTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:89: CreateKnativeServiceTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:98: CreateTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:128: GetTriggerName 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:137: CreateSinkBinding 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:169: GetAddressableReference 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:188: GetSinkURL 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:199: getSinkURI 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/knative.go:238: EnableKnativeBindInNamespace 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/uri.go:41: FilterURIs 0.0% +github.com/apache/camel-k/v2/pkg/util/knative/uri.go:52: NormalizeToURI 100.0% +github.com/apache/camel-k/v2/pkg/util/knative/uri.go:60: ExtractObjectReference 91.7% +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: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% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:69: GetIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:80: GetBuild 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:92: GetUnstructured 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:102: GetConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:121: GetSecret 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:141: GetSecretRefValue 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:150: GetSecretRefData 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:164: GetSecretsRefData 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:177: GetConfigMapRefValue 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/client.go:190: ResolveValueSource 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:46: NewCollection 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:57: Size 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:62: Items 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:67: AsKubernetesList 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:85: Add 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:92: AddFirst 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:99: AddAll 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:104: VisitDeployment 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:113: VisitDeploymentE 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:124: GetDeployment 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:135: GetDeploymentForIntegration 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:146: HasDeployment 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:151: RemoveDeployment 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:170: VisitConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:179: GetConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:190: RemoveConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:209: VisitSecret 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:218: GetSecret 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:229: VisitService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:238: GetService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:249: GetUserServiceForIntegration 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:261: GetServiceForIntegration 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:271: GetKnativeService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:282: GetKnativeTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:293: GetKnativeSubscription 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:304: VisitRoute 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:313: GetRoute 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:324: GetCronJob 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:335: VisitCronJob 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:344: VisitCronJobE 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:355: VisitKnativeService 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:364: VisitKnativeServiceE 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:375: VisitKnativeTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:384: VisitKnativeSubscription 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:393: HasKnativeTrigger 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:405: GetContainer 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:418: GetContainerByName 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:425: VisitContainer 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:447: GetController 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:470: VisitPodSpec 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:483: VisitPodTemplateMeta 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:496: VisitKnativeConfigurationSpec 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:503: VisitMetaObject 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:512: Visit 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:520: VisitE 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:531: Remove 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:541: VisitPodMonitor 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/collection.go:549: 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% +github.com/apache/camel-k/v2/pkg/util/kubernetes/conditions.go:59: GetJobCondition 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/discovery.go:25: IsAPIResourceInstalled 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/errors.go:24: IsUnknownAPIError 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:46: NewTolerations 95.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:80: NewNodeSelectors 100.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:95: NewResourceRequirements 86.7% +github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:129: NewConfigMap 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:161: NewPersistentVolumeClaim 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/factory.go:187: ConfigureResource 100.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:33: LoadResourceFromYaml 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:57: LoadUnstructuredFromYaml 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:71: runtimeObjectFromUnstructured 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/annotation_scraper.go:55: NewSelectorScraper 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/annotation_scraper.go:68: Start 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/annotation_scraper.go:81: periodicSynchronize 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/annotation_scraper.go:103: synchronize 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/annotation_scraper.go:139: addPodScraper 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/annotation_scraper.go:176: listPods 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/pod_scraper.go:56: NewPodScraper 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/pod_scraper.go:69: Start 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/pod_scraper.go:82: doScrape 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/pod_scraper.go:120: handleAndRestart 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/pod_scraper.go:151: waitForPodRunning 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/pod_scraper.go:209: chooseContainer 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/util.go:34: Print 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/util.go:39: PrintUsingSelector 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/log/util.go:51: DumpLog 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:32: LookupConfigmap 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:57: LookupResourceVersion 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:65: LookupSecret 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:89: LookupPersistentVolumeClaim 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:113: LookupDefaultStorageClass 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/permission.go:32: CheckPermission 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:38: PortForward 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:127: bootstrapPortForward 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:143: portFowardPod 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:198: podReady 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/printer.go:34: PrintObj 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:39: ReplaceResource 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/replace.go:64: mapRequiredMeta 0.0% +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: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% +github.com/apache/camel-k/v2/pkg/util/kubernetes/sanitize.go:32: SanitizeName 100.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/sanitize.go:43: SanitizeLabel 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/sanitize.go:50: isDisallowedStartEndChar 100.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/security.go:26: DefaultOperatorSecurityContext 0.0% +github.com/apache/camel-k/v2/pkg/util/kubernetes/util.go:27: ToJSON 100.0% +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/log/log.go:33: init 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:40: InitForCmd 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:55: Debugf 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:60: Infof 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:65: Errorf 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:70: Debug 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:75: Info 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:80: Error 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:85: WithName 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:92: WithValues 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:99: ForBuild 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:109: ForIntegration 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:119: ForIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:129: ForIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:139: ForIntegrationProfile 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:149: ForKamelet 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:159: ForPipe 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:170: ForKameletBinding 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:180: ForCatalog 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:190: AsLogger 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:201: WithName 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:206: WithValues 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:211: ForIntegration 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:216: ForIntegrationKit 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:221: ForIntegrationPlatform 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:232: Debugf 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:237: Infof 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:242: Errorf 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:247: Debug 100.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:252: Info 0.0% +github.com/apache/camel-k/v2/pkg/util/log/log.go:257: Error 100.0% +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: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% +github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:91: nonNormalizedLog 100.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:28: NewProject 100.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:38: NewProjectWithGAV 100.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:50: Command 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:57: MarshalBytes 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:71: LookupDependency 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:82: ReplaceDependency 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:94: AddDependency 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:106: AddDependencies 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:113: AddDependencyGAV 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:118: AddEncodedDependencyGAV 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:125: AddDependencyExclusion 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:142: AddDependencyExclusions 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:148: AddEncodedDependencyExclusion 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:155: AddProfiles 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:160: NewDependency 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:178: NewRepository 83.3% +github.com/apache/camel-k/v2/pkg/util/maven/maven_project.go:214: NewMirror 88.9% +github.com/apache/camel-k/v2/pkg/util/maven/maven_proxies.go:30: apply 84.6% +github.com/apache/camel-k/v2/pkg/util/maven/maven_proxies.go:52: parseProxyFromEnvVar 94.7% +github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:31: apply 100.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:39: defaultMavenRepositories 100.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:48: Repositories 100.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:58: apply 83.3% +github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:78: upsertRepository 60.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_repositories.go:88: upsertMirror 40.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_settings.go:30: MarshalBytes 0.0% +github.com/apache/camel-k/v2/pkg/util/maven/maven_settings.go:38: NewSettings 83.3% +github.com/apache/camel-k/v2/pkg/util/minikube/registry.go:37: FindRegistry 0.0% +github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:36: Parse 87.5% +github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:49: getModelineOptions 95.0% +github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:81: modelineRegexp 100.0% +github.com/apache/camel-k/v2/pkg/util/modeline/parser.go:92: inferLanguage 50.0% +github.com/apache/camel-k/v2/pkg/util/monitoring/controller.go:60: NewInstrumentedReconciler 0.0% +github.com/apache/camel-k/v2/pkg/util/monitoring/controller.go:67: Reconcile 0.0% +github.com/apache/camel-k/v2/pkg/util/monitoring/controller.go:90: resultLabelFor 0.0% +github.com/apache/camel-k/v2/pkg/util/monitoring/controller.go:125: init 100.0% +github.com/apache/camel-k/v2/pkg/util/monitoring/register.go:31: AddToScheme 100.0% +github.com/apache/camel-k/v2/pkg/util/monitoring/register.go:39: doAdd 66.7% +github.com/apache/camel-k/v2/pkg/util/monitoring/timer.go:33: NewTimer 0.0% +github.com/apache/camel-k/v2/pkg/util/monitoring/timer.go:42: ObserveDurationInSeconds 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/available.go:35: IsAPIAvailable 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/available.go:48: isAvailable 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/available.go:58: getOLMGroupVersions 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:77: IsOperatorInstalled 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:99: HasPermissionToInstall 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:147: Install 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:232: maybeSetTolerations 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:252: maybeSetNodeSelectors 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:263: maybeSetResourcesRequirements 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:274: maybeSetEnvVars 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:286: Uninstall 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:313: findSubscription 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:332: findCSV 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:346: findOperatorGroup 0.0% +github.com/apache/camel-k/v2/pkg/util/olm/operator.go:359: fillDefaults 0.0% +github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:35: IsOpenShift 0.0% +github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:48: GetOpenshiftPodSecurityContextRestricted 81.2% +github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:83: GetOpenshiftSecurityContextRestricted 100.0% +github.com/apache/camel-k/v2/pkg/util/openshift/openshift.go:104: GetOpenshiftUser 81.8% +github.com/apache/camel-k/v2/pkg/util/openshift/register.go:39: AddToScheme 0.0% +github.com/apache/camel-k/v2/pkg/util/openshift/register.go:58: doAdd 0.0% +github.com/apache/camel-k/v2/pkg/util/patch/patch.go:30: MergePatch 68.4% +github.com/apache/camel-k/v2/pkg/util/patch/patch.go:65: ApplyPatch 72.7% +github.com/apache/camel-k/v2/pkg/util/patch/patch.go:89: removeNilValues 83.3% +github.com/apache/camel-k/v2/pkg/util/property/property.go:29: EncodePropertyFileEntry 77.8% +github.com/apache/camel-k/v2/pkg/util/property/property.go:44: EncodePropertyFile 87.5% +github.com/apache/camel-k/v2/pkg/util/property/property.go:57: SplitPropertyFileEntry 100.0% +github.com/apache/camel-k/v2/pkg/util/property/property.go:70: DecodePropertyFileValue 0.0% +github.com/apache/camel-k/v2/pkg/util/reference/reference.go:69: NewConverter 100.0% +github.com/apache/camel-k/v2/pkg/util/reference/reference.go:75: FromString 100.0% +github.com/apache/camel-k/v2/pkg/util/reference/reference.go:88: PropertiesFromString 87.0% +github.com/apache/camel-k/v2/pkg/util/reference/reference.go:122: expandReference 100.0% +github.com/apache/camel-k/v2/pkg/util/reference/reference.go:133: simpleDecodeString 100.0% +github.com/apache/camel-k/v2/pkg/util/reference/reference.go:165: ToString 83.3% +github.com/apache/camel-k/v2/pkg/util/registry/kep_1755.go:32: GetRegistryAddress 0.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:62: IsSet 0.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:69: validate 100.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:79: GenerateDockerConfig 75.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:88: generateDockerConfigObject 100.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:96: getActualServers 100.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:111: encodedCredentials 100.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:116: MountSecretRegistryConfig 50.0% +github.com/apache/camel-k/v2/pkg/util/registry/registry.go:141: remap 66.7% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:36: DestinationPath 100.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:41: StorageType 100.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:46: ContentType 0.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:51: Name 100.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:56: Key 100.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:61: String 0.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:102: newConfig 100.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:115: ParseFileValue 0.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:124: parseCMOrSecretValue 75.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:135: ParseResource 0.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:140: ParseEmptyDirVolume 0.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:155: ParseVolume 0.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:170: ParseConfig 100.0% +github.com/apache/camel-k/v2/pkg/util/resource/config.go:174: parse 100.0% +github.com/apache/camel-k/v2/pkg/util/s2i/build.go:39: CancelBuild 0.0% +github.com/apache/camel-k/v2/pkg/util/s2i/build.go:50: WaitForS2iBuildCompletion 0.0% +github.com/apache/camel-k/v2/pkg/util/s2i/build.go:79: BuildConfig 57.1% +github.com/apache/camel-k/v2/pkg/util/s2i/build.go:95: ImageStream 57.1% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:26: NewSet 100.0% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:33: Union 100.0% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:45: List 100.0% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:58: Add 100.0% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:65: Merge 100.0% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:72: Each 66.7% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:81: Has 100.0% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:86: IsEmpty 100.0% +github.com/apache/camel-k/v2/pkg/util/sets/set.go:91: Size 100.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:172: InspectorForLanguage 0.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:224: Extract 0.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:228: extract 78.6% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:256: discoverCapabilities 68.8% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:290: discoverDependencies 70.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:335: discoverKamelets 100.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:344: addDependencies 86.7% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:377: addDependenciesFromURI 80.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:396: hasOnlyPassiveEndpoints 100.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:409: containsOnlyURIsIn 85.7% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:422: getURIPrefix 75.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector.go:430: containsHTTPURIs 87.5% +github.com/apache/camel-k/v2/pkg/util/source/inspector_groovy.go:29: Extract 100.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector_java_script.go:29: Extract 100.0% +github.com/apache/camel-k/v2/pkg/util/source/inspector_java_source.go:29: Extract 100.0% +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: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% +github.com/apache/camel-k/v2/pkg/util/source/test_support.go:28: assertExtract 100.0% +github.com/apache/camel-k/v2/pkg/util/source/test_support.go:43: assertExtractYAML 100.0% +github.com/apache/camel-k/v2/pkg/util/source/test_support.go:60: assertExtractYAMLError 100.0% +github.com/apache/camel-k/v2/pkg/util/source/types.go:46: NewMetadata 100.0% +github.com/apache/camel-k/v2/pkg/util/source/types.go:56: AddRequiredCapability 0.0% +github.com/apache/camel-k/v2/pkg/util/source/types.go:61: AddDependency 100.0% +github.com/apache/camel-k/v2/pkg/util/sync/file.go:28: File 85.7% +github.com/apache/camel-k/v2/pkg/util/tar/util_compress.go:30: CreateTarFile 0.0% +github.com/apache/camel-k/v2/pkg/util/tar/util_compress.go:43: createArchiveFile 0.0% +github.com/apache/camel-k/v2/pkg/util/tar/util_compress.go:59: addEntryToArchive 0.0% +github.com/apache/camel-k/v2/pkg/util/test/assertions.go:30: EnvVarExists 0.0% +github.com/apache/camel-k/v2/pkg/util/test/assertions.go:38: EnvVarHasValue 0.0% +github.com/apache/camel-k/v2/pkg/util/test/assertions.go:47: HasVolume 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:53: NewFakeClient 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:131: filterObjects 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:157: Intercept 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:163: AddReactor 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:167: CamelV1 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:171: CamelV1alpha1 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:176: GetScheme 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:180: GetConfig 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:184: GetCurrentNamespace 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:189: Patch 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:197: DisableAPIGroupDiscovery 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:201: EnableOpenshiftDiscovery 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:205: DisableKnativeServing 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:209: DisableKnativeEventing 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:213: AuthorizationV1 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:221: Discovery 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:231: ServerOrClientSideApplier 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:237: ScalesClient 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:247: SelfSubjectRulesReviews 0.0% +github.com/apache/camel-k/v2/pkg/util/test/client.go:259: ServerResourcesForGroupVersion 0.0% +github.com/apache/camel-k/v2/pkg/util/test/cmd.go:26: EmptyRun 0.0% +github.com/apache/camel-k/v2/pkg/util/test/cmd.go:28: ArbitraryArgs 0.0% +github.com/apache/camel-k/v2/pkg/util/test/cmd.go:32: ExecuteCommand 0.0% +github.com/apache/camel-k/v2/pkg/util/test/cmd.go:37: ExecuteCommandC 0.0% +github.com/apache/camel-k/v2/pkg/util/uri/uri.go:35: HasCamelURIFormat 100.0% +github.com/apache/camel-k/v2/pkg/util/uri/uri.go:40: GetComponent 0.0% +github.com/apache/camel-k/v2/pkg/util/uri/uri.go:49: GetQueryParameter 71.4% +github.com/apache/camel-k/v2/pkg/util/uri/uri.go:61: GetPathSegment 100.0% +github.com/apache/camel-k/v2/pkg/util/uri/uri.go:73: matchOrEmpty 100.0% +github.com/apache/camel-k/v2/pkg/util/uri/uri.go:81: AppendParameters 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:103: StringSliceJoin 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:119: StringSliceContains 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:129: StringSliceExists 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:139: StringContainsPrefix 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:149: StringSliceContainsAnyOf 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:162: StringSliceUniqueAdd 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:179: StringSliceUniqueConcat 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:190: SubstringFrom 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:199: SubstringBefore 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:219: RandomString 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:237: RandomInt63 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:241: EncodeXMLWithoutHeader 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:245: EncodeXML 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:250: encodeXML 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:264: CopyFile 70.0% +github.com/apache/camel-k/v2/pkg/util/util.go:306: CopyDir 77.3% +github.com/apache/camel-k/v2/pkg/util/util.go:342: WriteFileWithBytesMarshallerContent 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:351: FindAllDistinctStringSubmatch 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:367: FindNamedMatches 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:378: FileExists 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:387: DirectoryExists 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:400: DirectoryEmpty 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:419: CreateDirectory 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:443: SortedMapKeys 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:454: SortedStringMapKeys 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:466: CopyMap 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:477: JSONToYAML 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:486: JSONToMap 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:496: MapToYAML 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:505: WriteToFile 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:514: GetEnvironmentVariable 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:529: EvaluateCLIAndLazyEnvVars 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:567: Open 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:572: OpenFile 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:578: ReadFile 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:582: Close 100.0% +github.com/apache/camel-k/v2/pkg/util/util.go:588: CloseQuietly 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:593: WithFile 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:604: WithFileReader 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:615: WithFileContent 0.0% +github.com/apache/camel-k/v2/pkg/util/util.go:627: WriteFileWithContent 0.0% +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% +github.com/apache/camel-k/v2/pkg/util/watch/watch.go:34: HandleIntegrationStateChanges 0.0% +github.com/apache/camel-k/v2/pkg/util/watch/watch.go:85: HandleIntegrationEvents 0.0% +github.com/apache/camel-k/v2/pkg/util/watch/watch.go:127: HandlePlatformStateChanges 0.0% +github.com/apache/camel-k/v2/pkg/util/watch/watch.go:179: HandleIntegrationPlatformEvents 0.0% +github.com/apache/camel-k/v2/pkg/util/watch/watch.go:220: WaitPodToTerminate 0.0% +github.com/apache/camel-k/v2/pkg/util/watch/watch.go:244: isAllowed 0.0% +total: (statements) 30.3% diff --git a/docs/antora.yml b/docs/antora.yml index bc0b2a4746..ea2de0f3c2 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -38,8 +38,8 @@ asciidoc: camel-quarkus-docs-version: 3.8.x quarkus-version: 3.8.3 kustomize-version: 4.5.4 - kubernetes-api-version: 0.29.2 + kubernetes-api-version: 0.29.7 operator-fwk-api-version: 0.20.0 knative-api-version: 0.40.3 service-binding-op-version: 1.4.0 - prometheus-op-version: 0.67.1 + prometheus-op-version: 0.73.2 diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index e80cee2605..574a2be220 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -7955,7 +7955,7 @@ The OpenAPI DSL trait is internally used to allow creating integrations from a O | -The configmaps holding the spec of the OpenAPI +The configmaps holding the spec of the OpenAPI (compatible with > 3.0 spec only). |=== diff --git a/docs/modules/traits/pages/openapi.adoc b/docs/modules/traits/pages/openapi.adoc index f5148671ff..28f985dd69 100755 --- a/docs/modules/traits/pages/openapi.adoc +++ b/docs/modules/traits/pages/openapi.adoc @@ -31,7 +31,7 @@ The following configuration options are available: | openapi.configmaps | []string -| The configmaps holding the spec of the OpenAPI +| The configmaps holding the spec of the OpenAPI (compatible with > 3.0 spec only). |=== diff --git a/helm/camel-k/crds/crd-integration-platform.yaml b/helm/camel-k/crds/crd-integration-platform.yaml index 2c8205c36d..793693bd3e 100644 --- a/helm/camel-k/crds/crd-integration-platform.yaml +++ b/helm/camel-k/crds/crd-integration-platform.yaml @@ -1677,6 +1677,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array @@ -3774,6 +3775,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/helm/camel-k/crds/crd-integration-profile.yaml b/helm/camel-k/crds/crd-integration-profile.yaml index 9c3ae65886..ba42359f8b 100644 --- a/helm/camel-k/crds/crd-integration-profile.yaml +++ b/helm/camel-k/crds/crd-integration-profile.yaml @@ -1552,6 +1552,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array @@ -3531,6 +3532,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index c3d4ab0f72..8795ced1d5 100644 --- a/helm/camel-k/crds/crd-integration.yaml +++ b/helm/camel-k/crds/crd-integration.yaml @@ -7568,6 +7568,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index 3e8adf93de..1de31c92ee 100644 --- a/helm/camel-k/crds/crd-kamelet-binding.yaml +++ b/helm/camel-k/crds/crd-kamelet-binding.yaml @@ -7640,6 +7640,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/helm/camel-k/crds/crd-pipe.yaml b/helm/camel-k/crds/crd-pipe.yaml index 1fcb3dcd03..a3ae76d7c6 100644 --- a/helm/camel-k/crds/crd-pipe.yaml +++ b/helm/camel-k/crds/crd-pipe.yaml @@ -7638,6 +7638,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml index 2c8205c36d..793693bd3e 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml @@ -1677,6 +1677,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array @@ -3774,6 +3775,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml index 9c3ae65886..ba42359f8b 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml @@ -1552,6 +1552,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array @@ -3531,6 +3532,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml index c3d4ab0f72..8795ced1d5 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml @@ -7568,6 +7568,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml index 3e8adf93de..1de31c92ee 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml @@ -7640,6 +7640,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array diff --git a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml index 1fcb3dcd03..a3ae76d7c6 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml @@ -7638,6 +7638,7 @@ spec: properties: configmaps: description: The configmaps holding the spec of the OpenAPI + (compatible with > 3.0 spec only). items: type: string type: array