This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.4.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 8195f35b850a851017c59f3b13989c43a6adadc7 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Apr 27 11:28:29 2021 +0200 chore(crd): error handler generated crds --- config/crd/bases/camel.apache.org_integrations.yaml | 15 --------------- config/crd/bases/camel.apache.org_kameletbindings.yaml | 15 --------------- .../1.4.1-snapshot/camel.apache.org_kameletbindings.yaml | 5 +++++ helm/camel-k/crds/crd-integration.yaml | 15 --------------- helm/camel-k/crds/crd-kamelet-binding.yaml | 15 --------------- 5 files changed, 5 insertions(+), 60 deletions(-) diff --git a/config/crd/bases/camel.apache.org_integrations.yaml b/config/crd/bases/camel.apache.org_integrations.yaml index 0b1b88a..96e26b9 100644 --- a/config/crd/bases/camel.apache.org_integrations.yaml +++ b/config/crd/bases/camel.apache.org_integrations.yaml @@ -88,21 +88,6 @@ spec: items: type: string type: array - errorHandler: - description: ErrorHandlerSpec respresents an integration error handler - to be used as default at runtime - properties: - parameters: - description: ErrorHandlerParameters is an unstructured object - representing the configuration parameters available for an error - handler - type: object - x-kubernetes-preserve-unknown-fields: true - type: - type: string - uri: - type: string - type: object flows: items: description: Flow is an unstructured object representing a Camel diff --git a/config/crd/bases/camel.apache.org_kameletbindings.yaml b/config/crd/bases/camel.apache.org_kameletbindings.yaml index 2b78d2f..60ac3ba 100644 --- a/config/crd/bases/camel.apache.org_kameletbindings.yaml +++ b/config/crd/bases/camel.apache.org_kameletbindings.yaml @@ -89,21 +89,6 @@ spec: items: type: string type: array - errorHandler: - description: ErrorHandlerSpec respresents an integration error - handler to be used as default at runtime - properties: - parameters: - description: ErrorHandlerParameters is an unstructured object - representing the configuration parameters available for - an error handler - type: object - x-kubernetes-preserve-unknown-fields: true - type: - type: string - uri: - type: string - type: object flows: items: description: Flow is an unstructured object representing a Camel diff --git a/deploy/olm-catalog/camel-k-dev/1.4.1-snapshot/camel.apache.org_kameletbindings.yaml b/deploy/olm-catalog/camel-k-dev/1.4.1-snapshot/camel.apache.org_kameletbindings.yaml index c9a8b87..60ac3ba 100644 --- a/deploy/olm-catalog/camel-k-dev/1.4.1-snapshot/camel.apache.org_kameletbindings.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.4.1-snapshot/camel.apache.org_kameletbindings.yaml @@ -63,6 +63,11 @@ spec: spec: description: KameletBindingSpec -- properties: + errorHandler: + description: ErrorHandler is an optional handler called upon an error + occuring in the integration + type: object + x-kubernetes-preserve-unknown-fields: true integration: description: Integration is an optional integration used to specify custom parameters diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index 0b1b88a..96e26b9 100644 --- a/helm/camel-k/crds/crd-integration.yaml +++ b/helm/camel-k/crds/crd-integration.yaml @@ -88,21 +88,6 @@ spec: items: type: string type: array - errorHandler: - description: ErrorHandlerSpec respresents an integration error handler - to be used as default at runtime - properties: - parameters: - description: ErrorHandlerParameters is an unstructured object - representing the configuration parameters available for an error - handler - type: object - x-kubernetes-preserve-unknown-fields: true - type: - type: string - uri: - type: string - type: object flows: items: description: Flow is an unstructured object representing a Camel diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index 2b78d2f..60ac3ba 100644 --- a/helm/camel-k/crds/crd-kamelet-binding.yaml +++ b/helm/camel-k/crds/crd-kamelet-binding.yaml @@ -89,21 +89,6 @@ spec: items: type: string type: array - errorHandler: - description: ErrorHandlerSpec respresents an integration error - handler to be used as default at runtime - properties: - parameters: - description: ErrorHandlerParameters is an unstructured object - representing the configuration parameters available for - an error handler - type: object - x-kubernetes-preserve-unknown-fields: true - type: - type: string - uri: - type: string - type: object flows: items: description: Flow is an unstructured object representing a Camel