This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit c573998984b539093ba668c0987a64c753fb5197 Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Feb 1 15:19:55 2021 +0100 chore(crd): upgrade CRDs Include rawContent and contentType for resources Ref #1946 --- config/crd/bases/camel.apache.org_builds.yaml | 10 ++++++++++ config/crd/bases/camel.apache.org_integrations.yaml | 20 ++++++++++++++++++++ .../crd/bases/camel.apache.org_kameletbindings.yaml | 10 ++++++++++ config/crd/bases/camel.apache.org_kamelets.yaml | 5 +++++ deploy/crd-build.yaml | 10 ++++++++++ deploy/crd-integration.yaml | 20 ++++++++++++++++++++ deploy/crd-kamelet-binding.yaml | 10 ++++++++++ deploy/crd-kamelet.yaml | 5 +++++ .../1.4.0-snapshot/builds.camel.apache.org.crd.yaml | 10 ++++++++++ .../integrations.camel.apache.org.crd.yaml | 20 ++++++++++++++++++++ .../kameletbindings.camel.apache.org.crd.yaml | 10 ++++++++++ .../kamelets.camel.apache.org.crd.yaml | 5 +++++ helm/camel-k/crds/crd-build.yaml | 10 ++++++++++ helm/camel-k/crds/crd-integration.yaml | 20 ++++++++++++++++++++ helm/camel-k/crds/crd-kamelet-binding.yaml | 10 ++++++++++ helm/camel-k/crds/crd-kamelet.yaml | 5 +++++ 16 files changed, 180 insertions(+) diff --git a/config/crd/bases/camel.apache.org_builds.yaml b/config/crd/bases/camel.apache.org_builds.yaml index b657821..7d732ef 100644 --- a/config/crd/bases/camel.apache.org_builds.yaml +++ b/config/crd/bases/camel.apache.org_builds.yaml @@ -828,10 +828,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -911,6 +916,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post @@ -933,6 +940,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/config/crd/bases/camel.apache.org_integrations.yaml b/config/crd/bases/camel.apache.org_integrations.yaml index 0979d4a..16178af 100644 --- a/config/crd/bases/camel.apache.org_integrations.yaml +++ b/config/crd/bases/camel.apache.org_integrations.yaml @@ -120,10 +120,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -143,6 +148,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -164,6 +171,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object @@ -285,10 +295,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -306,6 +321,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -327,6 +344,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/config/crd/bases/camel.apache.org_kameletbindings.yaml b/config/crd/bases/camel.apache.org_kameletbindings.yaml index 70b5acb..2c95ef4 100644 --- a/config/crd/bases/camel.apache.org_kameletbindings.yaml +++ b/config/crd/bases/camel.apache.org_kameletbindings.yaml @@ -116,10 +116,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -139,6 +144,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -160,6 +167,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/config/crd/bases/camel.apache.org_kamelets.yaml b/config/crd/bases/camel.apache.org_kamelets.yaml index 377c2b1..b79e7dc 100644 --- a/config/crd/bases/camel.apache.org_kamelets.yaml +++ b/config/crd/bases/camel.apache.org_kamelets.yaml @@ -230,6 +230,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -251,6 +253,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/crd-build.yaml b/deploy/crd-build.yaml index b657821..7d732ef 100644 --- a/deploy/crd-build.yaml +++ b/deploy/crd-build.yaml @@ -828,10 +828,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -911,6 +916,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post @@ -933,6 +940,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/crd-integration.yaml b/deploy/crd-integration.yaml index 0979d4a..16178af 100644 --- a/deploy/crd-integration.yaml +++ b/deploy/crd-integration.yaml @@ -120,10 +120,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -143,6 +148,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -164,6 +171,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object @@ -285,10 +295,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -306,6 +321,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -327,6 +344,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/crd-kamelet-binding.yaml b/deploy/crd-kamelet-binding.yaml index 70b5acb..2c95ef4 100644 --- a/deploy/crd-kamelet-binding.yaml +++ b/deploy/crd-kamelet-binding.yaml @@ -116,10 +116,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -139,6 +144,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -160,6 +167,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/crd-kamelet.yaml b/deploy/crd-kamelet.yaml index 377c2b1..b79e7dc 100644 --- a/deploy/crd-kamelet.yaml +++ b/deploy/crd-kamelet.yaml @@ -230,6 +230,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -251,6 +253,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/builds.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/builds.camel.apache.org.crd.yaml index b657821..7d732ef 100644 --- a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/builds.camel.apache.org.crd.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/builds.camel.apache.org.crd.yaml @@ -828,10 +828,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -911,6 +916,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post @@ -933,6 +940,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrations.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrations.camel.apache.org.crd.yaml index 0979d4a..16178af 100644 --- a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrations.camel.apache.org.crd.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrations.camel.apache.org.crd.yaml @@ -120,10 +120,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -143,6 +148,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -164,6 +171,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object @@ -285,10 +295,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -306,6 +321,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -327,6 +344,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kameletbindings.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kameletbindings.camel.apache.org.crd.yaml index 70b5acb..2c95ef4 100644 --- a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kameletbindings.camel.apache.org.crd.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kameletbindings.camel.apache.org.crd.yaml @@ -116,10 +116,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -139,6 +144,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -160,6 +167,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kamelets.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kamelets.camel.apache.org.crd.yaml index 377c2b1..b79e7dc 100644 --- a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kamelets.camel.apache.org.crd.yaml +++ b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kamelets.camel.apache.org.crd.yaml @@ -230,6 +230,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -251,6 +253,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/helm/camel-k/crds/crd-build.yaml b/helm/camel-k/crds/crd-build.yaml index b657821..7d732ef 100644 --- a/helm/camel-k/crds/crd-build.yaml +++ b/helm/camel-k/crds/crd-build.yaml @@ -828,10 +828,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -911,6 +916,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post @@ -933,6 +940,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index 0979d4a..16178af 100644 --- a/helm/camel-k/crds/crd-integration.yaml +++ b/helm/camel-k/crds/crd-integration.yaml @@ -120,10 +120,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -143,6 +148,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -164,6 +171,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object @@ -285,10 +295,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -306,6 +321,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -327,6 +344,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index 70b5acb..2c95ef4 100644 --- a/helm/camel-k/crds/crd-kamelet-binding.yaml +++ b/helm/camel-k/crds/crd-kamelet-binding.yaml @@ -116,10 +116,15 @@ spec: type: string contentRef: type: string + contentType: + type: string mountPath: type: string name: type: string + rawContent: + format: byte + type: string type: description: ResourceType -- type: string @@ -139,6 +144,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -160,6 +167,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object diff --git a/helm/camel-k/crds/crd-kamelet.yaml b/helm/camel-k/crds/crd-kamelet.yaml index 377c2b1..b79e7dc 100644 --- a/helm/camel-k/crds/crd-kamelet.yaml +++ b/helm/camel-k/crds/crd-kamelet.yaml @@ -230,6 +230,8 @@ spec: type: string contentRef: type: string + contentType: + type: string interceptors: description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources @@ -251,6 +253,9 @@ spec: items: type: string type: array + rawContent: + format: byte + type: string type: description: Type defines the kind of source described by this object
