From 85ea2eb5ac2b6f6c18a7809a9aa4576fdf48c04c Mon Sep 17 00:00:00 2001 From: Zhiguo Lee Date: Fri, 14 Oct 2022 14:17:18 +0800 Subject: [PATCH] Revert "feat(platform): support lb (#2091)" (#2111) This reverts commit f0ae6eea177e87b9164751a31e2de0ba7d6ff22c. --- api/openapi/zz_generated.openapi.go | 58 - api/platform/types.go | 11 +- api/platform/v1/generated.pb.go | 1024 ++++++----------- api/platform/v1/generated.proto | 14 - api/platform/v1/types.go | 12 - .../v1/types_swagger_doc_generated.go | 18 - api/platform/v1/zz_generated.conversion.go | 36 - api/platform/v1/zz_generated.deepcopy.go | 31 - api/platform/zz_generated.deepcopy.go | 31 - pkg/platform/types/types.go | 26 - pkg/platform/types/v1/types.go | 26 - 11 files changed, 357 insertions(+), 930 deletions(-) diff --git a/api/openapi/zz_generated.openapi.go b/api/openapi/zz_generated.openapi.go index fe5a3340a..41c8fa70a 100644 --- a/api/openapi/zz_generated.openapi.go +++ b/api/openapi/zz_generated.openapi.go @@ -1089,7 +1089,6 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA "tkestack.io/tke/api/platform/v1.ThirdPartyHA": schema_tke_api_platform_v1_ThirdPartyHA(ref), "tkestack.io/tke/api/platform/v1.Upgrade": schema_tke_api_platform_v1_Upgrade(ref), "tkestack.io/tke/api/platform/v1.UpgradeStrategy": schema_tke_api_platform_v1_UpgradeStrategy(ref), - "tkestack.io/tke/api/platform/v1.VIPPool": schema_tke_api_platform_v1_VIPPool(ref), "tkestack.io/tke/api/registry/v1.Chart": schema_tke_api_registry_v1_Chart(ref), "tkestack.io/tke/api/registry/v1.ChartGroup": schema_tke_api_registry_v1_ChartGroup(ref), "tkestack.io/tke/api/registry/v1.ChartGroupImport": schema_tke_api_registry_v1_ChartGroupImport(ref), @@ -55062,24 +55061,10 @@ func schema_tke_api_platform_v1_TKEHA(ref common.ReferenceCallback) common.OpenA Format: "int32", }, }, - "directorip": { - SchemaProps: spec.SchemaProps{ - Description: "DirectorIP: an inner vip used by tcs-lb components", - Type: []string{"string"}, - Format: "", - }, - }, - "vippool": { - SchemaProps: spec.SchemaProps{ - Ref: ref("tkestack.io/tke/api/platform/v1.VIPPool"), - }, - }, }, Required: []string{"vip"}, }, }, - Dependencies: []string{ - "tkestack.io/tke/api/platform/v1.VIPPool"}, } } @@ -55393,49 +55378,6 @@ func schema_tke_api_platform_v1_UpgradeStrategy(ref common.ReferenceCallback) co } } -func schema_tke_api_platform_v1_VIPPool(ref common.ReferenceCallback) common.OpenAPIDefinition { - return common.OpenAPIDefinition{ - Schema: spec.Schema{ - SchemaProps: spec.SchemaProps{ - Description: "vippool: vippool is a pool of vips, supported by tcs lb", - Type: []string{"object"}, - Properties: map[string]spec.Schema{ - "inner": { - SchemaProps: spec.SchemaProps{ - Description: "Inner: private ip pool, svc using a vip in inner pool will not be exposed on Internet", - Type: []string{"array"}, - Items: &spec.SchemaOrArray{ - Schema: &spec.Schema{ - SchemaProps: spec.SchemaProps{ - Default: "", - Type: []string{"string"}, - Format: "", - }, - }, - }, - }, - }, - "outer": { - SchemaProps: spec.SchemaProps{ - Description: "Outer: public ip pool, svc using a vip in outer pool will be exposed on Internet", - Type: []string{"array"}, - Items: &spec.SchemaOrArray{ - Schema: &spec.Schema{ - SchemaProps: spec.SchemaProps{ - Default: "", - Type: []string{"string"}, - Format: "", - }, - }, - }, - }, - }, - }, - }, - }, - } -} - func schema_tke_api_registry_v1_Chart(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ diff --git a/api/platform/types.go b/api/platform/types.go index 8e5616854..56673c15b 100644 --- a/api/platform/types.go +++ b/api/platform/types.go @@ -568,17 +568,10 @@ type HA struct { } type TKEHA struct { - VIP string - VRID *int32 - DirectorIP string //an inner vip used by tcs-lb components - VIPPool *VIPPool + VIP string + VRID *int32 } -//vippool: vippool is a pool of vips, supported by tcs lb -type VIPPool struct { - Inner []string //private ip pool, svc using a vip in inner pool will not be exposed on Internet - Outer []string //public ip pool, svc using a vip in outer pool will be exposed on Internet -} type ThirdPartyHA struct { VIP string VPort int32 diff --git a/api/platform/v1/generated.pb.go b/api/platform/v1/generated.pb.go index efae77a4d..5530b8b03 100644 --- a/api/platform/v1/generated.pb.go +++ b/api/platform/v1/generated.pb.go @@ -2233,34 +2233,6 @@ func (m *UpgradeStrategy) XXX_DiscardUnknown() { var xxx_messageInfo_UpgradeStrategy proto.InternalMessageInfo -func (m *VIPPool) Reset() { *m = VIPPool{} } -func (*VIPPool) ProtoMessage() {} -func (*VIPPool) Descriptor() ([]byte, []int) { - return fileDescriptor_6e12a3c1f6fbf61e, []int{78} -} -func (m *VIPPool) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *VIPPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - b = b[:cap(b)] - n, err := m.MarshalToSizedBuffer(b) - if err != nil { - return nil, err - } - return b[:n], nil -} -func (m *VIPPool) XXX_Merge(src proto.Message) { - xxx_messageInfo_VIPPool.Merge(m, src) -} -func (m *VIPPool) XXX_Size() int { - return m.Size() -} -func (m *VIPPool) XXX_DiscardUnknown() { - xxx_messageInfo_VIPPool.DiscardUnknown(m) -} - -var xxx_messageInfo_VIPPool proto.InternalMessageInfo - func init() { proto.RegisterType((*AddonSpec)(nil), "tkestack.io.tke.api.platform.v1.AddonSpec") proto.RegisterType((*App)(nil), "tkestack.io.tke.api.platform.v1.App") @@ -2359,7 +2331,6 @@ func init() { proto.RegisterType((*ThirdPartyHA)(nil), "tkestack.io.tke.api.platform.v1.ThirdPartyHA") proto.RegisterType((*Upgrade)(nil), "tkestack.io.tke.api.platform.v1.Upgrade") proto.RegisterType((*UpgradeStrategy)(nil), "tkestack.io.tke.api.platform.v1.UpgradeStrategy") - proto.RegisterType((*VIPPool)(nil), "tkestack.io.tke.api.platform.v1.VIPPool") } func init() { @@ -2367,366 +2338,361 @@ func init() { } var fileDescriptor_6e12a3c1f6fbf61e = []byte{ - // 5741 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3d, 0x4b, 0x6c, 0x24, 0xc7, - 0x75, 0x9a, 0x19, 0x0e, 0x39, 0x7c, 0xc3, 0x6f, 0x2d, 0x57, 0x1a, 0x51, 0xf2, 0x72, 0x3d, 0x6b, - 0x1b, 0xeb, 0x8f, 0x86, 0xda, 0x95, 0xbc, 0x5e, 0x49, 0xb6, 0xec, 0xf9, 0x50, 0xde, 0xf1, 0x92, - 0xdc, 0x71, 0xcd, 0xee, 0x3a, 0x76, 0x12, 0x5b, 0xcd, 0xee, 0xe2, 0xb0, 0xcd, 0x9e, 0xee, 0x76, - 0x77, 0x0d, 0xbd, 0x54, 0x72, 0x70, 0x3e, 0x87, 0x1c, 0x82, 0xc0, 0x49, 0x0e, 0x01, 0x62, 0x18, - 0x49, 0xec, 0x00, 0x09, 0xfc, 0x01, 0x0c, 0x04, 0xf0, 0xc1, 0x70, 0x72, 0x08, 0x0c, 0x44, 0x09, - 0x82, 0xc0, 0xc8, 0xc9, 0x17, 0x33, 0x31, 0xf3, 0x41, 0x2e, 0x41, 0xee, 0x7b, 0x0a, 0xea, 0xd3, - 0xd5, 0xd5, 0x3d, 0x33, 0x9c, 0xe9, 0x95, 0x44, 0xef, 0x41, 0x37, 0xf6, 0xfb, 0xd5, 0xab, 0xaa, - 0x57, 0xaf, 0xde, 0x7b, 0x55, 0x35, 0x84, 0x4d, 0x7a, 0x48, 0x42, 0x6a, 0x98, 0x87, 0x35, 0xdb, - 0x63, 0x7f, 0x6f, 0x1a, 0xbe, 0xbd, 0xe9, 0x3b, 0x06, 0xdd, 0xf7, 0x82, 0xfe, 0xe6, 0xd1, 0xb5, - 0xcd, 0x1e, 0x71, 0x49, 0x60, 0x50, 0x62, 0xd5, 0xfc, 0xc0, 0xa3, 0x1e, 0xda, 0xd0, 0x18, 0x6a, - 0xf4, 0x90, 0xd4, 0x0c, 0xdf, 0xae, 0x45, 0x0c, 0xb5, 0xa3, 0x6b, 0xeb, 0xcf, 0xf5, 0x6c, 0x7a, - 0x30, 0xd8, 0xab, 0x99, 0x5e, 0x7f, 0xb3, 0xe7, 0xf5, 0xbc, 0x4d, 0xce, 0xb7, 0x37, 0xd8, 0xe7, - 0x5f, 0xfc, 0x83, 0xff, 0x25, 0xe4, 0xad, 0x57, 0x0f, 0x6f, 0x86, 0xac, 0x6d, 0xd6, 0xae, 0xe9, - 0x05, 0x64, 0x44, 0x9b, 0xeb, 0x2f, 0xc6, 0x34, 0x7d, 0xc3, 0x3c, 0xb0, 0x5d, 0x12, 0x1c, 0x6f, - 0xfa, 0x87, 0x3d, 0xce, 0x14, 0x90, 0xd0, 0x1b, 0x04, 0x26, 0xc9, 0xc4, 0x15, 0x6e, 0xf6, 0x09, - 0x35, 0x46, 0xb5, 0xb5, 0x39, 0x8e, 0x2b, 0x18, 0xb8, 0xd4, 0xee, 0x0f, 0x37, 0x73, 0x63, 0x12, - 0x43, 0x68, 0x1e, 0x90, 0xbe, 0x31, 0xc4, 0xf7, 0xc2, 0x38, 0xbe, 0x01, 0xb5, 0x9d, 0x4d, 0xdb, - 0xa5, 0x21, 0x0d, 0x86, 0x98, 0xae, 0x8f, 0x9a, 0x2e, 0xc3, 0xf7, 0x1d, 0xdb, 0x34, 0xa8, 0xed, - 0xb9, 0x23, 0x7a, 0x54, 0xfd, 0x46, 0x0e, 0xe6, 0xeb, 0x96, 0xe5, 0xb9, 0x5d, 0x9f, 0x98, 0xe8, - 0x23, 0x50, 0xa2, 0xc4, 0x35, 0x5c, 0xda, 0x6e, 0x55, 0x72, 0x97, 0x73, 0x57, 0xe7, 0x1b, 0x2b, - 0x6f, 0x9e, 0x6c, 0x3c, 0x71, 0x7a, 0xb2, 0x51, 0xba, 0x2b, 0xe1, 0x58, 0x51, 0xa0, 0x8f, 0x42, - 0xd9, 0x74, 0x06, 0x21, 0x25, 0xc1, 0xae, 0xd1, 0x27, 0x95, 0x3c, 0x67, 0xb8, 0x20, 0x19, 0xca, - 0xcd, 0x18, 0x85, 0x75, 0x3a, 0xf4, 0x41, 0x98, 0x3b, 0x22, 0x41, 0x68, 0x7b, 0x6e, 0xa5, 0xc0, - 0x59, 0x96, 0x25, 0xcb, 0xdc, 0x7d, 0x01, 0xc6, 0x11, 0xbe, 0xfa, 0xc3, 0x1c, 0x14, 0xea, 0xbe, - 0x8f, 0x5e, 0x87, 0x12, 0x9b, 0x12, 0xcb, 0xa0, 0x06, 0xd7, 0xab, 0x7c, 0xfd, 0xf9, 0x9a, 0x18, - 0xa1, 0x9a, 0x3e, 0x42, 0x35, 0xff, 0xb0, 0xc7, 0x00, 0x61, 0x8d, 0x51, 0xd7, 0x8e, 0xae, 0xd5, - 0xee, 0xec, 0x7d, 0x99, 0x98, 0x74, 0x87, 0x50, 0xa3, 0x81, 0x64, 0x2b, 0x10, 0xc3, 0xb0, 0x92, - 0x8a, 0x76, 0x60, 0x26, 0xf4, 0x89, 0xc9, 0x3b, 0x51, 0xbe, 0xfe, 0xe1, 0xda, 0x28, 0x43, 0xd6, - 0x86, 0x92, 0xc9, 0xae, 0xfb, 0x3e, 0x1b, 0xb4, 0xc6, 0x82, 0x14, 0x3c, 0xc3, 0xbe, 0x30, 0x17, - 0x53, 0xfd, 0x59, 0x0e, 0x56, 0xea, 0x03, 0x7a, 0xf0, 0xc6, 0xe7, 0xc8, 0xde, 0x81, 0xe7, 0x1d, - 0xd6, 0x2d, 0x2b, 0x40, 0x5f, 0x82, 0xb9, 0xbd, 0x81, 0xed, 0x50, 0xdb, 0x95, 0x9d, 0xb8, 0x59, - 0x9b, 0xb0, 0x5e, 0x6a, 0x0d, 0x41, 0x9f, 0x16, 0xd5, 0x28, 0xb3, 0xe1, 0x92, 0x48, 0x1c, 0x49, - 0x45, 0x26, 0x94, 0xc8, 0x03, 0x4a, 0x02, 0xd7, 0x70, 0x64, 0x47, 0x5e, 0x9a, 0xd8, 0xc2, 0x96, - 0x64, 0x18, 0x6a, 0x62, 0x81, 0xcd, 0x7a, 0x84, 0xc5, 0x4a, 0x70, 0xb5, 0x0b, 0x0b, 0x0d, 0xcf, - 0x63, 0x06, 0x68, 0xf8, 0x6c, 0x6e, 0x9a, 0x50, 0x30, 0x7c, 0x5f, 0xf6, 0xe8, 0x7d, 0x13, 0xdb, - 0xab, 0xfb, 0x7e, 0xa3, 0x2c, 0x47, 0x8c, 0xcd, 0x2d, 0x66, 0xdc, 0xd5, 0xa7, 0xe1, 0xa9, 0x31, - 0x5d, 0xad, 0xfe, 0x59, 0x1e, 0xca, 0xcd, 0x6e, 0xfb, 0x8e, 0xcf, 0xec, 0xd6, 0x0b, 0xce, 0xc1, - 0x16, 0x70, 0xc2, 0x16, 0x9e, 0x9f, 0xd8, 0x25, 0x4d, 0xbb, 0x71, 0x06, 0x81, 0xbe, 0x00, 0xb3, - 0x21, 0x35, 0xe8, 0x20, 0xe4, 0x36, 0x5f, 0xbe, 0x7e, 0x3d, 0x93, 0x54, 0xce, 0xd9, 0x58, 0x92, - 0x72, 0x67, 0xc5, 0x37, 0x96, 0x12, 0xab, 0x9f, 0x04, 0xa4, 0x11, 0xbf, 0x46, 0x0c, 0x3a, 0x08, - 0x12, 0xcb, 0x2c, 0x37, 0x61, 0x99, 0xfd, 0x7d, 0x0e, 0x96, 0x35, 0x09, 0xdb, 0x76, 0x48, 0xd1, - 0xaf, 0x0d, 0x0d, 0x73, 0x6d, 0xba, 0x61, 0x66, 0xdc, 0x7c, 0x90, 0x95, 0xeb, 0x88, 0x20, 0xda, - 0x10, 0x7f, 0x16, 0x8a, 0x36, 0x25, 0xfd, 0xb0, 0x92, 0xbf, 0x5c, 0xb8, 0x5a, 0xbe, 0xfe, 0x91, - 0x2c, 0xa3, 0xd1, 0x58, 0x94, 0x82, 0x8b, 0x6d, 0x26, 0x02, 0x0b, 0x49, 0xd5, 0xbf, 0x48, 0x76, - 0xe2, 0xb1, 0xf4, 0x67, 0x7f, 0x53, 0x80, 0xd5, 0xa1, 0x79, 0xcd, 0x30, 0x53, 0xa8, 0x03, 0x6b, - 0x21, 0xf5, 0x02, 0xa3, 0x47, 0xee, 0x13, 0xd7, 0xf2, 0x02, 0x49, 0x20, 0x75, 0x7d, 0x56, 0xf2, - 0xad, 0x75, 0x47, 0xd0, 0xe0, 0x91, 0x9c, 0xe8, 0x1a, 0x14, 0xfd, 0x03, 0x23, 0x24, 0x52, 0xf7, - 0x67, 0xa2, 0xb1, 0xed, 0x30, 0xe0, 0xc3, 0x93, 0x0d, 0xe0, 0xbb, 0x03, 0xff, 0xc2, 0x82, 0x12, - 0x7d, 0x00, 0x66, 0x03, 0x62, 0x84, 0x9e, 0x5b, 0x99, 0xe1, 0x3c, 0xca, 0x2e, 0x31, 0x87, 0x62, - 0x89, 0x45, 0xd7, 0x01, 0x02, 0x42, 0x83, 0xe3, 0xa6, 0x37, 0x70, 0x69, 0xa5, 0x78, 0x39, 0x77, - 0xb5, 0x18, 0xaf, 0x3c, 0xac, 0x30, 0x58, 0xa3, 0x42, 0x7f, 0x98, 0x83, 0x67, 0x1c, 0x23, 0xa4, - 0x98, 0xb4, 0x5d, 0x9b, 0xda, 0x86, 0x63, 0xbf, 0x61, 0xbb, 0xbd, 0xbb, 0x76, 0x9f, 0x99, 0x47, - 0xdf, 0xaf, 0xcc, 0x72, 0x53, 0xfc, 0xd0, 0x74, 0xa6, 0xc8, 0xd8, 0x1a, 0x57, 0x64, 0x8b, 0xcf, - 0x6c, 0x8f, 0x17, 0x8b, 0xcf, 0x6a, 0xb3, 0x6a, 0x71, 0xc3, 0xea, 0x04, 0xde, 0x83, 0xe3, 0x3b, - 0x3e, 0xf3, 0xfe, 0x21, 0xda, 0x84, 0x79, 0xd7, 0xe8, 0x93, 0xd0, 0x37, 0x4c, 0x22, 0x27, 0x6d, - 0x55, 0xb6, 0x33, 0xbf, 0x1b, 0x21, 0x70, 0x4c, 0x83, 0x2e, 0xc3, 0x8c, 0x1b, 0x1b, 0x95, 0xf2, - 0x10, 0xdc, 0x9a, 0x38, 0xa6, 0xfa, 0xc7, 0x79, 0x98, 0x93, 0x36, 0x76, 0x0e, 0x3e, 0x6e, 0x37, - 0xe1, 0xe3, 0xa6, 0x58, 0x7f, 0x42, 0xb3, 0xb1, 0xfe, 0xed, 0x7e, 0xca, 0xbf, 0xd5, 0xa6, 0x96, - 0x78, 0xb6, 0x6f, 0xfb, 0x56, 0x1e, 0x16, 0x24, 0x25, 0x37, 0xc4, 0x73, 0x18, 0x9a, 0x6e, 0x62, - 0x68, 0xae, 0x4d, 0xdb, 0x11, 0x15, 0x45, 0x8d, 0x1c, 0x9f, 0x5f, 0x4d, 0x8d, 0xcf, 0x0b, 0xd9, - 0xc4, 0x9e, 0x3d, 0x48, 0x3f, 0xc9, 0xc1, 0x8a, 0x4e, 0x7e, 0x0e, 0x0e, 0x1c, 0x27, 0x1d, 0xf8, - 0x73, 0x99, 0xba, 0x33, 0xc6, 0x83, 0xff, 0x51, 0xaa, 0x1b, 0xdc, 0x85, 0x5f, 0x86, 0x19, 0x7a, - 0xec, 0x47, 0x8b, 0x4c, 0x0d, 0xed, 0xdd, 0x63, 0x9f, 0x60, 0x8e, 0x61, 0x1e, 0xcc, 0x21, 0x47, - 0xc4, 0x91, 0x6b, 0x4b, 0x79, 0xb0, 0x6d, 0x06, 0x54, 0x1e, 0x8c, 0x7f, 0x61, 0x41, 0x99, 0xc5, - 0x65, 0xff, 0x7e, 0x0e, 0xd0, 0xf0, 0x54, 0x64, 0xf1, 0xd9, 0x57, 0x22, 0x0f, 0x2b, 0xf4, 0x5b, - 0x4c, 0x78, 0xd8, 0x61, 0x9f, 0x5a, 0x38, 0xcb, 0xa7, 0x56, 0xff, 0xa0, 0x90, 0x1c, 0x23, 0x36, - 0x0e, 0xe7, 0xb0, 0x26, 0xa2, 0x59, 0xc8, 0x4f, 0x9e, 0x85, 0xc2, 0xd4, 0xb3, 0xf0, 0x0a, 0x2c, - 0x3a, 0x06, 0x25, 0x21, 0x8d, 0x76, 0x31, 0xb1, 0x9d, 0x5c, 0x94, 0xac, 0x8b, 0xdb, 0x3a, 0x12, - 0x27, 0x69, 0xd9, 0x66, 0x6d, 0x91, 0xd0, 0x0c, 0x6c, 0xee, 0x91, 0xf9, 0xee, 0xa2, 0x6d, 0xd6, - 0xad, 0x18, 0x85, 0x75, 0x3a, 0x74, 0x07, 0x2e, 0x9a, 0x5e, 0xdf, 0x37, 0xa8, 0xbd, 0xe7, 0x10, - 0x39, 0x90, 0xac, 0x17, 0x95, 0xd9, 0xcb, 0x85, 0xab, 0xf3, 0x8d, 0xa7, 0x4f, 0x4f, 0x36, 0x2e, - 0x36, 0x47, 0x11, 0xe0, 0xd1, 0x7c, 0xd5, 0x7f, 0xce, 0xc1, 0x5a, 0x7a, 0x42, 0xce, 0x61, 0xfd, - 0xdd, 0x4f, 0xae, 0xbf, 0x6c, 0x5e, 0x8a, 0xe9, 0x38, 0x66, 0x0d, 0xfe, 0x55, 0x0e, 0x96, 0x62, - 0xd2, 0x80, 0x84, 0x6c, 0xaf, 0xd3, 0x57, 0xe0, 0x33, 0xfa, 0xdc, 0x3f, 0x3c, 0xd9, 0x28, 0x4b, - 0x32, 0xcd, 0x14, 0x2e, 0xc3, 0xcc, 0x81, 0x17, 0xd2, 0xb4, 0xb1, 0xdc, 0xf2, 0x42, 0x8a, 0x39, - 0x86, 0x51, 0xf8, 0x5e, 0x40, 0xb9, 0xad, 0x14, 0x63, 0x8a, 0x8e, 0x17, 0x50, 0xcc, 0x31, 0x9c, - 0xc2, 0xa0, 0x07, 0xd2, 0x24, 0x62, 0x0a, 0x83, 0x1e, 0x60, 0x8e, 0xa9, 0xbe, 0x06, 0x17, 0x22, - 0x45, 0x7d, 0xdf, 0x49, 0xec, 0xcc, 0x1e, 0xbd, 0xe7, 0x5b, 0x06, 0x15, 0x2a, 0x97, 0xb4, 0x9d, - 0x39, 0x42, 0xe0, 0x98, 0xa6, 0xfa, 0xa3, 0xd8, 0xeb, 0xb0, 0x89, 0xf7, 0x5c, 0xe2, 0xd2, 0x29, - 0xbc, 0xce, 0xef, 0xe4, 0xa0, 0x14, 0x10, 0x9e, 0x10, 0x86, 0x53, 0x27, 0x5b, 0xe9, 0x76, 0xb0, - 0x14, 0xd0, 0xf8, 0x48, 0x34, 0xd5, 0x11, 0xe4, 0xe1, 0xc9, 0x46, 0x65, 0x1c, 0x35, 0x56, 0x0d, - 0x33, 0xeb, 0x1b, 0x4b, 0xc6, 0x7c, 0x94, 0x45, 0x42, 0x3b, 0x20, 0x16, 0xef, 0x47, 0x31, 0xf6, - 0x51, 0x2d, 0x01, 0xc6, 0x11, 0x9e, 0x91, 0x9a, 0x83, 0x20, 0x20, 0xae, 0x98, 0x35, 0x8d, 0xb4, - 0x29, 0xc0, 0x38, 0xc2, 0xb3, 0x01, 0x36, 0x8e, 0x0c, 0xdb, 0x31, 0xf6, 0x1c, 0x22, 0x27, 0x50, - 0x0d, 0x70, 0x3d, 0x42, 0xe0, 0x98, 0x86, 0xc9, 0x1e, 0xf0, 0xa1, 0xb6, 0xf8, 0x6c, 0x6a, 0xb2, - 0xc5, 0x0c, 0x58, 0x38, 0xc2, 0x57, 0xbf, 0x5d, 0xd0, 0xe6, 0xc2, 0xb5, 0x6c, 0xbe, 0x64, 0x27, - 0xcf, 0xc5, 0x4b, 0x6a, 0x73, 0x15, 0x26, 0xf7, 0xde, 0xe4, 0x3e, 0xf9, 0xf0, 0x64, 0x63, 0x59, - 0x89, 0x4b, 0x6e, 0x9d, 0xa8, 0xc7, 0x7c, 0x50, 0x48, 0x3b, 0x81, 0xb7, 0x47, 0x58, 0xc4, 0x27, - 0xb7, 0xe7, 0x2c, 0x01, 0xa6, 0xe6, 0xaf, 0x34, 0x41, 0x38, 0x29, 0x17, 0x1d, 0x01, 0x62, 0x80, - 0xbb, 0x81, 0xe1, 0x86, 0x5c, 0x11, 0xde, 0xda, 0x4c, 0xe6, 0xd6, 0xd6, 0x65, 0x6b, 0x68, 0x7b, - 0x48, 0x1a, 0x1e, 0xd1, 0x82, 0xb6, 0xb1, 0x14, 0xcf, 0x0c, 0xd6, 0x3f, 0x08, 0x73, 0x7d, 0x12, - 0x86, 0x46, 0x8f, 0xf0, 0x18, 0x5b, 0xdb, 0xd0, 0x76, 0x04, 0x18, 0x47, 0xf8, 0xea, 0xcf, 0x4b, - 0xb0, 0x1a, 0xcd, 0x52, 0x40, 0x2c, 0xe2, 0xb2, 0x98, 0xf9, 0x1c, 0x36, 0x21, 0x3d, 0x9b, 0xcb, - 0x67, 0xcd, 0xe6, 0x0a, 0x53, 0x66, 0x73, 0x35, 0x00, 0x42, 0x4d, 0xab, 0x59, 0x6f, 0x92, 0x80, - 0xf2, 0xf9, 0x59, 0x68, 0x2c, 0x31, 0x95, 0xb6, 0xee, 0x36, 0x5b, 0x02, 0x8a, 0x35, 0x0a, 0xf4, - 0x61, 0x98, 0x17, 0x5f, 0xb7, 0xc9, 0x31, 0x1f, 0xe2, 0x85, 0xc6, 0x22, 0x5b, 0x0a, 0x82, 0xfc, - 0x36, 0x39, 0xc6, 0x31, 0x1e, 0x35, 0x61, 0x95, 0x7d, 0xd4, 0x3b, 0xed, 0xa6, 0x63, 0x13, 0x97, - 0xf2, 0x36, 0x66, 0x39, 0xd3, 0xc5, 0xd3, 0x93, 0x8d, 0x55, 0xc6, 0x94, 0x40, 0xe2, 0x61, 0x7a, - 0xf4, 0x29, 0x58, 0x49, 0x00, 0x59, 0xc3, 0x73, 0x5c, 0xc6, 0xda, 0xe9, 0xc9, 0xc6, 0x4a, 0x42, - 0x06, 0x6b, 0x7f, 0x88, 0x1a, 0x55, 0x61, 0xd6, 0x34, 0x78, 0xdb, 0x25, 0xce, 0x07, 0xcc, 0x1e, - 0x64, 0xdf, 0x24, 0x06, 0x6d, 0x40, 0xd1, 0x34, 0x98, 0xe8, 0x79, 0x4e, 0x32, 0xcf, 0x76, 0x0a, - 0xd1, 0x1f, 0x01, 0x67, 0x03, 0x65, 0xc6, 0x9d, 0x80, 0x78, 0xa0, 0x34, 0xed, 0x35, 0x0a, 0x36, - 0x50, 0xa6, 0xd2, 0xb7, 0x1c, 0x0f, 0x54, 0xac, 0x68, 0x8c, 0x67, 0xad, 0x53, 0xef, 0x90, 0xb8, - 0x95, 0x05, 0x3e, 0x6d, 0xbc, 0xf5, 0xbb, 0x0c, 0x80, 0x05, 0x1c, 0xbd, 0x0c, 0x4b, 0x7b, 0x51, - 0x15, 0x8a, 0x23, 0x2a, 0x8b, 0x9c, 0x12, 0x9d, 0x9e, 0x6c, 0x2c, 0x35, 0x12, 0x18, 0x9c, 0xa2, - 0x64, 0xbc, 0x26, 0x09, 0xa8, 0xbd, 0x6f, 0x9b, 0x06, 0x25, 0x4c, 0x9d, 0xa5, 0x98, 0xb7, 0x99, - 0xc0, 0xe0, 0x14, 0x25, 0xb3, 0xc1, 0x41, 0x48, 0x02, 0x9e, 0xcb, 0x2d, 0x27, 0x6d, 0xf0, 0x9e, - 0x84, 0x63, 0x45, 0x81, 0xae, 0x40, 0xde, 0x08, 0x2b, 0x2b, 0x49, 0xd3, 0x6b, 0xf7, 0x7d, 0x12, - 0x84, 0x9e, 0xcb, 0xf6, 0xa1, 0xbc, 0x11, 0xa2, 0x6b, 0x50, 0x32, 0xc2, 0x4f, 0x07, 0xde, 0xc0, - 0x0f, 0x2b, 0xab, 0x3c, 0x0a, 0xe1, 0xb6, 0xa0, 0x91, 0x09, 0x24, 0x56, 0x64, 0xe8, 0x1b, 0x39, - 0x28, 0x1b, 0x21, 0x6b, 0x70, 0xeb, 0x01, 0x0d, 0x8c, 0x0a, 0xe2, 0x41, 0x40, 0x73, 0xea, 0xfd, - 0x47, 0xad, 0xda, 0x5a, 0x3d, 0x96, 0xb2, 0xe5, 0xd2, 0xe0, 0xb8, 0xf1, 0x62, 0x54, 0x43, 0xd0, - 0xda, 0x57, 0x24, 0x0f, 0xc7, 0xc0, 0xb1, 0xae, 0xcd, 0xfa, 0xab, 0xb0, 0x92, 0x16, 0x8b, 0x56, - 0xa0, 0x70, 0x48, 0x8e, 0x85, 0x0f, 0xc7, 0xec, 0x4f, 0xb4, 0x06, 0xc5, 0x23, 0xc3, 0x19, 0xc8, - 0x98, 0x12, 0x8b, 0x8f, 0x97, 0xf3, 0x37, 0x73, 0xd5, 0x7f, 0xc9, 0xc1, 0xc5, 0x21, 0x4d, 0xcf, - 0x21, 0xa6, 0xfa, 0x5c, 0x32, 0xa6, 0xba, 0x9e, 0x7d, 0x38, 0xc7, 0x04, 0x55, 0x3f, 0x9c, 0x57, - 0x41, 0x55, 0x54, 0x9d, 0x7b, 0x16, 0x66, 0x6c, 0xff, 0x28, 0x94, 0x11, 0x4a, 0x89, 0x6d, 0x68, - 0xed, 0xce, 0xfd, 0x2e, 0xe6, 0x50, 0x74, 0x15, 0x4a, 0xfe, 0x60, 0xcf, 0xb1, 0xcd, 0xed, 0x06, - 0x1f, 0x9e, 0x92, 0xa8, 0xc6, 0x76, 0x24, 0x0c, 0x2b, 0x2c, 0x5b, 0x85, 0xb6, 0x2b, 0x2a, 0xb3, - 0xdb, 0x0d, 0xee, 0xe4, 0x4a, 0x62, 0x15, 0xb6, 0x15, 0x14, 0x6b, 0x14, 0xe8, 0x79, 0x98, 0xeb, - 0xf9, 0x03, 0x1e, 0xf1, 0x8a, 0xd0, 0xea, 0x49, 0xe6, 0xe2, 0x3f, 0xdd, 0xb9, 0x27, 0xc3, 0xb9, - 0xe8, 0x4f, 0x1c, 0x91, 0xa1, 0x0e, 0xac, 0x11, 0x97, 0x6d, 0xe4, 0x3b, 0x06, 0xcf, 0xd7, 0xcd, - 0x03, 0x62, 0x0d, 0x1c, 0xc2, 0x7d, 0x5d, 0x29, 0x2e, 0x39, 0x6d, 0x8d, 0xa0, 0xc1, 0x23, 0x39, - 0xd1, 0x2b, 0x90, 0x3f, 0x30, 0x64, 0x25, 0xe7, 0xca, 0xc4, 0x41, 0xbe, 0x55, 0x6f, 0xcc, 0x9e, - 0x9e, 0x6c, 0xe4, 0x6f, 0xd5, 0x71, 0xfe, 0xc0, 0x60, 0x8b, 0x37, 0x3c, 0xb4, 0x7d, 0xb5, 0x9f, - 0x87, 0x95, 0x39, 0xbe, 0x66, 0xf8, 0xe2, 0xed, 0x26, 0x30, 0x38, 0x45, 0x89, 0x3e, 0x03, 0xc5, - 0x7d, 0xdb, 0x21, 0x61, 0xa5, 0xc4, 0x27, 0xf8, 0xfd, 0x13, 0xdb, 0x7e, 0xcd, 0x76, 0xb4, 0x40, - 0x99, 0x7d, 0x85, 0x58, 0x88, 0x40, 0x87, 0x50, 0x3c, 0xf0, 0xbc, 0xc3, 0xb0, 0x32, 0xcf, 0x65, - 0xbd, 0x3c, 0xad, 0xb1, 0x48, 0x03, 0xa8, 0xdd, 0x62, 0xcc, 0x62, 0xc9, 0x3d, 0x1d, 0x35, 0xc0, - 0x61, 0xbf, 0xfd, 0x6f, 0x1b, 0x25, 0xf6, 0x07, 0x9f, 0x05, 0xd1, 0x06, 0xda, 0x87, 0xb2, 0x19, - 0xda, 0x51, 0xd9, 0x90, 0x3b, 0xdb, 0xa9, 0x4a, 0x08, 0x43, 0x55, 0xe1, 0xc6, 0x32, 0xdf, 0xfc, - 0x62, 0x38, 0xd6, 0x05, 0xa3, 0x10, 0x56, 0x8c, 0x54, 0xfd, 0x9d, 0xbb, 0xea, 0x69, 0x12, 0x8c, - 0xa1, 0x03, 0x04, 0xbe, 0x1b, 0xa5, 0xa1, 0x78, 0xa8, 0x01, 0xb4, 0x03, 0x17, 0xa4, 0x99, 0x10, - 0x1a, 0xd8, 0x66, 0xd8, 0x25, 0xc1, 0x11, 0x09, 0xb8, 0xe7, 0x2f, 0xa9, 0x74, 0xe3, 0xc2, 0xd6, - 0x30, 0x09, 0x1e, 0xc5, 0xc7, 0xb2, 0x4a, 0xdb, 0x3f, 0xba, 0xd1, 0x1a, 0x18, 0x4e, 0x97, 0xe9, - 0xcb, 0x37, 0x86, 0x52, 0x1c, 0xa5, 0xb5, 0x3b, 0x1a, 0x12, 0x27, 0x69, 0xd1, 0x4d, 0x58, 0x10, - 0x32, 0x9b, 0xb6, 0x63, 0x0f, 0xfa, 0x7c, 0x63, 0x28, 0x35, 0xd6, 0x24, 0xef, 0xc2, 0x96, 0x86, - 0xc3, 0x09, 0x4a, 0xd4, 0x82, 0x15, 0xd3, 0x73, 0xa9, 0xc1, 0x1c, 0x10, 0x16, 0x87, 0x7b, 0x72, - 0x83, 0xa8, 0x48, 0xee, 0x95, 0x66, 0x0a, 0x8f, 0x87, 0x38, 0x50, 0x97, 0xc5, 0xca, 0xbd, 0xc0, - 0xb0, 0x48, 0xe5, 0x49, 0x3e, 0xee, 0x57, 0x27, 0x8e, 0xfb, 0x3d, 0x41, 0xaf, 0x47, 0xd5, 0x1c, - 0x80, 0x23, 0x49, 0xeb, 0x37, 0x01, 0x62, 0x6b, 0xcb, 0xe4, 0x89, 0xff, 0xbc, 0x00, 0xcf, 0x48, - 0xbb, 0xe5, 0x3b, 0x4f, 0xbd, 0xd3, 0xc6, 0xf2, 0x44, 0x95, 0x39, 0x38, 0x55, 0xd5, 0xcc, 0x8d, - 0xab, 0x6a, 0xb2, 0x01, 0x0d, 0x6d, 0xb7, 0x37, 0x70, 0x0c, 0xbd, 0xa8, 0xae, 0x06, 0xb4, 0xab, - 0xe1, 0x70, 0x82, 0x12, 0x5d, 0x07, 0x50, 0xe5, 0x53, 0x4b, 0x7a, 0x36, 0x15, 0x1f, 0xaa, 0x1a, - 0xab, 0x85, 0x35, 0x2a, 0x74, 0x05, 0x8a, 0x3d, 0xa6, 0xa7, 0xf4, 0x6d, 0x6a, 0xe5, 0x72, 0xe5, - 0xb1, 0xc0, 0xe9, 0xa5, 0x9b, 0xe2, 0x84, 0xd2, 0xcd, 0x65, 0x98, 0x39, 0xb4, 0x5d, 0x4b, 0x46, - 0xc4, 0xaa, 0x7f, 0xb7, 0x6d, 0xd7, 0xc2, 0x1c, 0xc3, 0x02, 0x95, 0x23, 0x12, 0xec, 0x45, 0x5e, - 0x88, 0x07, 0x2a, 0xf7, 0x19, 0x00, 0x0b, 0x38, 0x73, 0xd0, 0xe1, 0x81, 0x17, 0x50, 0xae, 0x31, - 0x77, 0x3c, 0xf3, 0xc2, 0x41, 0x77, 0x15, 0x14, 0x6b, 0x14, 0x3c, 0xac, 0x32, 0x28, 0xe9, 0x79, - 0x81, 0x4d, 0x84, 0x73, 0x91, 0xf4, 0x4d, 0x05, 0xc5, 0x1a, 0x45, 0xf5, 0x7b, 0x79, 0x78, 0xf6, - 0x8c, 0x29, 0x0a, 0xcf, 0x21, 0x2e, 0xbf, 0x09, 0x0b, 0x7c, 0x64, 0x93, 0x87, 0x11, 0x6a, 0x8e, - 0x3f, 0xad, 0xe1, 0x70, 0x82, 0x12, 0xf9, 0x30, 0x1f, 0x9d, 0xd0, 0x87, 0x95, 0x02, 0x77, 0xa4, - 0x1f, 0x9f, 0xd6, 0x91, 0x8e, 0xea, 0x6d, 0xdc, 0xa8, 0x86, 0x08, 0x71, 0xdc, 0x48, 0xf5, 0x3b, - 0x79, 0xb8, 0x7c, 0xd6, 0x70, 0x0d, 0x85, 0x19, 0xf9, 0xb7, 0x3d, 0xcc, 0xd8, 0x8b, 0xc2, 0x0c, - 0xd1, 0xe1, 0x4f, 0xbc, 0x95, 0x0e, 0x87, 0xa3, 0x23, 0x0e, 0xe6, 0x8d, 0xf6, 0x0d, 0xdb, 0x21, - 0x16, 0x67, 0xda, 0x0a, 0x02, 0x2f, 0x90, 0x6b, 0x42, 0x79, 0xa3, 0xd7, 0x52, 0x78, 0x3c, 0xc4, - 0x51, 0xbd, 0x0c, 0x97, 0xc6, 0xb4, 0x2d, 0xab, 0x2d, 0xd5, 0x1f, 0xe5, 0x20, 0x4a, 0xa5, 0xce, - 0x21, 0x40, 0xdb, 0x49, 0x06, 0x68, 0x57, 0xa7, 0x1d, 0xb9, 0x31, 0x61, 0xd9, 0x4f, 0x66, 0x54, - 0x58, 0xb6, 0x23, 0x34, 0x43, 0xeb, 0x90, 0xb7, 0x7d, 0xe9, 0xce, 0x40, 0x32, 0xe5, 0xdb, 0x1d, - 0x9c, 0xb7, 0x7d, 0x55, 0xb4, 0xca, 0x8f, 0x2d, 0x5a, 0xe9, 0xc9, 0x41, 0x61, 0x62, 0x72, 0xc0, - 0x82, 0x3c, 0x23, 0x0c, 0xbf, 0xea, 0x05, 0x96, 0xcc, 0x33, 0x45, 0x90, 0x27, 0x61, 0x58, 0x61, - 0x99, 0x4f, 0xf0, 0x03, 0xfb, 0x48, 0x26, 0x2b, 0xc5, 0x38, 0xd5, 0xea, 0x28, 0x28, 0xd6, 0x28, - 0x38, 0xbd, 0x11, 0x86, 0x9d, 0x83, 0xc0, 0x08, 0x89, 0xcc, 0x2f, 0x05, 0xbd, 0x82, 0x62, 0x8d, - 0x02, 0x99, 0x30, 0xeb, 0x18, 0x7b, 0xc4, 0x11, 0x5e, 0xac, 0x7c, 0xfd, 0x95, 0x69, 0x07, 0x56, - 0x0e, 0x5b, 0x6d, 0x9b, 0x73, 0x8b, 0x68, 0x46, 0x15, 0x18, 0x04, 0x10, 0x4b, 0xd1, 0xa8, 0x0e, - 0xb3, 0x6c, 0xaf, 0xa3, 0x51, 0xf4, 0xf5, 0xb4, 0x66, 0x18, 0x35, 0xd3, 0x0b, 0x08, 0x2f, 0x71, - 0x30, 0x8a, 0x58, 0x04, 0xff, 0x0c, 0xb1, 0x64, 0x44, 0x9f, 0x87, 0xa2, 0x1f, 0x78, 0x0f, 0x44, - 0x4e, 0x5a, 0xbe, 0xfe, 0x62, 0x46, 0x35, 0xf9, 0x09, 0x9e, 0x56, 0x7f, 0x67, 0x9f, 0x58, 0x48, - 0x5c, 0x7f, 0x09, 0xca, 0x5a, 0x27, 0x32, 0x6d, 0x92, 0x3f, 0xca, 0xab, 0x4a, 0xa4, 0xde, 0x10, - 0x7a, 0x2e, 0x51, 0xb7, 0x7a, 0x3a, 0x55, 0x37, 0x9d, 0xe7, 0x44, 0x5a, 0x11, 0x4b, 0x98, 0x5e, - 0xfe, 0x4c, 0xd3, 0x2b, 0x4c, 0x65, 0x7a, 0x33, 0x99, 0x4c, 0xaf, 0x98, 0xc1, 0xf4, 0x66, 0x33, - 0x9a, 0xde, 0xdc, 0x24, 0xd3, 0xab, 0xfe, 0x3c, 0x0f, 0xcb, 0x72, 0xf0, 0x3a, 0x81, 0xe7, 0x93, - 0x80, 0x1e, 0xa3, 0x6d, 0x58, 0xeb, 0x1b, 0x0f, 0xa2, 0xf3, 0x41, 0x12, 0x1c, 0xd9, 0x26, 0xd9, - 0x1d, 0xf4, 0x65, 0x11, 0xb3, 0xc2, 0xb2, 0x8d, 0x9d, 0x11, 0x78, 0x3c, 0x92, 0x0b, 0x7d, 0x0c, - 0x16, 0xfb, 0xc6, 0x83, 0x5d, 0xcf, 0x22, 0x1d, 0xcf, 0x62, 0x62, 0xc4, 0xfa, 0x5d, 0x65, 0xb1, - 0xe0, 0x8e, 0x8e, 0xc0, 0x49, 0x3a, 0xf4, 0xb5, 0x1c, 0x2c, 0x7a, 0x2c, 0x12, 0xf0, 0x1c, 0x0b, - 0x1b, 0xd4, 0xf6, 0xa4, 0xc3, 0x9e, 0x3a, 0xcd, 0x8e, 0x3a, 0x54, 0xbb, 0xa3, 0x4b, 0x11, 0xab, - 0x44, 0x85, 0xa3, 0x09, 0x1c, 0x4e, 0x36, 0xb8, 0xfe, 0x29, 0x40, 0xc3, 0xbc, 0x99, 0x8c, 0xf3, - 0x7f, 0x8a, 0x6a, 0x7c, 0x23, 0xdf, 0x8d, 0x7e, 0x13, 0x4a, 0xa6, 0xe1, 0x1b, 0xa6, 0x4d, 0x99, - 0x10, 0xd6, 0xa5, 0x57, 0xa7, 0xed, 0x52, 0x24, 0xa3, 0xd6, 0x94, 0x02, 0x44, 0x6f, 0x2e, 0x47, - 0xb6, 0x16, 0x81, 0x1f, 0x9e, 0x6c, 0x2c, 0x44, 0xb4, 0xcc, 0x91, 0x63, 0xd5, 0x22, 0xfa, 0xbd, - 0x1c, 0x94, 0x0d, 0xc7, 0xf1, 0x4c, 0x83, 0xf2, 0x12, 0xb2, 0xf0, 0xe5, 0xf5, 0xcc, 0x1a, 0xd4, - 0x63, 0x19, 0x42, 0x89, 0xe8, 0xa0, 0xbf, 0xac, 0x61, 0x86, 0xf4, 0xd0, 0x9b, 0x66, 0x33, 0x3c, - 0x2f, 0xbf, 0x79, 0x88, 0xc9, 0x14, 0xf9, 0xe4, 0xa3, 0x2a, 0x42, 0x2c, 0xa1, 0xc6, 0x7b, 0x55, - 0x31, 0x3c, 0x82, 0x0f, 0x29, 0x11, 0x37, 0xba, 0x7e, 0x08, 0x8b, 0x89, 0xa1, 0x1c, 0x31, 0xb9, - 0x2d, 0x7d, 0x72, 0x27, 0x6c, 0xa8, 0xb5, 0x28, 0xd2, 0xa9, 0x7d, 0x76, 0x60, 0xb8, 0xd4, 0xa6, - 0xc7, 0x9a, 0x31, 0xac, 0xbb, 0xb0, 0x92, 0x1e, 0xb5, 0x77, 0xb4, 0x3d, 0x07, 0x96, 0x92, 0x83, - 0xf3, 0x4e, 0xb6, 0x56, 0xfd, 0xfe, 0x45, 0x15, 0x8b, 0xf0, 0x93, 0xe3, 0x4f, 0x02, 0xec, 0xdb, - 0xae, 0xe1, 0xd8, 0x6f, 0x90, 0x20, 0xe4, 0x86, 0x3e, 0xdf, 0xd8, 0x60, 0xae, 0xe8, 0x35, 0x05, - 0x7d, 0x78, 0xb2, 0xb1, 0xa8, 0xbe, 0x78, 0x0e, 0xa2, 0xb1, 0x64, 0xaf, 0x37, 0x5b, 0x76, 0xe8, - 0x3b, 0xc6, 0xf1, 0xa8, 0x7a, 0x73, 0x2b, 0x46, 0x61, 0x9d, 0x4e, 0x9d, 0x6e, 0xcc, 0x8c, 0x3d, - 0xdd, 0xc8, 0x90, 0xaf, 0xb4, 0xa0, 0xec, 0x12, 0xfa, 0x55, 0x2f, 0x38, 0x94, 0x67, 0x9a, 0x8c, - 0xbc, 0x1a, 0xe9, 0xb0, 0x1b, 0xa3, 0x1e, 0x26, 0x3f, 0xb1, 0xce, 0xc6, 0x32, 0x68, 0xf9, 0xd9, - 0x22, 0xcc, 0x8b, 0x72, 0x37, 0xae, 0x9d, 0xcb, 0xee, 0xea, 0x48, 0x9c, 0xa4, 0xd5, 0xca, 0xee, - 0xcd, 0x76, 0x0b, 0xf3, 0x02, 0xf3, 0x70, 0xd9, 0x9d, 0xa1, 0xb0, 0x4e, 0x87, 0xae, 0x41, 0x39, - 0x14, 0x3e, 0x9b, 0xb3, 0x5d, 0x10, 0x1d, 0x65, 0x2c, 0xdd, 0x18, 0x8c, 0x75, 0x1a, 0xb4, 0x09, - 0xf3, 0x96, 0x1b, 0xb6, 0xbc, 0xbe, 0x61, 0xbb, 0x3c, 0x22, 0xd0, 0xee, 0xe0, 0xb4, 0x76, 0xbb, - 0x02, 0x81, 0x63, 0x1a, 0x84, 0xe1, 0x49, 0x51, 0x37, 0xab, 0x3b, 0xbc, 0x1e, 0x46, 0xed, 0x23, - 0x22, 0xd2, 0x32, 0xe0, 0xc6, 0xb1, 0x7e, 0x7a, 0xb2, 0xf1, 0x64, 0x67, 0x24, 0x05, 0x1e, 0xc3, - 0x89, 0x3c, 0x28, 0xed, 0x8b, 0xd2, 0x4a, 0x28, 0x2b, 0x25, 0x9b, 0x19, 0x2b, 0x41, 0x6a, 0x7e, - 0x4a, 0x12, 0xc0, 0xac, 0x32, 0x55, 0x2e, 0xc4, 0xaa, 0x11, 0xf4, 0x55, 0xb6, 0x21, 0xf3, 0x7d, - 0x85, 0xe5, 0x87, 0x0b, 0xd3, 0x5e, 0x51, 0x4c, 0xee, 0x48, 0x8d, 0xf7, 0x47, 0x09, 0x5d, 0x47, - 0xc9, 0xe2, 0xa7, 0x64, 0x49, 0x32, 0xac, 0x35, 0x85, 0xbe, 0x04, 0xf3, 0x86, 0x38, 0xea, 0x25, - 0x61, 0x65, 0x91, 0xfb, 0xca, 0xcd, 0x8c, 0x01, 0x58, 0xbc, 0x7e, 0x24, 0x20, 0xc4, 0xb1, 0x4c, - 0xf4, 0xbb, 0x39, 0x58, 0xb6, 0x3c, 0xf3, 0x50, 0xd6, 0x8d, 0xeb, 0x41, 0x2f, 0xac, 0x2c, 0x65, - 0xdb, 0x1c, 0xd8, 0xba, 0xaf, 0xb5, 0x92, 0x32, 0x84, 0x57, 0x7e, 0x4a, 0xb6, 0xbc, 0x9c, 0xc2, - 0xe2, 0x74, 0x93, 0x6c, 0x7f, 0x5a, 0x39, 0x1c, 0xec, 0x11, 0x87, 0xd0, 0x58, 0x8f, 0x65, 0xae, - 0x47, 0x23, 0x93, 0x1e, 0xb7, 0x53, 0x42, 0x84, 0x22, 0x2a, 0xff, 0x4a, 0xa3, 0xf1, 0x50, 0xab, - 0xe8, 0xeb, 0x39, 0x40, 0x86, 0x6f, 0x8b, 0xc2, 0x56, 0xac, 0xcc, 0x0a, 0x57, 0xa6, 0x95, 0x49, - 0x99, 0xfa, 0x90, 0x18, 0xa1, 0x8e, 0x3a, 0x4e, 0xac, 0x77, 0xda, 0x29, 0x02, 0x3c, 0xa2, 0x6d, - 0xf4, 0x83, 0x1c, 0xac, 0x9b, 0x9e, 0x4b, 0x03, 0xcf, 0x71, 0xd8, 0xbc, 0xba, 0x46, 0x4f, 0x57, - 0x6d, 0x95, 0xab, 0xb6, 0x9d, 0x49, 0xb5, 0xe6, 0x58, 0x71, 0x42, 0xc5, 0x68, 0x7d, 0xac, 0x8f, - 0x27, 0xc4, 0x67, 0xe8, 0xc4, 0x47, 0x31, 0x94, 0xb5, 0x67, 0x4d, 0x55, 0xf4, 0x08, 0xa3, 0xd8, - 0x1d, 0x12, 0x93, 0x1a, 0xc5, 0x61, 0x02, 0x3c, 0xa2, 0x6d, 0x74, 0x04, 0x6b, 0x66, 0xfa, 0xec, - 0x00, 0x93, 0xfd, 0xca, 0x9a, 0xac, 0xf9, 0x8d, 0xc8, 0x8c, 0xb6, 0x3d, 0xd3, 0x70, 0x44, 0xf9, - 0x05, 0x93, 0x7d, 0x12, 0x10, 0xd7, 0x24, 0x22, 0x16, 0x6e, 0x8e, 0x90, 0x84, 0x47, 0xca, 0x47, - 0x4d, 0x98, 0x21, 0xd4, 0xb4, 0x2a, 0x17, 0x79, 0x3b, 0x93, 0xeb, 0xdf, 0x5b, 0xd4, 0xb4, 0xc4, - 0xe1, 0x04, 0xfb, 0x0b, 0x73, 0x66, 0xf4, 0x19, 0x40, 0x07, 0x5e, 0x48, 0x59, 0x22, 0x51, 0x0f, - 0x59, 0xbc, 0xcc, 0x93, 0x8e, 0xa7, 0x78, 0x81, 0x4e, 0x0d, 0xc4, 0xad, 0x21, 0x0a, 0x3c, 0x82, - 0x0b, 0x51, 0xb5, 0x61, 0xf1, 0x39, 0xa9, 0x64, 0xab, 0x88, 0xf0, 0x39, 0xd9, 0x8d, 0xf9, 0xc5, - 0x64, 0x5c, 0x48, 0xed, 0x77, 0x7c, 0x16, 0xf4, 0x66, 0x50, 0x00, 0xcb, 0xa1, 0x69, 0x38, 0xb6, - 0xdb, 0x8b, 0xfc, 0x50, 0xe5, 0xe9, 0x47, 0x73, 0x68, 0xca, 0xad, 0x74, 0x93, 0xf2, 0x70, 0xba, - 0x01, 0xf4, 0x65, 0x58, 0xdc, 0xd3, 0xae, 0xcd, 0x87, 0x95, 0xf5, 0x29, 0x2f, 0xce, 0xe9, 0x97, - 0xed, 0xe3, 0x3d, 0x58, 0x87, 0x86, 0x38, 0x29, 0x7a, 0xbd, 0x01, 0x6b, 0xa3, 0x9c, 0x60, 0x96, - 0xc4, 0x61, 0xbd, 0x09, 0x17, 0x47, 0x3a, 0xb0, 0x4c, 0x42, 0xb6, 0xe0, 0xa9, 0x31, 0x8e, 0x27, - 0x93, 0x98, 0x1d, 0xd8, 0x98, 0xe0, 0x24, 0xb2, 0x6a, 0x35, 0x66, 0x21, 0x67, 0x12, 0xf3, 0x2a, - 0xac, 0xa4, 0x6d, 0x2f, 0x53, 0x6a, 0xf6, 0x6d, 0x80, 0xc5, 0xc4, 0x25, 0x58, 0x54, 0x85, 0x59, - 0x87, 0xcd, 0x9b, 0x25, 0x8f, 0x05, 0xf9, 0xb9, 0xfc, 0x36, 0x87, 0x60, 0x89, 0xd1, 0xa3, 0xc1, - 0xfc, 0x84, 0x68, 0xf0, 0x85, 0xe4, 0xd5, 0xee, 0xf7, 0xa4, 0xaf, 0x76, 0x47, 0x17, 0x6b, 0x13, - 0x17, 0x11, 0x09, 0x80, 0x19, 0x9f, 0xad, 0xcd, 0x64, 0xbb, 0x5d, 0xa6, 0xce, 0xda, 0xe2, 0x8a, - 0xb1, 0x76, 0x1c, 0xa7, 0x09, 0xd6, 0xaf, 0x9b, 0x14, 0xcf, 0xbe, 0x6e, 0xa2, 0xdd, 0x60, 0x99, - 0x3d, 0xf3, 0x06, 0xcb, 0xeb, 0x7a, 0x80, 0x32, 0x97, 0x6d, 0x3d, 0xcb, 0x4b, 0x6c, 0xda, 0x4d, - 0xa6, 0x48, 0x92, 0x1e, 0xa1, 0x7c, 0x05, 0x4a, 0x51, 0x06, 0x22, 0x4b, 0x50, 0xcf, 0x67, 0xcd, - 0x16, 0x55, 0x96, 0x5a, 0x8a, 0x20, 0x5a, 0xdc, 0x15, 0x81, 0xb0, 0x6a, 0x46, 0x4c, 0x87, 0xbc, - 0xd8, 0x25, 0xe2, 0xd4, 0x4c, 0xd3, 0x21, 0x39, 0xf5, 0xe9, 0x88, 0x84, 0x61, 0x4d, 0x30, 0x8b, - 0xda, 0xf5, 0xf0, 0xbb, 0x9c, 0x8c, 0xda, 0xc7, 0x86, 0xe0, 0x2d, 0x58, 0x71, 0x3d, 0x8b, 0xff, - 0xbd, 0x63, 0x84, 0x87, 0x5d, 0xfb, 0x0d, 0xc2, 0x43, 0xd2, 0x62, 0x1c, 0xe6, 0xec, 0xa6, 0xf0, - 0x78, 0x88, 0x03, 0x5d, 0x81, 0xa2, 0xe5, 0x86, 0xed, 0x8e, 0xbc, 0xc2, 0xa1, 0x0a, 0x74, 0xad, - 0xdd, 0x6e, 0xbb, 0x83, 0x05, 0x8e, 0x25, 0x08, 0x01, 0xe9, 0xd9, 0x21, 0x0d, 0x8e, 0xdb, 0x1d, - 0x11, 0x18, 0xca, 0x04, 0x01, 0xc7, 0x60, 0xac, 0xd3, 0xf0, 0xc7, 0x12, 0x84, 0xd9, 0x9c, 0x11, - 0x1c, 0x6b, 0x5d, 0x90, 0xc7, 0x72, 0xf1, 0x63, 0x89, 0x11, 0x34, 0x78, 0x24, 0x67, 0x3a, 0xb9, - 0x59, 0x99, 0x32, 0xb9, 0xd1, 0x15, 0xd1, 0x88, 0x2a, 0xab, 0x63, 0x14, 0xd1, 0x05, 0x8d, 0xe4, - 0x64, 0x12, 0xd3, 0xc3, 0xd8, 0xee, 0x1c, 0xbd, 0x58, 0x41, 0x7c, 0xf0, 0x95, 0xc4, 0xdd, 0x11, - 0x34, 0x78, 0x24, 0xe7, 0x18, 0x89, 0x37, 0x78, 0x26, 0x76, 0xb6, 0xc4, 0x1b, 0x23, 0x25, 0xde, - 0x40, 0x2d, 0x00, 0x16, 0xd1, 0x8a, 0xe7, 0x26, 0x3c, 0xb4, 0x99, 0x6f, 0xbc, 0x2f, 0xb2, 0xc3, - 0xdb, 0x0a, 0xc3, 0xb2, 0x9d, 0xf8, 0x8b, 0x67, 0xa3, 0x1a, 0x5f, 0xf5, 0xfb, 0x05, 0x98, 0x6f, - 0x7a, 0xee, 0xbe, 0xdd, 0xdb, 0x31, 0xce, 0xe3, 0x21, 0xe0, 0x7d, 0x98, 0x91, 0xe7, 0x3e, 0x85, - 0xe9, 0x4a, 0xcc, 0x91, 0x6e, 0xb5, 0x96, 0x41, 0xe5, 0x1d, 0x1a, 0x95, 0xc5, 0x33, 0x10, 0xe6, - 0xf2, 0x90, 0x0b, 0xb0, 0x67, 0xbb, 0x46, 0x70, 0xcc, 0x60, 0xb2, 0xd6, 0xf4, 0x72, 0x06, 0xe9, - 0x0d, 0xc5, 0x2c, 0xda, 0x50, 0xbd, 0x88, 0x11, 0x58, 0x6b, 0x61, 0xfd, 0x63, 0x30, 0xaf, 0x88, - 0x33, 0x6d, 0x6b, 0x9f, 0x80, 0xe5, 0x54, 0x5b, 0x93, 0xd8, 0x17, 0xf4, 0x5d, 0xed, 0xef, 0x72, - 0xb0, 0xa8, 0xb4, 0x3e, 0x87, 0x33, 0xa1, 0x3b, 0xc9, 0x33, 0xa1, 0x0f, 0x4d, 0x3f, 0xa4, 0x63, - 0x4e, 0x85, 0xf8, 0x3b, 0x9c, 0xc0, 0x73, 0x6f, 0x75, 0xea, 0x8f, 0xe3, 0x3b, 0x1c, 0xa1, 0xd9, - 0xdb, 0xf9, 0x0e, 0x47, 0x4a, 0x3c, 0xfb, 0x89, 0x09, 0x3f, 0xe8, 0x13, 0x94, 0x8f, 0xe5, 0x41, - 0x9f, 0x50, 0x6d, 0xcc, 0x94, 0x1e, 0xc0, 0x05, 0x49, 0xf0, 0x4e, 0x3f, 0xe2, 0xfa, 0x66, 0x3c, - 0x4c, 0x8f, 0xe5, 0x03, 0xc4, 0x9f, 0xe7, 0x61, 0x31, 0x31, 0xe1, 0x59, 0x1e, 0xb2, 0x5c, 0x4b, - 0x3e, 0x64, 0xc9, 0xf6, 0x54, 0xb0, 0x90, 0xe1, 0xa9, 0xe0, 0xcc, 0xdb, 0xf2, 0x54, 0xb0, 0xf8, - 0x4b, 0x78, 0x2a, 0xf8, 0xbd, 0x1c, 0xf0, 0x54, 0x19, 0xdd, 0x86, 0xa2, 0xc3, 0x32, 0x76, 0xb9, - 0x38, 0x26, 0xbb, 0x25, 0x9e, 0xdf, 0xf3, 0x7c, 0x9b, 0xdf, 0x21, 0xe1, 0x9f, 0x58, 0xc8, 0x40, - 0x9f, 0x1b, 0x7a, 0xd7, 0xfd, 0xdc, 0xd4, 0xef, 0xba, 0xb9, 0xc8, 0x71, 0x6f, 0xb9, 0x7f, 0x05, - 0x2a, 0xe3, 0xde, 0x7f, 0xbf, 0xb5, 0xa3, 0xf0, 0xea, 0x8f, 0x73, 0xb0, 0xa0, 0xab, 0xc0, 0xef, - 0x49, 0xbb, 0x96, 0xef, 0xf1, 0x13, 0x60, 0x51, 0x8c, 0x17, 0xf7, 0xa4, 0x23, 0x20, 0x8e, 0xf1, - 0xcc, 0x6c, 0x4c, 0xe3, 0x35, 0xdb, 0x89, 0x4c, 0x4d, 0x99, 0x4d, 0xb3, 0xce, 0xa0, 0x58, 0x62, - 0xd9, 0xf2, 0x32, 0x49, 0x40, 0x39, 0x65, 0xea, 0xc0, 0xbd, 0x29, 0xe1, 0x58, 0x51, 0x30, 0x53, - 0x3f, 0x24, 0xc7, 0x9c, 0x78, 0x26, 0x69, 0xea, 0xb7, 0x05, 0x18, 0x47, 0xf8, 0x6a, 0x0b, 0x66, - 0x38, 0xcb, 0x7b, 0xa0, 0x10, 0x06, 0xa6, 0x1c, 0x05, 0xf5, 0x6c, 0xbd, 0x1b, 0x98, 0x98, 0xc1, - 0x19, 0xda, 0x52, 0x0f, 0x5d, 0x14, 0xba, 0x15, 0x52, 0xcc, 0xe0, 0xd5, 0xef, 0xe4, 0x20, 0x7f, - 0xab, 0x8e, 0x9a, 0x50, 0xa0, 0x87, 0x44, 0x5a, 0xc2, 0x07, 0x26, 0xce, 0xdc, 0xdd, 0xdb, 0x5b, - 0xb7, 0xea, 0xf2, 0xca, 0x33, 0xfb, 0x13, 0x33, 0x6e, 0xf4, 0x25, 0x00, 0x7a, 0x60, 0x07, 0x56, - 0xc7, 0x08, 0xe8, 0xf1, 0xd4, 0x56, 0x70, 0x57, 0xb1, 0xdc, 0xaa, 0x37, 0x56, 0x4e, 0x4f, 0x36, - 0x16, 0x74, 0x08, 0xd6, 0x44, 0x56, 0xff, 0x35, 0x0f, 0xf3, 0xca, 0x08, 0xf9, 0xdb, 0x11, 0x83, - 0x1a, 0x2d, 0x3b, 0x48, 0xbb, 0x85, 0x96, 0x00, 0xe3, 0x08, 0x8f, 0xbe, 0x0c, 0xf3, 0x44, 0x55, - 0xd5, 0x84, 0xc3, 0x7e, 0x69, 0x7a, 0x73, 0xaf, 0xa5, 0x4a, 0x69, 0xca, 0x03, 0xc7, 0x15, 0xb4, - 0x58, 0x3c, 0xbf, 0xfd, 0xc9, 0xab, 0x09, 0x6c, 0x7a, 0xbb, 0xf5, 0x5d, 0x71, 0x89, 0x26, 0xba, - 0xfd, 0x99, 0xc0, 0xe0, 0x14, 0x25, 0x7a, 0x11, 0x16, 0x7c, 0xa2, 0x71, 0xce, 0x70, 0x4e, 0x3e, - 0x28, 0x1d, 0x0d, 0x8e, 0x13, 0x54, 0xeb, 0x1f, 0x87, 0xa5, 0x47, 0xaf, 0x11, 0xf0, 0x60, 0x22, - 0xba, 0x5b, 0xf2, 0xf8, 0x05, 0x13, 0x52, 0xb3, 0xb7, 0x31, 0x98, 0x88, 0x24, 0x9e, 0x1d, 0x4c, - 0x84, 0xb0, 0x24, 0x09, 0xa3, 0x37, 0x66, 0x37, 0x12, 0x77, 0x25, 0xaa, 0xa9, 0xbb, 0x12, 0x28, - 0x49, 0x9d, 0x3c, 0x1b, 0x93, 0xe9, 0x79, 0xba, 0x1a, 0x22, 0x69, 0x71, 0x84, 0xe7, 0x6f, 0x8b, - 0xa4, 0x9c, 0x77, 0xdf, 0x16, 0x3d, 0xb6, 0x6f, 0x8b, 0x58, 0x9c, 0x29, 0x67, 0xe9, 0x71, 0x8c, - 0x33, 0xa3, 0xba, 0xef, 0xe8, 0x38, 0xf3, 0xbb, 0x45, 0xa5, 0xfc, 0x2f, 0xe9, 0x04, 0xfa, 0x51, - 0x5e, 0x3c, 0x4d, 0x3e, 0x81, 0x16, 0xa1, 0x40, 0xf1, 0xcc, 0x50, 0x60, 0x76, 0xaa, 0xab, 0x49, - 0x73, 0x99, 0xae, 0x26, 0x95, 0x32, 0x5c, 0x4d, 0x9a, 0xcf, 0x78, 0x35, 0x09, 0x26, 0xde, 0x8a, - 0x7b, 0x5d, 0xdd, 0x8a, 0x2b, 0x73, 0xeb, 0xb8, 0x99, 0xc5, 0x9f, 0x66, 0xbc, 0x12, 0xb7, 0xf0, - 0x88, 0x57, 0xe2, 0xde, 0xca, 0xbd, 0xb5, 0xff, 0x2b, 0xc0, 0x62, 0xc2, 0x5f, 0x4f, 0x55, 0x7f, - 0x7e, 0x21, 0x99, 0x04, 0x0c, 0x17, 0x95, 0xa3, 0x3b, 0x70, 0xe3, 0x8b, 0xca, 0x85, 0x29, 0xab, - 0x98, 0x69, 0x6f, 0x9d, 0xa5, 0xa8, 0x3c, 0x33, 0x75, 0x51, 0xb9, 0x38, 0x7d, 0x51, 0x79, 0x76, - 0xca, 0xa2, 0x72, 0x72, 0xbb, 0x9a, 0x50, 0x54, 0xb6, 0xa1, 0x2c, 0xdd, 0x58, 0xdb, 0xdd, 0xf7, - 0xf8, 0x0a, 0x99, 0xe6, 0xed, 0x51, 0x34, 0x73, 0xc7, 0x21, 0x25, 0x7d, 0xc6, 0x19, 0xaf, 0xf4, - 0x9d, 0x58, 0x1c, 0xd6, 0x65, 0x57, 0xff, 0x7b, 0x06, 0x56, 0x87, 0xf8, 0x58, 0x1a, 0x1c, 0x11, - 0xb5, 0xd2, 0x69, 0x70, 0x24, 0xaa, 0x85, 0x63, 0x1a, 0x96, 0xac, 0x85, 0x9c, 0xfd, 0xde, 0x3d, - 0xe5, 0x97, 0xd4, 0xd4, 0x74, 0x15, 0x06, 0x6b, 0x54, 0x6c, 0xbc, 0xf7, 0x3c, 0x8f, 0xf9, 0xb1, - 0x54, 0x22, 0xd8, 0xe0, 0x50, 0x2c, 0xb1, 0xe8, 0x15, 0x58, 0x3c, 0x24, 0x81, 0x4b, 0x9c, 0x31, - 0xbf, 0x09, 0x70, 0x5b, 0x47, 0xe2, 0x24, 0x2d, 0x9b, 0x7f, 0x2f, 0x6c, 0xf7, 0x47, 0x1c, 0x2a, - 0xdc, 0xe9, 0x72, 0x30, 0x8e, 0xf0, 0xe8, 0xf3, 0xf0, 0x54, 0xfa, 0xf1, 0x45, 0xd4, 0xa2, 0xd8, - 0xa2, 0x36, 0x24, 0xeb, 0x53, 0xcd, 0xd1, 0x64, 0x78, 0x1c, 0x3f, 0x7a, 0x15, 0x96, 0xe4, 0x49, - 0x7e, 0x24, 0x51, 0x78, 0xbd, 0x27, 0xa5, 0xc4, 0xa5, 0xdb, 0x09, 0x2c, 0x4e, 0x51, 0xa3, 0x96, - 0xb8, 0x7f, 0xc0, 0x4b, 0x15, 0x91, 0x84, 0x52, 0xf2, 0xee, 0xf6, 0xed, 0x14, 0x1e, 0x0f, 0x71, - 0xa0, 0x3a, 0x2c, 0x7b, 0xfc, 0x59, 0x8f, 0xed, 0xf6, 0xc4, 0x9c, 0xc8, 0x3b, 0x32, 0xea, 0xc8, - 0xf2, 0x4e, 0x12, 0x8d, 0xd3, 0xf4, 0xe8, 0x26, 0x2c, 0x18, 0x81, 0x79, 0x60, 0x53, 0x62, 0xd2, - 0x41, 0x20, 0x5c, 0xa6, 0x76, 0xaf, 0xbf, 0xae, 0xe1, 0x70, 0x82, 0xb2, 0xfa, 0xfd, 0x1c, 0xac, - 0x76, 0x98, 0x22, 0x21, 0x25, 0x2e, 0x6d, 0x18, 0xe6, 0xe1, 0x96, 0x6b, 0xa1, 0x1d, 0x28, 0x98, - 0x4e, 0x28, 0xb7, 0xf1, 0xc9, 0x16, 0x2e, 0x7f, 0xc4, 0x48, 0x72, 0x37, 0xb7, 0xbb, 0x8d, 0x39, - 0x96, 0x5d, 0x35, 0xb7, 0xbb, 0x98, 0xc9, 0x41, 0x6d, 0xc8, 0x93, 0x70, 0xea, 0x5f, 0x69, 0x49, - 0x4a, 0xdb, 0xea, 0x8a, 0x47, 0x65, 0x5b, 0x5d, 0x9c, 0x27, 0x61, 0xf5, 0xbb, 0x79, 0x58, 0x8e, - 0xf5, 0xdd, 0x3a, 0x22, 0x2e, 0x3d, 0x9f, 0x52, 0xb3, 0x16, 0xae, 0x4f, 0x2e, 0x35, 0xa7, 0x34, - 0x1c, 0x1b, 0xb6, 0x7f, 0x31, 0x15, 0xb6, 0xdf, 0xc8, 0x2c, 0xf9, 0xec, 0xf0, 0xfd, 0x9f, 0x72, - 0x70, 0x21, 0xc5, 0x71, 0x0e, 0xb1, 0xda, 0xbd, 0x64, 0xac, 0xf6, 0x7c, 0xd6, 0x4e, 0x8d, 0x89, - 0xd9, 0xbe, 0x95, 0x1f, 0xea, 0xcc, 0xf9, 0x55, 0xee, 0x7e, 0x03, 0x56, 0xfd, 0xf4, 0x32, 0x99, - 0xfa, 0x07, 0xe2, 0x86, 0x16, 0x98, 0xba, 0x63, 0x3e, 0xbc, 0xf6, 0xf0, 0x70, 0x3b, 0x7a, 0xe5, - 0x6f, 0x66, 0x42, 0xd9, 0xf0, 0xbf, 0xf2, 0x70, 0x71, 0xa4, 0x8d, 0xbc, 0x5b, 0x3e, 0x7c, 0x5b, - 0xcb, 0x87, 0xcf, 0xc3, 0x42, 0xa2, 0x42, 0x1d, 0xfd, 0x0a, 0x4a, 0x6e, 0xec, 0xaf, 0xa0, 0xfc, - 0x6d, 0x0e, 0x4a, 0xd1, 0x01, 0xe8, 0x39, 0xb8, 0xac, 0x3b, 0x09, 0x97, 0x35, 0xb9, 0xfe, 0x14, - 0xa9, 0x36, 0xf6, 0x87, 0x32, 0x7f, 0x9c, 0x83, 0x85, 0x88, 0xe8, 0x1c, 0x9c, 0xc8, 0x6e, 0xd2, - 0x89, 0x7c, 0x70, 0xea, 0x0e, 0x8c, 0xf1, 0x1e, 0xdf, 0xcc, 0xc7, 0xea, 0x3f, 0x9a, 0xdb, 0xd0, - 0xef, 0x0c, 0xe7, 0xa7, 0xbc, 0x33, 0xfc, 0x88, 0x89, 0xde, 0x7b, 0xa0, 0x30, 0x08, 0x1c, 0xb9, - 0xd8, 0x55, 0xb5, 0xf2, 0x1e, 0xde, 0xc6, 0x0c, 0xce, 0x32, 0x2f, 0x96, 0x85, 0x71, 0x91, 0x22, - 0x7c, 0x5a, 0x88, 0x72, 0xb4, 0x5d, 0x95, 0xa3, 0xed, 0xa6, 0x73, 0xb4, 0xd9, 0x98, 0x72, 0x38, - 0x47, 0xab, 0xfe, 0x6f, 0x01, 0xd6, 0xd4, 0xad, 0x06, 0xf2, 0x95, 0x81, 0x1d, 0x90, 0x3e, 0xbf, - 0x70, 0x70, 0x0c, 0xb3, 0x8e, 0xdd, 0xb7, 0x65, 0x2d, 0x78, 0x9a, 0x2b, 0x9e, 0xa3, 0xc4, 0xd4, - 0xb6, 0xb9, 0x0c, 0x91, 0x65, 0x5d, 0x52, 0x59, 0x16, 0x07, 0x0e, 0xdd, 0xba, 0x97, 0x0d, 0xa2, - 0xdf, 0xe2, 0xbf, 0xdc, 0xf3, 0x95, 0x01, 0x09, 0x69, 0x64, 0x07, 0xcd, 0x47, 0x6b, 0x1d, 0x4b, - 0x29, 0xa9, 0x47, 0x10, 0x11, 0x78, 0xf8, 0x11, 0x44, 0xd4, 0xec, 0xba, 0x0d, 0x65, 0x4d, 0xf5, - 0x77, 0xf4, 0x12, 0xfe, 0x21, 0x2c, 0x26, 0xf4, 0x7c, 0x47, 0xef, 0xe0, 0x3b, 0xb0, 0x3a, 0x14, - 0xb6, 0xb1, 0x35, 0xe1, 0x78, 0xbd, 0x2e, 0x19, 0xb1, 0x26, 0xb6, 0x25, 0x1c, 0x2b, 0x0a, 0xb6, - 0xa3, 0x50, 0xcf, 0xb7, 0x4d, 0x95, 0x5a, 0xa8, 0x1d, 0xe5, 0xae, 0x00, 0xe3, 0x08, 0x5f, 0xfd, - 0x41, 0x1e, 0x56, 0xd2, 0x71, 0xdd, 0x5b, 0x7c, 0xc2, 0xf7, 0x01, 0x98, 0xe5, 0x3f, 0xc9, 0x4c, - 0xd2, 0x3b, 0x4e, 0x97, 0x43, 0xb1, 0xc4, 0xb2, 0xa4, 0xc9, 0x76, 0x2d, 0xf2, 0x60, 0x37, 0x7e, - 0x70, 0xa5, 0x92, 0xa6, 0x76, 0x84, 0xc0, 0x31, 0x0d, 0x6b, 0x9a, 0xad, 0x9f, 0x68, 0x65, 0x45, - 0x4d, 0xb3, 0xd5, 0x85, 0x39, 0x86, 0x0d, 0x53, 0x6a, 0x55, 0xa9, 0x61, 0x1a, 0x51, 0xfd, 0xf8, - 0x28, 0x94, 0x03, 0xc2, 0x2b, 0xdc, 0x2d, 0xe3, 0x38, 0xe4, 0x29, 0x46, 0x31, 0xf6, 0x01, 0x38, - 0x46, 0x61, 0x9d, 0xae, 0xfa, 0x8f, 0x39, 0x10, 0xa7, 0x0a, 0xcc, 0x1b, 0x1c, 0xa9, 0x81, 0x52, - 0xde, 0xe0, 0x7e, 0xbb, 0x83, 0x19, 0x1c, 0x3d, 0x0b, 0x33, 0x47, 0x81, 0x6d, 0xc9, 0xa1, 0xe2, - 0x77, 0x40, 0xef, 0xe3, 0x76, 0x0b, 0x73, 0x28, 0xdb, 0x70, 0x2d, 0x3b, 0x20, 0x26, 0xf5, 0x02, - 0xdb, 0x97, 0x43, 0xa5, 0x76, 0x8e, 0x96, 0xc4, 0xb4, 0x3b, 0x58, 0xa3, 0x42, 0x77, 0x60, 0xee, - 0xc8, 0xf6, 0x7d, 0xcf, 0x73, 0x64, 0x69, 0x72, 0x72, 0xb9, 0xed, 0x7e, 0xbb, 0xd3, 0xf1, 0x3c, - 0x47, 0xfc, 0xdc, 0xb1, 0xfc, 0xc0, 0x91, 0x94, 0xea, 0x5f, 0xe7, 0x61, 0xe9, 0xae, 0xe1, 0xfb, - 0xf1, 0xdd, 0xc0, 0x73, 0xd8, 0x01, 0xef, 0x25, 0x76, 0xc0, 0xc9, 0xbf, 0xc1, 0x90, 0x54, 0x70, - 0x6c, 0xcc, 0xfe, 0xeb, 0xa9, 0x98, 0xfd, 0xa3, 0x59, 0x05, 0x9f, 0x1d, 0xb2, 0xbf, 0x99, 0x03, - 0x94, 0x64, 0x38, 0x87, 0xcd, 0xf6, 0x6e, 0x72, 0xb3, 0xdd, 0xcc, 0xd8, 0xa5, 0x31, 0x5b, 0xee, - 0x9f, 0xe4, 0x60, 0x3d, 0x49, 0xf8, 0x0e, 0x1f, 0xea, 0x33, 0x9f, 0x60, 0x98, 0xd4, 0x1e, 0x8e, - 0x42, 0xeb, 0x1c, 0x8a, 0x25, 0xb6, 0xfa, 0x97, 0x43, 0x83, 0xfc, 0x58, 0xde, 0x01, 0xf8, 0xcf, - 0x3c, 0xac, 0x8d, 0x32, 0x9e, 0x77, 0x63, 0xf9, 0xb7, 0x35, 0x96, 0xc7, 0x90, 0x38, 0x6b, 0x9d, - 0xe4, 0x6f, 0xaf, 0x40, 0xf1, 0x48, 0xdb, 0x9b, 0x94, 0xed, 0xdf, 0xe7, 0x9b, 0x93, 0xc0, 0x55, - 0xff, 0x34, 0x07, 0xd1, 0xcf, 0x7b, 0xa0, 0x4d, 0x98, 0xe9, 0x7b, 0xd6, 0xd0, 0xcf, 0x32, 0xee, - 0x78, 0x16, 0x7f, 0xdd, 0x25, 0xc9, 0xd8, 0x27, 0xe6, 0x84, 0xe8, 0x8b, 0x50, 0x0a, 0x69, 0x60, - 0x50, 0xd2, 0x3b, 0x9e, 0xfa, 0xa7, 0xcd, 0xa5, 0x94, 0xae, 0xe4, 0x8b, 0x2d, 0x37, 0x82, 0x60, - 0x25, 0xb3, 0xfa, 0x0f, 0x39, 0x58, 0x4e, 0xd1, 0xa3, 0xd7, 0x01, 0xfa, 0xc6, 0x83, 0x7b, 0x6e, - 0x40, 0x0c, 0xeb, 0x78, 0xa2, 0x47, 0x1e, 0x50, 0xdb, 0xa9, 0x89, 0x7f, 0x6e, 0x50, 0x6b, 0xbb, - 0xf4, 0x4e, 0xd0, 0xa5, 0x81, 0xed, 0xf6, 0x44, 0x95, 0x7e, 0x47, 0xc9, 0xc1, 0x9a, 0x4c, 0x84, - 0xe1, 0x49, 0x2b, 0x30, 0x6c, 0x77, 0xd7, 0xb3, 0x48, 0x83, 0xec, 0x7b, 0x01, 0x91, 0x3a, 0xc8, - 0x1f, 0x4e, 0xe2, 0x8f, 0xba, 0x5a, 0x23, 0x29, 0xf0, 0x18, 0xce, 0xea, 0x6d, 0x88, 0x36, 0x1b, - 0xb4, 0x01, 0x45, 0xdb, 0x75, 0x49, 0x20, 0x4f, 0x6f, 0xf8, 0xa9, 0x7c, 0x9b, 0x01, 0xb0, 0x80, - 0x33, 0x02, 0x6f, 0x40, 0x49, 0xc0, 0x9d, 0x9c, 0x24, 0xb8, 0xc3, 0x00, 0x58, 0xc0, 0x1b, 0x57, - 0xdf, 0xfc, 0xc5, 0xa5, 0x27, 0x7e, 0xfa, 0x8b, 0x4b, 0x4f, 0xfc, 0xec, 0x17, 0x97, 0x9e, 0xf8, - 0xda, 0xe9, 0xa5, 0xdc, 0x9b, 0xa7, 0x97, 0x72, 0x3f, 0x3d, 0xbd, 0x94, 0xfb, 0xd9, 0xe9, 0xa5, - 0xdc, 0xbf, 0x9f, 0x5e, 0xca, 0x7d, 0xfd, 0x3f, 0x2e, 0x3d, 0xf1, 0x85, 0xfc, 0xd1, 0xb5, 0xff, - 0x0f, 0x00, 0x00, 0xff, 0xff, 0x45, 0x3c, 0x48, 0x95, 0x6f, 0x63, 0x00, 0x00, + // 5658 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x4b, 0x8c, 0x1c, 0xc7, + 0x79, 0xb0, 0xe6, 0xb5, 0x3b, 0xfb, 0xcd, 0x3e, 0x8b, 0x4b, 0x72, 0xb8, 0x92, 0xb9, 0xf4, 0xd0, + 0x36, 0xe8, 0x87, 0x66, 0x49, 0x4a, 0xa6, 0x29, 0xc9, 0x96, 0x3d, 0x8f, 0xa5, 0x38, 0xe6, 0xee, + 0x72, 0x5c, 0x43, 0x52, 0xbf, 0xfd, 0x27, 0x96, 0x7a, 0xbb, 0x6b, 0x67, 0x5b, 0xdb, 0xd3, 0xdd, + 0xea, 0xee, 0x59, 0x71, 0x95, 0x1c, 0x9c, 0xc7, 0x21, 0x87, 0x20, 0x70, 0x92, 0x43, 0x80, 0x18, + 0x46, 0x12, 0x3b, 0x40, 0x02, 0xdb, 0x02, 0x0c, 0x04, 0xf0, 0x41, 0x70, 0x72, 0x08, 0x0c, 0x44, + 0x08, 0x82, 0xc0, 0xc8, 0x49, 0x17, 0x6d, 0xa2, 0xcd, 0x03, 0xb9, 0x04, 0xb9, 0xf3, 0x14, 0xd4, + 0xa3, 0xab, 0xab, 0x7b, 0x66, 0x76, 0xa6, 0x29, 0x72, 0xcd, 0x83, 0x6e, 0xdb, 0xdf, 0xab, 0xbe, + 0xaa, 0xfa, 0xea, 0xab, 0xef, 0xfb, 0xaa, 0x6a, 0x16, 0xd6, 0x82, 0x3d, 0xe2, 0x07, 0x9a, 0xbe, + 0x57, 0x35, 0x1d, 0xfa, 0xf7, 0x9a, 0xe6, 0x9a, 0x6b, 0xae, 0xa5, 0x05, 0x3b, 0x8e, 0xd7, 0x5b, + 0xdb, 0xbf, 0xb2, 0xd6, 0x25, 0x36, 0xf1, 0xb4, 0x80, 0x18, 0x55, 0xd7, 0x73, 0x02, 0x07, 0xad, + 0x2a, 0x0c, 0xd5, 0x60, 0x8f, 0x54, 0x35, 0xd7, 0xac, 0x86, 0x0c, 0xd5, 0xfd, 0x2b, 0x2b, 0xcf, + 0x76, 0xcd, 0x60, 0xb7, 0xbf, 0x5d, 0xd5, 0x9d, 0xde, 0x5a, 0xd7, 0xe9, 0x3a, 0x6b, 0x8c, 0x6f, + 0xbb, 0xbf, 0xc3, 0xbe, 0xd8, 0x07, 0xfb, 0x8b, 0xcb, 0x5b, 0xa9, 0xec, 0x5d, 0xf7, 0x69, 0xdb, + 0xb4, 0x5d, 0xdd, 0xf1, 0xc8, 0x90, 0x36, 0x57, 0x9e, 0x8f, 0x68, 0x7a, 0x9a, 0xbe, 0x6b, 0xda, + 0xc4, 0x3b, 0x58, 0x73, 0xf7, 0xba, 0x8c, 0xc9, 0x23, 0xbe, 0xd3, 0xf7, 0x74, 0x92, 0x8a, 0xcb, + 0x5f, 0xeb, 0x91, 0x40, 0x1b, 0xd6, 0xd6, 0xda, 0x28, 0x2e, 0xaf, 0x6f, 0x07, 0x66, 0x6f, 0xb0, + 0x99, 0x6b, 0xe3, 0x18, 0x7c, 0x7d, 0x97, 0xf4, 0xb4, 0x01, 0xbe, 0xe7, 0x46, 0xf1, 0xf5, 0x03, + 0xd3, 0x5a, 0x33, 0xed, 0xc0, 0x0f, 0xbc, 0x01, 0xa6, 0xab, 0xc3, 0xa6, 0x4b, 0x73, 0x5d, 0xcb, + 0xd4, 0xb5, 0xc0, 0x74, 0xec, 0x21, 0x3d, 0xaa, 0x7c, 0x2f, 0x03, 0x33, 0x35, 0xc3, 0x70, 0xec, + 0x8e, 0x4b, 0x74, 0xf4, 0x05, 0x28, 0x06, 0xc4, 0xd6, 0xec, 0xa0, 0xd5, 0x2c, 0x67, 0x2e, 0x64, + 0x2e, 0xcd, 0xd4, 0x17, 0xdf, 0x3b, 0x5c, 0x7d, 0xea, 0xe8, 0x70, 0xb5, 0x78, 0x47, 0xc0, 0xb1, + 0xa4, 0x40, 0x5f, 0x84, 0x92, 0x6e, 0xf5, 0xfd, 0x80, 0x78, 0x5b, 0x5a, 0x8f, 0x94, 0xb3, 0x8c, + 0xe1, 0x94, 0x60, 0x28, 0x35, 0x22, 0x14, 0x56, 0xe9, 0xd0, 0x67, 0x61, 0x7a, 0x9f, 0x78, 0xbe, + 0xe9, 0xd8, 0xe5, 0x1c, 0x63, 0x59, 0x10, 0x2c, 0xd3, 0xf7, 0x38, 0x18, 0x87, 0xf8, 0xca, 0xcf, + 0x32, 0x90, 0xab, 0xb9, 0x2e, 0x7a, 0x1d, 0x8a, 0x74, 0x4a, 0x0c, 0x2d, 0xd0, 0x98, 0x5e, 0xa5, + 0xab, 0x97, 0xab, 0x7c, 0x84, 0xaa, 0xea, 0x08, 0x55, 0xdd, 0xbd, 0x2e, 0x05, 0xf8, 0x55, 0x4a, + 0x5d, 0xdd, 0xbf, 0x52, 0xbd, 0xbd, 0xfd, 0x06, 0xd1, 0x83, 0x4d, 0x12, 0x68, 0x75, 0x24, 0x5a, + 0x81, 0x08, 0x86, 0xa5, 0x54, 0xb4, 0x09, 0x79, 0xdf, 0x25, 0x3a, 0xeb, 0x44, 0xe9, 0xea, 0xe7, + 0xab, 0xc3, 0x0c, 0x59, 0x19, 0x4a, 0x2a, 0xbb, 0xe6, 0xba, 0x74, 0xd0, 0xea, 0xb3, 0x42, 0x70, + 0x9e, 0x7e, 0x61, 0x26, 0xa6, 0xf2, 0x7e, 0x06, 0x16, 0x6b, 0xfd, 0x60, 0xf7, 0xed, 0x57, 0xc9, + 0xf6, 0xae, 0xe3, 0xec, 0xd5, 0x0c, 0xc3, 0x43, 0xaf, 0xc1, 0xf4, 0x76, 0xdf, 0xb4, 0x02, 0xd3, + 0x16, 0x9d, 0xb8, 0x5e, 0x1d, 0xb3, 0x5e, 0xaa, 0x75, 0x4e, 0x9f, 0x14, 0x55, 0x2f, 0xd1, 0xe1, + 0x12, 0x48, 0x1c, 0x4a, 0x45, 0x3a, 0x14, 0xc9, 0xfd, 0x80, 0x78, 0xb6, 0x66, 0x89, 0x8e, 0xbc, + 0x30, 0xb6, 0x85, 0x75, 0xc1, 0x30, 0xd0, 0xc4, 0x2c, 0x9d, 0xf5, 0x10, 0x8b, 0xa5, 0xe0, 0x4a, + 0x07, 0x66, 0xeb, 0x8e, 0x43, 0x0d, 0x50, 0x73, 0xe9, 0xdc, 0x34, 0x20, 0xa7, 0xb9, 0xae, 0xe8, + 0xd1, 0xa7, 0xc6, 0xb6, 0x57, 0x73, 0xdd, 0x7a, 0x49, 0x8c, 0x18, 0x9d, 0x5b, 0x4c, 0xb9, 0x2b, + 0xe7, 0xe0, 0xec, 0x88, 0xae, 0x56, 0xfe, 0x2c, 0x0b, 0xa5, 0x46, 0xa7, 0x75, 0xdb, 0xa5, 0x76, + 0xeb, 0x78, 0x27, 0x60, 0x0b, 0x38, 0x66, 0x0b, 0x97, 0xc7, 0x76, 0x49, 0xd1, 0x6e, 0x94, 0x41, + 0xa0, 0x6f, 0xc1, 0x94, 0x1f, 0x68, 0x41, 0xdf, 0x67, 0x36, 0x5f, 0xba, 0x7a, 0x35, 0x95, 0x54, + 0xc6, 0x59, 0x9f, 0x17, 0x72, 0xa7, 0xf8, 0x37, 0x16, 0x12, 0x2b, 0x5f, 0x05, 0xa4, 0x10, 0xdf, + 0x20, 0x5a, 0xd0, 0xf7, 0x62, 0xcb, 0x2c, 0x33, 0x66, 0x99, 0xfd, 0x7d, 0x06, 0x16, 0x14, 0x09, + 0x1b, 0xa6, 0x1f, 0xa0, 0x5f, 0x1b, 0x18, 0xe6, 0xea, 0x64, 0xc3, 0x4c, 0xb9, 0xd9, 0x20, 0x4b, + 0xd7, 0x11, 0x42, 0x94, 0x21, 0xfe, 0x06, 0x14, 0xcc, 0x80, 0xf4, 0xfc, 0x72, 0xf6, 0x42, 0xee, + 0x52, 0xe9, 0xea, 0x17, 0xd2, 0x8c, 0x46, 0x7d, 0x4e, 0x08, 0x2e, 0xb4, 0xa8, 0x08, 0xcc, 0x25, + 0x55, 0xfe, 0x22, 0xde, 0x89, 0x27, 0xd2, 0x9f, 0xfd, 0x4d, 0x0e, 0x96, 0x06, 0xe6, 0x35, 0xc5, + 0x4c, 0xa1, 0x36, 0x2c, 0xfb, 0x81, 0xe3, 0x69, 0x5d, 0x72, 0x8f, 0xd8, 0x86, 0xe3, 0x09, 0x02, + 0xa1, 0xeb, 0x33, 0x82, 0x6f, 0xb9, 0x33, 0x84, 0x06, 0x0f, 0xe5, 0x44, 0x57, 0xa0, 0xe0, 0xee, + 0x6a, 0x3e, 0x11, 0xba, 0x3f, 0x1d, 0x8e, 0x6d, 0x9b, 0x02, 0x1f, 0x1c, 0xae, 0x02, 0xdb, 0x1d, + 0xd8, 0x17, 0xe6, 0x94, 0xe8, 0x33, 0x30, 0xe5, 0x11, 0xcd, 0x77, 0xec, 0x72, 0x9e, 0xf1, 0x48, + 0xbb, 0xc4, 0x0c, 0x8a, 0x05, 0x16, 0x5d, 0x05, 0xf0, 0x48, 0xe0, 0x1d, 0x34, 0x9c, 0xbe, 0x1d, + 0x94, 0x0b, 0x17, 0x32, 0x97, 0x0a, 0xd1, 0xca, 0xc3, 0x12, 0x83, 0x15, 0x2a, 0xf4, 0x87, 0x19, + 0x78, 0xda, 0xd2, 0xfc, 0x00, 0x93, 0x96, 0x6d, 0x06, 0xa6, 0x66, 0x99, 0x6f, 0x9b, 0x76, 0xf7, + 0x8e, 0xd9, 0xa3, 0xe6, 0xd1, 0x73, 0xcb, 0x53, 0xcc, 0x14, 0x3f, 0x37, 0x99, 0x29, 0x52, 0xb6, + 0xfa, 0x45, 0xd1, 0xe2, 0xd3, 0x1b, 0xa3, 0xc5, 0xe2, 0xe3, 0xda, 0xac, 0x18, 0xcc, 0xb0, 0xda, + 0x9e, 0x73, 0xff, 0xe0, 0xb6, 0x4b, 0xbd, 0xbf, 0x8f, 0xd6, 0x60, 0xc6, 0xd6, 0x7a, 0xc4, 0x77, + 0x35, 0x9d, 0x88, 0x49, 0x5b, 0x12, 0xed, 0xcc, 0x6c, 0x85, 0x08, 0x1c, 0xd1, 0xa0, 0x0b, 0x90, + 0xb7, 0x23, 0xa3, 0x92, 0x1e, 0x82, 0x59, 0x13, 0xc3, 0x54, 0xfe, 0x38, 0x0b, 0xd3, 0xc2, 0xc6, + 0x4e, 0xc0, 0xc7, 0x6d, 0xc5, 0x7c, 0xdc, 0x04, 0xeb, 0x8f, 0x6b, 0x36, 0xd2, 0xbf, 0xdd, 0x4b, + 0xf8, 0xb7, 0xea, 0xc4, 0x12, 0x8f, 0xf7, 0x6d, 0x3f, 0xc8, 0xc2, 0xac, 0xa0, 0x64, 0x86, 0x78, + 0x02, 0x43, 0xd3, 0x89, 0x0d, 0xcd, 0x95, 0x49, 0x3b, 0x22, 0xa3, 0xa8, 0xa1, 0xe3, 0xf3, 0xff, + 0x13, 0xe3, 0xf3, 0x5c, 0x3a, 0xb1, 0xc7, 0x0f, 0xd2, 0x2f, 0x32, 0xb0, 0xa8, 0x92, 0x9f, 0x80, + 0x03, 0xc7, 0x71, 0x07, 0xfe, 0x6c, 0xaa, 0xee, 0x8c, 0xf0, 0xe0, 0x7f, 0x94, 0xe8, 0x06, 0x73, + 0xe1, 0x17, 0x20, 0x1f, 0x1c, 0xb8, 0xe1, 0x22, 0x93, 0x43, 0x7b, 0xe7, 0xc0, 0x25, 0x98, 0x61, + 0xa8, 0x07, 0xb3, 0xc8, 0x3e, 0xb1, 0xc4, 0xda, 0x92, 0x1e, 0x6c, 0x83, 0x02, 0xa5, 0x07, 0x63, + 0x5f, 0x98, 0x53, 0xa6, 0x71, 0xd9, 0xbf, 0x9f, 0x01, 0x34, 0x38, 0x15, 0x69, 0x7c, 0xf6, 0xc5, + 0xd0, 0xc3, 0x72, 0xfd, 0xe6, 0x62, 0x1e, 0x76, 0xd0, 0xa7, 0xe6, 0x8e, 0xf3, 0xa9, 0x95, 0x3f, + 0xc8, 0xc5, 0xc7, 0x88, 0x8e, 0xc3, 0x09, 0xac, 0x89, 0x70, 0x16, 0xb2, 0xe3, 0x67, 0x21, 0x37, + 0xf1, 0x2c, 0xbc, 0x04, 0x73, 0x96, 0x16, 0x10, 0x3f, 0x08, 0x77, 0x31, 0xbe, 0x9d, 0x9c, 0x16, + 0xac, 0x73, 0x1b, 0x2a, 0x12, 0xc7, 0x69, 0xe9, 0x66, 0x6d, 0x10, 0x5f, 0xf7, 0x4c, 0xe6, 0x91, + 0xd9, 0xee, 0xa2, 0x6c, 0xd6, 0xcd, 0x08, 0x85, 0x55, 0x3a, 0x74, 0x1b, 0x4e, 0xeb, 0x4e, 0xcf, + 0xd5, 0x02, 0x73, 0xdb, 0x22, 0x62, 0x20, 0x69, 0x2f, 0xca, 0x53, 0x17, 0x72, 0x97, 0x66, 0xea, + 0xe7, 0x8e, 0x0e, 0x57, 0x4f, 0x37, 0x86, 0x11, 0xe0, 0xe1, 0x7c, 0x95, 0x7f, 0xca, 0xc0, 0x72, + 0x72, 0x42, 0x4e, 0x60, 0xfd, 0xdd, 0x8b, 0xaf, 0xbf, 0x74, 0x5e, 0x8a, 0xea, 0x38, 0x62, 0x0d, + 0xfe, 0x55, 0x06, 0xe6, 0x23, 0x52, 0x8f, 0xf8, 0x74, 0xaf, 0x53, 0x57, 0xe0, 0xd3, 0xea, 0xdc, + 0x3f, 0x38, 0x5c, 0x2d, 0x09, 0x32, 0xc5, 0x14, 0x2e, 0x40, 0x7e, 0xd7, 0xf1, 0x83, 0xa4, 0xb1, + 0xdc, 0x74, 0xfc, 0x00, 0x33, 0x0c, 0xa5, 0x70, 0x1d, 0x2f, 0x60, 0xb6, 0x52, 0x88, 0x28, 0xda, + 0x8e, 0x17, 0x60, 0x86, 0x61, 0x14, 0x5a, 0xb0, 0x2b, 0x4c, 0x22, 0xa2, 0xd0, 0x82, 0x5d, 0xcc, + 0x30, 0x95, 0x1b, 0x70, 0x2a, 0x54, 0xd4, 0x75, 0xad, 0xd8, 0xce, 0xec, 0x04, 0x77, 0x5d, 0x43, + 0x0b, 0xb8, 0xca, 0x45, 0x65, 0x67, 0x0e, 0x11, 0x38, 0xa2, 0xa9, 0xbc, 0x1b, 0x79, 0x1d, 0x3a, + 0xf1, 0x8e, 0x4d, 0xec, 0x60, 0x02, 0xaf, 0xf3, 0x3b, 0x19, 0x28, 0x7a, 0x84, 0x25, 0x84, 0xfe, + 0xc4, 0xc9, 0x56, 0xb2, 0x1d, 0x2c, 0x04, 0xd4, 0xbf, 0x10, 0x4e, 0x75, 0x08, 0x79, 0x70, 0xb8, + 0x5a, 0x1e, 0x45, 0x8d, 0x65, 0xc3, 0xd4, 0xfa, 0x46, 0x92, 0x51, 0x1f, 0x65, 0x10, 0xdf, 0xf4, + 0x88, 0xc1, 0xfa, 0x51, 0x88, 0x7c, 0x54, 0x93, 0x83, 0x71, 0x88, 0xa7, 0xa4, 0x7a, 0xdf, 0xf3, + 0x88, 0xcd, 0x67, 0x4d, 0x21, 0x6d, 0x70, 0x30, 0x0e, 0xf1, 0x74, 0x80, 0xb5, 0x7d, 0xcd, 0xb4, + 0xb4, 0x6d, 0x8b, 0x88, 0x09, 0x94, 0x03, 0x5c, 0x0b, 0x11, 0x38, 0xa2, 0xa1, 0xb2, 0xfb, 0x6c, + 0xa8, 0x0d, 0x36, 0x9b, 0x8a, 0x6c, 0x3e, 0x03, 0x06, 0x0e, 0xf1, 0x95, 0x1f, 0xe6, 0x94, 0xb9, + 0xb0, 0x0d, 0x93, 0x2d, 0xd9, 0xf1, 0x73, 0xf1, 0x82, 0xdc, 0x5c, 0xb9, 0xc9, 0x7d, 0x32, 0xbe, + 0x4f, 0x3e, 0x38, 0x5c, 0x5d, 0x90, 0xe2, 0xe2, 0x5b, 0x27, 0xea, 0x52, 0x1f, 0xe4, 0x07, 0x6d, + 0xcf, 0xd9, 0x26, 0x34, 0xe2, 0x13, 0xdb, 0x73, 0x9a, 0x00, 0x53, 0xf1, 0x57, 0x8a, 0x20, 0x1c, + 0x97, 0x8b, 0xf6, 0x01, 0x51, 0xc0, 0x1d, 0x4f, 0xb3, 0x7d, 0xa6, 0x08, 0x6b, 0x2d, 0x9f, 0xba, + 0xb5, 0x15, 0xd1, 0x1a, 0xda, 0x18, 0x90, 0x86, 0x87, 0xb4, 0xa0, 0x6c, 0x2c, 0x85, 0x63, 0x83, + 0xf5, 0xcf, 0xc2, 0x74, 0x8f, 0xf8, 0xbe, 0xd6, 0x25, 0x2c, 0xc6, 0x56, 0x36, 0xb4, 0x4d, 0x0e, + 0xc6, 0x21, 0xbe, 0xf2, 0x41, 0x11, 0x96, 0xc2, 0x59, 0xf2, 0x88, 0x41, 0x6c, 0x1a, 0x33, 0x9f, + 0xc0, 0x26, 0xa4, 0x66, 0x73, 0xd9, 0xb4, 0xd9, 0x5c, 0x6e, 0xc2, 0x6c, 0xae, 0x0a, 0x40, 0x02, + 0xdd, 0x68, 0xd4, 0x1a, 0xc4, 0x0b, 0xd8, 0xfc, 0xcc, 0xd6, 0xe7, 0xa9, 0x4a, 0xeb, 0x77, 0x1a, + 0x4d, 0x0e, 0xc5, 0x0a, 0x05, 0xfa, 0x3c, 0xcc, 0xf0, 0xaf, 0x5b, 0xe4, 0x80, 0x0d, 0xf1, 0x6c, + 0x7d, 0x8e, 0x2e, 0x05, 0x4e, 0x7e, 0x8b, 0x1c, 0xe0, 0x08, 0x8f, 0x1a, 0xb0, 0x44, 0x3f, 0x6a, + 0xed, 0x56, 0xc3, 0x32, 0x89, 0x1d, 0xb0, 0x36, 0xa6, 0x18, 0xd3, 0xe9, 0xa3, 0xc3, 0xd5, 0x25, + 0xca, 0x14, 0x43, 0xe2, 0x41, 0x7a, 0xf4, 0x35, 0x58, 0x8c, 0x01, 0x69, 0xc3, 0xd3, 0x4c, 0xc6, + 0xf2, 0xd1, 0xe1, 0xea, 0x62, 0x4c, 0x06, 0x6d, 0x7f, 0x80, 0x1a, 0x55, 0x60, 0x4a, 0xd7, 0x58, + 0xdb, 0x45, 0xc6, 0x07, 0xd4, 0x1e, 0x44, 0xdf, 0x04, 0x06, 0xad, 0x42, 0x41, 0xd7, 0xa8, 0xe8, + 0x19, 0x46, 0x32, 0x43, 0x77, 0x0a, 0xde, 0x1f, 0x0e, 0xa7, 0x03, 0xa5, 0x47, 0x9d, 0x80, 0x68, + 0xa0, 0x14, 0xed, 0x15, 0x0a, 0x3a, 0x50, 0xba, 0xd4, 0xb7, 0x14, 0x0d, 0x54, 0xa4, 0x68, 0x84, + 0xa7, 0xad, 0x07, 0xce, 0x1e, 0xb1, 0xcb, 0xb3, 0x6c, 0xda, 0x58, 0xeb, 0x77, 0x28, 0x00, 0x73, + 0x38, 0x7a, 0x11, 0xe6, 0xb7, 0xc3, 0x2a, 0x14, 0x43, 0x94, 0xe7, 0x18, 0x25, 0x3a, 0x3a, 0x5c, + 0x9d, 0xaf, 0xc7, 0x30, 0x38, 0x41, 0x49, 0x79, 0x75, 0xe2, 0x05, 0xe6, 0x8e, 0xa9, 0x6b, 0x01, + 0xa1, 0xea, 0xcc, 0x47, 0xbc, 0x8d, 0x18, 0x06, 0x27, 0x28, 0xa9, 0x0d, 0xf6, 0x7d, 0xe2, 0xb1, + 0x5c, 0x6e, 0x21, 0x6e, 0x83, 0x77, 0x05, 0x1c, 0x4b, 0x0a, 0x74, 0x11, 0xb2, 0x9a, 0x5f, 0x5e, + 0x8c, 0x9b, 0x5e, 0xab, 0xe7, 0x12, 0xcf, 0x77, 0x6c, 0xba, 0x0f, 0x65, 0x35, 0x1f, 0x5d, 0x81, + 0xa2, 0xe6, 0xbf, 0xe2, 0x39, 0x7d, 0xd7, 0x2f, 0x2f, 0xb1, 0x28, 0x84, 0xd9, 0x82, 0x42, 0xc6, + 0x91, 0x58, 0x92, 0xa1, 0xef, 0x65, 0xa0, 0xa4, 0xf9, 0xb4, 0xc1, 0xf5, 0xfb, 0x81, 0xa7, 0x95, + 0x11, 0x0b, 0x02, 0x1a, 0x13, 0xef, 0x3f, 0x72, 0xd5, 0x56, 0x6b, 0x91, 0x94, 0x75, 0x3b, 0xf0, + 0x0e, 0xea, 0xcf, 0x87, 0x35, 0x04, 0xa5, 0x7d, 0x49, 0xf2, 0x60, 0x04, 0x1c, 0xab, 0xda, 0xac, + 0xbc, 0x0c, 0x8b, 0x49, 0xb1, 0x68, 0x11, 0x72, 0x7b, 0xe4, 0x80, 0xfb, 0x70, 0x4c, 0xff, 0x44, + 0xcb, 0x50, 0xd8, 0xd7, 0xac, 0xbe, 0x88, 0x29, 0x31, 0xff, 0x78, 0x31, 0x7b, 0x3d, 0x53, 0xf9, + 0xe7, 0x0c, 0x9c, 0x1e, 0xd0, 0xf4, 0x04, 0x62, 0xaa, 0x57, 0xe3, 0x31, 0xd5, 0xd5, 0xf4, 0xc3, + 0x39, 0x22, 0xa8, 0xfa, 0xd9, 0x8c, 0x0c, 0xaa, 0xc2, 0xea, 0xdc, 0x33, 0x90, 0x37, 0xdd, 0x7d, + 0x5f, 0x44, 0x28, 0x45, 0xba, 0xa1, 0xb5, 0xda, 0xf7, 0x3a, 0x98, 0x41, 0xd1, 0x25, 0x28, 0xba, + 0xfd, 0x6d, 0xcb, 0xd4, 0x37, 0xea, 0x6c, 0x78, 0x8a, 0xbc, 0x1a, 0xdb, 0x16, 0x30, 0x2c, 0xb1, + 0x74, 0x15, 0x9a, 0x36, 0xaf, 0xcc, 0x6e, 0xd4, 0x99, 0x93, 0x2b, 0xf2, 0x55, 0xd8, 0x92, 0x50, + 0xac, 0x50, 0xa0, 0xcb, 0x30, 0xdd, 0x75, 0xfb, 0x2c, 0xe2, 0xe5, 0xa1, 0xd5, 0x19, 0xea, 0xe2, + 0x5f, 0x69, 0xdf, 0x15, 0xe1, 0x5c, 0xf8, 0x27, 0x0e, 0xc9, 0x50, 0x1b, 0x96, 0x89, 0x4d, 0x37, + 0xf2, 0x4d, 0x8d, 0xe5, 0xeb, 0xfa, 0x2e, 0x31, 0xfa, 0x16, 0x61, 0xbe, 0xae, 0x18, 0x95, 0x9c, + 0xd6, 0x87, 0xd0, 0xe0, 0xa1, 0x9c, 0xe8, 0x25, 0xc8, 0xee, 0x6a, 0xa2, 0x92, 0x73, 0x71, 0xec, + 0x20, 0xdf, 0xac, 0xd5, 0xa7, 0x8e, 0x0e, 0x57, 0xb3, 0x37, 0x6b, 0x38, 0xbb, 0xab, 0xd1, 0xc5, + 0xeb, 0xef, 0x99, 0xae, 0xdc, 0xcf, 0xfd, 0xf2, 0x34, 0x5b, 0x33, 0x6c, 0xf1, 0x76, 0x62, 0x18, + 0x9c, 0xa0, 0x44, 0x5f, 0x87, 0xc2, 0x8e, 0x69, 0x11, 0xbf, 0x5c, 0x64, 0x13, 0xfc, 0xe9, 0xb1, + 0x6d, 0xdf, 0x30, 0x2d, 0x25, 0x50, 0xa6, 0x5f, 0x3e, 0xe6, 0x22, 0xd0, 0x1e, 0x14, 0x76, 0x1d, + 0x67, 0xcf, 0x2f, 0xcf, 0x30, 0x59, 0x2f, 0x4e, 0x6a, 0x2c, 0xc2, 0x00, 0xaa, 0x37, 0x29, 0x33, + 0x5f, 0x72, 0xe7, 0xc2, 0x06, 0x18, 0xec, 0xb7, 0xff, 0x75, 0xb5, 0x48, 0xff, 0x60, 0xb3, 0xc0, + 0xdb, 0x40, 0x3b, 0x50, 0xd2, 0x7d, 0x33, 0x2c, 0x1b, 0x32, 0x67, 0x3b, 0x51, 0x09, 0x61, 0xa0, + 0x2a, 0x5c, 0x5f, 0x60, 0x9b, 0x5f, 0x04, 0xc7, 0xaa, 0x60, 0xe4, 0xc3, 0xa2, 0x96, 0xa8, 0xbf, + 0x33, 0x57, 0x3d, 0x49, 0x82, 0x31, 0x70, 0x80, 0xc0, 0x76, 0xa3, 0x24, 0x14, 0x0f, 0x34, 0x80, + 0x36, 0xe1, 0x94, 0x30, 0x13, 0x12, 0x78, 0xa6, 0xee, 0x77, 0x88, 0xb7, 0x4f, 0x3c, 0xe6, 0xf9, + 0x8b, 0x32, 0xdd, 0x38, 0xb5, 0x3e, 0x48, 0x82, 0x87, 0xf1, 0xd1, 0xac, 0xd2, 0x74, 0xf7, 0xaf, + 0x35, 0xfb, 0x9a, 0xd5, 0xa1, 0xfa, 0xb2, 0x8d, 0xa1, 0x18, 0x45, 0x69, 0xad, 0xb6, 0x82, 0xc4, + 0x71, 0x5a, 0x74, 0x1d, 0x66, 0xb9, 0xcc, 0x86, 0x69, 0x99, 0xfd, 0x1e, 0xdb, 0x18, 0x8a, 0xf5, + 0x65, 0xc1, 0x3b, 0xbb, 0xae, 0xe0, 0x70, 0x8c, 0x12, 0x35, 0x61, 0x51, 0x77, 0xec, 0x40, 0xa3, + 0x0e, 0x08, 0xf3, 0xc3, 0x3d, 0xb1, 0x41, 0x94, 0x05, 0xf7, 0x62, 0x23, 0x81, 0xc7, 0x03, 0x1c, + 0xa8, 0x43, 0x63, 0xe5, 0xae, 0xa7, 0x19, 0xa4, 0x7c, 0x86, 0x8d, 0xfb, 0xa5, 0xb1, 0xe3, 0x7e, + 0x97, 0xd3, 0xab, 0x51, 0x35, 0x03, 0xe0, 0x50, 0xd2, 0xca, 0x75, 0x80, 0xc8, 0xda, 0x52, 0x79, + 0xe2, 0x3f, 0xcf, 0xc1, 0xd3, 0xc2, 0x6e, 0xd9, 0xce, 0x53, 0x6b, 0xb7, 0xb0, 0x38, 0x51, 0xa5, + 0x0e, 0x4e, 0x56, 0x35, 0x33, 0xa3, 0xaa, 0x9a, 0x74, 0x40, 0x7d, 0xd3, 0xee, 0xf6, 0x2d, 0x4d, + 0x2d, 0xaa, 0xcb, 0x01, 0xed, 0x28, 0x38, 0x1c, 0xa3, 0x44, 0x57, 0x01, 0x64, 0xf9, 0xd4, 0x10, + 0x9e, 0x4d, 0xc6, 0x87, 0xb2, 0xc6, 0x6a, 0x60, 0x85, 0x0a, 0x5d, 0x84, 0x42, 0x97, 0xea, 0x29, + 0x7c, 0x9b, 0x5c, 0xb9, 0x4c, 0x79, 0xcc, 0x71, 0x6a, 0xe9, 0xa6, 0x30, 0xa6, 0x74, 0x73, 0x01, + 0xf2, 0x7b, 0xa6, 0x6d, 0x88, 0x88, 0x58, 0xf6, 0xef, 0x96, 0x69, 0x1b, 0x98, 0x61, 0x68, 0xa0, + 0xb2, 0x4f, 0xbc, 0xed, 0xd0, 0x0b, 0xb1, 0x40, 0xe5, 0x1e, 0x05, 0x60, 0x0e, 0xa7, 0x0e, 0xda, + 0xdf, 0x75, 0xbc, 0x80, 0x69, 0xcc, 0x1c, 0xcf, 0x0c, 0x77, 0xd0, 0x1d, 0x09, 0xc5, 0x0a, 0x05, + 0x0b, 0xab, 0xb4, 0x80, 0x74, 0x1d, 0xcf, 0x24, 0xdc, 0xb9, 0x08, 0xfa, 0x86, 0x84, 0x62, 0x85, + 0xa2, 0xf2, 0x93, 0x2c, 0x3c, 0x73, 0xcc, 0x14, 0xf9, 0x27, 0x10, 0x97, 0x5f, 0x87, 0x59, 0x36, + 0xb2, 0xf1, 0xc3, 0x08, 0x39, 0xc7, 0xaf, 0x28, 0x38, 0x1c, 0xa3, 0x44, 0x2e, 0xcc, 0x84, 0x27, + 0xf4, 0x7e, 0x39, 0xc7, 0x1c, 0xe9, 0x97, 0x27, 0x75, 0xa4, 0xc3, 0x7a, 0x1b, 0x35, 0xaa, 0x20, + 0x7c, 0x1c, 0x35, 0x52, 0xf9, 0x51, 0x16, 0x2e, 0x1c, 0x37, 0x5c, 0x03, 0x61, 0x46, 0xf6, 0x91, + 0x87, 0x19, 0xdb, 0x61, 0x98, 0xc1, 0x3b, 0xfc, 0x95, 0x8f, 0xd2, 0x61, 0x7f, 0x78, 0xc4, 0x41, + 0xbd, 0xd1, 0x8e, 0x66, 0x5a, 0xc4, 0x60, 0x4c, 0xeb, 0x9e, 0xe7, 0x78, 0x62, 0x4d, 0x48, 0x6f, + 0x74, 0x23, 0x81, 0xc7, 0x03, 0x1c, 0x95, 0x0b, 0x70, 0x7e, 0x44, 0xdb, 0xa2, 0xda, 0x52, 0x79, + 0x37, 0x03, 0x61, 0x2a, 0x75, 0x02, 0x01, 0xda, 0x66, 0x3c, 0x40, 0xbb, 0x34, 0xe9, 0xc8, 0x8d, + 0x08, 0xcb, 0x7e, 0x91, 0x97, 0x61, 0xd9, 0x26, 0xd7, 0x0c, 0xad, 0x40, 0xd6, 0x74, 0x85, 0x3b, + 0x03, 0xc1, 0x94, 0x6d, 0xb5, 0x71, 0xd6, 0x74, 0x65, 0xd1, 0x2a, 0x3b, 0xb2, 0x68, 0xa5, 0x26, + 0x07, 0xb9, 0xb1, 0xc9, 0x01, 0x0d, 0xf2, 0x34, 0xdf, 0x7f, 0xcb, 0xf1, 0x0c, 0x91, 0x67, 0xf2, + 0x20, 0x4f, 0xc0, 0xb0, 0xc4, 0x52, 0x9f, 0xe0, 0x7a, 0xe6, 0xbe, 0x48, 0x56, 0x0a, 0x51, 0xaa, + 0xd5, 0x96, 0x50, 0xac, 0x50, 0x30, 0x7a, 0xcd, 0xf7, 0xdb, 0xbb, 0x9e, 0xe6, 0x13, 0x91, 0x5f, + 0x72, 0x7a, 0x09, 0xc5, 0x0a, 0x05, 0xd2, 0x61, 0xca, 0xd2, 0xb6, 0x89, 0xc5, 0xbd, 0x58, 0xe9, + 0xea, 0x4b, 0x93, 0x0e, 0xac, 0x18, 0xb6, 0xea, 0x06, 0xe3, 0xe6, 0xd1, 0x8c, 0x2c, 0x30, 0x70, + 0x20, 0x16, 0xa2, 0x51, 0x0d, 0xa6, 0xe8, 0x5e, 0x17, 0x84, 0xd1, 0xd7, 0x39, 0xc5, 0x30, 0xaa, + 0xba, 0xe3, 0x11, 0x56, 0xe2, 0xa0, 0x14, 0x91, 0x08, 0xf6, 0xe9, 0x63, 0xc1, 0x88, 0xbe, 0x09, + 0x05, 0xd7, 0x73, 0xee, 0xf3, 0x9c, 0xb4, 0x74, 0xf5, 0xf9, 0x94, 0x6a, 0xb2, 0x13, 0x3c, 0xa5, + 0xfe, 0x4e, 0x3f, 0x31, 0x97, 0xb8, 0xf2, 0x02, 0x94, 0x94, 0x4e, 0xa4, 0xda, 0x24, 0xdf, 0xcd, + 0xca, 0x4a, 0xa4, 0xda, 0x10, 0x7a, 0x36, 0x56, 0xb7, 0x3a, 0x97, 0xa8, 0x9b, 0xce, 0x30, 0x22, + 0xa5, 0x88, 0xc5, 0x4d, 0x2f, 0x7b, 0xac, 0xe9, 0xe5, 0x26, 0x32, 0xbd, 0x7c, 0x2a, 0xd3, 0x2b, + 0xa4, 0x30, 0xbd, 0xa9, 0x94, 0xa6, 0x37, 0x3d, 0xce, 0xf4, 0x2a, 0x1f, 0x64, 0x61, 0x41, 0x0c, + 0x5e, 0xdb, 0x73, 0x5c, 0xe2, 0x05, 0x07, 0x68, 0x03, 0x96, 0x7b, 0xda, 0xfd, 0xf0, 0x7c, 0x90, + 0x78, 0xfb, 0xa6, 0x4e, 0xb6, 0xfa, 0x3d, 0x51, 0xc4, 0x2c, 0xd3, 0x6c, 0x63, 0x73, 0x08, 0x1e, + 0x0f, 0xe5, 0x42, 0x5f, 0x82, 0xb9, 0x9e, 0x76, 0x7f, 0xcb, 0x31, 0x48, 0xdb, 0x31, 0xa8, 0x18, + 0xbe, 0x7e, 0x97, 0x68, 0x2c, 0xb8, 0xa9, 0x22, 0x70, 0x9c, 0x0e, 0x7d, 0x27, 0x03, 0x73, 0x0e, + 0x8d, 0x04, 0x1c, 0xcb, 0xc0, 0x5a, 0x60, 0x3a, 0xc2, 0x61, 0x4f, 0x9c, 0x66, 0x87, 0x1d, 0xaa, + 0xde, 0x56, 0xa5, 0xf0, 0x55, 0x22, 0xc3, 0xd1, 0x18, 0x0e, 0xc7, 0x1b, 0x5c, 0xf9, 0x1a, 0xa0, + 0x41, 0xde, 0x54, 0xc6, 0xf9, 0xdf, 0x05, 0x39, 0xbe, 0xa1, 0xef, 0x46, 0xbf, 0x09, 0x45, 0x5d, + 0x73, 0x35, 0xdd, 0x0c, 0xa8, 0x10, 0xda, 0xa5, 0x97, 0x27, 0xed, 0x52, 0x28, 0xa3, 0xda, 0x10, + 0x02, 0x78, 0x6f, 0x2e, 0x84, 0xb6, 0x16, 0x82, 0x1f, 0x1c, 0xae, 0xce, 0x86, 0xb4, 0xd4, 0x91, + 0x63, 0xd9, 0x22, 0xfa, 0xbd, 0x0c, 0x94, 0x34, 0xcb, 0x72, 0x74, 0x2d, 0x60, 0x25, 0x64, 0xee, + 0xcb, 0x6b, 0xa9, 0x35, 0xa8, 0x45, 0x32, 0xb8, 0x12, 0xe1, 0x41, 0x7f, 0x49, 0xc1, 0x0c, 0xe8, + 0xa1, 0x36, 0x4d, 0x67, 0x78, 0x46, 0x7c, 0xb3, 0x10, 0x93, 0x2a, 0xf2, 0xd5, 0x87, 0x55, 0x84, + 0x18, 0x5c, 0x8d, 0x4f, 0xca, 0x62, 0x78, 0x08, 0x1f, 0x50, 0x22, 0x6a, 0x74, 0x65, 0x0f, 0xe6, + 0x62, 0x43, 0x39, 0x64, 0x72, 0x9b, 0xea, 0xe4, 0x8e, 0xd9, 0x50, 0xab, 0x61, 0xa4, 0x53, 0xfd, + 0x46, 0x5f, 0xb3, 0x03, 0x33, 0x38, 0x50, 0x8c, 0x61, 0xc5, 0x86, 0xc5, 0xe4, 0xa8, 0x3d, 0xd6, + 0xf6, 0x2c, 0x98, 0x8f, 0x0f, 0xce, 0xe3, 0x6c, 0xad, 0xf2, 0xce, 0x69, 0x19, 0x8b, 0xb0, 0x93, + 0xe3, 0xaf, 0x02, 0xec, 0x98, 0xb6, 0x66, 0x99, 0x6f, 0x13, 0xcf, 0x67, 0x86, 0x3e, 0x53, 0x5f, + 0xa5, 0xae, 0xe8, 0x86, 0x84, 0x3e, 0x38, 0x5c, 0x9d, 0x93, 0x5f, 0x2c, 0x07, 0x51, 0x58, 0xd2, + 0xd7, 0x9b, 0x0d, 0xd3, 0x77, 0x2d, 0xed, 0x60, 0x58, 0xbd, 0xb9, 0x19, 0xa1, 0xb0, 0x4a, 0x27, + 0x4f, 0x37, 0xf2, 0x23, 0x4f, 0x37, 0x52, 0xe4, 0x2b, 0x4d, 0x28, 0xd9, 0x24, 0x78, 0xcb, 0xf1, + 0xf6, 0xc4, 0x99, 0x26, 0x25, 0xaf, 0x84, 0x3a, 0x6c, 0x45, 0xa8, 0x07, 0xf1, 0x4f, 0xac, 0xb2, + 0xd1, 0x0c, 0x5a, 0x7c, 0x36, 0x09, 0xf5, 0xa2, 0xcc, 0x8d, 0x2b, 0xe7, 0xb2, 0x5b, 0x2a, 0x12, + 0xc7, 0x69, 0x95, 0xb2, 0x7b, 0xa3, 0xd5, 0xc4, 0xac, 0xc0, 0x3c, 0x58, 0x76, 0xa7, 0x28, 0xac, + 0xd2, 0xa1, 0x2b, 0x50, 0xf2, 0xb9, 0xcf, 0x66, 0x6c, 0xa7, 0x78, 0x47, 0x29, 0x4b, 0x27, 0x02, + 0x63, 0x95, 0x06, 0xad, 0xc1, 0x8c, 0x61, 0xfb, 0x4d, 0xa7, 0xa7, 0x99, 0x36, 0x8b, 0x08, 0x94, + 0x3b, 0x38, 0xcd, 0xad, 0x0e, 0x47, 0xe0, 0x88, 0x06, 0x61, 0x38, 0xc3, 0xeb, 0x66, 0x35, 0x8b, + 0xd5, 0xc3, 0x02, 0x73, 0x9f, 0xf0, 0xb4, 0x0c, 0x98, 0x71, 0xac, 0x1c, 0x1d, 0xae, 0x9e, 0x69, + 0x0f, 0xa5, 0xc0, 0x23, 0x38, 0x91, 0x03, 0xc5, 0x1d, 0x5e, 0x5a, 0xf1, 0x45, 0xa5, 0x64, 0x2d, + 0x65, 0x25, 0x48, 0xce, 0x4f, 0x51, 0x00, 0xa8, 0x55, 0x26, 0xca, 0x85, 0x58, 0x36, 0x82, 0xde, + 0xa2, 0x1b, 0x32, 0xdb, 0x57, 0x68, 0x7e, 0x38, 0x3b, 0xe9, 0x15, 0xc5, 0xf8, 0x8e, 0x54, 0xff, + 0x74, 0x98, 0xd0, 0xb5, 0xa5, 0x2c, 0x76, 0x4a, 0x16, 0x27, 0xc3, 0x4a, 0x53, 0xe8, 0x35, 0x98, + 0xd1, 0xf8, 0x51, 0x2f, 0xf1, 0xcb, 0x73, 0xcc, 0x57, 0xae, 0xa5, 0x0c, 0xc0, 0xa2, 0xf5, 0x23, + 0x00, 0x3e, 0x8e, 0x64, 0xa2, 0xdf, 0xcd, 0xc0, 0x82, 0xe1, 0xe8, 0x7b, 0xa2, 0x6e, 0x5c, 0xf3, + 0xba, 0x7e, 0x79, 0x3e, 0xdd, 0xe6, 0x40, 0xd7, 0x7d, 0xb5, 0x19, 0x97, 0xc1, 0xbd, 0xf2, 0x59, + 0xd1, 0xf2, 0x42, 0x02, 0x8b, 0x93, 0x4d, 0xd2, 0xfd, 0x69, 0x71, 0xaf, 0xbf, 0x4d, 0x2c, 0x12, + 0x44, 0x7a, 0x2c, 0x30, 0x3d, 0xea, 0xa9, 0xf4, 0xb8, 0x95, 0x10, 0xc2, 0x15, 0x91, 0xf9, 0x57, + 0x12, 0x8d, 0x07, 0x5a, 0x45, 0xdf, 0xcd, 0x00, 0xd2, 0x5c, 0x93, 0x17, 0xb6, 0x22, 0x65, 0x16, + 0x99, 0x32, 0xcd, 0x54, 0xca, 0xd4, 0x06, 0xc4, 0x70, 0x75, 0xe4, 0x71, 0x62, 0xad, 0xdd, 0x4a, + 0x10, 0xe0, 0x21, 0x6d, 0xa3, 0x9f, 0x66, 0x60, 0x45, 0x77, 0xec, 0xc0, 0x73, 0x2c, 0x8b, 0xce, + 0xab, 0xad, 0x75, 0x55, 0xd5, 0x96, 0x98, 0x6a, 0x1b, 0xa9, 0x54, 0x6b, 0x8c, 0x14, 0xc7, 0x55, + 0x0c, 0xd7, 0xc7, 0xca, 0x68, 0x42, 0x7c, 0x8c, 0x4e, 0x6c, 0x14, 0x7d, 0x51, 0x7b, 0x56, 0x54, + 0x45, 0x0f, 0x31, 0x8a, 0x9d, 0x01, 0x31, 0x89, 0x51, 0x1c, 0x24, 0xc0, 0x43, 0xda, 0x46, 0xfb, + 0xb0, 0xac, 0x27, 0xcf, 0x0e, 0x30, 0xd9, 0x29, 0x2f, 0x8b, 0x9a, 0xdf, 0x90, 0xcc, 0x68, 0xc3, + 0xd1, 0x35, 0x8b, 0x97, 0x5f, 0x30, 0xd9, 0x21, 0x1e, 0xb1, 0x75, 0xc2, 0x63, 0xe1, 0xc6, 0x10, + 0x49, 0x78, 0xa8, 0x7c, 0xd4, 0x80, 0x3c, 0x09, 0x74, 0xa3, 0x7c, 0x9a, 0xb5, 0x33, 0xbe, 0xfe, + 0xbd, 0x1e, 0xe8, 0x06, 0x3f, 0x9c, 0xa0, 0x7f, 0x61, 0xc6, 0x8c, 0xbe, 0x0e, 0x68, 0xd7, 0xf1, + 0x03, 0x9a, 0x48, 0xd4, 0x7c, 0x1a, 0x2f, 0xb3, 0xa4, 0xe3, 0x2c, 0x2b, 0xd0, 0xc9, 0x81, 0xb8, + 0x39, 0x40, 0x81, 0x87, 0x70, 0xa1, 0x40, 0x6e, 0x58, 0x6c, 0x4e, 0xca, 0xe9, 0x2a, 0x22, 0x6c, + 0x4e, 0xb6, 0x22, 0x7e, 0x3e, 0x19, 0xa7, 0x12, 0xfb, 0x1d, 0x9b, 0x05, 0xb5, 0x19, 0xe4, 0xc1, + 0x82, 0xaf, 0x6b, 0x96, 0x69, 0x77, 0x43, 0x3f, 0x54, 0x3e, 0xf7, 0x70, 0x0e, 0x4d, 0xba, 0x95, + 0x4e, 0x5c, 0x1e, 0x4e, 0x36, 0x80, 0xde, 0x80, 0xb9, 0x6d, 0xe5, 0xda, 0xbc, 0x5f, 0x5e, 0x99, + 0xf0, 0xe2, 0x9c, 0x7a, 0xd9, 0x3e, 0xda, 0x83, 0x55, 0xa8, 0x8f, 0xe3, 0xa2, 0x57, 0xea, 0xb0, + 0x3c, 0xcc, 0x09, 0xa6, 0x49, 0x1c, 0x56, 0x1a, 0x70, 0x7a, 0xa8, 0x03, 0x4b, 0x25, 0x64, 0x1d, + 0xce, 0x8e, 0x70, 0x3c, 0xa9, 0xc4, 0x6c, 0xc2, 0xea, 0x18, 0x27, 0x91, 0x56, 0xab, 0x11, 0x0b, + 0x39, 0x95, 0x98, 0x97, 0x61, 0x31, 0x69, 0x7b, 0xa9, 0x52, 0xb3, 0x1f, 0x02, 0xcc, 0xc5, 0x2e, + 0xc1, 0xa2, 0x0a, 0x4c, 0x59, 0x74, 0xde, 0x0c, 0x71, 0x2c, 0xc8, 0xce, 0xe5, 0x37, 0x18, 0x04, + 0x0b, 0x8c, 0x1a, 0x0d, 0x66, 0xc7, 0x44, 0x83, 0xcf, 0xc5, 0xaf, 0x76, 0x7f, 0x22, 0x79, 0xb5, + 0x3b, 0xbc, 0x58, 0x1b, 0xbb, 0x88, 0x48, 0x00, 0xf4, 0xe8, 0x6c, 0x2d, 0x9f, 0xee, 0x76, 0x99, + 0x3c, 0x6b, 0x8b, 0x2a, 0xc6, 0xca, 0x71, 0x9c, 0x22, 0x58, 0xbd, 0x6e, 0x52, 0x38, 0xfe, 0xba, + 0x89, 0x72, 0x83, 0x65, 0xea, 0xd8, 0x1b, 0x2c, 0xaf, 0xab, 0x01, 0xca, 0x74, 0xba, 0xf5, 0x2c, + 0x2e, 0xb1, 0x29, 0x37, 0x99, 0x42, 0x49, 0x6a, 0x84, 0xf2, 0x26, 0x14, 0xc3, 0x0c, 0x44, 0x94, + 0xa0, 0x2e, 0xa7, 0xcd, 0x16, 0x65, 0x96, 0x5a, 0x0c, 0x21, 0x4a, 0xdc, 0x15, 0x82, 0xb0, 0x6c, + 0x86, 0x4f, 0x87, 0xb8, 0xd8, 0xc5, 0xe3, 0xd4, 0x54, 0xd3, 0x21, 0x38, 0xd5, 0xe9, 0x08, 0x85, + 0x61, 0x45, 0x30, 0x8d, 0xda, 0xd5, 0xf0, 0xbb, 0x14, 0x8f, 0xda, 0x47, 0x86, 0xe0, 0x4d, 0x58, + 0xb4, 0x1d, 0x83, 0xfd, 0xbd, 0xa9, 0xf9, 0x7b, 0x1d, 0xf3, 0x6d, 0xc2, 0x42, 0xd2, 0x42, 0x14, + 0xe6, 0x6c, 0x25, 0xf0, 0x78, 0x80, 0x03, 0x5d, 0x84, 0x82, 0x61, 0xfb, 0xad, 0xb6, 0xb8, 0xc2, + 0x21, 0x0b, 0x74, 0xcd, 0xad, 0x4e, 0xab, 0x8d, 0x39, 0x8e, 0x26, 0x08, 0x1e, 0xe9, 0x9a, 0x7e, + 0xe0, 0x1d, 0xb4, 0xda, 0x3c, 0x30, 0x14, 0x09, 0x02, 0x8e, 0xc0, 0x58, 0xa5, 0x61, 0x8f, 0x25, + 0x08, 0xb5, 0x39, 0xcd, 0x3b, 0x50, 0xba, 0x20, 0x8e, 0xe5, 0xa2, 0xc7, 0x12, 0x43, 0x68, 0xf0, + 0x50, 0xce, 0x64, 0x72, 0xb3, 0x38, 0x61, 0x72, 0xa3, 0x2a, 0xa2, 0x10, 0x95, 0x97, 0x46, 0x28, + 0xa2, 0x0a, 0x1a, 0xca, 0x49, 0x25, 0x26, 0x87, 0xb1, 0xd5, 0xde, 0x7f, 0xbe, 0x8c, 0xd8, 0xe0, + 0x4b, 0x89, 0x5b, 0x43, 0x68, 0xf0, 0x50, 0xce, 0x11, 0x12, 0xaf, 0xb1, 0x4c, 0xec, 0x78, 0x89, + 0xd7, 0x86, 0x4a, 0xbc, 0x86, 0x9a, 0x00, 0x34, 0xa2, 0xe5, 0xcf, 0x4d, 0x58, 0x68, 0x33, 0x53, + 0xff, 0x54, 0x68, 0x87, 0xb7, 0x24, 0x86, 0x66, 0x3b, 0xd1, 0x17, 0xcb, 0x46, 0x15, 0xbe, 0xca, + 0x3b, 0x39, 0x98, 0x69, 0x38, 0xf6, 0x8e, 0xd9, 0xdd, 0xd4, 0x4e, 0xe2, 0x21, 0xe0, 0x3d, 0xc8, + 0x8b, 0x73, 0x9f, 0xdc, 0x64, 0x25, 0xe6, 0x50, 0xb7, 0x6a, 0x53, 0x0b, 0xc4, 0x1d, 0x1a, 0x99, + 0xc5, 0x53, 0x10, 0x66, 0xf2, 0x90, 0x0d, 0xb0, 0x6d, 0xda, 0x9a, 0x77, 0x40, 0x61, 0xa2, 0xd6, + 0xf4, 0x62, 0x0a, 0xe9, 0x75, 0xc9, 0xcc, 0xdb, 0x90, 0xbd, 0x88, 0x10, 0x58, 0x69, 0x61, 0xe5, + 0x4b, 0x30, 0x23, 0x89, 0x53, 0x6d, 0x6b, 0x5f, 0x81, 0x85, 0x44, 0x5b, 0xe3, 0xd8, 0x67, 0xd5, + 0x5d, 0xed, 0xef, 0x32, 0x30, 0x27, 0xb5, 0x3e, 0x81, 0x33, 0xa1, 0xdb, 0xf1, 0x33, 0xa1, 0xcf, + 0x4d, 0x3e, 0xa4, 0x23, 0x4e, 0x85, 0xd8, 0x3b, 0x1c, 0xcf, 0xb1, 0x6f, 0xb6, 0x6b, 0x4f, 0xe2, + 0x3b, 0x1c, 0xae, 0xd9, 0xa3, 0x7c, 0x87, 0x23, 0x24, 0x1e, 0xff, 0xc4, 0x84, 0x1d, 0xf4, 0x71, + 0xca, 0x27, 0xf2, 0xa0, 0x8f, 0xab, 0x36, 0x62, 0x4a, 0x77, 0xe1, 0x94, 0x20, 0x78, 0xdc, 0x8f, + 0xb8, 0xbe, 0x1f, 0x0d, 0xd3, 0x13, 0xf9, 0x00, 0xf1, 0x83, 0x2c, 0xcc, 0xc5, 0x26, 0x3c, 0xcd, + 0x43, 0x96, 0x2b, 0xf1, 0x87, 0x2c, 0xe9, 0x9e, 0x0a, 0xe6, 0x52, 0x3c, 0x15, 0xcc, 0x3f, 0x92, + 0xa7, 0x82, 0x85, 0x5f, 0xc1, 0x53, 0xc1, 0x9f, 0x64, 0x80, 0xa5, 0xca, 0xe8, 0x16, 0x14, 0x2c, + 0x9a, 0xb1, 0x8b, 0xc5, 0x31, 0xde, 0x2d, 0xb1, 0xfc, 0x9e, 0xe5, 0xdb, 0xec, 0x0e, 0x09, 0xfb, + 0xc4, 0x5c, 0x06, 0x7a, 0x75, 0xe0, 0x5d, 0xf7, 0xb3, 0x13, 0xbf, 0xeb, 0x66, 0x22, 0x47, 0xbd, + 0xe5, 0xfe, 0x7f, 0x50, 0x1e, 0xf5, 0xfe, 0xfb, 0xa3, 0x1d, 0x85, 0x57, 0x7e, 0x9e, 0x81, 0x59, + 0x55, 0x05, 0x76, 0x4f, 0xda, 0x36, 0x5c, 0x87, 0x9d, 0x00, 0xf3, 0x62, 0x3c, 0xbf, 0x27, 0x1d, + 0x02, 0x71, 0x84, 0xa7, 0x66, 0xa3, 0x6b, 0x37, 0x4c, 0x2b, 0x34, 0x35, 0x69, 0x36, 0x8d, 0x1a, + 0x85, 0x62, 0x81, 0xa5, 0xcb, 0x4b, 0x27, 0x5e, 0xc0, 0x28, 0x13, 0x07, 0xee, 0x0d, 0x01, 0xc7, + 0x92, 0x82, 0x9a, 0xfa, 0x1e, 0x39, 0x60, 0xc4, 0xf9, 0xb8, 0xa9, 0xdf, 0xe2, 0x60, 0x1c, 0xe2, + 0x2b, 0x4d, 0xc8, 0x33, 0x96, 0x4f, 0x40, 0xce, 0xf7, 0x74, 0x31, 0x0a, 0xf2, 0xd9, 0x7a, 0xc7, + 0xd3, 0x31, 0x85, 0x53, 0xb4, 0x21, 0x1f, 0xba, 0x48, 0x74, 0xd3, 0x0f, 0x30, 0x85, 0x57, 0x7e, + 0x94, 0x81, 0xec, 0xcd, 0x1a, 0x6a, 0x40, 0x2e, 0xd8, 0x23, 0xc2, 0x12, 0x3e, 0x33, 0x76, 0xe6, + 0xee, 0xdc, 0x5a, 0xbf, 0x59, 0x13, 0x57, 0x9e, 0xe9, 0x9f, 0x98, 0x72, 0xa3, 0xd7, 0x00, 0x82, + 0x5d, 0xd3, 0x33, 0xda, 0x9a, 0x17, 0x1c, 0x4c, 0x6c, 0x05, 0x77, 0x24, 0xcb, 0xcd, 0x5a, 0x7d, + 0xf1, 0xe8, 0x70, 0x75, 0x56, 0x85, 0x60, 0x45, 0x64, 0xe5, 0x5f, 0xb2, 0x30, 0x23, 0x8d, 0x90, + 0xbd, 0x1d, 0xd1, 0x02, 0xad, 0x69, 0x7a, 0x49, 0xb7, 0xd0, 0xe4, 0x60, 0x1c, 0xe2, 0xd1, 0x1b, + 0x30, 0x43, 0x64, 0x55, 0x8d, 0x3b, 0xec, 0x17, 0x26, 0x37, 0xf7, 0x6a, 0xa2, 0x94, 0x26, 0x3d, + 0x70, 0x54, 0x41, 0x8b, 0xc4, 0xb3, 0xdb, 0x9f, 0xac, 0x9a, 0x40, 0xa7, 0xb7, 0x53, 0xdb, 0xe2, + 0x97, 0x68, 0xc2, 0xdb, 0x9f, 0x31, 0x0c, 0x4e, 0x50, 0xa2, 0xe7, 0x61, 0xd6, 0x25, 0x0a, 0x67, + 0x9e, 0x71, 0xb2, 0x41, 0x69, 0x2b, 0x70, 0x1c, 0xa3, 0x5a, 0xf9, 0x32, 0xcc, 0x3f, 0x7c, 0x8d, + 0x80, 0x05, 0x13, 0xe1, 0xdd, 0x92, 0x27, 0x2f, 0x98, 0x10, 0x9a, 0x3d, 0xc2, 0x60, 0x22, 0x94, + 0x78, 0x7c, 0x30, 0xe1, 0xc3, 0xbc, 0x20, 0x0c, 0xdf, 0x98, 0x5d, 0x8b, 0xdd, 0x95, 0xa8, 0x24, + 0xee, 0x4a, 0xa0, 0x38, 0x75, 0xfc, 0x6c, 0x4c, 0xa4, 0xe7, 0xc9, 0x6a, 0x88, 0xa0, 0xc5, 0x21, + 0x9e, 0xbd, 0x2d, 0x12, 0x72, 0x3e, 0x7e, 0x5b, 0xf4, 0xc4, 0xbe, 0x2d, 0xa2, 0x71, 0xa6, 0x98, + 0xa5, 0x27, 0x31, 0xce, 0x0c, 0xeb, 0xbe, 0xc3, 0xe3, 0xcc, 0x1f, 0x17, 0xa4, 0xf2, 0xbf, 0xa2, + 0x13, 0xe8, 0x87, 0x79, 0xf1, 0x34, 0xfe, 0x04, 0x9a, 0x87, 0x02, 0x85, 0x63, 0x43, 0x81, 0xa9, + 0x89, 0xae, 0x26, 0x4d, 0xa7, 0xba, 0x9a, 0x54, 0x4c, 0x71, 0x35, 0x69, 0x26, 0xe5, 0xd5, 0x24, + 0x18, 0x7b, 0x2b, 0xee, 0x75, 0x79, 0x2b, 0xae, 0xc4, 0xac, 0xe3, 0x7a, 0x1a, 0x7f, 0x9a, 0xf2, + 0x4a, 0xdc, 0xec, 0x43, 0x5e, 0x89, 0xfb, 0x28, 0xf7, 0xd6, 0xfe, 0x37, 0x07, 0x73, 0x31, 0x7f, + 0x3d, 0x51, 0xfd, 0xf9, 0xb9, 0x78, 0x12, 0x30, 0x58, 0x54, 0x0e, 0xef, 0xc0, 0x8d, 0x2e, 0x2a, + 0xe7, 0x26, 0xac, 0x62, 0x26, 0xbd, 0x75, 0x9a, 0xa2, 0x72, 0x7e, 0xe2, 0xa2, 0x72, 0x61, 0xf2, + 0xa2, 0xf2, 0xd4, 0x84, 0x45, 0xe5, 0xf8, 0x76, 0x35, 0xa6, 0xa8, 0x6c, 0x42, 0x49, 0xb8, 0xb1, + 0x96, 0xbd, 0xe3, 0xb0, 0x15, 0x32, 0xc9, 0xdb, 0xa3, 0x70, 0xe6, 0x0e, 0xfc, 0x80, 0xf4, 0x28, + 0x67, 0xb4, 0xd2, 0x37, 0x23, 0x71, 0x58, 0x95, 0x5d, 0xf9, 0xaf, 0x3c, 0x2c, 0x0d, 0xf0, 0xd1, + 0x34, 0x38, 0x24, 0x6a, 0x26, 0xd3, 0xe0, 0x50, 0x54, 0x13, 0x47, 0x34, 0x34, 0x59, 0xf3, 0x19, + 0xfb, 0xdd, 0xbb, 0xd2, 0x2f, 0xc9, 0xa9, 0xe9, 0x48, 0x0c, 0x56, 0xa8, 0xe8, 0x78, 0x6f, 0x3b, + 0x0e, 0xf5, 0x63, 0x89, 0x44, 0xb0, 0xce, 0xa0, 0x58, 0x60, 0xd1, 0x4b, 0x30, 0xb7, 0x47, 0x3c, + 0x9b, 0x58, 0x23, 0x7e, 0x13, 0xe0, 0x96, 0x8a, 0xc4, 0x71, 0x5a, 0x3a, 0xff, 0x8e, 0xdf, 0xea, + 0x0d, 0x39, 0x54, 0xb8, 0xdd, 0x61, 0x60, 0x1c, 0xe2, 0xd1, 0x37, 0xe1, 0x6c, 0xf2, 0xf1, 0x45, + 0xd8, 0x22, 0xdf, 0xa2, 0x56, 0x05, 0xeb, 0xd9, 0xc6, 0x70, 0x32, 0x3c, 0x8a, 0x1f, 0xbd, 0x0c, + 0xf3, 0xe2, 0x24, 0x3f, 0x94, 0xc8, 0xbd, 0xde, 0x19, 0x21, 0x71, 0xfe, 0x56, 0x0c, 0x8b, 0x13, + 0xd4, 0xa8, 0xc9, 0xef, 0x1f, 0xb0, 0x52, 0x45, 0x28, 0xa1, 0x18, 0xbf, 0xbb, 0x7d, 0x2b, 0x81, + 0xc7, 0x03, 0x1c, 0xa8, 0x06, 0x0b, 0x0e, 0x7b, 0xd6, 0x63, 0xda, 0x5d, 0x3e, 0x27, 0xe2, 0x8e, + 0x8c, 0x3c, 0xb2, 0xbc, 0x1d, 0x47, 0xe3, 0x24, 0x3d, 0xba, 0x0e, 0xb3, 0x9a, 0xa7, 0xef, 0x9a, + 0x01, 0xd1, 0x83, 0xbe, 0xc7, 0x5d, 0xa6, 0x72, 0xaf, 0xbf, 0xa6, 0xe0, 0x70, 0x8c, 0xb2, 0xf2, + 0x4e, 0x06, 0x96, 0xda, 0x54, 0x11, 0x3f, 0x20, 0x76, 0x50, 0xd7, 0xf4, 0xbd, 0x75, 0xdb, 0x40, + 0x9b, 0x90, 0xd3, 0x2d, 0x5f, 0x6c, 0xe3, 0xe3, 0x2d, 0x5c, 0xfc, 0x88, 0x91, 0xe0, 0x6e, 0x6c, + 0x74, 0xea, 0xd3, 0x34, 0xbb, 0x6a, 0x6c, 0x74, 0x30, 0x95, 0x83, 0x5a, 0x90, 0x25, 0xfe, 0xc4, + 0xbf, 0xd2, 0x12, 0x97, 0xb6, 0xde, 0xe1, 0x8f, 0xca, 0xd6, 0x3b, 0x38, 0x4b, 0xfc, 0xca, 0x8f, + 0xb3, 0xb0, 0x10, 0xe9, 0xbb, 0xbe, 0x4f, 0xec, 0xe0, 0x64, 0x4a, 0xcd, 0x4a, 0xb8, 0x3e, 0xbe, + 0xd4, 0x9c, 0xd0, 0x70, 0x64, 0xd8, 0xfe, 0xed, 0x44, 0xd8, 0x7e, 0x2d, 0xb5, 0xe4, 0xe3, 0xc3, + 0xf7, 0x7f, 0xcc, 0xc0, 0xa9, 0x04, 0xc7, 0x09, 0xc4, 0x6a, 0x77, 0xe3, 0xb1, 0xda, 0xe5, 0xb4, + 0x9d, 0x1a, 0x11, 0xb3, 0xfd, 0x20, 0x3b, 0xd0, 0x99, 0x93, 0xab, 0xdc, 0xfd, 0x06, 0x2c, 0xb9, + 0xc9, 0x65, 0x32, 0xf1, 0x0f, 0xc4, 0x0d, 0x2c, 0x30, 0x79, 0xc7, 0x7c, 0x70, 0xed, 0xe1, 0xc1, + 0x76, 0xd4, 0xca, 0x5f, 0x7e, 0x4c, 0xd9, 0xf0, 0x3f, 0xb3, 0x70, 0x7a, 0xa8, 0x8d, 0x7c, 0x5c, + 0x3e, 0x7c, 0xa4, 0xe5, 0xc3, 0xcb, 0x30, 0x1b, 0xab, 0x50, 0x87, 0xbf, 0x82, 0x92, 0x19, 0xf9, + 0x2b, 0x28, 0x7f, 0x9b, 0x81, 0x62, 0x78, 0x00, 0x7a, 0x02, 0x2e, 0xeb, 0x76, 0xcc, 0x65, 0x8d, + 0xaf, 0x3f, 0x85, 0xaa, 0x8d, 0xfc, 0xa1, 0xcc, 0x9f, 0x67, 0x60, 0x36, 0x24, 0x3a, 0x01, 0x27, + 0xb2, 0x15, 0x77, 0x22, 0x9f, 0x9d, 0xb8, 0x03, 0x23, 0xbc, 0xc7, 0xf7, 0xb3, 0x91, 0xfa, 0x0f, + 0xe7, 0x36, 0xd4, 0x3b, 0xc3, 0xd9, 0x09, 0xef, 0x0c, 0x3f, 0x64, 0xa2, 0xf7, 0x09, 0xc8, 0xf5, + 0x3d, 0x4b, 0x2c, 0x76, 0x59, 0xad, 0xbc, 0x8b, 0x37, 0x30, 0x85, 0xd3, 0xcc, 0x8b, 0x66, 0x61, + 0x4c, 0x24, 0x0f, 0x9f, 0x66, 0xc3, 0x1c, 0x6d, 0x4b, 0xe6, 0x68, 0x5b, 0xc9, 0x1c, 0x6d, 0x2a, + 0xa2, 0x1c, 0xcc, 0xd1, 0x2a, 0xff, 0x93, 0x83, 0x65, 0x79, 0xab, 0x81, 0xbc, 0xd9, 0x37, 0x3d, + 0xd2, 0x63, 0x17, 0x0e, 0x0e, 0x60, 0xca, 0x32, 0x7b, 0xa6, 0xa8, 0x05, 0x4f, 0x72, 0xc5, 0x73, + 0x98, 0x98, 0xea, 0x06, 0x93, 0xc1, 0xb3, 0xac, 0xf3, 0x32, 0xcb, 0x62, 0xc0, 0x81, 0x5b, 0xf7, + 0xa2, 0x41, 0xf4, 0x5b, 0xec, 0x97, 0x7b, 0xde, 0xec, 0x13, 0x3f, 0x08, 0xed, 0xa0, 0xf1, 0x70, + 0xad, 0x63, 0x21, 0x25, 0xf1, 0x08, 0x22, 0x04, 0x0f, 0x3e, 0x82, 0x08, 0x9b, 0x5d, 0x31, 0xa1, + 0xa4, 0xa8, 0xfe, 0x58, 0x2f, 0xe1, 0xef, 0xc1, 0x5c, 0x4c, 0xcf, 0xc7, 0x7a, 0x07, 0xdf, 0x82, + 0xa5, 0x81, 0xb0, 0x8d, 0xae, 0x09, 0xcb, 0xe9, 0x76, 0xc8, 0x90, 0x35, 0xb1, 0x21, 0xe0, 0x58, + 0x52, 0xd0, 0x1d, 0x25, 0x70, 0x5c, 0x53, 0x97, 0xa9, 0x85, 0xdc, 0x51, 0xee, 0x70, 0x30, 0x0e, + 0xf1, 0x95, 0x9f, 0x66, 0x61, 0x31, 0x19, 0xd7, 0x7d, 0xc4, 0x27, 0x7c, 0x9f, 0x81, 0x29, 0xf6, + 0x93, 0xcc, 0x24, 0xb9, 0xe3, 0x74, 0x18, 0x14, 0x0b, 0x2c, 0x4d, 0x9a, 0x4c, 0xdb, 0x20, 0xf7, + 0xb7, 0xa2, 0x07, 0x57, 0x32, 0x69, 0x6a, 0x85, 0x08, 0x1c, 0xd1, 0xd0, 0xa6, 0xe9, 0xfa, 0x09, + 0x57, 0x56, 0xd8, 0x34, 0x5d, 0x5d, 0x98, 0x61, 0xe8, 0x30, 0x25, 0x56, 0x95, 0x1c, 0xa6, 0x21, + 0xd5, 0x8f, 0x2f, 0x42, 0xc9, 0x23, 0xac, 0xc2, 0xdd, 0xd4, 0x0e, 0x7c, 0x96, 0x62, 0x14, 0x22, + 0x1f, 0x80, 0x23, 0x14, 0x56, 0xe9, 0x2a, 0x4d, 0xe0, 0x87, 0x0a, 0xd4, 0x19, 0xec, 0xcb, 0x71, + 0x92, 0xce, 0xe0, 0x5e, 0xab, 0x8d, 0x29, 0x1c, 0x3d, 0x03, 0xf9, 0x7d, 0xcf, 0x34, 0xc4, 0x48, + 0xb1, 0x2b, 0xa0, 0xf7, 0x70, 0xab, 0x89, 0x19, 0xb4, 0xf2, 0xd7, 0x59, 0x98, 0xbf, 0xa3, 0xb9, + 0x6e, 0x74, 0x2b, 0xef, 0x04, 0xf6, 0x9e, 0xbb, 0xb1, 0xbd, 0x67, 0xfc, 0xaf, 0x1f, 0xc4, 0x15, + 0x1c, 0x19, 0x2d, 0xff, 0x7a, 0x22, 0x5a, 0xfe, 0x62, 0x5a, 0xc1, 0xc7, 0x07, 0xcb, 0xef, 0x65, + 0x00, 0xc5, 0x19, 0x4e, 0x60, 0x9b, 0xbb, 0x13, 0xdf, 0xe6, 0xd6, 0x52, 0x76, 0x69, 0xc4, 0x66, + 0xf7, 0x27, 0x19, 0x58, 0x89, 0x13, 0x3e, 0xe6, 0xe3, 0x74, 0xba, 0x1a, 0x35, 0x3d, 0x30, 0x07, + 0xe3, 0xbf, 0x1a, 0x83, 0x62, 0x81, 0xad, 0xfc, 0xe5, 0xc0, 0x20, 0x3f, 0x91, 0xa7, 0xef, 0xff, + 0x91, 0x85, 0xe5, 0x61, 0xc6, 0xf3, 0x71, 0x14, 0xfd, 0x48, 0xa3, 0x68, 0x0c, 0xb1, 0x53, 0xce, + 0x71, 0xae, 0xee, 0x22, 0x14, 0xf6, 0x95, 0x5d, 0x41, 0xda, 0xfe, 0x3d, 0xb6, 0x2d, 0x70, 0x5c, + 0xe5, 0x4f, 0x33, 0x10, 0xfe, 0xb0, 0x06, 0x5a, 0x83, 0x7c, 0xcf, 0x31, 0x06, 0x7e, 0x10, 0x71, + 0xd3, 0x31, 0xd8, 0xbb, 0x2a, 0x41, 0x46, 0x3f, 0x31, 0x23, 0x44, 0xdf, 0x86, 0xa2, 0x1f, 0x78, + 0x5a, 0x40, 0xba, 0x07, 0x13, 0xff, 0xa8, 0xb8, 0x90, 0xd2, 0x11, 0x7c, 0x91, 0xe5, 0x86, 0x10, + 0x2c, 0x65, 0x56, 0xfe, 0x21, 0x03, 0x0b, 0x09, 0x7a, 0xf4, 0x3a, 0x40, 0x4f, 0xbb, 0x7f, 0xd7, + 0xf6, 0x88, 0x66, 0x1c, 0x8c, 0xf5, 0xc8, 0xfd, 0xc0, 0xb4, 0xaa, 0xfc, 0xdf, 0x0a, 0x54, 0x5b, + 0x76, 0x70, 0xdb, 0xeb, 0x04, 0x9e, 0x69, 0x77, 0x79, 0x7d, 0x7c, 0x53, 0xca, 0xc1, 0x8a, 0x4c, + 0x84, 0xe1, 0x8c, 0xe1, 0x69, 0xa6, 0xbd, 0xe5, 0x18, 0xa4, 0x4e, 0x76, 0x1c, 0x8f, 0x08, 0x1d, + 0xc4, 0x4f, 0x16, 0xb1, 0xe7, 0x54, 0xcd, 0xa1, 0x14, 0x78, 0x04, 0x67, 0xfd, 0xd2, 0x7b, 0x1f, + 0x9e, 0x7f, 0xea, 0x97, 0x1f, 0x9e, 0x7f, 0xea, 0xfd, 0x0f, 0xcf, 0x3f, 0xf5, 0x9d, 0xa3, 0xf3, + 0x99, 0xf7, 0x8e, 0xce, 0x67, 0x7e, 0x79, 0x74, 0x3e, 0xf3, 0xfe, 0xd1, 0xf9, 0xcc, 0xbf, 0x1d, + 0x9d, 0xcf, 0x7c, 0xf7, 0xdf, 0xcf, 0x3f, 0xf5, 0xad, 0xec, 0xfe, 0x95, 0xff, 0x0b, 0x00, 0x00, + 0xff, 0xff, 0x62, 0x71, 0x7d, 0x15, 0x9c, 0x62, 0x00, 0x00, } func (m *AddonSpec) Marshal() (dAtA []byte, err error) { @@ -6932,23 +6898,6 @@ func (m *TKEHA) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if m.VIPPool != nil { - { - size, err := m.VIPPool.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x22 - } - i -= len(m.DirectorIP) - copy(dAtA[i:], m.DirectorIP) - i = encodeVarintGenerated(dAtA, i, uint64(len(m.DirectorIP))) - i-- - dAtA[i] = 0x1a if m.VRID != nil { i = encodeVarintGenerated(dAtA, i, uint64(*m.VRID)) i-- @@ -7303,47 +7252,6 @@ func (m *UpgradeStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *VIPPool) Marshal() (dAtA []byte, err error) { - size := m.Size() - dAtA = make([]byte, size) - n, err := m.MarshalToSizedBuffer(dAtA[:size]) - if err != nil { - return nil, err - } - return dAtA[:n], nil -} - -func (m *VIPPool) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *VIPPool) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if len(m.Outer) > 0 { - for iNdEx := len(m.Outer) - 1; iNdEx >= 0; iNdEx-- { - i -= len(m.Outer[iNdEx]) - copy(dAtA[i:], m.Outer[iNdEx]) - i = encodeVarintGenerated(dAtA, i, uint64(len(m.Outer[iNdEx]))) - i-- - dAtA[i] = 0x12 - } - } - if len(m.Inner) > 0 { - for iNdEx := len(m.Inner) - 1; iNdEx >= 0; iNdEx-- { - i -= len(m.Inner[iNdEx]) - copy(dAtA[i:], m.Inner[iNdEx]) - i = encodeVarintGenerated(dAtA, i, uint64(len(m.Inner[iNdEx]))) - i-- - dAtA[i] = 0xa - } - } - return len(dAtA) - i, nil -} - func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int { offset -= sovGenerated(v) base := offset @@ -8909,12 +8817,6 @@ func (m *TKEHA) Size() (n int) { if m.VRID != nil { n += 1 + sovGenerated(uint64(*m.VRID)) } - l = len(m.DirectorIP) - n += 1 + l + sovGenerated(uint64(l)) - if m.VIPPool != nil { - l = m.VIPPool.Size() - n += 1 + l + sovGenerated(uint64(l)) - } return n } @@ -9039,27 +8941,6 @@ func (m *UpgradeStrategy) Size() (n int) { return n } -func (m *VIPPool) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if len(m.Inner) > 0 { - for _, s := range m.Inner { - l = len(s) - n += 1 + l + sovGenerated(uint64(l)) - } - } - if len(m.Outer) > 0 { - for _, s := range m.Outer { - l = len(s) - n += 1 + l + sovGenerated(uint64(l)) - } - } - return n -} - func sovGenerated(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -10298,8 +10179,6 @@ func (this *TKEHA) String() string { s := strings.Join([]string{`&TKEHA{`, `VIP:` + fmt.Sprintf("%v", this.VIP) + `,`, `VRID:` + valueToStringGenerated(this.VRID) + `,`, - `DirectorIP:` + fmt.Sprintf("%v", this.DirectorIP) + `,`, - `VIPPool:` + strings.Replace(this.VIPPool.String(), "VIPPool", "VIPPool", 1) + `,`, `}`, }, "") return s @@ -10403,17 +10282,6 @@ func (this *UpgradeStrategy) String() string { }, "") return s } -func (this *VIPPool) String() string { - if this == nil { - return "nil" - } - s := strings.Join([]string{`&VIPPool{`, - `Inner:` + fmt.Sprintf("%v", this.Inner) + `,`, - `Outer:` + fmt.Sprintf("%v", this.Outer) + `,`, - `}`, - }, "") - return s -} func valueToStringGenerated(v interface{}) string { rv := reflect.ValueOf(v) if rv.IsNil() { @@ -25145,74 +25013,6 @@ func (m *TKEHA) Unmarshal(dAtA []byte) error { } } m.VRID = &v - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field DirectorIP", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.DirectorIP = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VIPPool", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.VIPPool == nil { - m.VIPPool = &VIPPool{} - } - if err := m.VIPPool.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -26313,120 +26113,6 @@ func (m *UpgradeStrategy) Unmarshal(dAtA []byte) error { } return nil } -func (m *VIPPool) Unmarshal(dAtA []byte) error { - l := len(dAtA) - iNdEx := 0 - for iNdEx < l { - preIndex := iNdEx - var wire uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - wire |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - fieldNum := int32(wire >> 3) - wireType := int(wire & 0x7) - if wireType == 4 { - return fmt.Errorf("proto: VIPPool: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: VIPPool: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Inner", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Inner = append(m.Inner, string(dAtA[iNdEx:postIndex])) - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Outer", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Outer = append(m.Outer, string(dAtA[iNdEx:postIndex])) - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipGenerated(dAtA[iNdEx:]) - if err != nil { - return err - } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthGenerated - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} func skipGenerated(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/api/platform/v1/generated.proto b/api/platform/v1/generated.proto index 52f9b227f..1d48f11c6 100644 --- a/api/platform/v1/generated.proto +++ b/api/platform/v1/generated.proto @@ -1183,11 +1183,6 @@ message TKEHA { optional string vip = 1; optional int32 vrid = 2; - - // DirectorIP: an inner vip used by tcs-lb components - optional string directorip = 3; - - optional VIPPool vippool = 4; } // TappController is a new kubernetes workload. @@ -1285,12 +1280,3 @@ message UpgradeStrategy { optional bool drainNodeBeforeUpgrade = 2; } -// vippool: vippool is a pool of vips, supported by tcs lb -message VIPPool { - // Inner: private ip pool, svc using a vip in inner pool will not be exposed on Internet - repeated string inner = 1; - - // Outer: public ip pool, svc using a vip in outer pool will be exposed on Internet - repeated string outer = 2; -} - diff --git a/api/platform/v1/types.go b/api/platform/v1/types.go index e8ac277ab..881f46fd4 100644 --- a/api/platform/v1/types.go +++ b/api/platform/v1/types.go @@ -585,18 +585,6 @@ type HA struct { type TKEHA struct { VIP string `json:"vip" protobuf:"bytes,1,name=vip"` VRID *int32 `json:"vrid,omitempty" protobuf:"bytes,2,name=vrid"` - //DirectorIP: an inner vip used by tcs-lb components - DirectorIP string `json:"directorip,omitempty" protobuf:"bytes,3,name=directorip"` - VIPPool *VIPPool `json:"vippool,omitempty" protobuf:"bytes,4,name=vippool"` -} - -//vippool: vippool is a pool of vips, supported by tcs lb -type VIPPool struct { - //Inner: private ip pool, svc using a vip in inner pool will not be exposed on Internet - Inner []string `json:"inner,omitempty" protobuf:"bytes,1,name=inner"` - - //Outer: public ip pool, svc using a vip in outer pool will be exposed on Internet - Outer []string `json:"outer,omitempty" protobuf:"bytes,2,name=outer"` } type ThirdPartyHA struct { diff --git a/api/platform/v1/types_swagger_doc_generated.go b/api/platform/v1/types_swagger_doc_generated.go index 1d36cffca..5df6c936a 100644 --- a/api/platform/v1/types_swagger_doc_generated.go +++ b/api/platform/v1/types_swagger_doc_generated.go @@ -638,14 +638,6 @@ func (StorageBackEndES) SwaggerDoc() map[string]string { return map_StorageBackEndES } -var map_TKEHA = map[string]string{ - "directorip": "DirectorIP: an inner vip used by tcs-lb components", -} - -func (TKEHA) SwaggerDoc() map[string]string { - return map_TKEHA -} - var map_TappController = map[string]string{ "": "TappController is a new kubernetes workload.", "spec": "Spec defines the desired identities of tapp controller.", @@ -711,14 +703,4 @@ func (UpgradeStrategy) SwaggerDoc() map[string]string { return map_UpgradeStrategy } -var map_VIPPool = map[string]string{ - "": "vippool: vippool is a pool of vips, supported by tcs lb", - "inner": "Inner: private ip pool, svc using a vip in inner pool will not be exposed on Internet", - "outer": "Outer: public ip pool, svc using a vip in outer pool will be exposed on Internet", -} - -func (VIPPool) SwaggerDoc() map[string]string { - return map_VIPPool -} - // AUTO-GENERATED FUNCTIONS END HERE diff --git a/api/platform/v1/zz_generated.conversion.go b/api/platform/v1/zz_generated.conversion.go index a0187c7b5..a457d4674 100644 --- a/api/platform/v1/zz_generated.conversion.go +++ b/api/platform/v1/zz_generated.conversion.go @@ -810,16 +810,6 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } - if err := s.AddGeneratedConversionFunc((*VIPPool)(nil), (*platform.VIPPool)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_v1_VIPPool_To_platform_VIPPool(a.(*VIPPool), b.(*platform.VIPPool), scope) - }); err != nil { - return err - } - if err := s.AddGeneratedConversionFunc((*platform.VIPPool)(nil), (*VIPPool)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_platform_VIPPool_To_v1_VIPPool(a.(*platform.VIPPool), b.(*VIPPool), scope) - }); err != nil { - return err - } if err := s.AddGeneratedConversionFunc((*url.Values)(nil), (*CSIProxyOptions)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_url_Values_To_v1_CSIProxyOptions(a.(*url.Values), b.(*CSIProxyOptions), scope) }); err != nil { @@ -2877,8 +2867,6 @@ func Convert_platform_StorageBackEndES_To_v1_StorageBackEndES(in *platform.Stora func autoConvert_v1_TKEHA_To_platform_TKEHA(in *TKEHA, out *platform.TKEHA, s conversion.Scope) error { out.VIP = in.VIP out.VRID = (*int32)(unsafe.Pointer(in.VRID)) - out.DirectorIP = in.DirectorIP - out.VIPPool = (*platform.VIPPool)(unsafe.Pointer(in.VIPPool)) return nil } @@ -2890,8 +2878,6 @@ func Convert_v1_TKEHA_To_platform_TKEHA(in *TKEHA, out *platform.TKEHA, s conver func autoConvert_platform_TKEHA_To_v1_TKEHA(in *platform.TKEHA, out *TKEHA, s conversion.Scope) error { out.VIP = in.VIP out.VRID = (*int32)(unsafe.Pointer(in.VRID)) - out.DirectorIP = in.DirectorIP - out.VIPPool = (*VIPPool)(unsafe.Pointer(in.VIPPool)) return nil } @@ -3139,25 +3125,3 @@ func autoConvert_platform_UpgradeStrategy_To_v1_UpgradeStrategy(in *platform.Upg func Convert_platform_UpgradeStrategy_To_v1_UpgradeStrategy(in *platform.UpgradeStrategy, out *UpgradeStrategy, s conversion.Scope) error { return autoConvert_platform_UpgradeStrategy_To_v1_UpgradeStrategy(in, out, s) } - -func autoConvert_v1_VIPPool_To_platform_VIPPool(in *VIPPool, out *platform.VIPPool, s conversion.Scope) error { - out.Inner = *(*[]string)(unsafe.Pointer(&in.Inner)) - out.Outer = *(*[]string)(unsafe.Pointer(&in.Outer)) - return nil -} - -// Convert_v1_VIPPool_To_platform_VIPPool is an autogenerated conversion function. -func Convert_v1_VIPPool_To_platform_VIPPool(in *VIPPool, out *platform.VIPPool, s conversion.Scope) error { - return autoConvert_v1_VIPPool_To_platform_VIPPool(in, out, s) -} - -func autoConvert_platform_VIPPool_To_v1_VIPPool(in *platform.VIPPool, out *VIPPool, s conversion.Scope) error { - out.Inner = *(*[]string)(unsafe.Pointer(&in.Inner)) - out.Outer = *(*[]string)(unsafe.Pointer(&in.Outer)) - return nil -} - -// Convert_platform_VIPPool_To_v1_VIPPool is an autogenerated conversion function. -func Convert_platform_VIPPool_To_v1_VIPPool(in *platform.VIPPool, out *VIPPool, s conversion.Scope) error { - return autoConvert_platform_VIPPool_To_v1_VIPPool(in, out, s) -} diff --git a/api/platform/v1/zz_generated.deepcopy.go b/api/platform/v1/zz_generated.deepcopy.go index b2b5b5689..b2dc3e8ce 100644 --- a/api/platform/v1/zz_generated.deepcopy.go +++ b/api/platform/v1/zz_generated.deepcopy.go @@ -2081,11 +2081,6 @@ func (in *TKEHA) DeepCopyInto(out *TKEHA) { *out = new(int32) **out = **in } - if in.VIPPool != nil { - in, out := &in.VIPPool, &out.VIPPool - *out = new(VIPPool) - (*in).DeepCopyInto(*out) - } return } @@ -2276,29 +2271,3 @@ func (in *UpgradeStrategy) DeepCopy() *UpgradeStrategy { in.DeepCopyInto(out) return out } - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *VIPPool) DeepCopyInto(out *VIPPool) { - *out = *in - if in.Inner != nil { - in, out := &in.Inner, &out.Inner - *out = make([]string, len(*in)) - copy(*out, *in) - } - if in.Outer != nil { - in, out := &in.Outer, &out.Outer - *out = make([]string, len(*in)) - copy(*out, *in) - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VIPPool. -func (in *VIPPool) DeepCopy() *VIPPool { - if in == nil { - return nil - } - out := new(VIPPool) - in.DeepCopyInto(out) - return out -} diff --git a/api/platform/zz_generated.deepcopy.go b/api/platform/zz_generated.deepcopy.go index b95257c38..bc36ae52e 100644 --- a/api/platform/zz_generated.deepcopy.go +++ b/api/platform/zz_generated.deepcopy.go @@ -2080,11 +2080,6 @@ func (in *TKEHA) DeepCopyInto(out *TKEHA) { *out = new(int32) **out = **in } - if in.VIPPool != nil { - in, out := &in.VIPPool, &out.VIPPool - *out = new(VIPPool) - (*in).DeepCopyInto(*out) - } return } @@ -2266,29 +2261,3 @@ func (in *UpgradeStrategy) DeepCopy() *UpgradeStrategy { in.DeepCopyInto(out) return out } - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *VIPPool) DeepCopyInto(out *VIPPool) { - *out = *in - if in.Inner != nil { - in, out := &in.Inner, &out.Inner - *out = make([]string, len(*in)) - copy(*out, *in) - } - if in.Outer != nil { - in, out := &in.Outer, &out.Outer - *out = make([]string, len(*in)) - copy(*out, *in) - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VIPPool. -func (in *VIPPool) DeepCopy() *VIPPool { - if in == nil { - return nil - } - out := new(VIPPool) - in.DeepCopyInto(out) - return out -} diff --git a/pkg/platform/types/types.go b/pkg/platform/types/types.go index 79872deae..a78c1b007 100644 --- a/pkg/platform/types/types.go +++ b/pkg/platform/types/types.go @@ -86,32 +86,6 @@ func (c *Cluster) GetMainIP() string { return mainIP } -func (c *Cluster) GetDirectorIP() string { - if c.Spec.Features.HA != nil { - if c.Spec.Features.HA.TKEHA != nil { - return c.Spec.Features.HA.TKEHA.DirectorIP - } - } - return "" -} - -func (c *Cluster) GetInnerVIPs() []string { - if c.Spec.Features.HA != nil { - if c.Spec.Features.HA.TKEHA != nil && c.Spec.Features.HA.TKEHA.VIPPool != nil { - return c.Spec.Features.HA.TKEHA.VIPPool.Inner - } - } - return nil -} - -func (c *Cluster) GetMasterIPs() []string { - var IPs []string - for _, machine := range c.Spec.Machines { - IPs = append(IPs, machine.IP) - } - return IPs -} - func (c *Cluster) Clientset() (kubernetes.Interface, error) { config, err := c.RESTConfig() if err != nil { diff --git a/pkg/platform/types/v1/types.go b/pkg/platform/types/v1/types.go index c305b1641..d9eef4892 100644 --- a/pkg/platform/types/v1/types.go +++ b/pkg/platform/types/v1/types.go @@ -71,32 +71,6 @@ func (c *Cluster) GetMainIP() string { return mainIP } -func (c *Cluster) GetDirectorIP() string { - if c.Spec.Features.HA != nil { - if c.Spec.Features.HA.TKEHA != nil { - return c.Spec.Features.HA.TKEHA.DirectorIP - } - } - return "" -} - -func (c *Cluster) GetInnerVIPs() []string { - if c.Spec.Features.HA != nil { - if c.Spec.Features.HA.TKEHA != nil && c.Spec.Features.HA.TKEHA.VIPPool != nil { - return c.Spec.Features.HA.TKEHA.VIPPool.Inner - } - } - return nil -} - -func (c *Cluster) GetMasterIPs() []string { - var IPs []string - for _, machine := range c.Spec.Machines { - IPs = append(IPs, machine.IP) - } - return IPs -} - func (c *Cluster) ClientsetForBootstrap() (kubernetes.Interface, error) { config, err := c.RESTConfigForBootstrap() if err != nil {