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 252eb5227e767b1ada91f07904c13f656d1eff96 Author: Pasquale Congiusti <[email protected]> AuthorDate: Tue Jun 1 10:42:28 2021 +0200 refactor(crd): configuration resource type Ref #2003 --- 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 | 4 ++++ config/crd/bases/camel.apache.org_kameletbindings.yaml | 2 ++ .../camel-k-dev/1.5.0-snapshot/camel.apache.org_integrationkits.yaml | 2 ++ .../1.5.0-snapshot/camel.apache.org_integrationplatforms.yaml | 4 ++++ .../camel-k-dev/1.5.0-snapshot/camel.apache.org_integrations.yaml | 4 ++++ .../camel-k-dev/1.5.0-snapshot/camel.apache.org_kameletbindings.yaml | 2 ++ 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 | 4 ++++ helm/camel-k/crds/crd-kamelet-binding.yaml | 2 ++ 12 files changed, 36 insertions(+) diff --git a/config/crd/bases/camel.apache.org_integrationkits.yaml b/config/crd/bases/camel.apache.org_integrationkits.yaml index 335ddb4..fd8f485 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: + resourceType: + type: string type: type: string value: diff --git a/config/crd/bases/camel.apache.org_integrationplatforms.yaml b/config/crd/bases/camel.apache.org_integrationplatforms.yaml index 50b5738..1334a27 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: + resourceType: + type: string type: type: string value: @@ -515,6 +517,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceType: + type: string type: type: string value: diff --git a/config/crd/bases/camel.apache.org_integrations.yaml b/config/crd/bases/camel.apache.org_integrations.yaml index a6f40f3..e6c6dac 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: + resourceType: + type: string type: type: string value: @@ -5422,6 +5424,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceType: + type: string type: type: string value: diff --git a/config/crd/bases/camel.apache.org_kameletbindings.yaml b/config/crd/bases/camel.apache.org_kameletbindings.yaml index be5af62..60378f5 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: + resourceType: + type: string type: type: string value: 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 335ddb4..fd8f485 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: + resourceType: + type: string type: type: string value: 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 50b5738..1334a27 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: + resourceType: + type: string type: type: string value: @@ -515,6 +517,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceType: + type: string type: type: string value: 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 a6f40f3..e6c6dac 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: + resourceType: + type: string type: type: string value: @@ -5422,6 +5424,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceType: + type: string type: type: string value: 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 be5af62..60378f5 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: + resourceType: + type: string type: type: string value: diff --git a/helm/camel-k/crds/crd-integration-kit.yaml b/helm/camel-k/crds/crd-integration-kit.yaml index 335ddb4..fd8f485 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: + resourceType: + type: string type: type: string value: diff --git a/helm/camel-k/crds/crd-integration-platform.yaml b/helm/camel-k/crds/crd-integration-platform.yaml index 50b5738..1334a27 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: + resourceType: + type: string type: type: string value: @@ -515,6 +517,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceType: + type: string type: type: string value: diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index a6f40f3..e6c6dac 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: + resourceType: + type: string type: type: string value: @@ -5422,6 +5424,8 @@ spec: items: description: ConfigurationSpec -- properties: + resourceType: + type: string type: type: string value: diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index be5af62..60378f5 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: + resourceType: + type: string type: type: string value:
