This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 8909adf10f3650edc57a5271a795c47985b697fc Author: Antonin Stefanutti <[email protected]> AuthorDate: Wed Sep 7 19:07:37 2022 +0200 chore: Rebuild resources --- .../crd/bases/camel.apache.org_integrationplatforms.yaml | 10 ++++------ config/crd/bases/camel.apache.org_integrations.yaml | 5 ++--- config/crd/bases/camel.apache.org_kameletbindings.yaml | 5 ++--- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 4 ++-- docs/modules/traits/pages/ingress.adoc | 4 ++-- helm/camel-k/crds/crd-integration-platform.yaml | 10 ++++------ helm/camel-k/crds/crd-integration.yaml | 5 ++--- helm/camel-k/crds/crd-kamelet-binding.yaml | 5 ++--- pkg/apis/camel/v1/trait/ingress.go | 4 ++-- pkg/resources/resources.go | 16 ++++++++-------- resources/traits.yaml | 6 +++--- 11 files changed, 33 insertions(+), 41 deletions(-) diff --git a/config/crd/bases/camel.apache.org_integrationplatforms.yaml b/config/crd/bases/camel.apache.org_integrationplatforms.yaml index f01c288f1..62eab915b 100644 --- a/config/crd/bases/camel.apache.org_integrationplatforms.yaml +++ b/config/crd/bases/camel.apache.org_integrationplatforms.yaml @@ -902,7 +902,7 @@ spec: properties: auto: description: To automatically add an ingress whenever the - integration uses a HTTP endpoint consumer. + integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -914,8 +914,7 @@ spec: traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: @@ -2536,7 +2535,7 @@ spec: properties: auto: description: To automatically add an ingress whenever the - integration uses a HTTP endpoint consumer. + integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -2548,8 +2547,7 @@ spec: traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: diff --git a/config/crd/bases/camel.apache.org_integrations.yaml b/config/crd/bases/camel.apache.org_integrations.yaml index 3a4f9bac0..b7219f9f7 100644 --- a/config/crd/bases/camel.apache.org_integrations.yaml +++ b/config/crd/bases/camel.apache.org_integrations.yaml @@ -6593,7 +6593,7 @@ spec: properties: auto: description: To automatically add an ingress whenever the - integration uses a HTTP endpoint consumer. + integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -6605,8 +6605,7 @@ spec: traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: diff --git a/config/crd/bases/camel.apache.org_kameletbindings.yaml b/config/crd/bases/camel.apache.org_kameletbindings.yaml index 37fe2cb1c..dbc4fc967 100644 --- a/config/crd/bases/camel.apache.org_kameletbindings.yaml +++ b/config/crd/bases/camel.apache.org_kameletbindings.yaml @@ -6876,7 +6876,7 @@ spec: properties: auto: description: To automatically add an ingress whenever - the integration uses a HTTP endpoint consumer. + the integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -6888,8 +6888,7 @@ spec: All traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index 4aef3677f..84a35694c 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -4541,14 +4541,14 @@ string | -**Required**. To configure the host exposed by the ingress. +To configure the host exposed by the ingress. |`auto` + bool | -To automatically add an ingress whenever the integration uses a HTTP endpoint consumer. +To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. |=== diff --git a/docs/modules/traits/pages/ingress.adoc b/docs/modules/traits/pages/ingress.adoc index 889670d21..ae0f8c112 100755 --- a/docs/modules/traits/pages/ingress.adoc +++ b/docs/modules/traits/pages/ingress.adoc @@ -30,11 +30,11 @@ The following configuration options are available: | ingress.host | string -| **Required**. To configure the host exposed by the ingress. +| To configure the host exposed by the ingress. | ingress.auto | bool -| To automatically add an ingress whenever the integration uses a HTTP endpoint consumer. +| To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. |=== diff --git a/helm/camel-k/crds/crd-integration-platform.yaml b/helm/camel-k/crds/crd-integration-platform.yaml index f01c288f1..62eab915b 100644 --- a/helm/camel-k/crds/crd-integration-platform.yaml +++ b/helm/camel-k/crds/crd-integration-platform.yaml @@ -902,7 +902,7 @@ spec: properties: auto: description: To automatically add an ingress whenever the - integration uses a HTTP endpoint consumer. + integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -914,8 +914,7 @@ spec: traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: @@ -2536,7 +2535,7 @@ spec: properties: auto: description: To automatically add an ingress whenever the - integration uses a HTTP endpoint consumer. + integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -2548,8 +2547,7 @@ spec: traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml index 3a4f9bac0..b7219f9f7 100644 --- a/helm/camel-k/crds/crd-integration.yaml +++ b/helm/camel-k/crds/crd-integration.yaml @@ -6593,7 +6593,7 @@ spec: properties: auto: description: To automatically add an ingress whenever the - integration uses a HTTP endpoint consumer. + integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -6605,8 +6605,7 @@ spec: traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml index 37fe2cb1c..dbc4fc967 100644 --- a/helm/camel-k/crds/crd-kamelet-binding.yaml +++ b/helm/camel-k/crds/crd-kamelet-binding.yaml @@ -6876,7 +6876,7 @@ spec: properties: auto: description: To automatically add an ingress whenever - the integration uses a HTTP endpoint consumer. + the integration uses an HTTP endpoint consumer. type: boolean configuration: description: 'Legacy trait configuration parameters. Deprecated: @@ -6888,8 +6888,7 @@ spec: All traits share this common property. type: boolean host: - description: '**Required**. To configure the host exposed - by the ingress.' + description: To configure the host exposed by the ingress. type: string type: object istio: diff --git a/pkg/apis/camel/v1/trait/ingress.go b/pkg/apis/camel/v1/trait/ingress.go index 1fef97707..1a76319d4 100644 --- a/pkg/apis/camel/v1/trait/ingress.go +++ b/pkg/apis/camel/v1/trait/ingress.go @@ -25,8 +25,8 @@ package trait // +camel-k:trait=ingress. type IngressTrait struct { Trait `property:",squash" json:",inline"` - // **Required**. To configure the host exposed by the ingress. + // To configure the host exposed by the ingress. Host string `property:"host" json:"host,omitempty"` - // To automatically add an ingress whenever the integration uses a HTTP endpoint consumer. + // To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. Auto *bool `property:"auto" json:"auto,omitempty"` } diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index 671b8b9f7..1ce8e8c27 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -138,23 +138,23 @@ var assets = func() http.FileSystem { "/crd/bases/camel.apache.org_integrationplatforms.yaml": &vfsgen۰CompressedFileInfo{ name: "camel.apache.org_integrationplatforms.yaml", modTime: time.Time{}, - uncompressedSize: 177901, + uncompressedSize: 177819, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\xfd\x73\xdb\x36\xb6\x30\x8e\xff\x9e\xbf\x02\xe3\xce\x9d\x38\x19\x49\x4e\xba\xb7\xbb\xbd\x7e\xa6\xf3\x3c\xae\x93\xb6\x6e\xe2\xd8\xd7\x76\x72\xef\x4e\xdb\xa9\x20\xf2\x48\x42\x4c\x02\x5c\x00\x94\xad\x7e\xf7\xfb\xbf\x7f\x06\x07\x00\x49\x49\x24\x48\x49\x7e\x6b\x23\x76\x66\x37\xb6\x09\xf0\xe0\xe0\xe0\xbc\xe1\xbc\x7c\x45\xfa\x77\xf7\x3c\xfb\x8a\xbc\x67\x11\x70\x05\x31\xd1\x82\xe8\x29\x90\xa3\x8c\x46\x53\x20\x97\x62\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\xfd\x73\xdb\x36\xb6\x30\x8e\xff\x9e\xbf\x02\xe3\xce\x9d\x38\x19\x49\x4e\xba\xb7\xbb\xbd\x7e\xa6\xf3\x3c\xae\x93\xb6\x6e\xe2\xd8\xd7\x76\x72\xef\x4e\xdb\xa9\x20\xf2\x48\x42\x4c\x02\x5c\x00\x94\xad\x7e\xf7\xfb\xbf\x7f\x06\x07\x00\x49\x49\x24\x48\x49\x7e\x6b\x23\x76\x66\x37\xb6\x09\xf0\xe0\xe0\xe0\xbc\xe1\xbc\x7c\x45\xfa\x77\xf7\x3c\xfb\x8a\xbc\x67\x11\x70\x05\x31\xd1\x82\xe8\x29\x90\xa3\x8c\x46\x53\x20\x97\x62\x [...] }, "/crd/bases/camel.apache.org_integrations.yaml": &vfsgen۰CompressedFileInfo{ name: "camel.apache.org_integrations.yaml", modTime: time.Time{}, - uncompressedSize: 487316, + uncompressedSize: 487275, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\x96\x38\x0c\xff\xef\x4f\x81\x72\x52\x3f\x49\x1b\x91\xb2\x33\xb3\x53\x3b\x7e\xa7\x36\xa5\x91\xe4\x44\x6f\x6c\x99\x65\x29\xc9\x2f\xe5\x64\x13\xb0\x1b\x24\xb1\x6a\x02\x3d\x00\x9a\x12\xe7\xc9\xf3\xdd\x9f\xc2\x01\xd0\x17\xde\xfa\xa0\x45\x3a\xce\x4c\x63\xaa\x32\x26\xc5\x3e\x8d\xcb\xc1\xb9\x5f\x3e\x23\x83\xfd\x8d\x67\x9f\x91\x37\x3c\x61\x42\xb3\x94\x18\x49\xcc\x8c\x91\xf3\x9c\x26\x33\x46\x6e\xe5\xc4\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\x96\x38\x0c\xff\xef\x4f\x81\x72\x52\x3f\x49\x1b\x91\xb2\x33\xb3\x53\x3b\x7e\xa7\x36\xa5\x91\xe4\x44\x6f\x6c\x99\x65\x29\xc9\x2f\xe5\x64\x13\xb0\x1b\x24\xb1\x6a\x02\x3d\x00\x9a\x12\xe7\xc9\xf3\xdd\x9f\xc2\x01\xd0\x17\xde\xfa\xa0\x45\x3a\xce\x4c\x63\xaa\x32\x26\xc5\x3e\x8d\xcb\xc1\xb9\x5f\x3e\x23\x83\xfd\x8d\x67\x9f\x91\x37\x3c\x61\x42\xb3\x94\x18\x49\xcc\x8c\x91\xf3\x9c\x26\x33\x46\x6e\xe5\xc4\x [...] }, "/crd/bases/camel.apache.org_kameletbindings.yaml": &vfsgen۰CompressedFileInfo{ name: "camel.apache.org_kameletbindings.yaml", modTime: time.Time{}, - uncompressedSize: 561190, + uncompressedSize: 561145, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\xb6\x28\x8a\xff\x9f\x4f\x81\x72\x52\x47\xd2\x8e\x48\xd9\x99\x47\xed\xf1\x6f\xea\xa4\xb4\x65\x39\xd1\x2f\xb1\xcc\xb2\x94\xe4\xa4\x9c\xec\x04\xec\x06\x49\x1c\x35\x81\xde\x00\x9a\x12\xe7\xe6\x7e\xf7\x5b\x58\x00\xba\xd1\x7c\x09\xab\x29\x69\xe4\x99\xc6\x54\x65\x4c\x8a\xbd\x1a\x8f\x85\xf5\x7e\x7c\x4e\x06\x0f\x37\x3e\xfb\x9c\x7c\xcf\x33\x26\x34\xcb\x89\x91\xc4\xcc\x18\x39\x2d\x69\x36\x63\xe4\x4a\x4e\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\xb6\x28\x8a\xff\x9f\x4f\x81\x72\x52\x47\xd2\x8e\x48\xd9\x99\x47\xed\xf1\x6f\xea\xa4\xb4\x65\x39\xd1\x2f\xb1\xcc\xb2\x94\xe4\xa4\x9c\xec\x04\xec\x06\x49\x1c\x35\x81\xde\x00\x9a\x12\xe7\xe6\x7e\xf7\x5b\x58\x00\xba\xd1\x7c\x09\xab\x29\x69\xe4\x99\xc6\x54\x65\x4c\x8a\xbd\x1a\x8f\x85\xf5\x7e\x7c\x4e\x06\x0f\x37\x3e\xfb\x9c\x7c\xcf\x33\x26\x34\xcb\x89\x91\xc4\xcc\x18\x39\x2d\x69\x36\x63\xe4\x4a\x4e\x [...] }, "/crd/bases/camel.apache.org_kamelets.yaml": &vfsgen۰CompressedFileInfo{ name: "camel.apache.org_kamelets.yaml", @@ -611,9 +611,9 @@ var assets = func() http.FileSystem { "/traits.yaml": &vfsgen۰CompressedFileInfo{ name: "traits.yaml", modTime: time.Time{}, - uncompressedSize: 53036, + uncompressedSize: 53021, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\xb9\xb5\x20\xfe\xff\x7c\x0a\x94\xee\xef\x96\x25\x17\x49\x79\x26\x77\x72\xe7\xa7\xdd\xb9\x59\x8d\xed\x49\x34\xe3\x87\xd6\xf2\x4c\x6e\xca\xeb\x0a\xc1\x6e\x90\x84\xd9\x04\x3a\x00\x5a\x32\xb3\xd9\xef\xbe\x85\xf3\x00\xd0\x64\x4b\xa2\x6c\x6b\x36\xda\xda\x4c\x55\x2c\x92\xdd\xc0\xc1\xc1\x39\x07\xe7\x8d\xe0\xa4\x0e\xfe\xe4\xab\xb1\x30\x72\xad\x4e\xc4\xef\x7c\x25\x1b\xf5\x95\x10\x6d\x23\xc3\xdc\xba\xf5\x89\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\xb9\xb5\x20\xfe\xff\x7c\x0a\x94\xee\xef\x96\x25\x17\x49\x79\x26\x77\x72\xe7\xa7\xdd\xb9\x59\x8d\xed\x49\x34\xe3\x87\xd6\xf2\x4c\x6e\xca\xeb\x0a\xc1\x6e\x90\x84\xd9\x04\x3a\x00\x5a\x32\xb3\xd9\xef\xbe\x85\xf3\x00\xd0\x64\x4b\xa2\x6c\x6b\x36\xda\xda\x4c\x55\x2c\x92\xdd\xc0\xc1\xc1\x39\x07\xe7\x8d\xe0\xa4\x0e\xfe\xe4\xab\xb1\x30\x72\xad\x4e\xc4\xef\x7c\x25\x1b\xf5\x95\x10\x6d\x23\xc3\xdc\xba\xf5\x89\x [...] }, } fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ diff --git a/resources/traits.yaml b/resources/traits.yaml index 2f52eb1dc..a3d4246b9 100755 --- a/resources/traits.yaml +++ b/resources/traits.yaml @@ -486,11 +486,11 @@ traits: property. - name: host type: string - description: '**Required**. To configure the host exposed by the ingress.' + description: To configure the host exposed by the ingress. - name: auto type: bool - description: To automatically add an ingress whenever the integration uses a HTTP - endpoint consumer. + description: To automatically add an ingress whenever the integration uses an + HTTP endpoint consumer. - name: istio platform: false profiles:
