From a65ab5827ae32db36c90965d0e6afc57d273a05e Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Sat, 2 Jul 2022 00:28:22 +0900 Subject: [PATCH] fix(trait): fix misconfigurations for traits --- .../bases/camel.apache.org_integrationkits.yaml | 14 ++++++++++++++ helm/camel-k/crds/crd-integration-kit.yaml | 14 ++++++++++++++ pkg/apis/camel/v1/integrationkit_types.go | 2 ++ pkg/apis/camel/v1/zz_generated.deepcopy.go | 5 +++++ pkg/resources/resources.go | 4 ++-- pkg/trait/init.go | 2 +- pkg/trait/quarkus.go | 5 +++-- pkg/trait/registry.go | 2 +- 8 files changed, 42 insertions(+), 6 deletions(-) diff --git a/config/crd/bases/camel.apache.org_integrationkits.yaml b/config/crd/bases/camel.apache.org_integrationkits.yaml index 06e61aaf3b..2757e6cebb 100644 --- a/config/crd/bases/camel.apache.org_integrationkits.yaml +++ b/config/crd/bases/camel.apache.org_integrationkits.yaml @@ -189,6 +189,20 @@ spec: type: string type: array type: object + registry: + description: The Registry trait sets up Maven to use the Image + registry as a Maven repository. + properties: + configuration: + description: 'Legacy trait configuration parameters. Deprecated: + for backward compatibility.' + type: object + x-kubernetes-preserve-unknown-fields: true + enabled: + description: Can be used to enable or disable a trait. All + traits share this common property. + type: boolean + type: object type: object type: object status: diff --git a/helm/camel-k/crds/crd-integration-kit.yaml b/helm/camel-k/crds/crd-integration-kit.yaml index 06e61aaf3b..2757e6cebb 100644 --- a/helm/camel-k/crds/crd-integration-kit.yaml +++ b/helm/camel-k/crds/crd-integration-kit.yaml @@ -189,6 +189,20 @@ spec: type: string type: array type: object + registry: + description: The Registry trait sets up Maven to use the Image + registry as a Maven repository. + properties: + configuration: + description: 'Legacy trait configuration parameters. Deprecated: + for backward compatibility.' + type: object + x-kubernetes-preserve-unknown-fields: true + enabled: + description: Can be used to enable or disable a trait. All + traits share this common property. + type: boolean + type: object type: object type: object status: diff --git a/pkg/apis/camel/v1/integrationkit_types.go b/pkg/apis/camel/v1/integrationkit_types.go index 56f7e829a3..79c8538636 100644 --- a/pkg/apis/camel/v1/integrationkit_types.go +++ b/pkg/apis/camel/v1/integrationkit_types.go @@ -75,6 +75,8 @@ type IntegrationKitTraits struct { // It's enabled by default. // NOTE: Compiling to a native executable, i.e. when using `package-type=native`, is only supported for kamelets, as well as YAML and XML integrations. It also requires at least 4GiB of memory, so the Pod running the native build, that is either the operator Pod, or the build Pod (depending on the build strategy configured for the platform), must have enough memory available. Quarkus *trait.QuarkusTrait `property:"quarkus" json:"quarkus,omitempty"` + // The Registry trait sets up Maven to use the Image registry as a Maven repository. + Registry *trait.RegistryTrait `property:"registry" json:"registry,omitempty"` // The collection of addon trait configurations Addons map[string]AddonTrait `json:"addons,omitempty"` diff --git a/pkg/apis/camel/v1/zz_generated.deepcopy.go b/pkg/apis/camel/v1/zz_generated.deepcopy.go index 3a7ef475b0..f93e893efd 100644 --- a/pkg/apis/camel/v1/zz_generated.deepcopy.go +++ b/pkg/apis/camel/v1/zz_generated.deepcopy.go @@ -833,6 +833,11 @@ func (in *IntegrationKitTraits) DeepCopyInto(out *IntegrationKitTraits) { *out = new(trait.QuarkusTrait) (*in).DeepCopyInto(*out) } + if in.Registry != nil { + in, out := &in.Registry, &out.Registry + *out = new(trait.RegistryTrait) + (*in).DeepCopyInto(*out) + } if in.Addons != nil { in, out := &in.Addons, &out.Addons *out = make(map[string]AddonTrait, len(*in)) diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index d0710fcea2..a9851feea3 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -131,9 +131,9 @@ var assets = func() http.FileSystem { "/crd/bases/camel.apache.org_integrationkits.yaml": &vfsgen۰CompressedFileInfo{ name: "camel.apache.org_integrationkits.yaml", modTime: time.Time{}, - uncompressedSize: 14289, + uncompressedSize: 15017, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x4d\x93\xdb\x38\x76\x77\xfd\x8a\x57\xd3\x07\xdb\x55\x12\x7b\x27\xd9\xda\x4a\x75\x2a\x87\xde\xb6\x3d\xdb\x65\xbb\xdb\xb1\x34\xb3\x99\xaa\x39\xf4\x13\xf9\x44\x61\x44\x02\x5c\x00\x94\x5a\x49\xe5\xbf\xa7\xde\x03\x48\x51\x12\x29\x69\xda\xe3\xec\x65\x78\xb1\x5b\x00\xde\xf7\x37\x70\x05\x93\xdf\xef\x1b\x5d\xc1\x47\x95\x92\x76\x94\x81\x37\xe0\x97\x04\xb7\x15\xa6\x4b\x82\xa9\x59\xf8\x0d\x5a\x82\xf7\xa6\xd6\x19\x7a\x65\x34\xbc\xbe\x9d\xbe\x7f\x03\xb5\xce\xc8\x82\xd1\x04\xc6\x42\x69\x2c\x8d\xae\x20\x35\xda\x5b\x35\xaf\xbd\xb1\x50\x04\x80\x80\xb9\x25\x2a\x49\x7b\x97\x00\x4c\x89\x04\xfa\xc3\xe3\xec\xfe\xee\x1d\x2c\x54\x41\x90\x29\x17\x0e\x51\x06\x1b\xe5\x97\xa3\x2b\xf0\x4b\xe5\x60\x63\xec\x0a\x16\xc6\x02\x66\x99\x62\xc4\x58\x80\xd2\x0b\x63\xcb\x40\x86\xa5\x1c\x6d\xa6\x74\x0e\xa9\xa9\xb6\x56\xe5\x4b\x0f\x66\xa3\xc9\xba\xa5\xaa\x92\xd1\x15\xcc\x98\x8d\xe9\xfb\x86\x12\x17\xc0\x0a\x4e\x6f\xe0\x67\x53\x47\x1e\x3a\xec\x46\x29\x8c\xe1\x27\xb2\x8e\x91\xfc\x4b\xf2\xa7\xd1\x15\xbc\xe6\x2d\xdf\xc5\xc5\xef\xde\xfc\x3b\x6c\x4d\x0d\x25\x6e\x41\x1b\x0f\xb5\xa3\x0e\x64\x7a\x4e\xa9\xf2\xa0\x34\xa4\xa6\xac\x0a\x85\x3a\xa5\x1d\x5b\x2d\x86\x04\x84\x00\x86\x61\xe6\x1e\x95\x06\x14\x36\xc0\x2c\xba\xdb\x00\xfd\xe8\x6a\x74\x05\xf2\x2d\xbd\xaf\x6e\xae\xaf\x37\x9b\x4d\x82\x42\x6e\x62\x6c\x7e\xdd\x70\x77\xfd\xf1\xfe\xee\xdd\xc3\xf4\xdd\x44\x48\x1e\x5d\xc1\x8f\xba\x20\xe7\xc0\xd2\x3f\x6a\x65\x29\x83\xf9\x16\xb0\xaa\x0a\x95\xe2\xbc\x20\x28\x70\xc3\x8a\x13\xed\x88\xd2\x95\x86\x8d\x55\x5e\xe9\x7c\x0c\x2e\x6a\x7d\x74\xb5\xa7\x9d\x9d\xb8\x1a\xf2\x94\xdb\xdb\x60\x34\xa0\x86\xef\x6e\xa7\x70\x3f\xfd\x0e\xfe\x7a\x3b\xbd\x9f\x8e\x47\x57\xf0\xf7\xfb\xd9\xdf\x1e\x7f\x9c\xc1\xdf\x6f\xbf\x7c\xb9\x7d\x98\xdd\xbf\x9b\xc2\xe3\x17\xb8\x7b\x7c\x78\x7b\x3f\xbb\x7f\x7c\x98\xc2\xe3\x7b\xb8\x7d\xf8\x19\x3e\xdc\x3f\xbc\x1d\x03\x29\xbf\x24\x0b\xf4\x5c\x59\xa6\xdf\x58\x50\x2c\x48\xca\x58\xa7\x8d\x01\x35\x04\xb0\x7d\xf0\xdf\xae\xa2\x54\x2d\x54\x0a\x05\xea\xbc\xc6\x9c\x20\x37\x6b\xb2\x9a\xcd\xa3\x22\x5b\x2a\xc7\xea\x74\x80\x3a\x1b\x5d\x41\xa1\x4a\xe5\xc5\x8a\xdc\x31\x53\x8c\xe6\xf7\xf4\xad\x11\x56\x2a\x9a\xd3\x0d\x60\xa5\xe8\xd9\x93\x16\x6a\x92\xd5\xbf\xb9\x44\x99\xeb\xf5\xf7\xa3\x95\xd2\xd9\x0d\xdc\xd5\xce\x9b\xf2\x0b\x39\x53\xdb\x94\xde\xd2\x42\x69\xb1\xfc\x51\x49\x1e\x33\xf4\x78\x33\x02\x40\xad\x4d\x24\x9e\xff\x84\xe0\x75\xa6\x28\xc8\x4e\x72\xd2\xc9\xaa\x9e\xd3\xbc\x56\x45\x46\x56\x80\x37\xa8\xd7\x7f\x4a\xfe\x92\x7c\x3f\x02\x48\x2d\xc9\xf1\x99\x2a\xc9\x79\x2c\xab\x1b\xd0\x75\x51\x8c\x00\x0a\x9c\x53\x11\xa1\x62\x55\xdd\x40\x8a\x25\x15\x93\xd5\x08\x40\x63\x49\x37\xa0\xb4\xa7\xdc\xca\xe9\x95\xf2\x2e\x91\xf5\x8e\x35\x8e\x58\x0f\x7c\x3e\xb7\xa6\x6e\xce\x77\xd7\x03\xa0\x86\x70\xf4\x94\x1b\xab\x9a\xbf\x27\xb0\xe2\xfd\xf1\xff\x69\xfb\xff\x20\x9c\xfb\x1d\xee\x0f\xca\xcb\x42\xa1\x9c\xff\xd0\xb3\xf8\x51\xb9\xb0\xa1\x2a\x6a\x8b\xc5\x11\xdd\xb2\xe6\x96\xc6\xfa\x87\x1d\x35\x13\x50\xab\xb0\xa0\x74\x5e\x17\x68\x0f\x8f\x8d\x00\x5c\x6a\x2a\xba\x01\x39\x55\x61\x4a\xd9\x08\x20\x0a\x58\xa0\x4c\x3a\xc1\xea\xb3\xe5\xe3\xf6\xce\x14\x75\xa9\x5b\x1c\x19\xb9\xd4\xaa\xca\x8b\x4a\x38\x42\x75\x70\xc0\x4a\x79\xa8\x96\xe8\x68\x14\x3c\xfe\x57\x67\xf4\x67\xf4\xcb\x1b\x48\x9c\x47\x5f\xbb\xa4\xbb\x1a\x54\xf2\xb9\xf3\x8b\xdf\x32\x75\xec\x8f\x3a\xbf\x14\x1f\x9f\x39\x46\xd7\x18\x5c\x12\x4c\x22\x28\xfa\x97\xa8\xc9\x5f\x58\x95\xbf\x5c\xaf\x94\xff\x25\xe9\x1c\x0f\xf4\xcc\x76\x3f\xbc\x84\x1c\x55\x62\x3e\xcc\x7e\x77\x35\xa0\xbb\xef\xfc\x72\x84\x2f\x6c\x59\x7f\x1f\xd4\x9a\x2e\xa9\xc4\x9b\xb8\xd7\x54\xa4\x6f\x3f\xdf\xff\xf4\xaf\xd3\xbd\x9f\x61\x9f\xc2\x7d\xb3\x82\x8c\x3d\x92\x9c\xc4\x6a\xcd\x51\x9b\x6c\x20\x98\xe3\x4a\x37\x4f\xa5\x46\x2f\x54\x5e\x87\x93\x2d\x68\x00\x4d\x94\x85\x70\x6b\x6b\x89\x95\x4f\x1d\x0c\x4f\x09\xdc\xee\xff\xf2\x41\xf9\x27\x8e\xb1\x08\x39\x69\xb2\x2a\x8d\xd8\xe4\x2f\x2c\x8a\x6d\x07\x34\xbb\xbc\x87\x85\x35\xa5\x04\xb3\x18\xf6\x25\xf1\x72\x52\x39\xc4\x35\x86\x79\xed\x01\x73\x6d\x9c\x57\xa9\x24\x00\x3f\x06\xd5\x25\xd6\x58\x89\x8c\x06\xe6\x0c\xae\x76\x31\x87\xe8\x2d\x18\x89\xd0\x7b\xf0\x60\xb3\x54\xe9\x12\x96\xe8\x42\x3c\xc6\xb2\xa5\x21\xeb\xc0\x74\xe4\x99\x9a\x14\x2b\x9c\xab\x42\x79\x45\xae\x9f\x6b\xce\x8c\x73\x02\xc1\xca\x41\x3e\xa0\x64\xe7\x05\x74\x80\x5d\xc6\xd1\x51\x47\x1f\x05\x6e\xc9\x8e\x61\xb3\x24\x2d\x94\x3c\x29\x9d\x06\x39\x60\xf1\x24\x52\xca\xc0\x88\x7a\x59\xb2\xa4\x39\x1b\x66\x49\x0b\xaf\xb2\xa6\x22\xeb\xdb\x98\x14\xbe\x4e\x08\xef\xfc\x7a\x60\x2c\xaf\xd8\x9e\x62\xdd\xd0\x58\x0a\x53\x10\x03\x04\x65\xd1\x04\x43\x8e\x57\x9c\x9a\x39\xc5\x31\x65\x07\x66\x22\xd2\x17\x9d\x99\xf9\xaf\x94\xfa\x04\xa6\x64\x19\x0c\x07\xad\xba\xc8\x98\xdd\x35\x59\x0f\x96\x52\x93\x6b\xf5\xdf\x2d\x6c\xd7\xd4\x6f\x05\x7a\x8a\x41\x70\xf7\x49\x40\x62\xfb\x5c\x63\x51\xd3\x58\xac\x96\x05\x6d\x89\xb1\x40\xad\x3b\xf0\x64\x8b\x4b\xe0\x93\xb1\x24\x75\xd7\x8d\x14\x20\xee\xe6\xfa\x3a\x57\xbe\x49\x5d\xa9\x29\xcb\x5a\x2b\xbf\xbd\xee\xd4\x7e\xee\x3a\xa3\x35\x15\xd7\x4e\xe5\x13\xb4\xe9\x52\x79\x4a\x7d\x6d\xe9\x1a\x2b\x35\x11\xd2\xb5\xa4\xaf\xa4\xcc\xae\x6c\x4c\x76\xee\xd5\x1e\xad\x47\xae\x1c\x3e\xc9\x04\x27\x34\xc0\xc9\x20\x38\x4c\x38\x1a\xb8\xd8\x09\x9a\x7f\x62\xe9\x7c\x79\x37\x9d\x41\x83\x5a\x94\x71\x28\x7d\x91\xfb\xee\xa0\xdb\xa9\x80\x05\xa6\xf4\x42\x8a\x06\xae\xfa\x1a\x8f\x23\x9d\x55\x46\x69\x2f\x7f\xa4\x85\x22\x7d\x28\x7e\x57\xcf\x4b\x36\x60\xf6\x0b\x72\x9e\x75\x95\xc0\x9d\xe4\x73\xb1\xf5\x2a\x43\x4f\x59\x02\xf7\x1a\xee\x38\xde\xde\x21\x17\x8a\xdf\x58\x01\x2c\x69\x37\x61\xc1\x5e\xa6\x82\x6e\x29\x72\xb8\x39\x48\xad\xeb\xee\xb1\x1c\x18\xd0\x17\x4b\x2a\x23\x27\xe5\xe9\x50\xc8\x1c\x72\x49\x08\x95\xcf\xee\xcc\xe1\xe2\xa1\x6d\xec\x6d\x86\x26\x9c\x31\x09\x9c\x77\x66\x8f\x6f\x1f\x6f\x60\x43\x8d\x87\x65\xac\x79\x2e\x50\x8e\xa0\xb2\x1b\xc1\xa2\x66\x79\x82\xa5\x82\x90\x5b\x0b\xfe\x09\xd7\xa6\xb6\xec\xb7\xa5\xa9\xb5\x1f\x4b\x8a\xc1\x4a\x71\x05\x2b\xe9\x13\xbc\x45\xe5\x0f\xa4\x2c\xf0\x3c\x95\x47\xbc\x1d\x31\x70\xd7\xa5\x7f\x5a\x51\xda\xb1\xce\x4e\x86\x18\x96\x63\x57\x29\x5c\x2b\x0f\xed\x18\x96\x77\xf8\x1a\xbf\xf9\x40\xdb\xfe\x0d\x87\x92\x7f\xdb\xc8\x32\xbb\x01\x6d\xa0\x30\x3a\x27\x2b\x1a\x38\x96\x45\xf8\x06\x6c\xef\x98\x86\x4f\x2c\xea\xcf\xec\x76\xff\x74\x52\xb8\xf0\xf9\xa7\x11\xe1\x2f\x46\xde\x31\x1a\xb6\x7d\x3e\x28\x19\xb9\x6b\x36\x63\x50\x74\xd3\xd8\xc1\x76\x3c\x00\xb7\xf1\xbf\x12\xab\x31\x38\x4a\x2d\xf9\x31\x24\x49\xf2\x62\x26\x24\x58\x5f\xc4\x85\xa4\x55\x09\xed\xde\x00\x3a\xa7\x72\xdd\x24\xbe\x7d\x37\x7f\xed\xb6\xda\xe3\xf3\x20\x07\x1c\xcc\xd7\x68\xb7\xec\xef\xa4\x65\x9a\x60\x62\xdd\xc0\xfa\x7c\x7a\xf3\x32\x5e\x9a\xca\xa7\x8f\x99\x49\xb7\xe4\xde\x5f\x10\x96\x7a\x56\x06\xa2\x6b\x77\x11\xad\xc5\xed\xe8\x50\x64\xcc\x13\xe9\xb4\xd7\x95\xf7\x04\x8a\xd2\x4b\xb1\x21\x48\xe6\x69\x8e\xf2\xc9\x4e\xa8\x54\x0e\x56\xea\x98\x82\xc1\xf8\x75\x52\x4a\xc3\x74\x4b\x91\x7b\x86\xe0\xa8\xea\xfd\x22\xdc\x81\xca\x38\xb5\x2d\x14\x65\x1c\x92\xf7\x37\x59\xca\x95\xf3\xf6\x10\xdb\x49\x32\x2b\x6b\x16\xaa\xb8\x84\x98\xb8\x33\xd6\xc1\x5c\x5a\x3e\x57\x94\xfa\x33\xa2\x3b\x81\xda\x52\x65\x9c\xf2\x9d\xfe\x78\x10\xff\x27\x5c\x93\xde\x3b\x00\x7e\x89\x1e\x52\xd4\x6d\x11\xbd\xcb\x75\xdf\x5c\x7f\x21\xcf\x9d\x93\x99\x6c\x0a\x74\x36\x49\x78\xa3\x8a\x02\xe8\x99\xd2\xba\x27\xef\x9e\x4e\x4b\x98\x65\xed\x40\xa4\x67\xad\xed\xc9\x4f\xa7\xb6\x03\x1a\x6f\x19\xe8\x8c\x09\x85\x83\xb0\xb9\x1f\x65\x42\xad\x2e\x24\x0c\x46\x1a\xe1\xf7\x64\x34\x19\xf0\xef\xf0\x3d\x4f\x56\xf5\x9c\xac\x26\x4f\x6e\x22\xa4\xd8\x35\x4d\x6a\xbd\xd2\x66\xa3\x27\x0b\x45\x45\xe6\x58\xa8\xbd\xf1\x03\x8e\xfb\xee\xd4\x14\x05\xa5\x2d\xf5\x4c\x7a\x20\x71\x9f\xb5\xc3\xba\xf8\x22\x7a\xe3\xf4\xa9\x5f\xc4\x47\x94\xc4\xdd\x11\xbb\x72\x6d\x97\x52\x6c\x83\xe5\x7a\x03\x19\x79\xb2\xa5\xd2\xfd\xcc\x81\xa8\x64\x4e\xce\xb3\xad\xa2\xa7\x7c\x2b\x6d\xab\xf4\x7a\xdc\xe3\x34\x2c\xd1\x41\x43\xef\x92\x5e\x78\xe7\x0a\xa0\xb3\x85\x67\x2f\xaf\xaf\x3e\x52\x8e\xe9\xb6\x4f\xca\x50\xa1\xc5\x92\x79\x74\x09\x74\xaa\x83\x41\xc0\x20\x3d\xf1\x1c\xd3\xd5\x06\x6d\x26\xa3\x66\xf4\x4a\x3a\xea\xed\x60\xfe\xbd\xc8\xce\xbe\xda\xd2\xa0\xe9\xa9\x2f\x14\xcb\x5d\x27\x46\x79\x13\x0f\x73\xcd\x9c\x29\x27\xff\xc5\x20\xb1\x04\x6e\x8b\xe2\x84\x40\x62\x3c\x71\x4b\xb4\x71\x1e\xcf\xad\x11\xcb\x36\x96\x31\xfd\xba\xde\x89\x65\x6e\x4c\x41\x38\xe4\xc0\xe7\x6d\xe2\x30\x76\xb4\x19\x75\x77\x34\x0e\x53\x2a\x6b\xd6\x2a\xdb\xdd\xb5\x88\xa1\x9e\x62\x0d\xdd\x6a\x70\x79\x30\x78\xef\x73\x77\xa2\xec\x82\x93\xc1\xbc\xf9\xd6\x64\xe7\xc6\x0d\x96\x67\x07\xdc\xbf\x0b\x6a\x8c\x87\xa0\x30\x79\x1e\x6b\xab\xe0\x95\x6c\xb1\x46\xc7\x70\x8a\xc3\xc6\xc8\x4d\x73\x55\x19\xeb\x41\x79\x78\x4d\x49\x9e\xc0\x07\xd4\x6a\xd5\x78\x77\x65\xb2\x37\x5f\xa3\xd8\x33\x1e\xf1\x8f\x1a\xed\xaa\x1e\x10\xef\xbe\x77\x73\x28\xfb\xcf\xb0\xfd\xc0\xc5\xe3\x18\xa8\x59\xb4\xb5\xf6\xaa\xa4\x21\xaa\xef\xfd\xab\x57\xed\x5c\x8a\xb3\x76\x46\x0b\xac\x0b\x9f\xc0\xc3\xe3\xec\x1d\xb7\x81\x65\xa5\x0a\x19\x64\x18\x40\xd0\xe8\xd5\x9a\x62\xd2\xe4\x33\x43\xd5\xba\x4a\x28\x09\x53\xb1\xda\xf1\xe9\xa7\x0a\xd3\x15\xe6\x34\x61\x11\xfc\x47\x00\xf3\x34\xe6\xf8\x6b\x74\xb1\x6d\xc4\x1e\xa6\x6f\x03\x20\x65\x5a\x4f\xde\x8d\xb9\xf2\xda\x50\x51\xf0\xbf\x3f\xdf\x7e\xfa\x28\x41\xf7\xbf\x3e\x7d\xec\x4e\x77\x5d\x02\xf7\x1e\xb0\x70\xa6\xa9\x8e\xfb\x73\x0b\x00\x7a\xe0\xae\xda\xc3\x9f\x7f\x50\x7f\x95\x7e\x9a\x4a\x63\xb7\x63\x70\xc1\x5d\x3e\x9b\x8c\x85\xa8\x9b\x61\x4e\x14\x81\x18\xc4\x10\xf7\x52\x66\x70\x51\x16\x2e\x97\xf8\x18\x3b\x25\x7a\x63\x19\xde\x18\xe2\x3d\x52\xb0\x2a\xc6\xf0\xba\xed\x08\x06\x40\xc6\x3e\x21\x9c\x68\xf3\x4e\xab\xf4\xac\xbd\x9b\xaa\x0a\xf4\x0b\x63\xcb\x37\x63\x28\x6b\xe7\x61\x89\xeb\xe1\xd0\x69\xea\x7c\x19\x19\x06\x5c\xa3\x2a\x58\xa7\x03\x21\xfd\x8f\x3c\xf5\x47\x9e\x3a\xfc\xa2\x57\x73\xf3\x7a\x69\xa6\xea\x46\xae\x78\x5c\x50\xb9\xf6\x2e\xf6\x69\x81\xce\x4f\x7e\x45\xfb\x74\x82\x31\x63\xe1\x29\x86\x11\x76\x1e\x09\x5a\x9d\x93\x6f\x64\xae\x99\xa2\x23\x98\x1b\xbf\xbc\x0c\x26\xc7\x91\x16\x28\x0b\x2c\xce\xae\x28\x1b\x83\xdf\x98\xe3\x6b\x83\x76\x9c\x7c\x0a\xa8\xa5\x70\x07\xca\x50\x36\xca\x2f\x43\xbf\xdf\xa0\xe1\x46\x64\x89\x6b\xb9\x39\xb6\x94\x12\x37\xd0\x04\x66\x4d\x43\x61\x10\x62\x01\xba\xe3\x28\x3c\x8b\xe0\x63\x96\x30\xdb\x26\x22\xe2\x70\x9d\xa2\xf4\xa2\xa8\x19\xa2\x24\x85\x13\x10\x99\x93\xa2\x6e\x0a\x74\xe9\x39\x6a\x6b\x49\x7b\x21\xb0\x89\x2d\x9d\x00\x1b\xb0\xf4\xf5\x77\xbb\x2f\x35\xd6\x92\xab\x4c\x98\x74\xc4\xf2\x63\xa1\xac\xf3\x7b\x9a\x0f\x8d\xd8\x9c\xe2\x68\x85\x4e\x16\x27\xe6\x90\x10\x79\xfc\xc0\x7a\xd6\x06\xe8\x59\x39\x99\xba\xcb\x55\x23\x07\xe1\x12\x7d\xba\x3c\xa9\x9f\x43\x70\x02\x63\xa0\x54\x87\xff\xb7\x0a\xe8\x82\x19\x4c\xcf\xe2\xd0\x5c\x5c\xae\x33\xcf\x4c\xc6\x31\xf5\x35\x16\x71\xef\x85\x13\x71\xb4\x5e\x2d\x30\x3d\xdb\x7d\x37\xb5\x69\xbb\xff\xe5\x43\x82\xfd\xaa\x37\xc2\xdb\x9f\x4d\x97\xe8\xc9\x2a\x2c\xe4\x62\xa9\x41\x09\xaf\x11\x7e\xc5\x7e\xa7\x6a\x27\x57\x5b\x79\xff\xa1\x9b\x1b\x4f\xc0\xf0\xca\xa6\x4b\xac\x24\xe0\xbe\x39\xdd\xb9\xf4\x98\x2e\x29\x5d\xb9\xba\xbc\x68\x14\x80\xed\x76\x78\x3d\xfd\xdb\xed\xf7\x6f\x5a\xaf\x34\xda\x1f\x5f\xf5\x34\xdf\x59\xd3\x53\x83\xf9\xe7\xc8\x1e\x9a\xd9\x56\x1a\x47\x9b\x3f\xdc\xfe\x24\x71\xa0\x94\xe9\x4f\x77\xd8\x37\x68\xe4\xc6\x06\xf9\x69\x2c\xa9\x73\xad\x1a\xde\x44\x71\xc8\x7f\xe1\xbc\x13\xa0\x30\xe9\xc9\x22\x63\x8f\x9b\xcd\x92\x2c\x41\xe8\xf6\xe5\xe0\x6e\x5c\xd7\x4c\x03\x9e\x3e\x9b\x6c\x28\x33\x9c\x9f\x86\xa3\xcd\xe9\xb2\x1b\x01\xb9\xb9\x6b\x26\x75\x0d\x13\x0d\x31\xb1\x54\xff\x16\x33\x60\xd5\x17\x53\x5f\x38\xe7\x9d\xa3\xa3\xfb\x0b\x66\xa6\x72\x53\x1e\x46\xa5\xe7\xbc\xfd\x04\x6f\x29\x67\x8f\xce\xf3\xa3\x41\x74\xbb\x99\xf2\xee\x48\xfb\x4c\xa0\xaa\x48\x77\x6a\x64\x5a\x4b\xa8\xb0\x54\xb0\x31\xf4\x89\xe6\xab\xc2\xd2\x7e\x99\x70\xd7\x90\x13\x37\xcd\x63\x87\xc6\x91\x56\x2e\x43\xb0\xad\x23\xfa\xe7\x89\x9e\xc3\x01\x59\x79\xb7\x27\x77\xbe\x7d\xc9\xe9\x5c\xf8\x29\xd0\xf9\x99\x45\xed\x54\xf3\x18\xeb\x22\x83\xfd\xc8\x9d\x11\x5b\x65\x13\x7d\x22\x2b\xbe\x05\xc5\x62\xb5\xa6\x94\x22\xa4\x27\x79\xec\x49\xd5\x00\x6a\x89\x01\x43\xe9\x35\xbc\xb7\xbc\x81\x0c\x3d\x4d\x5e\xee\x0c\x81\xdd\x1f\xe5\x86\xfb\x62\x56\x67\xf2\x8e\x61\xc7\xae\xd4\xca\x0d\xbf\x1b\x74\xed\x8d\xf9\xb7\xa6\xbd\x24\xe7\x7a\xdd\xab\x87\xe8\x5b\x58\xd6\x25\xea\x09\x57\x7e\xd2\x17\xc4\xc3\xa0\x74\x26\xa1\x5b\xe7\x90\x91\x47\x55\x38\xc0\xb9\xa9\x87\xcb\x35\xb9\x9e\x6b\xb5\x3a\xc4\xe4\x05\xf7\x93\xe8\x2e\x8c\xcb\x33\x79\x38\xc4\xdb\x5b\xc7\x6c\x05\xfe\xca\x45\x5d\x7c\x3d\x45\x7d\xd5\xcf\x00\x45\x53\xd9\xda\xc9\xb5\x81\x98\x71\xa8\xb0\x17\x30\xb3\x35\x8d\xe1\x3d\x16\x8e\xc6\xf0\x63\xe8\xfd\x5e\x4c\xd7\xc5\x97\xa8\xb3\x78\x69\xda\xad\x52\x5b\xda\x5e\x88\xfe\x74\xba\x18\xf4\xe3\xc1\xdb\xc4\x97\xde\x19\xaa\x9c\x5c\x4f\xea\xdc\x8f\xec\xa1\x32\x0d\xa9\x24\x9c\x68\x54\xf4\x1b\x93\xc9\x02\x55\x51\xdb\x73\x89\x2b\xee\x6a\x6c\xf3\xb5\x5a\x00\xea\xed\x71\xad\x72\x3a\xe4\x9e\x72\x84\x83\xc4\x25\x6f\x43\xc1\xd3\xb3\x8f\x1d\xe7\xb6\x19\x36\x05\x20\x27\x3a\x84\x13\x0a\x4e\xb9\x89\x1c\x78\x33\x71\x54\x94\x34\xdb\x01\xbd\xa7\xb2\xf2\x6d\xb2\x54\xae\x91\xc7\x0b\x87\x42\x11\xe0\x85\xd3\x81\xb8\x1b\x74\x5d\xce\x4f\xb4\xc0\x81\x79\x71\x88\xc1\x5d\x11\xd4\x27\x7c\xbe\x10\x77\x89\xcf\xaa\xac\xcb\x88\x5b\x32\x73\x00\x71\x22\xa3\x5d\x4e\xc7\xa9\x3c\x74\xa8\x10\x4e\x40\xd1\xc2\x1b\x81\x84\x91\xeb\xd0\x23\x1b\xf8\x0d\xf9\xe7\xa2\x20\x3e\x1c\x1d\xe4\xd9\x71\x20\xea\xf4\xea\xa7\x81\x87\x10\x67\xc6\x6d\x7e\x50\x4e\x47\x46\x2b\x72\x6a\x9f\x5e\x36\x6e\xbb\x44\xd7\x56\x7c\xbd\x70\x2e\x13\xd4\x49\x21\x0d\x0b\x68\x32\xe4\xb3\x93\xd6\xc7\x7a\x96\x7a\xa9\x38\x21\xa8\x4b\xde\x2c\xec\x85\x4d\x69\xc1\x5e\x16\x34\xcd\x5c\x66\x9d\xd9\x0f\xd2\x14\x5f\xf0\xf6\xed\xf1\xe8\x00\x77\x5e\x8c\xb9\x34\x4e\x5e\x91\x92\xf6\xb1\xc7\x0e\x13\xa7\x78\xa0\x47\x0f\x6d\x10\xda\xaf\xa9\x8f\xb3\x5e\xa3\x54\xa5\xfd\x5f\xfe\x3c\xc0\x5e\xbf\x9f\xca\x23\xf7\x33\x2c\xc9\x9e\x17\xca\xaf\x19\xc8\x5f\xf2\xaa\x23\x6e\x15\xb6\x43\xef\xd2\xbc\xe5\x90\x0a\x74\x37\xee\xff\x2d\x04\xc4\xbe\xf2\x73\xb8\x07\xec\xb9\x28\x3f\xce\x06\xe1\x44\x73\x75\x68\xbf\x09\x3d\xbd\x4f\x9c\x4f\x92\x13\x9f\x36\xff\xbe\xd4\xac\x2f\x26\x23\xbc\x55\xfa\xb0\xbb\xca\xf9\x06\xf4\xf4\xfa\xfc\xd1\x8f\xc1\x5d\x3a\xd7\x0d\xce\x1b\xcb\x11\xa1\xf3\x4b\x3d\x6f\xa7\xd3\x0d\x6f\xb1\x12\x86\xff\xf9\xdf\xd1\xff\x05\x00\x00\xff\xff\x70\xaf\x84\x17\xd1\x37\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3b\x5d\x73\xdb\x48\x72\xef\xfc\x15\x5d\xab\x07\xdb\x55\x24\x74\x9b\x5c\x5d\xa5\x94\xca\x83\x4e\xb6\xf7\x54\xb6\x25\xc7\xe4\xee\x65\xab\xf6\x41\x4d\xa0\x09\xce\x12\x98\xc1\xcd\x0c\x48\x31\xa9\xfc\xf7\x54\xf7\x0c\x40\x90\x04\x48\xae\x76\x9d\x7b\x31\x5e\x2c\x02\x33\x3d\xfd\xfd\x39\xbe\x82\xc9\x1f\xf7\x8c\xae\xe0\xa3\x4a\x49\x3b\xca\xc0\x1b\xf0\x4b\x82\xdb\x0a\xd3\x25\xc1\xd4\x2c\xfc\x06\x2d\xc1\x7b\x53\xeb\x0c\xbd\x32\x1a\x5e\xdf\x4e\xdf\xbf\x81\x5a\x67\x64\xc1\x68\x02\x63\xa1\x34\x96\x46\x57\x90\x1a\xed\xad\x9a\xd7\xde\x58\x28\x02\x40\xc0\xdc\x12\x95\xa4\xbd\x4b\x00\xa6\x44\x02\xfd\xe1\x71\x76\x7f\xf7\x0e\x16\xaa\x20\xc8\x94\x0b\x9b\x28\x83\x8d\xf2\xcb\xd1\x15\xf8\xa5\x72\xb0\x31\x76\x05\x0b\x63\x01\xb3\x4c\xf1\xc1\x58\x80\xd2\x0b\x63\xcb\x80\x86\xa5\x1c\x6d\xa6\x74\x0e\xa9\xa9\xb6\x56\xe5\x4b\x0f\x66\xa3\xc9\xba\xa5\xaa\x92\xd1\x15\xcc\x98\x8c\xe9\xfb\x06\x13\x17\xc0\xca\x99\xde\xc0\xcf\xa6\x8e\x34\x74\xc8\x8d\x5c\x18\xc3\x4f\x64\x1d\x1f\xf2\x2f\xc9\x9f\x46\x57\xf0\x9a\x97\x7c\x17\x3f\x7e\xf7\xe6\xdf\x61\x6b\x6a\x28\x71\x0b\xda\x78\xa8\x1d\x75\x20\xd3\x73\x4a\x95\x07\xa5\x21\x35\x65\x55\x28\xd4\x29\xed\xc8\x6a\x4f\x48\x40\x10\x60\x18\x66\xee\x51\x69\x40\x21\x03\xcc\xa2\xbb\x0c\xd0\x8f\xae\x46\x57\x20\xcf\xd2\xfb\xea\xe6\xfa\x7a\xb3\xd9\x24\x28\xe8\x26\xc6\xe6\xd7\x0d\x75\xd7\x1f\xef\xef\xde\x3d\x4c\xdf\x4d\x04\xe5\xd1\x15\xfc\xa8\x0b\x72\x0e\x2c\xfd\xa3\x56\x96\x32\x98\x6f\x01\xab\xaa\x50\x29\xce\x0b\x82\x02\x37\x2c\x38\x91\x8e\x08\x5d\x69\xd8\x58\xe5\x95\xce\xc7\xe0\xa2\xd4\x47\x57\x7b\xd2\xd9\xb1\xab\x41\x4f\xb9\xbd\x05\x46\x03\x6a\xf8\xee\x76\x0a\xf7\xd3\xef\xe0\xaf\xb7\xd3\xfb\xe9\x78\x74\x05\x7f\xbf\x9f\xfd\xed\xf1\xc7\x19\xfc\xfd\xf6\xcb\x97\xdb\x87\xd9\xfd\xbb\x29\x3c\x7e\x81\xbb\xc7\x87\xb7\xf7\xb3\xfb\xc7\x87\x29\x3c\xbe\x87\xdb\x87\x9f\xe1\xc3\xfd\xc3\xdb\x31\x90\xf2\x4b\xb2\x40\xcf\x95\x65\xfc\x8d\x05\xc5\x8c\xa4\x8c\x65\xda\x28\x50\x83\x00\xeb\x07\xff\x76\x15\xa5\x6a\xa1\x52\x28\x50\xe7\x35\xe6\x04\xb9\x59\x93\xd5\xac\x1e\x15\xd9\x52\x39\x16\xa7\x03\xd4\xd9\xe8\x0a\x0a\x55\x2a\x2f\x5a\xe4\x8e\x89\xe2\x63\xfe\x48\xdb\x1a\x61\xa5\xa2\x3a\xdd\x00\x56\x8a\x9e\x3d\x69\xc1\x26\x59\xfd\x9b\x4b\x94\xb9\x5e\x7f\x3f\x5a\x29\x9d\xdd\xc0\x5d\xed\xbc\x29\xbf\x90\x33\xb5\x4d\xe9\x2d\x2d\x94\x16\xcd\x1f\x95\xe4\x31\x43\x8f\x37\x23\x00\xd4\xda\x44\xe4\xf9\x27\x04\xab\x33\x45\x41\x76\x92\x93\x4e\x56\xf5\x9c\xe6\xb5\x2a\x32\xb2\x02\xbc\x39\x7a\xfd\xa7\xe4\x2f\xc9\xf7\x23\x80\xd4\x92\x6c\x9f\xa9\x92\x9c\xc7\xb2\xba\x01\x5d\x17\xc5\x08\xa0\xc0\x39\x15\x11\x2a\x56\xd5\x0d\xa4\x58\x52\x31\x59\x8d\x00\x34\x96\x74\x03\x4a\x7b\xca\xad\xec\x5e\x29\xef\x12\xf9\xde\xd1\xc6\x11\xcb\x81\xf7\xe7\xd6\xd4\xcd\xfe\xee\xf7\x00\xa8\x41\x1c\x3d\xe5\xc6\xaa\xe6\xf7\x04\x56\xbc\x3e\xfe\x9d\xb6\x7f\x07\xe6\xdc\xef\xce\xfe\xa0\xbc\x7c\x28\x94\xf3\x1f\x7a\x3e\x7e\x54\x2e\x2c\xa8\x8a\xda\x62\x71\x84\xb7\x7c\x73\x4b\x63\xfd\xc3\x0e\x9b\x09\xa8\x55\xf8\xa0\x74\x5e\x17\x68\x0f\xb7\x8d\x00\x5c\x6a\x2a\xba\x01\xd9\x55\x61\x4a\xd9\x08\x20\x32\x58\xa0\x4c\x3a\xce\xea\xb3\xe5\xed\xf6\xce\x14\x75\xa9\xdb\x33\x32\x72\xa9\x55\x95\x17\x91\xb0\x87\xea\x9c\x01\x2b\xe5\xa1\x5a\xa2\xa3\x51\xb0\xf8\x5f\x9d\xd1\x9f\xd1\x2f\x6f\x20\x71\x1e\x7d\xed\x92\xee\xd7\x20\x92\xcf\x9d\x37\x7e\xcb\xd8\xb1\x3d\xea\xfc\xd2\xf3\x78\xcf\xf1\x71\x8d\xc2\x25\x41\x25\x82\xa0\x7f\x89\x92\xfc\x85\x45\xf9\xcb\xf5\x4a\xf9\x5f\x92\xce\xf6\x80\xcf\x6c\xf7\xe2\x25\xe8\xa8\x12\xf3\x61\xf2\xbb\x5f\xc3\x71\xf7\x9d\x37\x47\xe7\x85\x25\xeb\xef\x83\x58\xd3\x25\x95\x78\x13\xd7\x9a\x8a\xf4\xed\xe7\xfb\x9f\xfe\x75\xba\xf7\x1a\xf6\x31\xdc\x57\x2b\xc8\xd8\x22\xc9\x89\xaf\xd6\xec\xb5\xc9\x06\x84\xd9\xaf\x74\xe3\x54\x6a\xf4\x42\xe5\x75\xd8\xd9\x82\x06\xd0\x44\x59\x70\xb7\xb6\x16\x5f\xf9\xd4\x39\xe1\x29\x81\xdb\xfd\x37\x1f\x94\x7f\x62\x1f\x8b\x90\x93\x26\xab\xd2\x78\x9a\xfc\xc2\xa2\xd8\x76\x40\xb3\xc9\x7b\x58\x58\x53\x8a\x33\x8b\x6e\x5f\x02\x2f\x07\x95\xc3\xb3\xc6\x30\xaf\x3d\x60\xae\x8d\xf3\x2a\x95\x00\xe0\xc7\xa0\xba\xc8\x1a\x2b\x9e\xd1\xc0\x9c\xc1\xd5\x2e\xc6\x10\xbd\x05\x23\x1e\x7a\x0f\x1e\x6c\x96\x2a\x5d\xc2\x12\x5d\xf0\xc7\x58\xb6\x38\x64\x1d\x98\x8e\x3c\x63\x93\x62\x85\x73\x55\x28\xaf\xc8\xf5\x53\xcd\x91\x71\x4e\x20\xa7\xb2\x93\x0f\x47\xb2\xf1\x02\x3a\xc0\x2e\xe1\xe8\xa8\x23\x8f\x02\xb7\x64\xc7\xb0\x59\x92\x16\x4c\x9e\x94\x4e\x03\x1f\xb0\x78\x12\x2e\x65\x60\x44\xbc\xcc\x59\xd2\x1c\x0d\xb3\xa4\x85\x57\x59\x53\x91\xf5\xad\x4f\x0a\x4f\xc7\x85\x77\xde\x1e\x28\xcb\x2b\xd6\xa7\x98\x37\x34\x9a\xc2\x18\x44\x07\x41\x59\x54\xc1\x10\xe3\x15\x87\x66\x0e\x71\x8c\xd9\x81\x9a\x08\xf7\x45\x66\x66\xfe\x2b\xa5\x3e\x81\x29\x59\x06\xc3\x4e\xab\x2e\x32\x26\x77\x4d\xd6\x83\xa5\xd4\xe4\x5a\xfd\x77\x0b\xdb\x35\xf9\x5b\x81\x9e\xa2\x13\xdc\x3d\xe2\x90\x58\x3f\xd7\x58\xd4\x34\x16\xad\x65\x46\x5b\xe2\x53\xa0\xd6\x1d\x78\xb2\xc4\x25\xf0\xc9\x58\x92\xbc\xeb\x46\x12\x10\x77\x73\x7d\x9d\x2b\xdf\x84\xae\xd4\x94\x65\xad\x95\xdf\x5e\x77\x72\x3f\x77\x9d\xd1\x9a\x8a\x6b\xa7\xf2\x09\xda\x74\xa9\x3c\xa5\xbe\xb6\x74\x8d\x95\x9a\x08\xea\x5a\xc2\x57\x52\x66\x57\x36\x06\x3b\xf7\x6a\x0f\xd7\x23\x53\x0e\x8f\x44\x82\x13\x12\xe0\x60\x10\x0c\x26\x6c\x0d\x54\xec\x18\xcd\xaf\x98\x3b\x5f\xde\x4d\x67\xd0\x1c\x2d\xc2\x38\xe4\xbe\xf0\x7d\xb7\xd1\xed\x44\xc0\x0c\x53\x7a\x21\x49\x03\x67\x7d\x8d\xc5\x91\xce\x2a\xa3\xb4\x97\x1f\x69\xa1\x48\x1f\xb2\xdf\xd5\xf3\x92\x15\x98\xed\x82\x9c\x67\x59\x25\x70\x27\xf1\x5c\x74\xbd\xca\xd0\x53\x96\xc0\xbd\x86\x3b\xf6\xb7\x77\xc8\x89\xe2\x57\x16\x00\x73\xda\x4d\x98\xb1\x97\x89\xa0\x9b\x8a\x1c\x2e\x0e\x5c\xeb\x9a\x7b\x4c\x07\x06\xe4\xc5\x9c\xca\xc8\x49\x7a\x3a\xe4\x32\x87\x4c\x12\x42\xe6\xb3\xdb\x73\xf8\xf1\x50\x37\xf6\x16\x43\xe3\xce\x18\x05\x8e\x3b\xb3\xc7\xb7\x8f\x37\xb0\xa1\xc6\xc2\x32\x96\x3c\x27\x28\x47\x50\xd9\x8c\x60\x51\x33\x3f\xc1\x52\x41\xc8\xa5\x05\xbf\xc2\xb5\xa9\x2d\xdb\x6d\x69\x6a\xed\xc7\x12\x62\xb0\x52\x9c\xc1\x4a\xf8\x04\x6f\x51\xf9\x03\x2e\x0b\x3c\x4f\xe5\x11\x6d\x47\x04\xdc\x75\xf1\x9f\x56\x94\x76\xb4\xb3\x13\x21\x86\xf9\xd8\x15\x0a\xe7\xca\x43\x2b\x86\xf9\x1d\x9e\xc6\x6e\x3e\xd0\xb6\x7f\xc1\x21\xe7\xdf\x36\xbc\xcc\x6e\x40\x1b\x28\x8c\xce\xc9\x8a\x04\x8e\x79\x11\x9e\x01\xdd\x3b\xc6\xe1\x13\xb3\xfa\x33\x9b\xdd\x3f\x1d\x15\x4e\x7c\xfe\x69\x48\xf8\x8b\x0f\xef\x28\x0d\xeb\x3e\x6f\x94\x88\xdc\x55\x9b\x31\x28\xba\x69\xf4\x60\x3b\x1e\x80\xdb\xd8\x5f\x89\xd5\x18\x1c\xa5\x96\xfc\x18\x92\x24\x79\x31\x11\xe2\xac\x2f\xa2\x42\xc2\xaa\xb8\x76\x6f\x00\x9d\x53\xb9\x6e\x02\xdf\xbe\x99\xbf\x76\x5b\xed\xf1\x79\x90\x02\x76\xe6\x6b\xb4\x5b\xb6\x77\xd2\xd2\x4d\x30\x31\x6f\x60\x79\x3e\xbd\x79\x19\x2d\x4d\xe6\xd3\x47\xcc\xa4\x9b\x72\xef\x7f\x10\x92\x7a\xbe\x0c\x78\xd7\xee\x47\xb4\x16\xb7\xa3\x43\x96\x31\x4d\xa4\xd3\x5e\x53\xde\x63\x28\x4a\x2d\xc5\x8a\x20\x91\xa7\xd9\xca\x3b\x3b\xae\x52\x39\x58\xa9\x63\x0c\x06\xfd\xd7\x49\x2e\x0d\xe3\x2d\x49\xee\x19\x84\xa3\xa8\xf7\x93\x70\x07\x2a\xe3\xd0\xb6\x50\x94\xb1\x4b\xde\x5f\x64\x29\x57\xce\xdb\xc3\xd3\x4e\xa2\x59\x59\xb3\x50\xc5\x25\xc8\xc4\x95\x31\x0f\xe6\xd4\xf2\xb9\xa2\xd4\x9f\x61\xdd\x89\xa3\x2d\x55\xc6\x29\xdf\xa9\x8f\x07\xcf\xff\x84\x6b\xd2\x7b\x1b\xc0\x2f\xd1\x43\x8a\xba\x4d\xa2\x77\xb1\xee\xab\xcb\x2f\xc4\xb9\x73\x3c\x93\x45\x01\xcf\x26\x08\x6f\x54\x51\x00\x3d\x53\x5a\xf7\xc4\xdd\xd3\x61\x09\xb3\xac\x6d\x88\xf4\x7c\x6b\x6b\xf2\xd3\xa1\xed\x00\xc7\x5b\x06\x3a\x63\x44\xe1\xc0\x6d\xee\x7b\x99\x90\xab\x0b\x0a\x83\x9e\x46\xe8\x3d\xe9\x4d\x06\xec\x3b\x3c\xcf\x93\x55\x3d\x27\xab\xc9\x93\x9b\x08\x2a\x76\x4d\x93\x5a\xaf\xb4\xd9\xe8\xc9\x42\x51\x91\x39\x66\x6a\xaf\xff\x80\xe3\xba\x3b\x35\x45\x41\x69\x8b\x3d\xa3\x1e\x50\xdc\x27\xed\x30\x2f\xbe\x08\xdf\xd8\x7d\xea\x67\xf1\x11\x26\x71\x75\x3c\x5d\xb9\xb6\x4a\x29\xb6\x41\x73\xbd\x81\x8c\x3c\xd9\x52\xe9\x7e\xe2\x40\x44\x32\x27\xe7\x59\x57\xd1\x53\xbe\x95\xb2\x55\x6a\x3d\xae\x71\x1a\x92\xe8\xa0\xa0\x77\x49\x2f\xbc\x73\x09\xd0\xd9\xc4\xb3\x97\xd6\x57\x1f\x29\xc7\x74\xdb\xc7\x65\xa8\xd0\x62\xc9\x34\xba\x04\x3a\xd9\xc1\x20\x60\x90\x9a\x78\x8e\xe9\x6a\x83\x36\x93\x56\x33\x7a\x25\x15\xf5\x76\x30\xfe\x5e\xa4\x67\xbf\x5b\xd3\xa0\xa9\xa9\x2f\x64\xcb\x5d\xc7\x47\x79\x13\x37\x73\xce\x9c\x29\x27\x7f\x62\xe0\x58\x02\xb7\x45\x71\x82\x21\xd1\x9f\xb8\x25\xda\xd8\x8f\xe7\xd2\x88\x79\x1b\xd3\x98\x7e\x59\xef\xd8\x32\x37\xa6\x20\x1c\x32\xe0\xf3\x3a\x71\xe8\x3b\xda\x88\xba\xdb\x1a\x9b\x29\x95\x35\x6b\x95\xed\x66\x2d\xa2\xa8\xa7\x48\x43\xb7\x1a\xfc\x3c\xe8\xbc\xf7\xa9\x3b\x91\x76\xc1\x49\x67\xde\x3c\x6b\xb2\x73\xe3\x06\xd3\xb3\x03\xea\xdf\x05\x31\xc6\x4d\x50\x98\x3c\x8f\xb9\x55\xb0\x4a\xd6\x58\xa3\xa3\x3b\xc5\x61\x65\xe4\xa2\xb9\xaa\x8c\xf5\xa0\x3c\xbc\xa6\x24\x4f\xe0\x03\x6a\xb5\x6a\xac\xbb\x32\xd9\x9b\xdf\x23\xd8\x33\x16\xf1\x8f\x1a\xed\xaa\x1e\x60\xef\xbe\x75\xb3\x2b\xfb\xcf\xb0\xfc\xc0\xc4\x63\x1b\xa8\xf9\x68\x6b\xed\x55\x49\x43\x58\xdf\xfb\x57\xaf\xda\xbe\x14\x47\xed\x8c\x16\x58\x17\x3e\x81\x87\xc7\xd9\x3b\x2e\x03\xcb\x4a\x15\xd2\xc8\x30\x80\xa0\xd1\xab\x35\xc5\xa0\xc9\x7b\x86\xb2\x75\x95\x50\x12\xba\x62\xb5\xe3\xdd\x4f\x15\xa6\x2b\xcc\x69\xc2\x2c\xf8\x8f\x00\xe6\x69\xcc\xfe\xd7\xe8\x62\xdb\xb0\x3d\x74\xdf\x06\x40\x4a\xb7\x9e\xbc\x1b\x73\xe6\xb5\xa1\xa2\xe0\x7f\x7f\xbe\xfd\xf4\x51\x9c\xee\x7f\x7d\xfa\xd8\xed\xee\xba\x04\xee\x3d\x60\xe1\x4c\x93\x1d\xf7\xc7\x16\x00\xf4\xc0\x55\xb5\x87\x3f\xff\xa0\xfe\x2a\xf5\x34\x95\xc6\x6e\xc7\xe0\x82\xb9\x7c\x36\x19\x33\x51\x37\xcd\x9c\xc8\x02\x51\x88\x21\xea\x25\xcd\xe0\xa4\x2c\x0c\x97\x78\x1b\x1b\x25\x7a\x63\x19\xde\x18\xe2\x1c\x29\x68\x15\x9f\xf0\xba\xad\x08\x06\x40\xc6\x3a\x21\xec\x68\xe3\x4e\x2b\xf4\xac\x9d\x4d\x55\x05\xfa\x85\xb1\xe5\x9b\x31\x94\xb5\xf3\xb0\xc4\xf5\xb0\xeb\x34\x75\xbe\x8c\x04\x03\xae\x51\x15\x2c\xd3\x01\x97\xfe\x2d\x4e\x7d\x8b\x53\x87\x4f\xb4\x6a\x2e\x5e\x2f\x8d\x54\x5d\xcf\x15\xb7\xcb\x51\xae\x9d\xc5\x3e\x2d\xd0\xf9\xc9\xaf\x68\x9f\x4e\x10\x66\x2c\x3c\x45\x37\xc2\xc6\x23\x4e\xab\xb3\xf3\x8d\xf4\x35\x53\x74\x04\x73\xe3\x97\x97\xc1\x64\x3f\xd2\x02\x65\x86\xc5\xde\x15\x65\x63\xf0\x1b\x73\x3c\x36\x68\xdb\xc9\xa7\x80\x5a\x0a\x33\x50\x86\xb2\x51\x7e\x19\xea\xfd\xe6\x18\x2e\x44\x96\xb8\x96\xc9\xb1\xa5\x94\xb8\x80\x26\x30\x6b\x1a\x72\x83\x10\x13\xd0\x1d\x45\xe1\x5a\x04\x6f\xb3\x84\xd9\x36\x11\x16\x87\x71\x8a\xd2\x8b\xa2\x66\x88\x12\x14\x4e\x40\x64\x4a\x8a\xba\x49\xd0\xa5\xe6\xa8\xad\x25\xed\x05\xc1\xc6\xb7\x74\x1c\x6c\x38\xa5\xaf\xbe\xdb\x3d\xa9\xb1\x96\x5c\x65\x42\xa7\x23\xa6\x1f\x0b\x65\x9d\xdf\x93\x7c\x28\xc4\xe6\x14\x5b\x2b\x74\x32\x39\x31\x87\x88\xc8\xe5\x07\x96\xb3\x36\x40\xcf\xca\x49\xd7\x5d\x46\x8d\xec\x84\x4b\xf4\xe9\xf2\xa4\x7c\x0e\xc1\x09\x8c\x81\x54\x1d\xfe\xdf\x32\xa0\x33\x3e\xa9\x69\x2e\x5c\x58\xf4\x7c\x89\xcb\xa3\x97\x75\xe4\x1d\xd4\x55\x2c\xe4\xbd\x89\x97\x4a\x68\x6f\xbc\x39\x74\xa4\x0c\xc4\x0e\x7b\x00\x03\x6e\xe4\x5b\xc8\xf8\x16\x32\x7e\x03\xe3\x06\x3f\x0e\xcd\x7b\x64\x4c\x7f\x66\xe2\x83\xa9\xaf\xb1\x88\x6b\xf7\x96\x0e\x6b\x27\x5a\xaf\x16\x98\x9e\xed\x2a\x35\x35\x57\xbb\xfe\xe5\xcd\xaf\xfd\x6a\x2e\xc2\xdb\x9f\xb9\x94\xe8\xc9\x2a\x2c\x64\x60\xda\x1c\x09\xaf\x11\x7e\xc5\xfe\x60\xd1\x76\x64\xb7\x72\xaf\x49\x37\x93\x7c\xc0\x70\x7b\xac\x8b\xac\x24\x96\x7d\xfd\xe7\x73\x36\x9c\x2e\x29\x5d\xb9\xba\xbc\xa8\xc5\x85\xed\x72\x78\x3d\xfd\xdb\xed\xf7\x6f\xda\x68\x63\xb4\x3f\x1e\x61\x36\xcf\x59\x97\xaa\x06\x8d\xe4\x48\x1f\x9a\x9e\x6d\x1a\x5b\xf6\x3f\xdc\xfe\x24\x3e\xa0\x14\x8f\xd6\x6d\x62\x0f\xaa\xb9\xb1\x81\x7f\x1a\x4b\xea\x5c\x17\x08\x77\xfd\x38\x95\x79\x61\x1f\x1f\xa0\x30\xe9\x49\x4f\xb8\x47\xcd\x66\x49\x96\x20\x74\xb1\x64\xe3\xae\x0d\xdd\x74\xb9\x9e\x3e\x9b\x6c\x28\xe3\x39\x3f\xe5\x41\x9b\xd3\x65\x93\x2e\x99\x48\x37\x1d\xe8\x86\x88\x06\x99\x58\x82\x7e\x8d\xd9\x86\xea\xcb\x15\x5e\x38\xbf\x98\xa3\xa3\xfb\x0b\x66\x01\x72\x03\x24\x8c\x00\xce\x59\xfb\x09\xda\x52\xce\x8a\x3a\xd7\xea\x06\x8f\xdb\xcd\x4a\x76\x5b\xda\xeb\x2f\x55\x45\xba\x53\xfb\xd1\x5a\x5c\x85\xa5\x82\x95\xa1\x8f\x35\xbf\xcb\x2d\xed\xa7\xbf\x77\x0d\x3a\x71\xd1\x3c\x76\x1e\xd8\xd3\xca\x90\x0f\xdb\xfc\xb8\xbf\x4f\xee\xd9\x1d\x90\x95\xfb\xa8\x72\x97\xa1\x2f\xb0\x9c\x73\x3f\x05\x3a\x3f\xb3\xa8\x9d\x6a\x2e\x19\x5e\xa4\xb0\x1f\xb9\xe2\x67\xad\x6c\xbc\x4f\x24\xc5\xb7\xa0\x98\xad\xd6\x94\x92\x5c\xf7\x04\x8f\x3d\xae\x1a\x40\x2d\x3e\x60\x28\x34\x86\x7b\xc4\x37\x90\xa1\xa7\xc9\xcb\x8d\x21\x90\xfb\xa3\xdc\xdc\xb8\x98\xd4\x99\xdc\xcf\xd9\x91\x2b\x01\xbd\xa1\x77\x83\xae\xbd\x09\xf2\xb5\x71\x2f\xc9\xb9\x5e\xf3\xea\x41\xfa\x16\x96\x75\x89\x7a\xc2\x15\x8d\x24\x2f\x71\x33\x28\x9d\x89\xeb\xd6\x39\x64\xe4\x51\x15\x0e\x70\x6e\xea\xe1\x2c\x4c\xc6\xce\xad\x54\x87\x88\xbc\x60\xee\x8e\xee\x42\xbf\x3c\x93\x0b\x71\xbc\xbc\x35\xcc\x96\xe1\xaf\x5c\x94\xc5\xef\xc7\xa8\x2f\xfb\x19\xc0\x68\x2a\x4b\x3b\xb1\x36\x20\x33\x0e\x95\xe3\x02\x66\xb6\xa6\x31\xbc\xc7\xc2\xd1\x18\x7e\x0c\x09\xea\x8b\xf1\xba\xf8\x72\xc0\x2c\x5e\x06\xe8\x56\x5f\x2d\x6e\x2f\x3c\xfe\x74\xb8\x18\xb4\xe3\xc1\x29\xf9\x4b\x67\xe1\x2a\x27\xd7\x13\x3a\xf7\x3d\x7b\xc8\x4c\x43\x28\x09\x3b\x1a\x11\xfd\xc6\x60\xb2\x40\x55\xd4\xf6\x5c\xe0\x8a\xab\x1a\xdd\x7c\xad\x16\x80\x7a\x7b\x9c\xab\x9c\x76\xb9\xa7\x0c\xe1\x20\x70\xc9\x9d\x67\xf0\xf4\xec\x63\x27\x65\xdb\x34\x51\x03\x90\x13\x15\xc2\x09\x01\xa7\x66\x4d\x17\x55\xbe\xe1\xa0\xb0\x1c\xd0\x7b\x2a\x2b\xdf\x06\x4b\xe5\x1a\x7e\xbc\xb0\x72\x8d\x00\x2f\x2c\xce\xe2\x6a\xd0\x75\x39\x3f\xd1\xda\x09\xc4\x8b\x41\x0c\xae\x8a\xa0\x3e\xe1\xf3\x85\x67\x97\xf8\xac\xca\xba\x8c\x67\x4b\x64\x0e\x20\x4e\x44\xb4\xcb\xf1\x38\x15\x87\x0e\x05\xc2\x01\x28\x6a\x78\xc3\x90\x30\x4a\x18\xba\x3c\x06\xbf\x21\xfe\x5c\xe4\xc4\x87\xbd\x83\x5c\xa7\x0f\x48\x9d\xfe\xfa\x69\xe0\x82\xcf\x99\x9e\x80\x1f\xe4\xd3\x91\xd2\x0a\x9f\xda\x2b\xc5\x8d\xd9\x2e\xd1\xb5\x19\x5f\x2f\x9c\xcb\x18\x75\x92\x49\xc3\x0c\x9a\x0c\xd9\xec\xa4\xb5\xb1\x9e\x4f\xbd\x58\x9c\x60\xd4\x25\x77\x71\xf6\xdc\xa6\x94\x60\x2f\x73\x9a\x66\x2e\x0d\x99\xec\x07\x29\x8a\x2f\xb8\xd3\xf9\x78\xb4\x81\x2b\x2f\x3e\xb9\x34\x4e\x6e\x47\x93\xf6\xb1\xc6\x0e\x9d\xd4\xb8\xa1\x47\x0e\xad\x13\xda\xcf\xa9\x8f\xa3\x5e\x23\x54\xa5\xfd\x5f\xfe\x3c\x40\x5e\xbf\x9d\xca\x7f\xde\x38\x43\x92\xac\x79\x21\xff\x9a\x41\xd3\x25\xb7\x95\xe2\x52\x21\x3b\xd4\x2e\xcd\x1d\x25\xc9\x40\x77\x63\xac\xdf\x82\x40\xac\x2b\x3f\x87\xf9\x76\xcf\x05\x90\xe3\x68\x10\x76\x34\x23\x71\xfb\x55\xf0\xe9\xbd\xba\x7f\x12\x9d\x78\x65\xff\x8f\xc5\x66\x7d\x31\x1a\xe1\x0e\xde\x87\xdd\x88\xf2\x2b\xe0\xd3\x6b\xf3\x47\x2f\x83\xb9\x74\x7a\xa2\xce\x1b\xcb\x1e\xa1\xf3\xa6\x9e\xb7\x53\x97\x86\xb6\x98\x09\xc3\xff\xfc\xef\xe8\xff\x02\x00\x00\xff\xff\x7a\x0a\x6d\x4f\xa9\x3a\x00\x00"), }, "/crd/bases/camel.apache.org_integrationplatforms.yaml": &vfsgen۰CompressedFileInfo{ name: "camel.apache.org_integrationplatforms.yaml", diff --git a/pkg/trait/init.go b/pkg/trait/init.go index 9e29e5b911..dbb6c8c10b 100644 --- a/pkg/trait/init.go +++ b/pkg/trait/init.go @@ -34,7 +34,7 @@ const flowsInternalSourceName = "camel-k-embedded-flow.yaml" type initTrait struct { BaseTrait - traitv1.Trait + traitv1.Trait `property:",squash"` } func NewInitTrait() Trait { diff --git a/pkg/trait/quarkus.go b/pkg/trait/quarkus.go index fc55095950..92e34fc19e 100644 --- a/pkg/trait/quarkus.go +++ b/pkg/trait/quarkus.go @@ -243,8 +243,9 @@ func (t *quarkusTrait) newIntegrationKit(e *Environment, packageType traitv1.Qua Dependencies: e.Integration.Status.Dependencies, Repositories: e.Integration.Spec.Repositories, Traits: v1.IntegrationKitTraits{ - Builder: e.Integration.Spec.Traits.Builder, - Quarkus: e.Integration.Spec.Traits.Quarkus, + Builder: e.Integration.Spec.Traits.Builder, + Quarkus: e.Integration.Spec.Traits.Quarkus, + Registry: e.Integration.Spec.Traits.Registry, }, } diff --git a/pkg/trait/registry.go b/pkg/trait/registry.go index 2a7cbc61d1..c303c5b036 100644 --- a/pkg/trait/registry.go +++ b/pkg/trait/registry.go @@ -39,7 +39,7 @@ import ( type registryTrait struct { BaseTrait - traitv1.RegistryTrait + traitv1.RegistryTrait `property:",squash"` } func newRegistryTrait() Trait {