This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 573ea1bb56455d69c8e970c45dbe9c90fb99a107 Author: Pasquale Congiusti <[email protected]> AuthorDate: Wed Jun 2 15:25:34 2021 +0200 chore(crd): autogen update Ref #2003 --- config/crd/bases/camel.apache.org_builds.yaml | 4 ++++ config/crd/bases/camel.apache.org_integrationkits.yaml | 2 ++ config/crd/bases/camel.apache.org_integrationplatforms.yaml | 4 ++++ config/crd/bases/camel.apache.org_integrations.yaml | 12 ++++++++++++ config/crd/bases/camel.apache.org_kameletbindings.yaml | 6 ++++++ config/crd/bases/camel.apache.org_kamelets.yaml | 2 ++ .../camel-k-dev/1.5.0-snapshot/camel.apache.org_builds.yaml | 4 ++++ .../1.5.0-snapshot/camel.apache.org_integrationkits.yaml | 2 ++ .../camel.apache.org_integrationplatforms.yaml | 4 ++++ .../1.5.0-snapshot/camel.apache.org_integrations.yaml | 12 ++++++++++++ .../1.5.0-snapshot/camel.apache.org_kameletbindings.yaml | 6 ++++++ .../1.5.0-snapshot/camel.apache.org_kamelets.yaml | 2 ++ helm/camel-k/crds/crd-build.yaml | 4 ++++ helm/camel-k/crds/crd-integration-kit.yaml | 2 ++ helm/camel-k/crds/crd-integration-platform.yaml | 4 ++++ helm/camel-k/crds/crd-integration.yaml | 12 ++++++++++++ helm/camel-k/crds/crd-kamelet-binding.yaml | 6 ++++++ helm/camel-k/crds/crd-kamelet.yaml | 2 ++ 18 files changed, 90 insertions(+) diff --git a/config/crd/bases/camel.apache.org_builds.yaml b/config/crd/bases/camel.apache.org_builds.yaml index b7f82ec..7a142c9 100644 --- a/config/crd/bases/camel.apache.org_builds.yaml +++ b/config/crd/bases/camel.apache.org_builds.yaml @@ -286,6 +286,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -386,6 +388,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/config/crd/bases/camel.apache.org_integrationkits.yaml b/config/crd/bases/camel.apache.org_integrationkits.yaml index fd8f485..058d5bc 100644 --- a/config/crd/bases/camel.apache.org_integrationkits.yaml +++ b/config/crd/bases/camel.apache.org_integrationkits.yaml @@ -75,6 +75,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: diff --git a/config/crd/bases/camel.apache.org_integrationplatforms.yaml b/config/crd/bases/camel.apache.org_integrationplatforms.yaml index 1334a27..6be160e 100644 --- a/config/crd/bases/camel.apache.org_integrationplatforms.yaml +++ b/config/crd/bases/camel.apache.org_integrationplatforms.yaml @@ -251,6 +251,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -517,6 +519,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: diff --git a/config/crd/bases/camel.apache.org_integrations.yaml b/config/crd/bases/camel.apache.org_integrations.yaml index e6c6dac..c93c8d0 100644 --- a/config/crd/bases/camel.apache.org_integrations.yaml +++ b/config/crd/bases/camel.apache.org_integrations.yaml @@ -75,6 +75,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -188,6 +190,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -227,6 +231,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") @@ -5424,6 +5430,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -5486,6 +5494,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -5523,6 +5533,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/config/crd/bases/camel.apache.org_kameletbindings.yaml b/config/crd/bases/camel.apache.org_kameletbindings.yaml index 60378f5..a71f560 100644 --- a/config/crd/bases/camel.apache.org_kameletbindings.yaml +++ b/config/crd/bases/camel.apache.org_kameletbindings.yaml @@ -76,6 +76,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -190,6 +192,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -229,6 +233,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/config/crd/bases/camel.apache.org_kamelets.yaml b/config/crd/bases/camel.apache.org_kamelets.yaml index e8371f9..fbd3da8 100644 --- a/config/crd/bases/camel.apache.org_kamelets.yaml +++ b/config/crd/bases/camel.apache.org_kamelets.yaml @@ -247,6 +247,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_builds.yaml b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_builds.yaml index b7f82ec..7a142c9 100644 --- a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_builds.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_builds.yaml @@ -286,6 +286,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -386,6 +388,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationkits.yaml b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationkits.yaml index fd8f485..058d5bc 100644 --- a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationkits.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationkits.yaml @@ -75,6 +75,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: diff --git a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationplatforms.yaml b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationplatforms.yaml index 1334a27..6be160e 100644 --- a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationplatforms.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationplatforms.yaml @@ -251,6 +251,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -517,6 +519,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: diff --git a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrations.yaml b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrations.yaml index e6c6dac..c93c8d0 100644 --- a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrations.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_integrations.yaml @@ -75,6 +75,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -188,6 +190,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -227,6 +231,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") @@ -5424,6 +5430,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -5486,6 +5494,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -5523,6 +5533,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kameletbindings.yaml b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kameletbindings.yaml index 60378f5..a71f560 100644 --- a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kameletbindings.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kameletbindings.yaml @@ -76,6 +76,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -190,6 +192,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -229,6 +233,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kamelets.yaml b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kamelets.yaml index e8371f9..fbd3da8 100644 --- a/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kamelets.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.5.0-snapshot/camel.apache.org_kamelets.yaml @@ -247,6 +247,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/helm/camel-k/crds/crd-build.yaml b/helm/camel-k/crds/crd-build.yaml index b7f82ec..7a142c9 100644 --- a/helm/camel-k/crds/crd-build.yaml +++ b/helm/camel-k/crds/crd-build.yaml @@ -286,6 +286,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -386,6 +388,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/helm/camel-k/crds/crd-integration-kit.yaml b/helm/camel-k/crds/crd-integration-kit.yaml index fd8f485..058d5bc 100644 --- a/helm/camel-k/crds/crd-integration-kit.yaml +++ b/helm/camel-k/crds/crd-integration-kit.yaml @@ -75,6 +75,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: diff --git a/helm/camel-k/crds/crd-integration-platform.yaml b/helm/camel-k/crds/crd-integration-platform.yaml index 1334a27..6be160e 100644 --- a/helm/camel-k/crds/crd-integration-platform.yaml +++ b/helm/camel-k/crds/crd-integration-platform.yaml @@ -251,6 +251,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -517,6 +519,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index e6c6dac..c93c8d0 100644 --- a/helm/camel-k/crds/crd-integration.yaml +++ b/helm/camel-k/crds/crd-integration.yaml @@ -75,6 +75,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -188,6 +190,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -227,6 +231,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") @@ -5424,6 +5430,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -5486,6 +5494,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -5523,6 +5533,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index 60378f5..a71f560 100644 --- a/helm/camel-k/crds/crd-kamelet-binding.yaml +++ b/helm/camel-k/crds/crd-kamelet-binding.yaml @@ -76,6 +76,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceMountPoint: + type: string resourceType: type: string type: @@ -190,6 +192,8 @@ spec: type: string name: type: string + path: + type: string rawContent: format: byte type: string @@ -229,6 +233,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template") diff --git a/helm/camel-k/crds/crd-kamelet.yaml b/helm/camel-k/crds/crd-kamelet.yaml index e8371f9..fbd3da8 100644 --- a/helm/camel-k/crds/crd-kamelet.yaml +++ b/helm/camel-k/crds/crd-kamelet.yaml @@ -247,6 +247,8 @@ spec: type: string name: type: string + path: + type: string property-names: description: List of property names defined in the source (e.g. if type is "template")
