This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 6dbc03576 chore: nightly automatic updates 6dbc03576 is described below commit 6dbc035766c60f02bfc76968c40d85595ee93b39 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Feb 20 23:46:37 2024 +0000 chore: nightly automatic updates --- CHANGELOG.md | 5 ++ coverage.out | 78 +++++++++++----------- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 5 +- docs/modules/traits/pages/platform.adoc | 5 +- helm/camel-k/crds/crd-integration-platform.yaml | 36 ++++++---- helm/camel-k/crds/crd-integration.yaml | 36 ++++++---- helm/camel-k/crds/crd-kamelet-binding.yaml | 16 +++-- helm/camel-k/crds/crd-pipe.yaml | 16 +++-- .../camel.apache.org_integrationplatforms.yaml | 36 ++++++---- .../crd/bases/camel.apache.org_integrations.yaml | 36 ++++++---- .../bases/camel.apache.org_kameletbindings.yaml | 16 +++-- .../config/crd/bases/camel.apache.org_pipes.yaml | 16 +++-- 12 files changed, 192 insertions(+), 109 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4267fc39a..9244a9262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,12 +37,17 @@ - Provide alternative publishing strategy via pipeline [\#4747](https://github.com/apache/camel-k/issues/4747) - Quarkus native checks failure [\#4723](https://github.com/apache/camel-k/issues/4723) - Add DataTypeRegistry as bean in Camel context [\#3845](https://github.com/apache/camel-k/issues/3845) +- Remove duplication of the default platform creation [\#3433](https://github.com/apache/camel-k/issues/3433) - Use `go:embed` instead of vfsgen for embedded resources handling [\#3384](https://github.com/apache/camel-k/issues/3384) - Use build-tags to configure what feature are included in a camel-k build [\#2801](https://github.com/apache/camel-k/issues/2801) - shipwright.io builder [\#1673](https://github.com/apache/camel-k/issues/1673) **Merged pull requests:** +- fix\(\#3433\): Deprecate platform trait create default option [\#5170](https://github.com/apache/camel-k/pull/5170) ([christophd](https://github.com/christophd)) +- Move KameletRepositorySpec to common types [\#5168](https://github.com/apache/camel-k/pull/5168) ([christophd](https://github.com/christophd)) +- chore: Rename trait profile funcs [\#5167](https://github.com/apache/camel-k/pull/5167) ([christophd](https://github.com/christophd)) +- Fix CamelCatalog create test [\#5166](https://github.com/apache/camel-k/pull/5166) ([christophd](https://github.com/christophd)) - chore\(deps\): bump github.com/prometheus/client\_model from 0.5.0 to 0.6.0 [\#5162](https://github.com/apache/camel-k/pull/5162) ([dependabot[bot]](https://github.com/apps/dependabot)) - feat\(ci\): go:embed usage [\#5160](https://github.com/apache/camel-k/pull/5160) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/prometheus/common from 0.46.0 to 0.47.0 [\#5159](https://github.com/apache/camel-k/pull/5159) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/coverage.out b/coverage.out index 2113cab08..dfc5d8c9a 100644 --- a/coverage.out +++ b/coverage.out @@ -113,7 +113,7 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:262 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:310: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:316: 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% @@ -395,36 +395,36 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1423: github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1433: DeepCopyInto 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1440: DeepCopy 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1450: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1455: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1465: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1475: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1485: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1499: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1509: DeepCopyObject 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1517: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1530: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1540: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1560: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1570: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1620: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1630: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1679: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1689: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1699: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1709: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1781: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1791: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1818: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1828: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1835: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1845: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1854: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1864: DeepCopyObject 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:1879: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1889: DeepCopyInto 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1903: DeepCopy 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1913: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1460: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1470: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1484: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1494: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1502: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1515: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1525: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1545: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1555: 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: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1664: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1674: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1684: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1694: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1766: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1776: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1803: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1813: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1820: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1830: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1839: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1849: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1857: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1864: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1874: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1888: DeepCopy 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1898: DeepCopyObject 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1906: DeepCopyInto 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1911: DeepCopy 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1921: DeepCopyInto 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1926: DeepCopy 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:1936: DeepCopyInto 0.0% @@ -1156,7 +1156,7 @@ github.com/apache/camel-k/v2/pkg/controller/integration/platform_setup.go:34: 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: determineBestProfile 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% @@ -1194,7 +1194,7 @@ github.com/apache/camel-k/v2/pkg/controller/kameletbinding/initialize.go:77: 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: determineProfile 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% @@ -1218,7 +1218,7 @@ github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:86: propagate github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:117: findIcon 0.0% github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:46: CreateIntegrationFor 64.4% github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:213: configureBinding 81.8% -github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:238: determineProfile 36.8% +github.com/apache/camel-k/v2/pkg/controller/pipe/integration.go:238: determineTraitProfile 36.8% github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:35: NewMonitorAction 0.0% github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:43: Name 0.0% github.com/apache/camel-k/v2/pkg/controller/pipe/monitor.go:47: CanHandle 0.0% @@ -1358,7 +1358,7 @@ github.com/apache/camel-k/v2/pkg/platform/platform.go:170: ListPrimaryPlatf github.com/apache/camel-k/v2/pkg/platform/platform.go:187: ListAllPlatforms 0.0% github.com/apache/camel-k/v2/pkg/platform/platform.go:196: IsActive 0.0% github.com/apache/camel-k/v2/pkg/platform/platform.go:201: IsSecondary 0.0% -github.com/apache/camel-k/v2/pkg/platform/platform.go:209: GetProfile 0.0% +github.com/apache/camel-k/v2/pkg/platform/platform.go:209: GetTraitProfile 0.0% 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% @@ -1552,10 +1552,10 @@ github.com/apache/camel-k/v2/pkg/trait/pdb.go:43: Configure 80.0% github.com/apache/camel-k/v2/pkg/trait/pdb.go:64: Apply 100.0% github.com/apache/camel-k/v2/pkg/trait/pdb.go:75: podDisruptionBudgetFor 100.0% github.com/apache/camel-k/v2/pkg/trait/platform.go:40: newPlatformTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/platform.go:46: Configure 52.6% -github.com/apache/camel-k/v2/pkg/trait/platform.go:80: Apply 86.7% -github.com/apache/camel-k/v2/pkg/trait/platform.go:114: getOrCreatePlatform 88.0% -github.com/apache/camel-k/v2/pkg/trait/platform.go:157: RequiresIntegrationPlatform 100.0% +github.com/apache/camel-k/v2/pkg/trait/platform.go:46: Configure 47.1% +github.com/apache/camel-k/v2/pkg/trait/platform.go:77: Apply 86.7% +github.com/apache/camel-k/v2/pkg/trait/platform.go:111: getOrCreatePlatform 88.0% +github.com/apache/camel-k/v2/pkg/trait/platform.go:154: RequiresIntegrationPlatform 100.0% github.com/apache/camel-k/v2/pkg/trait/pod.go:41: newPodTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/pod.go:47: Configure 71.4% github.com/apache/camel-k/v2/pkg/trait/pod.go:61: Apply 52.4% diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index 493639117..e8e5bae6e 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -7604,6 +7604,7 @@ bool To create a default (empty) platform when the platform is missing. +Deprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility |`global` + bool @@ -7611,13 +7612,15 @@ bool Indicates if the platform should be created globally in the case of global operator (default true). +Deprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility |`auto` + bool | -To automatically detect from the environment if a default platform can be created (it will be created on OpenShift only). +To automatically detect from the environment if a default platform can be created (it will be created on OpenShift or when a registry address is set). +Deprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility |=== diff --git a/docs/modules/traits/pages/platform.adoc b/docs/modules/traits/pages/platform.adoc index 7ac67efa4..ad25d822f 100755 --- a/docs/modules/traits/pages/platform.adoc +++ b/docs/modules/traits/pages/platform.adoc @@ -34,14 +34,17 @@ The following configuration options are available: | platform.create-default | bool | To create a default (empty) platform when the platform is missing. +Deprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility | platform.global | bool | Indicates if the platform should be created globally in the case of global operator (default true). +Deprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility | platform.auto | bool -| To automatically detect from the environment if a default platform can be created (it will be created on OpenShift only). +| To automatically detect from the environment if a default platform can be created (it will be created on OpenShift or when a registry address is set). +Deprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility |=== diff --git a/helm/camel-k/crds/crd-integration-platform.yaml b/helm/camel-k/crds/crd-integration-platform.yaml index 9c910de12..21cb6d265 100644 --- a/helm/camel-k/crds/crd-integration-platform.yaml +++ b/helm/camel-k/crds/crd-integration-platform.yaml @@ -1567,9 +1567,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -1577,15 +1579,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: @@ -3435,9 +3441,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -3445,15 +3453,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index 717315b86..828d4041e 100644 --- a/helm/camel-k/crds/crd-integration.yaml +++ b/helm/camel-k/crds/crd-integration.yaml @@ -7468,9 +7468,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -7478,15 +7480,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: @@ -9183,9 +9189,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -9193,15 +9201,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index 549baab20..2353b10ef 100644 --- a/helm/camel-k/crds/crd-kamelet-binding.yaml +++ b/helm/camel-k/crds/crd-kamelet-binding.yaml @@ -7765,9 +7765,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -7775,15 +7777,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when - the platform is missing. + description: 'To create a default (empty) platform when + the platform is missing. Deprecated: Platform is auto + generated by the operator install procedure - maintained + for backward compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created + description: 'Indicates if the platform should be created globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator + install procedure - maintained for backward compatibility' type: boolean type: object pod: diff --git a/helm/camel-k/crds/crd-pipe.yaml b/helm/camel-k/crds/crd-pipe.yaml index c83ee3d6a..1dbff7368 100644 --- a/helm/camel-k/crds/crd-pipe.yaml +++ b/helm/camel-k/crds/crd-pipe.yaml @@ -7763,9 +7763,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -7773,15 +7775,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when - the platform is missing. + description: 'To create a default (empty) platform when + the platform is missing. Deprecated: Platform is auto + generated by the operator install procedure - maintained + for backward compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created + description: 'Indicates if the platform should be created globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator + install procedure - maintained for backward compatibility' type: boolean type: object pod: 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 9c910de12..21cb6d265 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml @@ -1567,9 +1567,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -1577,15 +1579,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: @@ -3435,9 +3441,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -3445,15 +3453,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: 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 717315b86..828d4041e 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml @@ -7468,9 +7468,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -7478,15 +7480,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: @@ -9183,9 +9189,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -9193,15 +9201,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when the - platform is missing. + description: 'To create a default (empty) platform when the + platform is missing. Deprecated: Platform is auto generated + by the operator install procedure - maintained for backward + compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created globally - in the case of global operator (default true). + description: 'Indicates if the platform should be created + globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator install + procedure - maintained for backward compatibility' type: boolean type: object pod: 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 549baab20..2353b10ef 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml @@ -7765,9 +7765,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -7775,15 +7777,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when - the platform is missing. + description: 'To create a default (empty) platform when + the platform is missing. Deprecated: Platform is auto + generated by the operator install procedure - maintained + for backward compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created + description: 'Indicates if the platform should be created globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator + install procedure - maintained for backward compatibility' type: boolean type: object pod: 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 c83ee3d6a..1dbff7368 100644 --- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml +++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml @@ -7763,9 +7763,11 @@ spec: description: The configuration of Platform trait properties: auto: - description: To automatically detect from the environment + description: 'To automatically detect from the environment if a default platform can be created (it will be created - on OpenShift only). + on OpenShift or when a registry address is set). Deprecated: + Platform is auto generated by the operator install procedure + - maintained for backward compatibility' type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -7773,15 +7775,19 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true createDefault: - description: To create a default (empty) platform when - the platform is missing. + description: 'To create a default (empty) platform when + the platform is missing. Deprecated: Platform is auto + generated by the operator install procedure - maintained + for backward compatibility' type: boolean enabled: description: 'Deprecated: no longer in use.' type: boolean global: - description: Indicates if the platform should be created + description: 'Indicates if the platform should be created globally in the case of global operator (default true). + Deprecated: Platform is auto generated by the operator + install procedure - maintained for backward compatibility' type: boolean type: object pod: