From 75549a59da82dafcb9b06f90ffe5fce79a666021 Mon Sep 17 00:00:00 2001 From: Kartik Pattaswamy Date: Thu, 3 Aug 2023 22:22:25 +0000 Subject: [PATCH 1/5] Adds an option to allow VizierID to be used when trying to get the Vizier's org to set feature flags. Signed-off-by: Kartik Pattaswamy --- src/api/proto/cloudpb/cloudapi.pb.go | 789 ++++++++++-------- src/api/proto/cloudpb/cloudapi.proto | 2 + .../configmanagerpb/service.pb.go | 130 ++- .../configmanagerpb/service.proto | 2 + .../config_manager/controllers/server.go | 15 +- 5 files changed, 535 insertions(+), 403 deletions(-) diff --git a/src/api/proto/cloudpb/cloudapi.pb.go b/src/api/proto/cloudpb/cloudapi.pb.go index d2195af65d6..53658a23310 100755 --- a/src/api/proto/cloudpb/cloudapi.pb.go +++ b/src/api/proto/cloudpb/cloudapi.pb.go @@ -4977,6 +4977,7 @@ type ConfigForVizierRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` VzSpec *vizierconfigpb.VizierSpec `protobuf:"bytes,2,opt,name=vz_spec,json=vzSpec,proto3" json:"vz_spec,omitempty"` K8sVersion string `protobuf:"bytes,3,opt,name=k8s_version,json=k8sVersion,proto3" json:"k8s_version,omitempty"` + VizierID string `protobuf:"bytes,4,opt,name=vizier_id,json=vizierId,proto3" json:"vizier_id,omitempty"` } func (m *ConfigForVizierRequest) Reset() { *m = ConfigForVizierRequest{} } @@ -5032,6 +5033,13 @@ func (m *ConfigForVizierRequest) GetK8sVersion() string { return "" } +func (m *ConfigForVizierRequest) GetVizierID() string { + if m != nil { + return m.VizierID + } + return "" +} + type ConfigForVizierResponse struct { NameToYamlContent map[string]string `protobuf:"bytes,1,rep,name=nameToYamlContent,proto3" json:"nameToYamlContent,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` SentryDSN string `protobuf:"bytes,2,opt,name=sentry_dsn,json=sentryDsn,proto3" json:"sentry_dsn,omitempty"` @@ -6462,371 +6470,372 @@ func init() { } var fileDescriptor_7acc08cd3b92035f = []byte{ - // 5815 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x7c, 0x5d, 0x6c, 0x1b, 0x57, - 0x76, 0xb0, 0x87, 0x94, 0x28, 0xf2, 0x50, 0x3f, 0xd4, 0x95, 0x2c, 0xd3, 0xb4, 0x2d, 0x39, 0xe3, - 0x38, 0x4e, 0x9c, 0x44, 0x4e, 0xb4, 0x8e, 0xd7, 0x1b, 0x27, 0xfb, 0x85, 0x22, 0x19, 0x99, 0xb1, - 0x4c, 0xeb, 0x1b, 0x52, 0x4e, 0xb3, 0x58, 0x60, 0x3a, 0x22, 0xaf, 0xa8, 0x81, 0x87, 0x33, 0x93, - 0x99, 0xa1, 0x62, 0xa5, 0x7d, 0x58, 0x2c, 0x5a, 0xb4, 0x05, 0xfa, 0xb0, 0x8b, 0xbe, 0x6c, 0x8b, - 0x6e, 0x5b, 0xf4, 0x69, 0xd1, 0x02, 0x7d, 0xe9, 0xcb, 0x3e, 0xb6, 0x4f, 0xed, 0x53, 0x91, 0xb7, - 0xee, 0x4b, 0x8d, 0x46, 0x41, 0xd1, 0x16, 0xe8, 0xc3, 0x02, 0x7d, 0xe8, 0x16, 0x05, 0x8a, 0xe2, - 0xfe, 0x71, 0xfe, 0x49, 0xca, 0x0e, 0x0a, 0x14, 0xfb, 0x62, 0x73, 0xce, 0x3d, 0xf7, 0x9c, 0x73, - 0xef, 0xf9, 0xb9, 0x3f, 0xe7, 0x5c, 0xc1, 0xcb, 0xae, 0xd3, 0xbd, 0xa5, 0xd9, 0xfa, 0x2d, 0xdb, - 0xb1, 0x3c, 0xeb, 0x56, 0xd7, 0xb0, 0x86, 0x3d, 0xfb, 0x80, 0xfd, 0xaf, 0xd9, 0xfa, 0x26, 0x05, - 0xa3, 0xa2, 0xfd, 0x74, 0x53, 0x80, 0x2a, 0x6f, 0xf6, 0x75, 0xef, 0x68, 0x78, 0xb0, 0xd9, 0xb5, - 0x06, 0xb7, 0xfa, 0x56, 0xdf, 0x62, 0x5d, 0x0f, 0x86, 0x87, 0xf4, 0x8b, 0xd1, 0x21, 0xbf, 0x58, - 0xdf, 0xca, 0xa5, 0xbe, 0x65, 0xf5, 0x0d, 0xec, 0x63, 0xe1, 0x81, 0xed, 0x9d, 0xf0, 0xc6, 0x8d, - 0x68, 0xa3, 0xa7, 0x0f, 0xb0, 0xeb, 0x69, 0x03, 0x9b, 0x23, 0xac, 0x47, 0x11, 0x3e, 0x73, 0x34, - 0xdb, 0xc6, 0x8e, 0x2b, 0x08, 0x84, 0xe5, 0x1f, 0x0e, 0x75, 0x22, 0x3e, 0xf9, 0x8f, 0x23, 0x5c, - 0x09, 0x23, 0x1c, 0xeb, 0xae, 0x7d, 0x40, 0xfe, 0xe5, 0xcd, 0xb7, 0xa2, 0xcd, 0x9f, 0xeb, 0xd8, - 0xe9, 0x5a, 0xe6, 0xa1, 0xde, 0xa7, 0x78, 0xe4, 0x53, 0xf5, 0x4e, 0x6c, 0xcc, 0x3b, 0xc8, 0x7f, - 0x25, 0xc1, 0xf2, 0xbe, 0xdd, 0xd3, 0x3c, 0xbc, 0xef, 0x62, 0x47, 0xc1, 0x9f, 0x0e, 0xb1, 0xeb, - 0xa1, 0x1b, 0x90, 0xd1, 0x7b, 0x65, 0xe9, 0xaa, 0xf4, 0x6a, 0x71, 0x6b, 0x69, 0xd3, 0x7e, 0xba, - 0xc9, 0x04, 0xd9, 0xdc, 0xdf, 0x6f, 0xd6, 0xb7, 0x73, 0xa7, 0xcf, 0x36, 0x32, 0xcd, 0xba, 0x92, - 0xd1, 0x7b, 0xa8, 0x01, 0x4b, 0x3d, 0xdd, 0xb5, 0x0d, 0xed, 0x44, 0xb5, 0xf5, 0xae, 0x37, 0x74, - 0x70, 0x39, 0x43, 0x7b, 0x5d, 0xde, 0x64, 0x23, 0xdd, 0x14, 0x23, 0xdd, 0x6c, 0x7b, 0x8e, 0x6e, - 0xf6, 0x1f, 0x6b, 0xc6, 0x10, 0x2b, 0x8b, 0xbc, 0xd3, 0x1e, 0xeb, 0x83, 0xee, 0x41, 0x51, 0x77, - 0x55, 0xcd, 0xb6, 0x1d, 0xeb, 0x18, 0xf7, 0xca, 0x59, 0x4a, 0xa2, 0x12, 0x23, 0xb1, 0x6d, 0x59, - 0x06, 0x23, 0x00, 0xba, 0x5b, 0xe5, 0xd8, 0xf2, 0x7b, 0xb0, 0x5c, 0xc7, 0x06, 0x7e, 0xbe, 0x11, - 0xc8, 0xab, 0x80, 0x82, 0xbd, 0x5d, 0xdb, 0x32, 0x5d, 0x2c, 0xff, 0x50, 0x82, 0x8b, 0xfe, 0xb4, - 0xb4, 0xb1, 0xe7, 0xe9, 0x66, 0xdf, 0x7d, 0x8e, 0xe9, 0x29, 0x69, 0xa6, 0x66, 0x9c, 0x78, 0x7a, - 0xd7, 0x55, 0x2d, 0xdb, 0xb3, 0x86, 0xde, 0x14, 0x83, 0x5b, 0x1a, 0xf5, 0x79, 0x44, 0xbb, 0x7c, - 0x34, 0x93, 0xcf, 0x94, 0xb2, 0xf2, 0x65, 0xa8, 0x24, 0x89, 0xc4, 0x25, 0xde, 0x81, 0xb5, 0x1d, - 0xec, 0xbd, 0x88, 0xb4, 0x9c, 0xcd, 0x47, 0x70, 0x21, 0x46, 0x88, 0xf1, 0x40, 0xaf, 0x25, 0x0c, - 0x87, 0xa8, 0x3b, 0x9f, 0x24, 0xb2, 0x54, 0xca, 0xc8, 0x35, 0x28, 0x73, 0x5a, 0x55, 0xcf, 0x73, - 0xf4, 0x83, 0xa1, 0x87, 0xcf, 0x2c, 0x96, 0x7c, 0x17, 0x2e, 0x26, 0x10, 0xe1, 0x22, 0x5d, 0x82, - 0x82, 0x67, 0x0d, 0x1d, 0xd5, 0xc5, 0xd8, 0xa4, 0xc4, 0xf2, 0x4a, 0x9e, 0x00, 0xda, 0x18, 0x9b, - 0xf2, 0xaf, 0x43, 0xb9, 0xfd, 0xa2, 0xec, 0xd1, 0x37, 0x83, 0x1c, 0x32, 0x13, 0x95, 0xe7, 0x73, - 0xbf, 0x04, 0x17, 0xdb, 0x69, 0x72, 0xcb, 0x18, 0x96, 0x9b, 0xe6, 0xb1, 0x1e, 0x36, 0xda, 0x55, - 0x98, 0xc5, 0x03, 0x4d, 0x37, 0xa8, 0x58, 0x05, 0x85, 0x7d, 0xa0, 0x2b, 0x00, 0x87, 0xba, 0xe3, - 0x7a, 0xaa, 0xa9, 0x0d, 0x98, 0x7b, 0x15, 0x94, 0x02, 0x85, 0xb4, 0xb4, 0x01, 0x9d, 0x01, 0x43, - 0x13, 0xad, 0x59, 0xda, 0x9a, 0x27, 0x00, 0xd2, 0x28, 0x3f, 0x00, 0x14, 0x64, 0xc3, 0x27, 0x2d, - 0x99, 0xcf, 0x06, 0x14, 0x75, 0x8a, 0xab, 0x1a, 0xba, 0xf9, 0x84, 0x33, 0x02, 0x06, 0xda, 0xd5, - 0xcd, 0x27, 0xf2, 0xdb, 0x30, 0xbf, 0x6b, 0xf5, 0x75, 0x53, 0x88, 0xfb, 0x12, 0xcc, 0x6b, 0xdd, - 0x2e, 0x76, 0x5d, 0xd5, 0xb3, 0x9e, 0xf0, 0xe9, 0x2f, 0x28, 0x45, 0x06, 0xeb, 0x10, 0x90, 0x5c, - 0x05, 0xe0, 0x5d, 0x6c, 0xe3, 0x84, 0xf0, 0x0d, 0x62, 0xb2, 0x0f, 0x32, 0x3e, 0xfc, 0xd4, 0xd6, - 0x1d, 0xec, 0xaa, 0x1a, 0xb3, 0xa7, 0xac, 0x52, 0xe0, 0x90, 0xaa, 0x47, 0xcc, 0x7e, 0x07, 0x7b, - 0xcd, 0x81, 0xd6, 0xc7, 0x35, 0x07, 0xf7, 0xb0, 0xe9, 0xe9, 0x9a, 0x21, 0xd4, 0x28, 0x7f, 0x03, - 0x2e, 0x25, 0xb6, 0xfa, 0x23, 0xed, 0x3a, 0xb8, 0xe7, 0x0a, 0x8e, 0xf4, 0x43, 0xee, 0x40, 0xb1, - 0xea, 0x78, 0xfa, 0xa1, 0xd6, 0xf5, 0xda, 0xd8, 0x43, 0x08, 0x66, 0xe8, 0xe4, 0x31, 0x1c, 0xfa, - 0x1b, 0xbd, 0x0d, 0x79, 0x8d, 0xa3, 0x94, 0x33, 0x57, 0xb3, 0xaf, 0x16, 0xb7, 0xce, 0x6f, 0x06, - 0x56, 0x8d, 0x4d, 0xd1, 0x5f, 0x19, 0xa1, 0xc9, 0xbf, 0x27, 0xc1, 0x92, 0x00, 0x3f, 0xd4, 0x1d, - 0xc7, 0x72, 0x5c, 0xf4, 0x6d, 0x58, 0x10, 0xed, 0x34, 0xec, 0x52, 0x1e, 0x8b, 0x5b, 0x17, 0x13, - 0x69, 0x75, 0x4e, 0x6c, 0xac, 0xcc, 0x6b, 0x81, 0x2f, 0x24, 0x43, 0xce, 0x3d, 0xd2, 0xb6, 0xde, - 0xb9, 0xc3, 0xd4, 0xb1, 0x0d, 0xa7, 0xcf, 0x36, 0x72, 0xed, 0xfb, 0xd5, 0xad, 0x77, 0xee, 0x28, - 0xbc, 0x05, 0x5d, 0x86, 0x99, 0xa1, 0x63, 0xb8, 0xe5, 0xec, 0xd5, 0xec, 0xab, 0x85, 0xed, 0xfc, - 0xe9, 0xb3, 0x8d, 0x99, 0x7d, 0x65, 0xd7, 0x55, 0x28, 0x54, 0xfe, 0x22, 0x03, 0x79, 0xc1, 0x00, - 0xdd, 0x85, 0xc2, 0x68, 0x45, 0xe2, 0xb6, 0x1f, 0xb7, 0xe5, 0x8e, 0xc0, 0x50, 0x7c, 0x64, 0x62, - 0x1c, 0x5d, 0x6b, 0x30, 0xd0, 0x3d, 0xf5, 0x48, 0x73, 0x8f, 0x84, 0x71, 0x30, 0xd0, 0x7d, 0xcd, - 0x3d, 0x22, 0x08, 0xc7, 0xd8, 0x71, 0x75, 0xcb, 0x54, 0x5d, 0xcf, 0xe1, 0x86, 0x08, 0x1c, 0xd4, - 0xf6, 0x1c, 0xd4, 0x82, 0x15, 0xed, 0x58, 0xd3, 0x0d, 0xed, 0xc0, 0xc0, 0xaa, 0x18, 0xa4, 0x5b, - 0x9e, 0xb9, 0x9a, 0x1d, 0x3b, 0x21, 0xdb, 0x99, 0xb2, 0xa4, 0xa0, 0x51, 0x4f, 0xd1, 0xe4, 0xa2, - 0xcb, 0x50, 0xe8, 0x1e, 0x69, 0x66, 0x1f, 0x1b, 0x56, 0xbf, 0x3c, 0xcb, 0xbc, 0x62, 0x04, 0x40, - 0xdf, 0x81, 0x4a, 0x9c, 0x9b, 0x3a, 0x60, 0x6a, 0x29, 0xe7, 0xa8, 0x46, 0x2f, 0x27, 0x32, 0xe5, - 0xaa, 0x53, 0xca, 0x31, 0x9e, 0xbc, 0x85, 0x28, 0x9a, 0xc4, 0x5a, 0x01, 0xde, 0xd5, 0x5d, 0x4f, - 0xb8, 0xc4, 0xb5, 0x80, 0xbe, 0x03, 0x36, 0x35, 0x52, 0x2a, 0xf5, 0xd8, 0x98, 0x51, 0x64, 0xce, - 0x66, 0x14, 0xab, 0x30, 0x6b, 0xe8, 0x03, 0x9d, 0x2d, 0x25, 0x59, 0x85, 0x7d, 0xc8, 0x7f, 0xc4, - 0xa4, 0xaa, 0x5b, 0x9f, 0x99, 0x86, 0xa5, 0xf5, 0x88, 0xc7, 0x9e, 0x49, 0xaa, 0x88, 0x02, 0x33, - 0x31, 0x05, 0xc6, 0xc4, 0xce, 0x9e, 0x49, 0x6c, 0xf9, 0x77, 0x25, 0xba, 0xb2, 0x84, 0x05, 0xe4, - 0x7e, 0x5a, 0x82, 0xec, 0xd0, 0x11, 0xf1, 0x88, 0xfc, 0x9c, 0xca, 0xf2, 0xef, 0x41, 0xf1, 0x58, - 0x33, 0xf4, 0x9e, 0x3a, 0x34, 0x3d, 0xdd, 0x48, 0x5d, 0x59, 0x7d, 0x83, 0x06, 0x8a, 0xbe, 0x4f, - 0xb0, 0xe5, 0x35, 0x58, 0xad, 0x39, 0x58, 0xf3, 0x70, 0xcd, 0x18, 0xba, 0xde, 0x28, 0x08, 0xcb, - 0x8f, 0xe1, 0x7c, 0x04, 0xce, 0x65, 0x7c, 0x1f, 0xa0, 0xcb, 0x40, 0x6a, 0xfa, 0xca, 0xb1, 0x70, - 0xfa, 0x6c, 0xa3, 0xc0, 0x7b, 0x36, 0xeb, 0x4a, 0x81, 0xf7, 0x68, 0xf6, 0xe4, 0x1f, 0x4b, 0x70, - 0x85, 0xad, 0xdf, 0x8f, 0x9c, 0xa6, 0xe9, 0x7a, 0x9a, 0x61, 0x84, 0x39, 0xbf, 0x20, 0x03, 0x54, - 0x86, 0x39, 0xae, 0x2d, 0xae, 0x3c, 0xf1, 0x49, 0xf4, 0x4f, 0x62, 0xa3, 0x6d, 0x58, 0x27, 0x2a, - 0xf6, 0xba, 0x6c, 0x83, 0x95, 0x57, 0xe6, 0x05, 0xb0, 0xe1, 0x75, 0x7b, 0xf2, 0x0e, 0xac, 0xa7, - 0x89, 0xc7, 0x27, 0xe0, 0x3a, 0x2c, 0x0e, 0x29, 0x86, 0xea, 0x7a, 0x9a, 0xe3, 0xe1, 0x1e, 0x5f, - 0x70, 0x17, 0x18, 0xb4, 0xcd, 0x80, 0x72, 0x03, 0xe6, 0x1f, 0xd3, 0x8d, 0x66, 0x8d, 0xee, 0x3b, - 0xd1, 0x2d, 0x58, 0xb1, 0x35, 0xd7, 0xf5, 0x8e, 0x1c, 0x6b, 0xd8, 0x3f, 0x52, 0xb1, 0x49, 0x7c, - 0x4a, 0xf4, 0x45, 0x81, 0xa6, 0x06, 0x6b, 0xe1, 0xfb, 0x90, 0xab, 0x80, 0x82, 0x64, 0x98, 0x6c, - 0x6c, 0x5f, 0xc1, 0x31, 0x3e, 0x80, 0xf3, 0x3b, 0xd8, 0x13, 0x73, 0x61, 0x1e, 0x5a, 0x67, 0xde, - 0x5a, 0xfc, 0x48, 0x82, 0xfc, 0x83, 0xbb, 0x6e, 0xe3, 0x18, 0x9b, 0x1e, 0x99, 0xbf, 0x01, 0x76, - 0x5d, 0xad, 0x2f, 0xfc, 0x43, 0x7c, 0xa2, 0x6f, 0x89, 0x15, 0x98, 0xc4, 0xc3, 0xd4, 0x3d, 0x40, - 0x20, 0x6e, 0x52, 0x6c, 0xf2, 0x4d, 0x76, 0x0f, 0x74, 0x75, 0xa6, 0x3d, 0x27, 0x1b, 0x28, 0x5d, - 0xb9, 0xc9, 0xa7, 0xfc, 0xaf, 0x19, 0x28, 0xec, 0x59, 0xbd, 0xb6, 0xa7, 0x79, 0x43, 0x37, 0x71, - 0x89, 0x7a, 0x13, 0x72, 0x2e, 0x6d, 0xe5, 0xf1, 0x23, 0xbc, 0x40, 0xed, 0x59, 0xbd, 0xbd, 0x23, - 0xcd, 0xc5, 0x0a, 0x47, 0x22, 0xda, 0x63, 0xbf, 0x54, 0x31, 0x4a, 0x16, 0xa3, 0x17, 0x18, 0xf4, - 0x21, 0x1f, 0xeb, 0x1a, 0xe4, 0x1c, 0xac, 0xb9, 0x96, 0x59, 0x9e, 0xa1, 0xcd, 0xfc, 0x0b, 0xbd, - 0x07, 0xd0, 0xb5, 0x4c, 0x4f, 0xd3, 0x4d, 0xec, 0xb8, 0xe5, 0xd9, 0x84, 0x00, 0x5a, 0x13, 0xcd, - 0x4c, 0x66, 0x25, 0x80, 0x8f, 0xee, 0x03, 0x74, 0xa9, 0x53, 0xf5, 0xc8, 0x1a, 0x9f, 0x9b, 0x34, - 0x0f, 0xdc, 0xca, 0x59, 0x8f, 0xaa, 0xa7, 0x14, 0xba, 0xe2, 0x27, 0x19, 0x35, 0x26, 0xea, 0x72, - 0xcb, 0x73, 0x09, 0xcb, 0xb2, 0x50, 0xa6, 0xc2, 0x91, 0x98, 0xe9, 0x53, 0x73, 0x55, 0xbb, 0xd6, - 0xd0, 0xf4, 0xca, 0x79, 0x1a, 0x33, 0xe7, 0x39, 0xb0, 0x46, 0x60, 0xf2, 0x7f, 0x4a, 0xb0, 0x14, - 0x91, 0x3e, 0x65, 0x53, 0x30, 0x4b, 0x26, 0x4b, 0x04, 0xec, 0x4b, 0xe9, 0xc3, 0xc7, 0x0a, 0xc3, - 0x0c, 0x1a, 0x55, 0x36, 0x6c, 0x54, 0x69, 0x13, 0xfd, 0xf5, 0x4d, 0x55, 0x6c, 0xec, 0x73, 0x09, - 0x63, 0xff, 0x71, 0x01, 0x8a, 0x01, 0x17, 0x9a, 0x7e, 0x5f, 0xbc, 0x15, 0x31, 0xbf, 0x4a, 0x78, - 0x36, 0x18, 0x49, 0x6e, 0x0a, 0xc2, 0x06, 0x5f, 0x85, 0x25, 0x62, 0xe0, 0xf7, 0xb1, 0xe6, 0x78, - 0x07, 0x58, 0xf3, 0x5a, 0x2e, 0x5f, 0xc3, 0xa2, 0x60, 0xf4, 0x36, 0xe4, 0xd8, 0xb1, 0x95, 0xce, - 0x4e, 0x31, 0xb2, 0xca, 0x04, 0x03, 0x83, 0xc2, 0x11, 0xd1, 0x2d, 0x28, 0x8a, 0xf0, 0x39, 0xd4, - 0x7b, 0x6c, 0x4b, 0xb0, 0xbd, 0x78, 0xfa, 0x6c, 0x03, 0xb8, 0x30, 0xfb, 0xcd, 0xba, 0x22, 0x22, - 0xec, 0xbe, 0xde, 0x23, 0xfb, 0x57, 0xd1, 0x81, 0xaa, 0x3a, 0xc7, 0xf6, 0xaf, 0x1c, 0x46, 0x17, - 0xc5, 0x4d, 0x58, 0xb1, 0x1d, 0xec, 0x79, 0x27, 0x6a, 0x08, 0xb3, 0x40, 0x31, 0x97, 0x59, 0x53, - 0x2d, 0x80, 0x7f, 0x03, 0x96, 0x04, 0xa2, 0x88, 0xc5, 0x73, 0x14, 0x77, 0x91, 0x83, 0x1f, 0xf3, - 0x90, 0xfc, 0x1a, 0x94, 0x2c, 0x1b, 0x3b, 0x9a, 0x67, 0xf9, 0x98, 0xcb, 0x14, 0x73, 0x49, 0xc0, - 0x05, 0xea, 0x75, 0x58, 0xe4, 0x07, 0x77, 0x81, 0x98, 0x67, 0x8e, 0xcb, 0xa0, 0x02, 0xcd, 0x81, - 0x0a, 0x71, 0x38, 0xc7, 0x32, 0x54, 0xdb, 0xd0, 0x4c, 0xac, 0xda, 0x56, 0x4f, 0x65, 0xf3, 0x8e, - 0xdd, 0x32, 0x50, 0x67, 0x79, 0x27, 0x49, 0x47, 0x44, 0xed, 0xd4, 0x7a, 0x1d, 0xcb, 0xd8, 0x23, - 0x3d, 0x47, 0x61, 0x07, 0xbb, 0x0d, 0xd3, 0x73, 0x4e, 0x94, 0x0b, 0xdd, 0xe4, 0x56, 0xf4, 0x9b, - 0x12, 0xbc, 0x34, 0x34, 0x8f, 0xb0, 0x66, 0x78, 0x47, 0x27, 0x6a, 0x4f, 0xf3, 0xb4, 0x24, 0xde, - 0x8b, 0x94, 0xf7, 0xbd, 0x54, 0xde, 0xfb, 0x82, 0x42, 0x5d, 0xf3, 0xb4, 0x64, 0x09, 0xae, 0x0c, - 0xc7, 0xe1, 0x90, 0x33, 0x90, 0x39, 0x1c, 0xa8, 0xa6, 0xd5, 0xc3, 0x6e, 0xb9, 0x78, 0x55, 0x7a, - 0x75, 0x56, 0xc9, 0x9b, 0xc3, 0x41, 0x8b, 0x7c, 0xa3, 0xdb, 0xb0, 0x46, 0x1a, 0x75, 0xd3, 0xf5, - 0x9c, 0xe1, 0x00, 0x9b, 0xc4, 0xb3, 0x18, 0xe6, 0x3c, 0xc5, 0x5c, 0x35, 0x87, 0x83, 0x66, 0xa0, - 0x91, 0xf5, 0x8a, 0x87, 0xcb, 0x85, 0xa4, 0x70, 0x59, 0x83, 0x25, 0xdb, 0xc1, 0xc7, 0xba, 0x35, - 0x74, 0xf9, 0x80, 0xcb, 0x4b, 0x13, 0xdd, 0x61, 0x51, 0x74, 0xe1, 0xb1, 0x66, 0x17, 0x56, 0x23, - 0x44, 0xd8, 0x7a, 0x51, 0x9a, 0xb8, 0x5e, 0xa0, 0x30, 0x25, 0xd2, 0x50, 0x39, 0x80, 0xcb, 0xe3, - 0xb4, 0x49, 0xf6, 0x5a, 0x4f, 0xf0, 0x89, 0xd8, 0x6b, 0x3d, 0xc1, 0x27, 0xe8, 0x0d, 0x98, 0x3d, - 0x26, 0x87, 0x57, 0xbe, 0xb4, 0xad, 0x45, 0x17, 0x12, 0x2e, 0x36, 0x43, 0x7a, 0x37, 0x73, 0x57, - 0xaa, 0x1c, 0x81, 0x3c, 0x59, 0x6b, 0x5f, 0x07, 0x27, 0xb9, 0x45, 0x77, 0xb5, 0xa1, 0x45, 0x9e, - 0x6f, 0x47, 0x6e, 0x43, 0x9e, 0x3b, 0x15, 0x39, 0xde, 0x11, 0x13, 0x2b, 0xa7, 0x99, 0x98, 0x32, - 0xc2, 0x94, 0x3f, 0x82, 0x0d, 0x9f, 0x5e, 0xcd, 0x32, 0x4d, 0xdc, 0xf5, 0x74, 0xcb, 0x7c, 0xae, - 0xed, 0xc3, 0xb7, 0xe1, 0x6a, 0x3a, 0x2d, 0xff, 0x04, 0xca, 0xce, 0xbc, 0x99, 0xc0, 0x99, 0x97, - 0x5f, 0x8f, 0xfc, 0x50, 0x82, 0xab, 0x6c, 0x5f, 0xc3, 0x69, 0x84, 0xe2, 0xda, 0x59, 0x2f, 0x2a, - 0xea, 0xb0, 0xc0, 0x22, 0xa1, 0xca, 0xf6, 0x63, 0x7c, 0x8e, 0x37, 0x52, 0x23, 0x27, 0x63, 0xad, - 0xcc, 0x77, 0x03, 0x5f, 0xf2, 0x35, 0x78, 0x69, 0x8c, 0x48, 0xfc, 0xf6, 0xe2, 0xbf, 0x25, 0x38, - 0x5f, 0xa7, 0x5b, 0x47, 0xe2, 0x32, 0x0f, 0xf0, 0xc9, 0x43, 0xec, 0x69, 0xc4, 0xfd, 0xa7, 0x97, - 0xf6, 0x5b, 0xa1, 0x65, 0x6e, 0xf2, 0xce, 0x28, 0xb0, 0xae, 0x21, 0x98, 0xe9, 0x61, 0xb7, 0xcb, - 0xd7, 0x4d, 0xfa, 0x9b, 0xac, 0x17, 0x96, 0xd3, 0x57, 0x79, 0xdc, 0x4f, 0xe0, 0x5d, 0x38, 0x7d, - 0xb6, 0x31, 0xfb, 0xc8, 0xe9, 0x37, 0xeb, 0xca, 0xac, 0xe5, 0xf4, 0x9b, 0x3d, 0x74, 0x1b, 0xe6, - 0x86, 0x2e, 0xdb, 0x6b, 0xe7, 0x92, 0xfb, 0xd0, 0x33, 0xc7, 0xbe, 0x4b, 0x37, 0xda, 0x39, 0x82, - 0xdb, 0x14, 0x9b, 0xd3, 0xef, 0x67, 0x60, 0x21, 0x34, 0x01, 0xd3, 0x0f, 0x9c, 0x3b, 0x45, 0xc6, - 0x77, 0x8a, 0xff, 0xa3, 0x53, 0x21, 0xbf, 0x05, 0x15, 0xb6, 0xef, 0x08, 0xcd, 0x84, 0xb0, 0x5b, - 0x21, 0x9a, 0xe4, 0x8b, 0x26, 0x57, 0xa0, 0x4c, 0x4e, 0xcb, 0x49, 0xf8, 0x72, 0x1b, 0x2e, 0x26, - 0xb4, 0x71, 0x2f, 0xba, 0x03, 0x33, 0x4f, 0xf0, 0x89, 0xf0, 0x73, 0x39, 0x64, 0xd2, 0x89, 0x86, - 0xa8, 0x50, 0x7c, 0x79, 0x9b, 0x1d, 0x39, 0x93, 0xe4, 0x9b, 0xda, 0xcb, 0xef, 0xd3, 0x4b, 0xcc, - 0x64, 0xb9, 0xde, 0xf0, 0x23, 0x5c, 0x31, 0x12, 0xf2, 0xc3, 0x1d, 0x08, 0x9a, 0xbc, 0x09, 0x95, - 0x5d, 0xcb, 0x7a, 0x32, 0xb4, 0x13, 0x05, 0x8a, 0x45, 0x4b, 0xf9, 0x01, 0x5c, 0x4a, 0xc4, 0x7f, - 0x2e, 0xe6, 0xff, 0x25, 0x41, 0xae, 0xba, 0xd7, 0xfc, 0x25, 0xb5, 0xd5, 0xff, 0x90, 0x60, 0x91, - 0x8d, 0xfe, 0x97, 0x2d, 0x54, 0xbd, 0x06, 0x2b, 0xcc, 0x4b, 0xd9, 0xf0, 0xc7, 0xb9, 0xe7, 0x0a, - 0x2c, 0x13, 0x17, 0x0c, 0x21, 0xca, 0x0d, 0x40, 0x41, 0x20, 0xb7, 0xbd, 0x5b, 0x21, 0x87, 0x0c, - 0x9f, 0x84, 0xc2, 0xf3, 0xcc, 0x3d, 0xf1, 0x1e, 0x94, 0x76, 0x70, 0x98, 0xf4, 0xf4, 0x2e, 0xf8, - 0x2e, 0x2c, 0x07, 0x3a, 0x8f, 0xae, 0x23, 0x02, 0xe6, 0xbf, 0x92, 0x20, 0x01, 0xb3, 0xfb, 0x1b, - 0xb0, 0xc2, 0x9c, 0x28, 0xcc, 0x3b, 0xee, 0x6d, 0xef, 0xc3, 0x6a, 0x18, 0xf1, 0x6c, 0x7c, 0x96, - 0x61, 0x69, 0x07, 0x7b, 0xbb, 0xfa, 0x31, 0x7e, 0xac, 0xe3, 0xcf, 0x5c, 0x05, 0x7f, 0x2a, 0x2b, - 0x50, 0x12, 0xdf, 0x23, 0xab, 0x5b, 0x1b, 0x8d, 0xb9, 0x10, 0x32, 0x32, 0xa1, 0x8f, 0x4c, 0xc0, - 0x52, 0xc4, 0x19, 0x34, 0xeb, 0x9f, 0x41, 0xe5, 0x3d, 0x3a, 0x8f, 0x01, 0x36, 0xae, 0x4d, 0xce, - 0xe6, 0x86, 0x7e, 0x8c, 0xd5, 0x63, 0x02, 0xe1, 0x2a, 0xb9, 0x12, 0x12, 0x34, 0x2a, 0x86, 0x52, - 0x30, 0x04, 0x05, 0xf9, 0x23, 0xba, 0xc3, 0x12, 0x18, 0x64, 0xeb, 0x48, 0x4e, 0xce, 0x0a, 0xfe, - 0x14, 0xbd, 0x05, 0xf3, 0x23, 0xba, 0xea, 0x48, 0x6a, 0x7a, 0xa4, 0x12, 0xe8, 0xe4, 0x48, 0x25, - 0x48, 0x35, 0xe9, 0x85, 0xca, 0x85, 0x44, 0x62, 0xae, 0x8d, 0xbe, 0x05, 0xf9, 0x01, 0x67, 0xcf, - 0x27, 0x73, 0x82, 0x8c, 0x23, 0x74, 0x72, 0x52, 0xb3, 0x9f, 0x1a, 0x6a, 0x97, 0x93, 0xe3, 0x93, - 0x54, 0xb4, 0x9f, 0x1a, 0x82, 0x03, 0xda, 0x80, 0xec, 0xb1, 0xee, 0x72, 0xef, 0x5c, 0x20, 0x84, - 0x69, 0x6e, 0x74, 0xf3, 0xb1, 0xee, 0x2a, 0xa4, 0x45, 0x5e, 0x82, 0x85, 0x1d, 0xec, 0xb5, 0xbb, - 0x8e, 0x6e, 0xd3, 0xd1, 0xc9, 0x1e, 0x2c, 0xb2, 0xaf, 0xaf, 0x4b, 0x37, 0x48, 0x86, 0x85, 0x23, - 0xcd, 0x55, 0x47, 0x73, 0x46, 0xdd, 0x3e, 0xaf, 0x14, 0x8f, 0x34, 0x57, 0x0c, 0x4e, 0xde, 0x81, - 0xc5, 0xa0, 0x18, 0xae, 0x8d, 0xde, 0x81, 0x39, 0x97, 0x7d, 0x26, 0x7a, 0x53, 0x58, 0x46, 0x45, - 0xe0, 0xca, 0x55, 0x58, 0x1d, 0x11, 0x0a, 0x2a, 0xed, 0x35, 0x28, 0x30, 0x14, 0x5f, 0x63, 0xf3, - 0xa7, 0xcf, 0x36, 0xf2, 0x0c, 0xb3, 0x59, 0x57, 0xf2, 0xac, 0xb9, 0xd9, 0x93, 0x0d, 0x7a, 0x81, - 0x16, 0x25, 0xe1, 0xda, 0xe8, 0x9b, 0x31, 0x55, 0x8d, 0x95, 0xc9, 0x57, 0x54, 0x05, 0xf2, 0x11, - 0x25, 0x8d, 0xbe, 0xe5, 0x9f, 0x4a, 0xb0, 0x52, 0x1d, 0x7a, 0x56, 0xd7, 0x1a, 0xd8, 0x06, 0xf6, - 0x70, 0x20, 0xeb, 0xa5, 0x9b, 0xf6, 0xd0, 0x13, 0x39, 0x1a, 0xfa, 0x81, 0xae, 0x00, 0x74, 0x87, - 0x8e, 0x6b, 0x39, 0xaa, 0x6d, 0xb9, 0x22, 0x2b, 0xc4, 0x20, 0x7b, 0x96, 0x8b, 0xee, 0x41, 0x4e, - 0xa3, 0x9b, 0x6d, 0x7e, 0x0b, 0x7d, 0x2d, 0xec, 0x97, 0x01, 0x36, 0x55, 0x8a, 0x46, 0xef, 0xa3, - 0x79, 0x97, 0xe8, 0x4d, 0xc1, 0xcc, 0xa4, 0x9b, 0x02, 0xf9, 0xcf, 0x25, 0x58, 0xe8, 0x68, 0x07, - 0xed, 0x61, 0xbf, 0x8f, 0x5d, 0x4a, 0xe2, 0x12, 0x14, 0x3c, 0xed, 0x40, 0xd5, 0xcd, 0x1e, 0x7e, - 0x4a, 0x05, 0xcf, 0x2a, 0x79, 0x4f, 0x3b, 0x68, 0x92, 0x6f, 0x74, 0x07, 0x2e, 0xe0, 0xa7, 0xb8, - 0x3b, 0xf4, 0x58, 0xf6, 0xe1, 0x90, 0x30, 0x72, 0xb1, 0x81, 0xbb, 0x22, 0x5d, 0x7a, 0xde, 0x6f, - 0xae, 0x92, 0xd6, 0x36, 0x6d, 0x44, 0x0d, 0x28, 0xba, 0x23, 0x16, 0x2c, 0xa1, 0x53, 0x1c, 0x33, - 0x32, 0x5f, 0x1c, 0x25, 0xd8, 0x4f, 0xfe, 0x37, 0x09, 0xd6, 0x92, 0xf1, 0xd0, 0x37, 0x61, 0xe6, - 0x89, 0x6e, 0xf6, 0x78, 0x1a, 0x2a, 0x9d, 0x74, 0xc3, 0xf4, 0x74, 0xef, 0xe4, 0x81, 0x6e, 0xf6, - 0x14, 0xda, 0x61, 0x64, 0xee, 0x99, 0x80, 0xb9, 0x5f, 0x85, 0x22, 0x71, 0x05, 0x62, 0x0a, 0x42, - 0x11, 0x05, 0x25, 0x08, 0x42, 0x37, 0x60, 0x69, 0xa0, 0x79, 0xdd, 0x23, 0xdc, 0x63, 0x33, 0x85, - 0x59, 0xbe, 0x27, 0xab, 0x2c, 0x72, 0x70, 0x93, 0x41, 0xd1, 0xbb, 0xe2, 0x66, 0x6d, 0x96, 0x0a, - 0xf6, 0xf2, 0x04, 0xc1, 0x82, 0x57, 0x6c, 0xf2, 0x4f, 0x24, 0x58, 0x0d, 0xdb, 0x15, 0x0f, 0xdc, - 0x37, 0x60, 0xe9, 0xd0, 0x72, 0x06, 0x9a, 0xe7, 0x51, 0xfe, 0xbe, 0x89, 0x2d, 0x8e, 0xc0, 0x4d, - 0x6a, 0x6b, 0xd7, 0x60, 0x41, 0x77, 0x55, 0x5f, 0x27, 0x5c, 0x4b, 0xf3, 0xba, 0xdb, 0x18, 0xc1, - 0xd0, 0x36, 0x2c, 0x7a, 0x41, 0x13, 0x10, 0xfa, 0x09, 0x6f, 0xbc, 0x42, 0x56, 0xa2, 0x44, 0x7a, - 0xc8, 0xbf, 0x90, 0xa0, 0x1c, 0x14, 0xf5, 0x43, 0x1d, 0x1b, 0xbd, 0xf1, 0x7e, 0xb0, 0x0d, 0x70, - 0x48, 0xb0, 0x82, 0x99, 0xa2, 0xa9, 0xf4, 0x56, 0xa0, 0xdd, 0x68, 0xc2, 0xe8, 0xff, 0x03, 0x72, - 0xf0, 0xa7, 0x43, 0xdd, 0x21, 0x3b, 0x18, 0xa7, 0xcf, 0x0a, 0x40, 0xa8, 0xf8, 0x53, 0xd2, 0x2a, - 0x89, 0xee, 0x55, 0xa7, 0x4f, 0x28, 0xba, 0x67, 0x77, 0xa1, 0x1f, 0x49, 0x70, 0x31, 0x61, 0xe8, - 0x5c, 0x55, 0x11, 0xcb, 0x97, 0x9e, 0xcf, 0xf2, 0xd1, 0x6d, 0x58, 0x23, 0x01, 0x58, 0xeb, 0xf5, - 0x74, 0x02, 0xd0, 0x0c, 0x95, 0xd9, 0x99, 0xcb, 0x35, 0xba, 0x7a, 0xa4, 0xb9, 0xd5, 0x51, 0xe3, - 0x43, 0xd6, 0x26, 0xff, 0xbe, 0x04, 0x73, 0x64, 0xbb, 0x75, 0xa6, 0xeb, 0xcf, 0x8b, 0x90, 0x27, - 0xbb, 0xb8, 0x80, 0x53, 0xcc, 0x59, 0x4e, 0x5f, 0x64, 0xd2, 0x7a, 0xd6, 0x40, 0xd3, 0xcd, 0x60, - 0x4e, 0x1e, 0x18, 0x88, 0x22, 0xbc, 0x06, 0x25, 0x96, 0x05, 0xe1, 0x25, 0x2f, 0x9a, 0xe1, 0xf2, - 0xa5, 0x62, 0x89, 0xc1, 0xab, 0x02, 0x2c, 0xbf, 0x09, 0x25, 0xb6, 0x7b, 0x7b, 0xe4, 0x8c, 0x6e, - 0x04, 0x82, 0xac, 0xa5, 0x10, 0x6b, 0xf9, 0xfb, 0x12, 0x94, 0x44, 0x16, 0xa7, 0xff, 0x3c, 0xe5, - 0x2a, 0x31, 0xb9, 0x26, 0x57, 0x3c, 0xc4, 0x64, 0x6e, 0xd2, 0x95, 0x89, 0x6c, 0x46, 0xdd, 0xa6, - 0x19, 0x90, 0xc3, 0xdf, 0xf8, 0x4a, 0x53, 0x6e, 0x7c, 0xe5, 0x3a, 0x5d, 0xa1, 0x82, 0xa4, 0xb8, - 0xc1, 0xbc, 0x0e, 0xb3, 0x64, 0x97, 0x2b, 0x4c, 0x25, 0x9c, 0x05, 0xa0, 0xfb, 0x60, 0xf3, 0xd0, - 0x52, 0x18, 0x8e, 0xbc, 0x07, 0x65, 0x05, 0x0f, 0xac, 0x63, 0x5a, 0x05, 0xf1, 0xa1, 0x63, 0x0d, - 0x02, 0x42, 0x05, 0xb6, 0xd6, 0xd2, 0xf4, 0xc7, 0x89, 0x77, 0xe0, 0x62, 0x02, 0x45, 0x2e, 0x5b, - 0x19, 0xe6, 0xdc, 0x21, 0x2d, 0x82, 0xe0, 0x49, 0x2e, 0xf1, 0x29, 0x3f, 0x84, 0x32, 0xd3, 0x26, - 0x2b, 0xca, 0xa0, 0x35, 0x12, 0x2f, 0x30, 0x3b, 0x5b, 0x50, 0x0c, 0x10, 0x22, 0x61, 0xcc, 0xd5, - 0xfb, 0x26, 0xee, 0xa9, 0x5d, 0x43, 0xd3, 0x07, 0xa2, 0xe8, 0x61, 0x9e, 0x01, 0x6b, 0x14, 0x26, - 0xbf, 0x0d, 0x17, 0x1f, 0x63, 0x47, 0x3f, 0x3c, 0x09, 0x89, 0xe0, 0x5f, 0x56, 0xd1, 0x0c, 0x29, - 0x97, 0x9b, 0x7d, 0xc8, 0x3b, 0x50, 0x68, 0xd6, 0x1b, 0x3c, 0x9b, 0xf7, 0x0a, 0xe4, 0xf5, 0x1e, - 0x0e, 0x18, 0xdf, 0x76, 0xf1, 0xf4, 0xd9, 0xc6, 0x5c, 0xb3, 0xde, 0x20, 0x06, 0xa8, 0xcc, 0xe9, - 0x3d, 0x4c, 0x6d, 0x1c, 0xc1, 0x8c, 0xad, 0x79, 0xa2, 0x52, 0x80, 0xfe, 0x96, 0x7f, 0x0d, 0xd6, - 0xaa, 0xbd, 0x1e, 0x1d, 0x42, 0x23, 0x7c, 0xc9, 0x75, 0xf6, 0xc1, 0xa3, 0xcd, 0x51, 0x86, 0x20, - 0xe9, 0x2e, 0xd1, 0xe7, 0xc0, 0xb1, 0xe4, 0x26, 0x5c, 0x88, 0x31, 0xe7, 0xc3, 0xf6, 0x49, 0x49, - 0x53, 0x91, 0x3a, 0x86, 0x8b, 0xac, 0x66, 0xec, 0x6b, 0x1a, 0x4a, 0x70, 0x4e, 0x33, 0xe9, 0x73, - 0x2a, 0x5f, 0x86, 0x4a, 0x12, 0x5f, 0x7e, 0x29, 0xe7, 0xd1, 0xad, 0x77, 0xb0, 0xc9, 0xfd, 0x5f, - 0x90, 0x69, 0x97, 0xde, 0x8e, 0x44, 0xb8, 0xf2, 0x79, 0x7d, 0x0b, 0xe6, 0xd8, 0x8c, 0x09, 0x37, - 0x4d, 0x9b, 0x58, 0x81, 0x26, 0xff, 0x76, 0x06, 0xf2, 0xc2, 0x7b, 0xa7, 0x8f, 0x5b, 0xfe, 0xf0, - 0x32, 0xd3, 0x0e, 0x2f, 0x5c, 0x54, 0x35, 0x33, 0xb6, 0xa8, 0x6a, 0x36, 0x5c, 0x54, 0xe5, 0x97, - 0x4f, 0xe5, 0x82, 0xe5, 0x53, 0x37, 0x60, 0xc9, 0x76, 0xac, 0x43, 0xdd, 0xc0, 0xa3, 0x52, 0x48, - 0x9e, 0xfa, 0xe1, 0x60, 0x51, 0xec, 0xb8, 0x11, 0x2e, 0x76, 0xcc, 0x53, 0x57, 0x0b, 0x14, 0x34, - 0x7e, 0x34, 0x93, 0xcf, 0x96, 0x66, 0xe4, 0x3f, 0x96, 0x60, 0x8d, 0x4d, 0xcf, 0x87, 0x16, 0xbf, - 0x85, 0x15, 0xea, 0xbc, 0x0c, 0x05, 0x22, 0x98, 0x6b, 0x6b, 0x5d, 0xb1, 0x02, 0xf8, 0x00, 0x74, - 0x07, 0xe6, 0x8e, 0x3f, 0x57, 0x5d, 0x1b, 0x77, 0xf9, 0x74, 0x5c, 0x61, 0xa7, 0xa1, 0x60, 0x29, - 0x28, 0xbf, 0x07, 0x6e, 0xdb, 0xb8, 0xab, 0xe4, 0x8e, 0x3f, 0x27, 0xff, 0x93, 0x25, 0xfd, 0xc9, - 0x5d, 0x77, 0x94, 0x64, 0xca, 0xfa, 0x4b, 0xfa, 0x83, 0xbb, 0x2e, 0xcf, 0x32, 0x29, 0xf0, 0x64, - 0xf4, 0x9b, 0xec, 0x66, 0x2e, 0xc4, 0x24, 0xe4, 0xaa, 0xd7, 0x61, 0x99, 0x48, 0xd4, 0xb1, 0x3e, - 0xd1, 0x06, 0xe2, 0x90, 0xc6, 0x8d, 0xe0, 0x5e, 0x34, 0x6d, 0x9a, 0x44, 0x60, 0xb3, 0x15, 0xed, - 0xcd, 0x12, 0x41, 0x71, 0xaa, 0xe8, 0x0d, 0x00, 0x17, 0x93, 0x46, 0xb5, 0xe7, 0xf2, 0x6b, 0x76, - 0x96, 0x14, 0x6d, 0x53, 0x68, 0xbd, 0xdd, 0x52, 0x0a, 0x0c, 0xa1, 0xee, 0x9a, 0x95, 0x3a, 0xac, - 0x25, 0x93, 0x4e, 0xc8, 0x56, 0xac, 0x06, 0xb3, 0x15, 0x85, 0x60, 0x56, 0xa2, 0x02, 0xe5, 0x91, - 0xe0, 0x8f, 0x78, 0xbe, 0x4e, 0x5c, 0x98, 0x1c, 0xc0, 0xc5, 0x84, 0xb6, 0xd1, 0x46, 0x67, 0x85, - 0x0b, 0x3b, 0x4a, 0xff, 0x11, 0xa9, 0x59, 0x24, 0x3d, 0x7f, 0xfa, 0x6c, 0x63, 0x99, 0x49, 0x2d, - 0x3a, 0x12, 0xe9, 0x97, 0xdd, 0x30, 0xc8, 0x35, 0xe5, 0x0f, 0xe8, 0x85, 0xc8, 0x9e, 0x31, 0xec, - 0xeb, 0xe6, 0xc8, 0xcb, 0x5f, 0x0f, 0x6d, 0xee, 0x2f, 0x84, 0x73, 0x2b, 0x14, 0xd5, 0xdf, 0xd0, - 0xcb, 0x35, 0x40, 0x41, 0x0a, 0x5c, 0xbc, 0x37, 0x61, 0xce, 0x66, 0x20, 0xae, 0xac, 0x95, 0x04, - 0x2a, 0x8a, 0xc0, 0x91, 0x7f, 0x90, 0x81, 0x1c, 0x83, 0x25, 0xe6, 0xcb, 0x17, 0xa9, 0x03, 0xb3, - 0xc9, 0x23, 0x7e, 0x3a, 0xf9, 0xc0, 0x80, 0x60, 0xc6, 0xb0, 0xfa, 0x96, 0xb8, 0x2f, 0x23, 0xbf, - 0xd1, 0x75, 0x58, 0x34, 0x34, 0x0f, 0xbb, 0xde, 0xc8, 0x34, 0x99, 0x43, 0x2e, 0x30, 0xa8, 0xc8, - 0x7f, 0xde, 0x82, 0x15, 0x07, 0x13, 0x6d, 0xd2, 0x0a, 0xa6, 0xa1, 0x6d, 0x5b, 0xb4, 0x44, 0x25, - 0xc7, 0xca, 0x4c, 0x46, 0x4d, 0x6d, 0xd1, 0x82, 0x5e, 0x87, 0x65, 0xbf, 0x83, 0xa8, 0x4a, 0x99, - 0xa3, 0xe8, 0xa5, 0x51, 0x03, 0xaf, 0x49, 0x21, 0xde, 0xcd, 0x51, 0x22, 0x59, 0xd8, 0x45, 0x0e, - 0x16, 0x4e, 0x51, 0x05, 0x99, 0xc5, 0x43, 0x45, 0x90, 0x60, 0x13, 0x14, 0x5e, 0x24, 0x2e, 0x41, - 0x81, 0xcd, 0xe1, 0xe8, 0x90, 0xae, 0xe4, 0x19, 0xa0, 0xd9, 0x93, 0xff, 0x20, 0x03, 0xd7, 0xc6, - 0xd2, 0xe0, 0xca, 0xfa, 0x38, 0x1a, 0x5e, 0xdf, 0x0f, 0x29, 0x6b, 0x0a, 0x12, 0xdc, 0xfb, 0x78, - 0x92, 0x55, 0x50, 0x43, 0x37, 0x61, 0xb9, 0x3b, 0x74, 0x3d, 0x6b, 0xa0, 0xe2, 0xa7, 0x64, 0xb2, - 0xd4, 0xa1, 0x63, 0x70, 0x35, 0x2e, 0xb1, 0x86, 0x06, 0x85, 0xef, 0x3b, 0x06, 0xda, 0x82, 0x79, - 0xdd, 0x74, 0x71, 0x77, 0xe8, 0x60, 0xd5, 0x33, 0xd8, 0x05, 0x4c, 0x7e, 0x7b, 0xe9, 0xf4, 0xd9, - 0x46, 0xb1, 0xc9, 0xe1, 0x9d, 0xdd, 0xb6, 0x52, 0x14, 0x48, 0x1d, 0xc3, 0xad, 0xbc, 0x0b, 0xf3, - 0x41, 0xc6, 0x67, 0xf2, 0xbc, 0x3f, 0x9d, 0x01, 0x99, 0x27, 0xae, 0x9e, 0x77, 0x82, 0xd1, 0x63, - 0x7f, 0xe2, 0x58, 0x6d, 0xe7, 0x7b, 0xe1, 0xed, 0xe3, 0x44, 0xf2, 0x29, 0xf3, 0x76, 0x1b, 0xe6, - 0x84, 0x1d, 0x4d, 0xae, 0xf2, 0x16, 0xa8, 0x34, 0x5e, 0x73, 0x93, 0x9a, 0x99, 0xa2, 0x76, 0x7e, - 0x54, 0xd5, 0x75, 0x3f, 0x49, 0x4b, 0xb3, 0x53, 0x50, 0x88, 0xe9, 0xb0, 0x15, 0xd1, 0x61, 0x6e, - 0x92, 0xf0, 0xe3, 0xf5, 0x8b, 0x6a, 0xf4, 0x55, 0x00, 0x3d, 0x48, 0xd8, 0x0e, 0x76, 0x31, 0x2d, - 0xd6, 0x99, 0x34, 0x1f, 0x8b, 0xbc, 0xcb, 0x1e, 0xeb, 0xf1, 0x42, 0x46, 0x72, 0x1d, 0xae, 0x8d, - 0x55, 0x22, 0xdf, 0x31, 0x3d, 0x86, 0x2b, 0x3b, 0xd8, 0x8b, 0xe0, 0x04, 0x33, 0xc1, 0x63, 0xad, - 0x28, 0xb5, 0xde, 0x4e, 0xfe, 0x9b, 0x0c, 0x2c, 0x8d, 0xa8, 0xb2, 0xbb, 0x32, 0xf4, 0x6e, 0xf4, - 0x5a, 0x2e, 0x61, 0x9b, 0x92, 0x72, 0x4f, 0x47, 0x76, 0x0c, 0xbc, 0x6f, 0xe0, 0xb8, 0x09, 0x0c, - 0xd4, 0x9a, 0xee, 0x26, 0x66, 0x03, 0x8a, 0x87, 0xe4, 0x10, 0x8f, 0xcd, 0xee, 0x89, 0xca, 0x4e, - 0x9b, 0x59, 0x05, 0x46, 0xa0, 0x36, 0xfa, 0xc0, 0x3f, 0xd0, 0xeb, 0x3d, 0x51, 0xe0, 0x15, 0x93, - 0x30, 0x78, 0xc2, 0x6f, 0xd6, 0xdd, 0xd1, 0x09, 0xbf, 0xd9, 0x73, 0xc3, 0x93, 0x95, 0x8b, 0x4f, - 0x56, 0x38, 0xc4, 0x8e, 0xcc, 0xff, 0x12, 0x14, 0x74, 0x97, 0xdb, 0x09, 0xdf, 0x0c, 0xe5, 0x75, - 0x97, 0x59, 0x81, 0xfc, 0x3b, 0x59, 0x58, 0x4f, 0x53, 0x11, 0x8f, 0x82, 0x4a, 0x34, 0x0a, 0xde, - 0x8d, 0x46, 0xc1, 0x31, 0xbd, 0x53, 0x1c, 0xf9, 0x11, 0x5c, 0xd0, 0x0c, 0xc3, 0xfa, 0x4c, 0x4d, - 0x0e, 0x83, 0xf9, 0xed, 0xf2, 0xe9, 0xb3, 0x8d, 0xd5, 0x2a, 0x41, 0xa9, 0x05, 0x7d, 0x49, 0xd9, - 0x55, 0x56, 0xb5, 0x18, 0xd4, 0x31, 0xd0, 0x36, 0x20, 0x46, 0x30, 0x21, 0x56, 0xae, 0x9e, 0x3e, - 0xdb, 0x28, 0x51, 0x5a, 0x41, 0x87, 0x2a, 0x69, 0x21, 0x88, 0xe1, 0x12, 0x1a, 0x3d, 0x7c, 0xa8, - 0x0d, 0x0d, 0x2f, 0x28, 0x0f, 0xbb, 0x79, 0xa1, 0x34, 0xea, 0xac, 0xd5, 0x97, 0xa5, 0xd4, 0x0b, - 0x41, 0x1c, 0xe3, 0x85, 0x9c, 0x8a, 0x15, 0xe2, 0x47, 0xec, 0x7a, 0x54, 0x88, 0xbf, 0x4f, 0x0b, - 0xf1, 0xe3, 0xad, 0xa3, 0x04, 0x6e, 0xe4, 0x92, 0x3b, 0x5c, 0x3b, 0x18, 0xe9, 0xe7, 0xdf, 0x72, - 0xd7, 0xe9, 0xe3, 0x8f, 0x68, 0xf3, 0x59, 0xf3, 0x47, 0x7f, 0x28, 0x25, 0xc9, 0x1e, 0xa8, 0x24, - 0xc9, 0x31, 0x7e, 0x9c, 0xd6, 0x78, 0xd9, 0x38, 0xee, 0xb8, 0xbb, 0x6e, 0xb2, 0x27, 0x0d, 0xe8, - 0x28, 0xeb, 0xef, 0x49, 0x7d, 0xe5, 0x14, 0xb0, 0xd0, 0x8a, 0xfc, 0xef, 0x59, 0xb8, 0x1c, 0x89, - 0x57, 0xcf, 0x37, 0x50, 0xf4, 0x7e, 0x3c, 0x52, 0x4c, 0x5a, 0x0d, 0x82, 0x71, 0xe4, 0xdb, 0xf1, - 0x38, 0x32, 0xa9, 0x7b, 0x28, 0xca, 0x04, 0x16, 0xc0, 0x99, 0xe9, 0x17, 0xc0, 0xf7, 0xc2, 0xb1, - 0x69, 0x96, 0x27, 0x1c, 0xa2, 0x3d, 0x9b, 0xa6, 0x77, 0xe7, 0x36, 0x97, 0x39, 0x10, 0xb8, 0xee, - 0x06, 0xd4, 0x90, 0x9b, 0x42, 0x60, 0x5f, 0x49, 0xf7, 0x42, 0x4a, 0x9a, 0x9b, 0xa2, 0xaf, 0xaf, - 0xb3, 0x68, 0xbc, 0xcc, 0x9f, 0x39, 0x5e, 0xca, 0x1b, 0xa2, 0x1e, 0x3c, 0xc5, 0x2c, 0xe5, 0x9f, - 0x66, 0xe0, 0x32, 0xbb, 0x2e, 0x4a, 0x31, 0x8b, 0xaf, 0x7f, 0x5d, 0x98, 0x8d, 0xad, 0x0b, 0x95, - 0xc8, 0xf4, 0x06, 0xad, 0xfc, 0x4a, 0x6c, 0x02, 0x0b, 0x5f, 0xeb, 0x14, 0x85, 0x97, 0x94, 0x42, - 0x64, 0x49, 0xa9, 0x40, 0x9e, 0x6f, 0x19, 0x7a, 0x65, 0x60, 0xeb, 0x86, 0xf8, 0x96, 0xef, 0xc3, - 0x95, 0x94, 0x99, 0x1b, 0xe5, 0x06, 0xa6, 0x0c, 0x1d, 0x3b, 0x70, 0x99, 0xdd, 0xb9, 0xbc, 0x68, - 0x0c, 0xda, 0x80, 0x2b, 0x29, 0x84, 0x98, 0x48, 0x37, 0xff, 0x4c, 0x82, 0xf9, 0xe0, 0xf3, 0x09, - 0xb4, 0x08, 0x50, 0xed, 0xa8, 0xfb, 0xad, 0x07, 0xad, 0x47, 0x1f, 0xb7, 0x4a, 0xe7, 0x10, 0x82, - 0xc5, 0x6a, 0x47, 0xdd, 0x6d, 0xb6, 0xf6, 0x7f, 0x45, 0xad, 0x3e, 0xac, 0xdf, 0xb9, 0x5d, 0x92, - 0xd0, 0x0a, 0x2c, 0x55, 0x3b, 0x6a, 0xbd, 0xaa, 0x7c, 0xdc, 0x6c, 0x71, 0x60, 0x06, 0x55, 0x60, - 0xad, 0xda, 0x51, 0x6b, 0x8f, 0x5a, 0x9d, 0x6a, 0xb3, 0xd5, 0x50, 0xd4, 0x76, 0xa3, 0xa3, 0x7e, - 0x52, 0x7d, 0xb8, 0xdb, 0x2e, 0x6d, 0xa1, 0x6b, 0xb0, 0x11, 0x6b, 0xeb, 0x34, 0x1e, 0xee, 0xed, - 0x56, 0x3b, 0x0d, 0x8e, 0xf4, 0x1e, 0xba, 0x0a, 0x97, 0x63, 0x48, 0x41, 0xbe, 0xbd, 0x9b, 0x7f, - 0x22, 0xc1, 0x42, 0xa8, 0xa8, 0x91, 0x48, 0x5b, 0x6b, 0x07, 0xa4, 0x65, 0xdf, 0xf7, 0x1b, 0xd5, - 0xdd, 0xce, 0xfd, 0x4f, 0x4a, 0x12, 0x2a, 0xc1, 0x3c, 0x6d, 0x17, 0x90, 0x0c, 0x91, 0xbd, 0xd6, - 0x56, 0xeb, 0xcd, 0x76, 0xed, 0x51, 0xab, 0xd5, 0xa8, 0x75, 0x1a, 0xf5, 0x52, 0x16, 0x2d, 0x41, - 0x91, 0xa0, 0xed, 0xd5, 0xab, 0x9d, 0x66, 0x6b, 0xa7, 0x34, 0xc3, 0xfb, 0xf9, 0x28, 0xb3, 0x68, - 0x15, 0x4a, 0x02, 0xa5, 0xa1, 0x7e, 0x58, 0x6d, 0xee, 0x36, 0xea, 0xa5, 0x1c, 0xef, 0x58, 0x6f, - 0xec, 0x28, 0xd5, 0x7a, 0xa3, 0x5e, 0x9a, 0xbb, 0x79, 0x00, 0x79, 0x51, 0x04, 0x8f, 0x96, 0x61, - 0x61, 0xef, 0x7e, 0xb5, 0xdd, 0x08, 0xc8, 0x57, 0x84, 0xb9, 0xbd, 0x46, 0xab, 0x4e, 0x98, 0x48, - 0xe4, 0x43, 0xd9, 0x6f, 0xb5, 0xc8, 0x47, 0x06, 0x2d, 0x40, 0xa1, 0xbd, 0x5f, 0xab, 0x35, 0x1a, - 0x75, 0x2a, 0x11, 0x40, 0x8e, 0x33, 0x99, 0x21, 0x83, 0xea, 0x34, 0x94, 0x87, 0xcd, 0x56, 0x95, - 0x8a, 0x72, 0xf3, 0xb7, 0x24, 0x58, 0x0c, 0x17, 0x7e, 0xa3, 0x4b, 0x70, 0x21, 0x30, 0x71, 0x1d, - 0x22, 0xa3, 0xcf, 0x34, 0xa1, 0x51, 0xf0, 0x95, 0xd0, 0x3a, 0x54, 0xa2, 0x8d, 0x01, 0x66, 0x99, - 0xa4, 0xce, 0x1f, 0x57, 0x9b, 0x74, 0x9a, 0xb2, 0x37, 0x77, 0xc2, 0x39, 0x3f, 0x3f, 0xeb, 0x49, - 0x26, 0xa6, 0x1a, 0xb2, 0xa3, 0x79, 0xc8, 0x13, 0x40, 0xa3, 0xde, 0xec, 0x94, 0x24, 0x6a, 0x65, - 0xd5, 0x8e, 0xda, 0x6e, 0xec, 0x36, 0x6a, 0x9d, 0x52, 0xe6, 0xa6, 0x17, 0x26, 0xe4, 0x67, 0x81, - 0x28, 0xa1, 0xc6, 0x83, 0xf0, 0x14, 0x12, 0xc0, 0xde, 0xa3, 0x3a, 0x9b, 0x42, 0xf2, 0xd1, 0x7e, - 0x5c, 0x2b, 0x65, 0x28, 0x51, 0xf2, 0x51, 0x53, 0x9a, 0x7b, 0x9d, 0x52, 0x96, 0xcc, 0x3f, 0xf9, - 0x6e, 0x55, 0x1f, 0x36, 0xda, 0x7b, 0xd5, 0x5a, 0xa3, 0x34, 0x43, 0xa5, 0x20, 0xa0, 0x47, 0xf5, - 0x46, 0x69, 0xf6, 0xa6, 0x0d, 0x17, 0x52, 0xd2, 0x7c, 0x8c, 0x6d, 0xd0, 0xb2, 0x38, 0xc0, 0xd7, - 0x1e, 0x07, 0xf8, 0x1a, 0xa4, 0xec, 0xdb, 0xc2, 0x36, 0xb2, 0xd4, 0x73, 0x1a, 0xed, 0xe0, 0x6c, - 0xce, 0xdc, 0xdc, 0x04, 0xf0, 0x2f, 0x45, 0x48, 0x8f, 0xbd, 0xe0, 0xd0, 0x4a, 0x30, 0xbf, 0xf7, - 0x40, 0x55, 0x1a, 0x9d, 0x46, 0xab, 0xd3, 0x7c, 0xd4, 0x2a, 0x49, 0x5b, 0x5f, 0xce, 0x40, 0x91, - 0xbd, 0x8a, 0x75, 0x8e, 0xf5, 0x2e, 0x46, 0x6f, 0xc3, 0x1c, 0x4f, 0x4d, 0xa0, 0xa8, 0xdf, 0x57, - 0x92, 0xd3, 0x11, 0xe8, 0xbb, 0xb4, 0x44, 0x24, 0xf8, 0xb4, 0x16, 0x5d, 0x8b, 0x6e, 0x56, 0x13, - 0x5e, 0xf0, 0x56, 0x5e, 0x1e, 0x8f, 0xc4, 0x43, 0x1a, 0x06, 0x14, 0x7f, 0x1f, 0x8c, 0x5e, 0x49, - 0x38, 0xda, 0x26, 0xf1, 0xb8, 0x31, 0x11, 0x8f, 0xb3, 0x39, 0xa0, 0x57, 0x4f, 0xe1, 0x67, 0xad, - 0xe8, 0x7a, 0x92, 0x84, 0xb1, 0x47, 0xb7, 0x95, 0x57, 0x26, 0xa1, 0xf9, 0x3c, 0xda, 0x13, 0x78, - 0xb4, 0xa7, 0xe3, 0x91, 0xfa, 0x02, 0x17, 0xd5, 0x00, 0xfc, 0x51, 0xa2, 0xf5, 0x94, 0xe1, 0x0b, - 0xaa, 0x29, 0x1a, 0x7d, 0x08, 0xe0, 0xbf, 0x1e, 0x8f, 0x10, 0x89, 0x3d, 0x4a, 0xaf, 0x6c, 0xa4, - 0xb6, 0x33, 0x99, 0xb6, 0xfe, 0x69, 0x0e, 0x56, 0x1e, 0x39, 0x7d, 0xcd, 0xd4, 0x3f, 0xd7, 0xe8, - 0x0a, 0xc1, 0x6d, 0xed, 0x21, 0x80, 0xff, 0x8c, 0x37, 0xc2, 0x26, 0xf6, 0x8c, 0x38, 0xc2, 0x26, - 0xe1, 0xfd, 0xef, 0x2d, 0xc8, 0xb1, 0xcb, 0xa1, 0xb8, 0xe5, 0xae, 0x86, 0xfa, 0x8a, 0xac, 0xe8, - 0x3d, 0x28, 0x8c, 0xb2, 0x90, 0x28, 0x5c, 0xb5, 0x13, 0xcd, 0x4e, 0x56, 0xa2, 0x24, 0xd1, 0x07, - 0x50, 0x18, 0xa5, 0x24, 0x23, 0x9d, 0xa3, 0xa9, 0xca, 0x14, 0xf6, 0x8f, 0x69, 0xe9, 0x8e, 0x9f, - 0x05, 0x44, 0x2f, 0x25, 0xd9, 0x51, 0x28, 0xd9, 0x58, 0x91, 0xc7, 0xa1, 0xf8, 0x66, 0x16, 0xcb, - 0xe2, 0x45, 0xcc, 0x2c, 0x2d, 0x6f, 0x18, 0x31, 0xb3, 0xf4, 0x64, 0xe0, 0x77, 0x61, 0x29, 0x92, - 0x76, 0x8a, 0xf8, 0x7c, 0x72, 0x46, 0x2c, 0xe2, 0xf3, 0x69, 0x99, 0x2b, 0x2c, 0xfe, 0x7a, 0x41, - 0x88, 0xc1, 0x2b, 0x09, 0x76, 0x96, 0xc4, 0xe3, 0xc6, 0x44, 0x3c, 0xce, 0x46, 0xa5, 0x45, 0x67, - 0xa1, 0x24, 0x0f, 0x7a, 0x39, 0xe1, 0xb2, 0x31, 0x96, 0x79, 0xaa, 0x5c, 0x9f, 0x80, 0xc5, 0x19, - 0x74, 0x60, 0x39, 0x96, 0x18, 0x8d, 0x68, 0x22, 0x2d, 0x71, 0x5a, 0x29, 0x27, 0x98, 0x3b, 0x23, - 0xf0, 0x01, 0x9c, 0x57, 0xf0, 0xb1, 0xf5, 0x04, 0x57, 0x0d, 0x23, 0x00, 0x77, 0xe3, 0x66, 0xbf, - 0x16, 0xdb, 0xf6, 0x37, 0x06, 0xb6, 0x77, 0x82, 0xf6, 0x61, 0x39, 0x96, 0x2d, 0x45, 0xa9, 0x0c, - 0x23, 0x46, 0x91, 0x9a, 0x67, 0xdd, 0xfa, 0x08, 0x8a, 0xd5, 0xa1, 0x77, 0x24, 0xdc, 0xfb, 0x1e, - 0xcc, 0xd2, 0x57, 0xf2, 0x28, 0xfc, 0xca, 0x29, 0xf8, 0xd8, 0xbe, 0x72, 0x21, 0xa9, 0xc9, 0x36, - 0x4e, 0xb6, 0x7e, 0x43, 0x82, 0x32, 0xcb, 0x9d, 0xd0, 0x57, 0xf0, 0x84, 0xae, 0xe5, 0xf0, 0xf8, - 0x81, 0x8e, 0x60, 0x25, 0xe1, 0x79, 0x3c, 0xba, 0x11, 0xd5, 0x4a, 0xca, 0xf3, 0xfa, 0xca, 0xab, - 0x93, 0x11, 0xf9, 0x90, 0xfe, 0x3a, 0xf0, 0xfa, 0xbd, 0xe3, 0x68, 0xdd, 0x27, 0xd8, 0x41, 0x7b, - 0x74, 0xbd, 0x0b, 0xbe, 0x93, 0x8e, 0xaf, 0x77, 0x09, 0xaf, 0xa8, 0x23, 0x1a, 0x0d, 0x3e, 0xd5, - 0x67, 0x2b, 0x68, 0xf0, 0x09, 0x71, 0x9c, 0x62, 0xc2, 0x0b, 0xe8, 0xf8, 0x0a, 0x9a, 0xf4, 0x0a, - 0x79, 0xeb, 0x2f, 0x66, 0x60, 0x99, 0xbf, 0x77, 0x08, 0xbc, 0x88, 0x7b, 0x0c, 0x0b, 0xa1, 0x07, - 0xc1, 0x91, 0xe8, 0x93, 0xf4, 0x88, 0x38, 0x12, 0x7d, 0x92, 0xdf, 0x13, 0x7f, 0x42, 0x2b, 0x01, - 0x83, 0x9c, 0x62, 0x31, 0x2b, 0xfe, 0xb6, 0xb5, 0x72, 0x6d, 0x2c, 0x0e, 0x27, 0xfd, 0x19, 0x4d, - 0xca, 0x26, 0x3e, 0x4c, 0x41, 0x6f, 0xa4, 0x10, 0x48, 0x7c, 0x0b, 0x53, 0x79, 0x73, 0x4a, 0x6c, - 0xce, 0xf8, 0x73, 0xf1, 0x67, 0x53, 0x12, 0x5e, 0x8f, 0xa0, 0x37, 0x13, 0x62, 0x7f, 0xfa, 0xc3, - 0x97, 0xca, 0xe6, 0xb4, 0xe8, 0x9c, 0xf7, 0xa7, 0xb0, 0x96, 0xfc, 0x80, 0x19, 0xdd, 0x4c, 0x5c, - 0x74, 0x12, 0x1f, 0x61, 0x57, 0x5e, 0x9f, 0x0a, 0x97, 0x1b, 0xcc, 0x5f, 0x66, 0xa1, 0xc2, 0x64, - 0x09, 0x3f, 0x42, 0xd0, 0x4c, 0xad, 0x8f, 0x1d, 0xf4, 0x10, 0x72, 0x4c, 0xf5, 0x11, 0x87, 0x4b, - 0x7f, 0x35, 0x51, 0x19, 0x53, 0xc6, 0x8f, 0xf6, 0x61, 0x86, 0xfa, 0xd0, 0xf5, 0x48, 0xd9, 0x6c, - 0xf2, 0x83, 0x8a, 0x48, 0x30, 0x4a, 0x7f, 0x5b, 0xa1, 0x40, 0x76, 0x07, 0x7b, 0xf1, 0x78, 0x9e, - 0x48, 0xf4, 0xfa, 0x04, 0x2c, 0x4e, 0xf3, 0x6d, 0xc8, 0xb1, 0xe5, 0x64, 0xfa, 0x50, 0x7b, 0x24, - 0xea, 0xb4, 0x23, 0xef, 0x6a, 0x22, 0x71, 0x2f, 0xed, 0xf9, 0x44, 0x24, 0x54, 0x8d, 0x79, 0x37, - 0xb1, 0xf5, 0xcf, 0x19, 0x58, 0xe0, 0x35, 0xea, 0x5c, 0x51, 0xff, 0x6f, 0xa4, 0xa8, 0xab, 0x09, - 0x8a, 0x0a, 0x15, 0x8e, 0x57, 0x92, 0x2a, 0xc0, 0xd1, 0x0e, 0x57, 0xcd, 0x7a, 0x6c, 0xce, 0xc3, - 0x9d, 0x37, 0x52, 0xdb, 0xf9, 0xc4, 0xd5, 0x99, 0x32, 0xae, 0xc4, 0xc2, 0x64, 0x88, 0xcc, 0x7a, - 0x5a, 0xf3, 0xf3, 0x4f, 0x7f, 0x1b, 0xe6, 0x83, 0xd5, 0xef, 0x91, 0x89, 0x48, 0xa8, 0xa0, 0xaf, - 0xbc, 0x34, 0x06, 0x83, 0xcf, 0xf4, 0x3f, 0x64, 0xa0, 0xc0, 0x6b, 0x85, 0xfb, 0x0e, 0x7a, 0x00, - 0xf3, 0xc1, 0xd2, 0x75, 0x74, 0x39, 0x3a, 0x8a, 0x60, 0xf1, 0x7c, 0xe5, 0xca, 0x98, 0x56, 0xd7, - 0x46, 0xbf, 0x4a, 0x57, 0xb6, 0x68, 0xa1, 0x79, 0x7c, 0x35, 0x48, 0xa8, 0x6b, 0x8f, 0xaf, 0x06, - 0x89, 0xf5, 0xea, 0x0d, 0x00, 0xbf, 0x52, 0x1b, 0x55, 0xa2, 0x7d, 0xfc, 0xfb, 0xef, 0xca, 0xa5, - 0xd4, 0x36, 0xd7, 0x46, 0xdf, 0xa1, 0xe7, 0xa5, 0x70, 0x91, 0x75, 0x7c, 0x03, 0x1b, 0xab, 0xe3, - 0x8e, 0x6f, 0x60, 0xe3, 0x75, 0xda, 0x5b, 0x7f, 0x17, 0x29, 0xa9, 0x16, 0x1b, 0x8a, 0x36, 0xcc, - 0x07, 0xc1, 0x11, 0x65, 0x26, 0x14, 0x61, 0x47, 0x94, 0x99, 0x58, 0x4e, 0x7b, 0x00, 0xcb, 0xb1, - 0x02, 0xce, 0x48, 0x2c, 0x4a, 0xab, 0x6d, 0x8d, 0xc4, 0xa2, 0xd4, 0x3a, 0xd0, 0xad, 0xbf, 0x97, - 0x60, 0x81, 0x85, 0x75, 0x31, 0x14, 0x95, 0xd6, 0x29, 0x44, 0xaa, 0x44, 0x22, 0x6a, 0x4e, 0x2e, - 0x93, 0x89, 0xa8, 0x39, 0xad, 0x52, 0x05, 0xd3, 0x6a, 0xc5, 0x58, 0xc5, 0x46, 0x74, 0xf7, 0x99, - 0x52, 0xed, 0x11, 0x19, 0x59, 0x6a, 0xe1, 0xc7, 0xd6, 0x2f, 0xe6, 0x60, 0x81, 0xdd, 0x37, 0x04, - 0x0e, 0x75, 0x7e, 0x05, 0x06, 0x8a, 0xb9, 0x74, 0xb8, 0xb8, 0x23, 0x12, 0x39, 0x12, 0x4a, 0x37, - 0x3e, 0xa5, 0xcf, 0x38, 0x12, 0x72, 0x5d, 0x91, 0xe5, 0x6f, 0x6c, 0xc6, 0x33, 0xb2, 0xfc, 0x4d, - 0x48, 0xbd, 0x7d, 0x4f, 0xa2, 0x49, 0x9f, 0xb4, 0x2a, 0x03, 0x74, 0x6b, 0xfa, 0x7a, 0x04, 0xc6, - 0xfd, 0xad, 0xb3, 0x16, 0x30, 0x50, 0x11, 0xc6, 0xa4, 0x7a, 0x23, 0x22, 0x4c, 0xce, 0xec, 0x47, - 0x44, 0x98, 0x22, 0x8b, 0xcc, 0xf7, 0xd8, 0xd1, 0xcc, 0x57, 0x7c, 0x8f, 0x9d, 0x92, 0x39, 0x8b, - 0xef, 0xb1, 0x53, 0x93, 0x68, 0x98, 0xfa, 0x42, 0x34, 0xb3, 0xfc, 0xca, 0x84, 0xfe, 0xc9, 0xa7, - 0xbd, 0x31, 0xe9, 0x30, 0x13, 0xce, 0x27, 0x26, 0x26, 0xd0, 0x6b, 0xe3, 0xe6, 0x26, 0xcc, 0xec, - 0xe6, 0x34, 0xa8, 0x3e, 0xbf, 0xc4, 0xcb, 0xfa, 0x08, 0xbf, 0x71, 0xa9, 0x90, 0x08, 0xbf, 0xf1, - 0x77, 0xff, 0x26, 0x9c, 0x4f, 0xbc, 0x89, 0x8f, 0xf0, 0x1b, 0x77, 0xed, 0x1f, 0xe1, 0x37, 0xf6, - 0x62, 0x7f, 0xfb, 0xfd, 0x2f, 0xbe, 0x5c, 0x3f, 0xf7, 0xb3, 0x2f, 0xd7, 0xcf, 0xfd, 0xfc, 0xcb, - 0x75, 0xe9, 0x7b, 0xa7, 0xeb, 0xd2, 0x4f, 0x4e, 0xd7, 0xa5, 0xbf, 0x3d, 0x5d, 0x97, 0xbe, 0x38, - 0x5d, 0x97, 0xfe, 0xf1, 0x74, 0x5d, 0xfa, 0x97, 0xd3, 0xf5, 0x73, 0x3f, 0x3f, 0x5d, 0x97, 0x7e, - 0xf0, 0xd5, 0xfa, 0xb9, 0x2f, 0xbe, 0x5a, 0x3f, 0xf7, 0xb3, 0xaf, 0xd6, 0xcf, 0x7d, 0x67, 0x8e, - 0xff, 0xf1, 0xca, 0x83, 0x1c, 0x5d, 0xa9, 0xbf, 0xf1, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x85, - 0x0d, 0x5a, 0xcf, 0xdc, 0x52, 0x00, 0x00, + // 5836 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x7c, 0x4d, 0x8c, 0x1b, 0x47, + 0x76, 0xb0, 0x9a, 0x9c, 0xe1, 0x90, 0x8f, 0xf3, 0xc3, 0xa9, 0x19, 0x8d, 0x28, 0x4a, 0x9a, 0x91, + 0x5b, 0x96, 0x65, 0xcb, 0xf6, 0xc8, 0x9e, 0x95, 0xb5, 0x5a, 0xcb, 0xde, 0xcf, 0x1c, 0x92, 0x1e, + 0xd1, 0x1a, 0x51, 0xf3, 0x35, 0x39, 0x72, 0xbc, 0x58, 0xa0, 0xd3, 0x43, 0xd6, 0x70, 0x1a, 0x6a, + 0x76, 0xb7, 0xbb, 0x9b, 0x63, 0x8d, 0x93, 0xc3, 0x62, 0x91, 0x20, 0x09, 0x90, 0xc3, 0x2e, 0x72, + 0xd9, 0x04, 0xd9, 0x20, 0xc8, 0x69, 0x91, 0x00, 0xb9, 0xe4, 0xb2, 0xc7, 0xe4, 0x94, 0x20, 0x87, + 0xc0, 0xb7, 0xec, 0x25, 0x42, 0x3c, 0x46, 0x90, 0x04, 0xc8, 0x61, 0x81, 0x1c, 0xb2, 0x41, 0x80, + 0x20, 0xa8, 0x3f, 0xf6, 0x3f, 0xc9, 0x91, 0x8c, 0x00, 0xc1, 0x5e, 0x24, 0xf6, 0xab, 0x57, 0xef, + 0xbd, 0xaa, 0xf7, 0xea, 0xd5, 0xab, 0x7a, 0xaf, 0x06, 0x5e, 0x76, 0x9d, 0xee, 0x2d, 0xcd, 0xd6, + 0x6f, 0xd9, 0x8e, 0xe5, 0x59, 0xb7, 0xba, 0x86, 0x35, 0xec, 0xd9, 0x07, 0xec, 0x7f, 0xcd, 0xd6, + 0x37, 0x29, 0x18, 0x15, 0xed, 0xa7, 0x9b, 0x02, 0x54, 0x79, 0xb3, 0xaf, 0x7b, 0x47, 0xc3, 0x83, + 0xcd, 0xae, 0x35, 0xb8, 0xd5, 0xb7, 0xfa, 0x16, 0xeb, 0x7a, 0x30, 0x3c, 0xa4, 0x5f, 0x8c, 0x0e, + 0xf9, 0xc5, 0xfa, 0x56, 0x2e, 0xf5, 0x2d, 0xab, 0x6f, 0x60, 0x1f, 0x0b, 0x0f, 0x6c, 0xef, 0x84, + 0x37, 0x6e, 0x44, 0x1b, 0x3d, 0x7d, 0x80, 0x5d, 0x4f, 0x1b, 0xd8, 0x1c, 0x61, 0x3d, 0x8a, 0xf0, + 0x99, 0xa3, 0xd9, 0x36, 0x76, 0x5c, 0x41, 0x20, 0x2c, 0xff, 0x70, 0xa8, 0x13, 0xf1, 0xc9, 0x7f, + 0x1c, 0xe1, 0x4a, 0x18, 0xe1, 0x58, 0x77, 0xed, 0x03, 0xf2, 0x2f, 0x6f, 0xbe, 0x15, 0x6d, 0xfe, + 0x5c, 0xc7, 0x4e, 0xd7, 0x32, 0x0f, 0xf5, 0x3e, 0xc5, 0x23, 0x9f, 0xaa, 0x77, 0x62, 0x63, 0xde, + 0x41, 0xfe, 0x4b, 0x09, 0x96, 0xf7, 0xed, 0x9e, 0xe6, 0xe1, 0x7d, 0x17, 0x3b, 0x0a, 0xfe, 0x74, + 0x88, 0x5d, 0x0f, 0xdd, 0x80, 0x8c, 0xde, 0x2b, 0x4b, 0x57, 0xa5, 0x57, 0x8b, 0x5b, 0x4b, 0x9b, + 0xf6, 0xd3, 0x4d, 0x26, 0xc8, 0xe6, 0xfe, 0x7e, 0xb3, 0xbe, 0x9d, 0x3b, 0x7d, 0xb6, 0x91, 0x69, + 0xd6, 0x95, 0x8c, 0xde, 0x43, 0x0d, 0x58, 0xea, 0xe9, 0xae, 0x6d, 0x68, 0x27, 0xaa, 0xad, 0x77, + 0xbd, 0xa1, 0x83, 0xcb, 0x19, 0xda, 0xeb, 0xf2, 0x26, 0x1b, 0xe9, 0xa6, 0x18, 0xe9, 0x66, 0xdb, + 0x73, 0x74, 0xb3, 0xff, 0x58, 0x33, 0x86, 0x58, 0x59, 0xe4, 0x9d, 0xf6, 0x58, 0x1f, 0x74, 0x0f, + 0x8a, 0xba, 0xab, 0x6a, 0xb6, 0xed, 0x58, 0xc7, 0xb8, 0x57, 0xce, 0x52, 0x12, 0x95, 0x18, 0x89, + 0x6d, 0xcb, 0x32, 0x18, 0x01, 0xd0, 0xdd, 0x2a, 0xc7, 0x96, 0xdf, 0x83, 0xe5, 0x3a, 0x36, 0xf0, + 0xf3, 0x8d, 0x40, 0x5e, 0x05, 0x14, 0xec, 0xed, 0xda, 0x96, 0xe9, 0x62, 0xf9, 0x87, 0x12, 0x5c, + 0xf4, 0xa7, 0xa5, 0x8d, 0x3d, 0x4f, 0x37, 0xfb, 0xee, 0x73, 0x4c, 0x4f, 0x49, 0x33, 0x35, 0xe3, + 0xc4, 0xd3, 0xbb, 0xae, 0x6a, 0xd9, 0x9e, 0x35, 0xf4, 0xa6, 0x18, 0xdc, 0xd2, 0xa8, 0xcf, 0x23, + 0xda, 0xe5, 0xa3, 0x99, 0x7c, 0xa6, 0x94, 0x95, 0x2f, 0x43, 0x25, 0x49, 0x24, 0x2e, 0xf1, 0x0e, + 0xac, 0xed, 0x60, 0xef, 0x45, 0xa4, 0xe5, 0x6c, 0x3e, 0x82, 0x0b, 0x31, 0x42, 0x8c, 0x07, 0x7a, + 0x2d, 0x61, 0x38, 0x44, 0xdd, 0xf9, 0x24, 0x91, 0xa5, 0x52, 0x46, 0xae, 0x41, 0x99, 0xd3, 0xaa, + 0x7a, 0x9e, 0xa3, 0x1f, 0x0c, 0x3d, 0x7c, 0x66, 0xb1, 0xe4, 0xbb, 0x70, 0x31, 0x81, 0x08, 0x17, + 0xe9, 0x12, 0x14, 0x3c, 0x6b, 0xe8, 0xa8, 0x2e, 0xc6, 0x26, 0x25, 0x96, 0x57, 0xf2, 0x04, 0xd0, + 0xc6, 0xd8, 0x94, 0x7f, 0x1d, 0xca, 0xed, 0x17, 0x65, 0x8f, 0xbe, 0x19, 0xe4, 0x90, 0x99, 0xa8, + 0x3c, 0x9f, 0xfb, 0x25, 0xb8, 0xd8, 0x4e, 0x93, 0x5b, 0xc6, 0xb0, 0xdc, 0x34, 0x8f, 0xf5, 0xb0, + 0xd1, 0xae, 0xc2, 0x2c, 0x1e, 0x68, 0xba, 0x41, 0xc5, 0x2a, 0x28, 0xec, 0x03, 0x5d, 0x01, 0x38, + 0xd4, 0x1d, 0xd7, 0x53, 0x4d, 0x6d, 0xc0, 0x96, 0x57, 0x41, 0x29, 0x50, 0x48, 0x4b, 0x1b, 0xd0, + 0x19, 0x30, 0x34, 0xd1, 0x9a, 0xa5, 0xad, 0x79, 0x02, 0x20, 0x8d, 0xf2, 0x03, 0x40, 0x41, 0x36, + 0x7c, 0xd2, 0x92, 0xf9, 0x6c, 0x40, 0x51, 0xa7, 0xb8, 0xaa, 0xa1, 0x9b, 0x4f, 0x38, 0x23, 0x60, + 0xa0, 0x5d, 0xdd, 0x7c, 0x22, 0xbf, 0x0d, 0xf3, 0xbb, 0x56, 0x5f, 0x37, 0x85, 0xb8, 0x2f, 0xc1, + 0xbc, 0xd6, 0xed, 0x62, 0xd7, 0x55, 0x3d, 0xeb, 0x09, 0x9f, 0xfe, 0x82, 0x52, 0x64, 0xb0, 0x0e, + 0x01, 0xc9, 0x55, 0x00, 0xde, 0xc5, 0x36, 0x4e, 0x08, 0xdf, 0x20, 0x26, 0xfb, 0x20, 0xe3, 0xc3, + 0x4f, 0x6d, 0xdd, 0xc1, 0xae, 0xaa, 0x31, 0x7b, 0xca, 0x2a, 0x05, 0x0e, 0xa9, 0x7a, 0xc4, 0xec, + 0x77, 0xb0, 0xd7, 0x1c, 0x68, 0x7d, 0x5c, 0x73, 0x70, 0x0f, 0x9b, 0x9e, 0xae, 0x19, 0x42, 0x8d, + 0xf2, 0x37, 0xe0, 0x52, 0x62, 0xab, 0x3f, 0xd2, 0xae, 0x83, 0x7b, 0xae, 0xe0, 0x48, 0x3f, 0xe4, + 0x0e, 0x14, 0xab, 0x8e, 0xa7, 0x1f, 0x6a, 0x5d, 0xaf, 0x8d, 0x3d, 0x84, 0x60, 0x86, 0x4e, 0x1e, + 0xc3, 0xa1, 0xbf, 0xd1, 0xdb, 0x90, 0xd7, 0x38, 0x4a, 0x39, 0x73, 0x35, 0xfb, 0x6a, 0x71, 0xeb, + 0xfc, 0x66, 0x60, 0xd7, 0xd8, 0x14, 0xfd, 0x95, 0x11, 0x9a, 0xfc, 0x7b, 0x12, 0x2c, 0x09, 0xf0, + 0x43, 0xdd, 0x71, 0x2c, 0xc7, 0x45, 0xdf, 0x86, 0x05, 0xd1, 0x4e, 0xdd, 0x2e, 0xe5, 0xb1, 0xb8, + 0x75, 0x31, 0x91, 0x56, 0xe7, 0xc4, 0xc6, 0xca, 0xbc, 0x16, 0xf8, 0x42, 0x32, 0xe4, 0xdc, 0x23, + 0x6d, 0xeb, 0x9d, 0x3b, 0x4c, 0x1d, 0xdb, 0x70, 0xfa, 0x6c, 0x23, 0xd7, 0xbe, 0x5f, 0xdd, 0x7a, + 0xe7, 0x8e, 0xc2, 0x5b, 0xd0, 0x65, 0x98, 0x19, 0x3a, 0x86, 0x5b, 0xce, 0x5e, 0xcd, 0xbe, 0x5a, + 0xd8, 0xce, 0x9f, 0x3e, 0xdb, 0x98, 0xd9, 0x57, 0x76, 0x5d, 0x85, 0x42, 0xe5, 0x2f, 0x32, 0x90, + 0x17, 0x0c, 0xd0, 0x5d, 0x28, 0x8c, 0x76, 0x24, 0x6e, 0xfb, 0x71, 0x5b, 0xee, 0x08, 0x0c, 0xc5, + 0x47, 0x26, 0xc6, 0xd1, 0xb5, 0x06, 0x03, 0xdd, 0x53, 0x8f, 0x34, 0xf7, 0x48, 0x18, 0x07, 0x03, + 0xdd, 0xd7, 0xdc, 0x23, 0x82, 0x70, 0x8c, 0x1d, 0x57, 0xb7, 0x4c, 0xd5, 0xf5, 0x1c, 0x6e, 0x88, + 0xc0, 0x41, 0x6d, 0xcf, 0x41, 0x2d, 0x58, 0xd1, 0x8e, 0x35, 0xdd, 0xd0, 0x0e, 0x0c, 0xac, 0x8a, + 0x41, 0xba, 0xe5, 0x99, 0xab, 0xd9, 0xb1, 0x13, 0xb2, 0x9d, 0x29, 0x4b, 0x0a, 0x1a, 0xf5, 0x14, + 0x4d, 0x2e, 0xba, 0x0c, 0x85, 0xee, 0x91, 0x66, 0xf6, 0xb1, 0x61, 0xf5, 0xcb, 0xb3, 0x6c, 0x55, + 0x8c, 0x00, 0xe8, 0x3b, 0x50, 0x89, 0x73, 0x53, 0x07, 0x4c, 0x2d, 0xe5, 0x1c, 0xd5, 0xe8, 0xe5, + 0x44, 0xa6, 0x5c, 0x75, 0x4a, 0x39, 0xc6, 0x93, 0xb7, 0x10, 0x45, 0x13, 0x5f, 0x2b, 0xc0, 0xbb, + 0xba, 0xeb, 0x89, 0x25, 0x71, 0x2d, 0xa0, 0xef, 0x80, 0x4d, 0x8d, 0x94, 0x4a, 0x57, 0x6c, 0xcc, + 0x28, 0x32, 0x67, 0x33, 0x8a, 0x55, 0x98, 0x35, 0xf4, 0x81, 0xce, 0xb6, 0x92, 0xac, 0xc2, 0x3e, + 0xe4, 0x3f, 0x62, 0x52, 0xd5, 0xad, 0xcf, 0x4c, 0xc3, 0xd2, 0x7a, 0x64, 0xc5, 0x9e, 0x49, 0xaa, + 0x88, 0x02, 0x33, 0x31, 0x05, 0xc6, 0xc4, 0xce, 0x9e, 0x49, 0x6c, 0xf9, 0x77, 0x25, 0xba, 0xb3, + 0x84, 0x05, 0xe4, 0xeb, 0xb4, 0x04, 0xd9, 0xa1, 0x23, 0xfc, 0x11, 0xf9, 0x39, 0x95, 0xe5, 0xdf, + 0x83, 0xe2, 0xb1, 0x66, 0xe8, 0x3d, 0x75, 0x68, 0x7a, 0xba, 0x91, 0xba, 0xb3, 0xfa, 0x06, 0x0d, + 0x14, 0x7d, 0x9f, 0x60, 0xcb, 0x6b, 0xb0, 0x5a, 0x73, 0xb0, 0xe6, 0xe1, 0x9a, 0x31, 0x74, 0xbd, + 0x91, 0x13, 0x96, 0x1f, 0xc3, 0xf9, 0x08, 0x9c, 0xcb, 0xf8, 0x3e, 0x40, 0x97, 0x81, 0xd4, 0xf4, + 0x9d, 0x63, 0xe1, 0xf4, 0xd9, 0x46, 0x81, 0xf7, 0x6c, 0xd6, 0x95, 0x02, 0xef, 0xd1, 0xec, 0xc9, + 0x3f, 0x96, 0xe0, 0x0a, 0xdb, 0xbf, 0x1f, 0x39, 0x4d, 0xd3, 0xf5, 0x34, 0xc3, 0x08, 0x73, 0x7e, + 0x41, 0x06, 0xa8, 0x0c, 0x73, 0x5c, 0x5b, 0x5c, 0x79, 0xe2, 0x93, 0xe8, 0x9f, 0xf8, 0x46, 0xdb, + 0xb0, 0x4e, 0x54, 0xec, 0x75, 0x59, 0x80, 0x95, 0x57, 0xe6, 0x05, 0xb0, 0xe1, 0x75, 0x7b, 0xf2, + 0x0e, 0xac, 0xa7, 0x89, 0xc7, 0x27, 0xe0, 0x3a, 0x2c, 0x0e, 0x29, 0x86, 0xea, 0x7a, 0x9a, 0xe3, + 0xe1, 0x1e, 0xdf, 0x70, 0x17, 0x18, 0xb4, 0xcd, 0x80, 0x72, 0x03, 0xe6, 0x1f, 0xd3, 0x40, 0xb3, + 0x46, 0xe3, 0x4e, 0x74, 0x0b, 0x56, 0x6c, 0xcd, 0x75, 0xbd, 0x23, 0xc7, 0x1a, 0xf6, 0x8f, 0x54, + 0x6c, 0x92, 0x35, 0x25, 0xfa, 0xa2, 0x40, 0x53, 0x83, 0xb5, 0xf0, 0x38, 0xe4, 0x2a, 0xa0, 0x20, + 0x19, 0x26, 0x1b, 0x8b, 0x2b, 0x38, 0xc6, 0x07, 0x70, 0x7e, 0x07, 0x7b, 0x62, 0x2e, 0xcc, 0x43, + 0xeb, 0xcc, 0xa1, 0xc5, 0x8f, 0x24, 0xc8, 0x3f, 0xb8, 0xeb, 0x36, 0x8e, 0xb1, 0xe9, 0x91, 0xf9, + 0x1b, 0x60, 0xd7, 0xd5, 0xfa, 0x62, 0x7d, 0x88, 0x4f, 0xf4, 0x2d, 0xb1, 0x03, 0x13, 0x7f, 0x98, + 0x1a, 0x03, 0x04, 0xfc, 0x26, 0xc5, 0x26, 0xdf, 0x24, 0x7a, 0xa0, 0xbb, 0x33, 0xed, 0x39, 0xd9, + 0x40, 0xe9, 0xce, 0x4d, 0x3e, 0xe5, 0x7f, 0xcd, 0x40, 0x61, 0xcf, 0xea, 0xb5, 0x3d, 0xcd, 0x1b, + 0xba, 0x89, 0x5b, 0xd4, 0x9b, 0x90, 0x73, 0x69, 0x2b, 0xf7, 0x1f, 0xe1, 0x0d, 0x6a, 0xcf, 0xea, + 0xed, 0x1d, 0x69, 0x2e, 0x56, 0x38, 0x12, 0xd1, 0x1e, 0xfb, 0xa5, 0x8a, 0x51, 0x32, 0x1f, 0xbd, + 0xc0, 0xa0, 0x0f, 0xf9, 0x58, 0xd7, 0x20, 0xe7, 0x60, 0xcd, 0xb5, 0xcc, 0xf2, 0x0c, 0x6d, 0xe6, + 0x5f, 0xe8, 0x3d, 0x80, 0xae, 0x65, 0x7a, 0x9a, 0x6e, 0x62, 0xc7, 0x2d, 0xcf, 0x26, 0x38, 0xd0, + 0x9a, 0x68, 0x66, 0x32, 0x2b, 0x01, 0x7c, 0x74, 0x1f, 0xa0, 0x4b, 0x17, 0x55, 0x8f, 0xec, 0xf1, + 0xb9, 0x49, 0xf3, 0xc0, 0xad, 0x9c, 0xf5, 0xa8, 0x7a, 0x4a, 0xa1, 0x2b, 0x7e, 0x92, 0x51, 0x63, + 0xa2, 0x2e, 0xb7, 0x3c, 0x97, 0xb0, 0x2d, 0x0b, 0x65, 0x2a, 0x1c, 0x89, 0x99, 0x3e, 0x35, 0x57, + 0xb5, 0x6b, 0x0d, 0x4d, 0xaf, 0x9c, 0xa7, 0x3e, 0x73, 0x9e, 0x03, 0x6b, 0x04, 0x26, 0xff, 0xa7, + 0x04, 0x4b, 0x11, 0xe9, 0x53, 0x82, 0x82, 0x59, 0x32, 0x59, 0xc2, 0x61, 0x5f, 0x4a, 0x1f, 0x3e, + 0x56, 0x18, 0x66, 0xd0, 0xa8, 0xb2, 0x61, 0xa3, 0x4a, 0x9b, 0xe8, 0xaf, 0x6f, 0xaa, 0x62, 0x63, + 0x9f, 0x4b, 0x18, 0xfb, 0x8f, 0x0b, 0x50, 0x0c, 0x2c, 0xa1, 0xe9, 0xe3, 0xe2, 0xad, 0x88, 0xf9, + 0x55, 0xc2, 0xb3, 0xc1, 0x48, 0x72, 0x53, 0x10, 0x36, 0xf8, 0x2a, 0x2c, 0x11, 0x03, 0xbf, 0x8f, + 0x35, 0xc7, 0x3b, 0xc0, 0x9a, 0xd7, 0x72, 0xf9, 0x1e, 0x16, 0x05, 0xa3, 0xb7, 0x21, 0xc7, 0x8e, + 0xad, 0x74, 0x76, 0x8a, 0x91, 0x5d, 0x26, 0xe8, 0x18, 0x14, 0x8e, 0x88, 0x6e, 0x41, 0x51, 0xb8, + 0xcf, 0xa1, 0xde, 0x63, 0x21, 0xc1, 0xf6, 0xe2, 0xe9, 0xb3, 0x0d, 0xe0, 0xc2, 0xec, 0x37, 0xeb, + 0x8a, 0xf0, 0xb0, 0xfb, 0x7a, 0x8f, 0xc4, 0xaf, 0xa2, 0x03, 0x55, 0x75, 0x8e, 0xc5, 0xaf, 0x1c, + 0x46, 0x37, 0xc5, 0x4d, 0x58, 0xb1, 0x1d, 0xec, 0x79, 0x27, 0x6a, 0x08, 0xb3, 0x40, 0x31, 0x97, + 0x59, 0x53, 0x2d, 0x80, 0x7f, 0x03, 0x96, 0x04, 0xa2, 0xf0, 0xc5, 0x73, 0x14, 0x77, 0x91, 0x83, + 0x1f, 0x73, 0x97, 0xfc, 0x1a, 0x94, 0x2c, 0x1b, 0x3b, 0x9a, 0x67, 0xf9, 0x98, 0xcb, 0x14, 0x73, + 0x49, 0xc0, 0x05, 0xea, 0x75, 0x58, 0xe4, 0x07, 0x77, 0x81, 0x98, 0x67, 0x0b, 0x97, 0x41, 0x05, + 0x9a, 0x03, 0x15, 0xb2, 0xe0, 0x1c, 0xcb, 0x50, 0x6d, 0x43, 0x33, 0xb1, 0x6a, 0x5b, 0x3d, 0x95, + 0xcd, 0x3b, 0x76, 0xcb, 0x40, 0x17, 0xcb, 0x3b, 0x49, 0x3a, 0x22, 0x6a, 0xa7, 0xd6, 0xeb, 0x58, + 0xc6, 0x1e, 0xe9, 0x39, 0x72, 0x3b, 0xd8, 0x6d, 0x98, 0x9e, 0x73, 0xa2, 0x5c, 0xe8, 0x26, 0xb7, + 0xa2, 0xdf, 0x94, 0xe0, 0xa5, 0xa1, 0x79, 0x84, 0x35, 0xc3, 0x3b, 0x3a, 0x51, 0x7b, 0x9a, 0xa7, + 0x25, 0xf1, 0x5e, 0xa4, 0xbc, 0xef, 0xa5, 0xf2, 0xde, 0x17, 0x14, 0xea, 0x9a, 0xa7, 0x25, 0x4b, + 0x70, 0x65, 0x38, 0x0e, 0x87, 0x9c, 0x81, 0xcc, 0xe1, 0x40, 0x35, 0xad, 0x1e, 0x76, 0xcb, 0xc5, + 0xab, 0xd2, 0xab, 0xb3, 0x4a, 0xde, 0x1c, 0x0e, 0x5a, 0xe4, 0x1b, 0xdd, 0x86, 0x35, 0xd2, 0xa8, + 0x9b, 0xae, 0xe7, 0x0c, 0x07, 0xd8, 0x24, 0x2b, 0x8b, 0x61, 0xce, 0x53, 0xcc, 0x55, 0x73, 0x38, + 0x68, 0x06, 0x1a, 0x59, 0xaf, 0xb8, 0xbb, 0x5c, 0x48, 0x72, 0x97, 0x35, 0x58, 0xb2, 0x1d, 0x7c, + 0xac, 0x5b, 0x43, 0x97, 0x0f, 0xb8, 0xbc, 0x34, 0x71, 0x39, 0x2c, 0x8a, 0x2e, 0xdc, 0xd7, 0xec, + 0xc2, 0x6a, 0x84, 0x08, 0xdb, 0x2f, 0x4a, 0x13, 0xf7, 0x0b, 0x14, 0xa6, 0x44, 0x1a, 0x2a, 0x07, + 0x70, 0x79, 0x9c, 0x36, 0x49, 0xac, 0xf5, 0x04, 0x9f, 0x88, 0x58, 0xeb, 0x09, 0x3e, 0x41, 0x6f, + 0xc0, 0xec, 0x31, 0x39, 0xbc, 0xf2, 0xad, 0x6d, 0x2d, 0xba, 0x91, 0x70, 0xb1, 0x19, 0xd2, 0xbb, + 0x99, 0xbb, 0x52, 0xe5, 0x08, 0xe4, 0xc9, 0x5a, 0xfb, 0x3a, 0x38, 0xc9, 0x2d, 0x1a, 0xd5, 0x86, + 0x36, 0x79, 0x1e, 0x8e, 0xdc, 0x86, 0x3c, 0x5f, 0x54, 0xe4, 0x78, 0x47, 0x4c, 0xac, 0x9c, 0x66, + 0x62, 0xca, 0x08, 0x53, 0xfe, 0x08, 0x36, 0x7c, 0x7a, 0x35, 0xcb, 0x34, 0x71, 0xd7, 0xd3, 0x2d, + 0xf3, 0xb9, 0xc2, 0x87, 0x6f, 0xc3, 0xd5, 0x74, 0x5a, 0xfe, 0x09, 0x94, 0x9d, 0x79, 0x33, 0x81, + 0x33, 0x2f, 0xbf, 0x1e, 0xf9, 0xa1, 0x04, 0x57, 0x59, 0x5c, 0xc3, 0x69, 0x84, 0xfc, 0xda, 0x59, + 0x2f, 0x2a, 0xea, 0xb0, 0xc0, 0x3c, 0xa1, 0xca, 0xe2, 0x31, 0x3e, 0xc7, 0x1b, 0xa9, 0x9e, 0x93, + 0xb1, 0x56, 0xe6, 0xbb, 0x81, 0x2f, 0xf9, 0x1a, 0xbc, 0x34, 0x46, 0x24, 0x7e, 0x7b, 0xf1, 0xdf, + 0x12, 0x9c, 0xaf, 0xd3, 0xd0, 0x91, 0x2c, 0x99, 0x07, 0xf8, 0xe4, 0x21, 0xf6, 0x34, 0xb2, 0xfc, + 0xa7, 0x97, 0xf6, 0x5b, 0xa1, 0x6d, 0x6e, 0x72, 0x64, 0x14, 0xd8, 0xd7, 0x10, 0xcc, 0xf4, 0xb0, + 0xdb, 0xe5, 0xfb, 0x26, 0xfd, 0x4d, 0xf6, 0x0b, 0xcb, 0xe9, 0xab, 0xdc, 0xef, 0x27, 0xf0, 0x2e, + 0x9c, 0x3e, 0xdb, 0x98, 0x7d, 0xe4, 0xf4, 0x9b, 0x75, 0x65, 0xd6, 0x72, 0xfa, 0xcd, 0x1e, 0xba, + 0x0d, 0x73, 0x43, 0x97, 0xc5, 0xda, 0xb9, 0xe4, 0x3e, 0xf4, 0xcc, 0xb1, 0xef, 0xd2, 0x40, 0x3b, + 0x47, 0x70, 0x9b, 0x22, 0x38, 0xfd, 0x7e, 0x06, 0x16, 0x42, 0x13, 0x30, 0xfd, 0xc0, 0xf9, 0xa2, + 0xc8, 0xf8, 0x8b, 0xe2, 0xff, 0xe8, 0x54, 0xc8, 0x6f, 0x41, 0x85, 0xc5, 0x1d, 0xa1, 0x99, 0x10, + 0x76, 0x2b, 0x44, 0x93, 0x7c, 0xd1, 0xe4, 0x0a, 0x94, 0xc9, 0x69, 0x39, 0x09, 0x5f, 0x6e, 0xc3, + 0xc5, 0x84, 0x36, 0xbe, 0x8a, 0xee, 0xc0, 0xcc, 0x13, 0x7c, 0x22, 0xd6, 0xb9, 0x1c, 0x32, 0xe9, + 0x44, 0x43, 0x54, 0x28, 0xbe, 0xbc, 0xcd, 0x8e, 0x9c, 0x49, 0xf2, 0x4d, 0xbd, 0xca, 0xef, 0xd3, + 0x4b, 0xcc, 0x64, 0xb9, 0xde, 0xf0, 0x3d, 0x5c, 0x31, 0xe2, 0xf2, 0xc3, 0x1d, 0x08, 0x9a, 0xbc, + 0x09, 0x95, 0x5d, 0xcb, 0x7a, 0x32, 0xb4, 0x13, 0x05, 0x8a, 0x79, 0x4b, 0xf9, 0x01, 0x5c, 0x4a, + 0xc4, 0x7f, 0x2e, 0xe6, 0xff, 0x25, 0x41, 0xae, 0xba, 0xd7, 0xfc, 0x25, 0xb5, 0xd5, 0xff, 0x90, + 0x60, 0x91, 0x8d, 0xfe, 0x97, 0xcd, 0x55, 0xbd, 0x06, 0x2b, 0x6c, 0x95, 0xb2, 0xe1, 0x8f, 0x5b, + 0x9e, 0x2b, 0xb0, 0x4c, 0x96, 0x60, 0x08, 0x51, 0x6e, 0x00, 0x0a, 0x02, 0xb9, 0xed, 0xdd, 0x0a, + 0x2d, 0xc8, 0xf0, 0x49, 0x28, 0x3c, 0xcf, 0x7c, 0x25, 0xde, 0x83, 0xd2, 0x0e, 0x0e, 0x93, 0x9e, + 0x7e, 0x09, 0xbe, 0x0b, 0xcb, 0x81, 0xce, 0xa3, 0xeb, 0x88, 0x80, 0xf9, 0xaf, 0x24, 0x48, 0xc0, + 0xec, 0xfe, 0x06, 0xac, 0xb0, 0x45, 0x14, 0xe6, 0x1d, 0x5f, 0x6d, 0xef, 0xc3, 0x6a, 0x18, 0xf1, + 0x6c, 0x7c, 0x96, 0x61, 0x69, 0x07, 0x7b, 0xbb, 0xfa, 0x31, 0x7e, 0xac, 0xe3, 0xcf, 0x5c, 0x05, + 0x7f, 0x2a, 0x2b, 0x50, 0x12, 0xdf, 0x23, 0xab, 0x5b, 0x1b, 0x8d, 0xb9, 0x10, 0x32, 0x32, 0xa1, + 0x8f, 0x4c, 0xc0, 0x52, 0xc4, 0x19, 0x34, 0xeb, 0x9f, 0x41, 0xe5, 0x3d, 0x3a, 0x8f, 0x01, 0x36, + 0xae, 0x4d, 0xce, 0xe6, 0x86, 0x7e, 0x8c, 0xd5, 0x63, 0x02, 0xe1, 0x2a, 0xb9, 0x12, 0x12, 0x34, + 0x2a, 0x86, 0x52, 0x30, 0x04, 0x05, 0xf9, 0x23, 0x1a, 0x61, 0x09, 0x0c, 0x12, 0x3a, 0x92, 0x93, + 0xb3, 0x82, 0x3f, 0x45, 0x6f, 0xc1, 0xfc, 0x88, 0xae, 0x3a, 0x92, 0x9a, 0x1e, 0xa9, 0x04, 0x3a, + 0x39, 0x52, 0x09, 0x52, 0x4d, 0x7a, 0xa1, 0x72, 0x21, 0x91, 0x98, 0x6b, 0xa3, 0x6f, 0x41, 0x7e, + 0xc0, 0xd9, 0xf3, 0xc9, 0x9c, 0x20, 0xe3, 0x08, 0x9d, 0x9c, 0xd4, 0xec, 0xa7, 0x86, 0xda, 0xe5, + 0xe4, 0xf8, 0x24, 0x15, 0xed, 0xa7, 0x86, 0xe0, 0x80, 0x36, 0x20, 0x7b, 0xac, 0xbb, 0x7c, 0x75, + 0x2e, 0x10, 0xc2, 0x34, 0x37, 0xba, 0xf9, 0x58, 0x77, 0x15, 0xd2, 0x22, 0x2f, 0xc1, 0xc2, 0x0e, + 0xf6, 0xda, 0x5d, 0x47, 0xb7, 0xe9, 0xe8, 0x64, 0x0f, 0x16, 0xd9, 0xd7, 0xd7, 0xa5, 0x1b, 0x24, + 0xc3, 0xc2, 0x91, 0xe6, 0xaa, 0xa3, 0x39, 0xa3, 0xcb, 0x3e, 0xaf, 0x14, 0x8f, 0x34, 0x57, 0x0c, + 0x4e, 0xde, 0x81, 0xc5, 0xa0, 0x18, 0xae, 0x8d, 0xde, 0x81, 0x39, 0x97, 0x7d, 0x26, 0xae, 0xa6, + 0xb0, 0x8c, 0x8a, 0xc0, 0x95, 0xab, 0xb0, 0x3a, 0x22, 0x14, 0x54, 0xda, 0x6b, 0x50, 0x60, 0x28, + 0xbe, 0xc6, 0xe6, 0x4f, 0x9f, 0x6d, 0xe4, 0x19, 0x66, 0xb3, 0xae, 0xe4, 0x59, 0x73, 0xb3, 0x27, + 0x1b, 0xf4, 0x02, 0x2d, 0x4a, 0xc2, 0xb5, 0xd1, 0x37, 0x63, 0xaa, 0x1a, 0x2b, 0x93, 0xaf, 0xa8, + 0x0a, 0xe4, 0x23, 0x4a, 0x1a, 0x7d, 0xcb, 0x3f, 0x95, 0x60, 0xa5, 0x3a, 0xf4, 0xac, 0xae, 0x35, + 0xb0, 0x0d, 0xec, 0xe1, 0x40, 0xd6, 0x4b, 0x37, 0xed, 0xa1, 0x27, 0x72, 0x34, 0xf4, 0x03, 0x5d, + 0x01, 0xe8, 0x0e, 0x1d, 0xd7, 0x72, 0x54, 0xdb, 0x72, 0x45, 0x56, 0x88, 0x41, 0xf6, 0x2c, 0x17, + 0xdd, 0x83, 0x9c, 0x46, 0x83, 0x6d, 0x7e, 0x0b, 0x7d, 0x2d, 0xbc, 0x2e, 0x03, 0x6c, 0xaa, 0x14, + 0x8d, 0xde, 0x47, 0xf3, 0x2e, 0xd1, 0x9b, 0x82, 0x99, 0x49, 0x37, 0x05, 0xf2, 0x9f, 0x49, 0xb0, + 0xd0, 0xd1, 0x0e, 0xda, 0xc3, 0x7e, 0x1f, 0xbb, 0x94, 0xc4, 0x25, 0x28, 0x78, 0xda, 0x81, 0xaa, + 0x9b, 0x3d, 0xfc, 0x94, 0x0a, 0x9e, 0x55, 0xf2, 0x9e, 0x76, 0xd0, 0x24, 0xdf, 0xe8, 0x0e, 0x5c, + 0xc0, 0x4f, 0x71, 0x77, 0xe8, 0xb1, 0xec, 0xc3, 0x21, 0x61, 0xe4, 0x62, 0x03, 0x77, 0x45, 0xba, + 0xf4, 0xbc, 0xdf, 0x5c, 0x25, 0xad, 0x6d, 0xda, 0x88, 0x1a, 0x50, 0x74, 0x47, 0x2c, 0x58, 0x42, + 0xa7, 0x38, 0x66, 0x64, 0xbe, 0x38, 0x4a, 0xb0, 0x9f, 0xfc, 0x6f, 0x12, 0xac, 0x25, 0xe3, 0xa1, + 0x6f, 0xc2, 0xcc, 0x13, 0xdd, 0xec, 0xf1, 0x34, 0x54, 0x3a, 0xe9, 0x86, 0xe9, 0xe9, 0xde, 0xc9, + 0x03, 0xdd, 0xec, 0x29, 0xb4, 0xc3, 0xc8, 0xdc, 0x33, 0x01, 0x73, 0xbf, 0x0a, 0x45, 0xb2, 0x14, + 0x88, 0x29, 0x08, 0x45, 0x14, 0x94, 0x20, 0x08, 0xdd, 0x80, 0xa5, 0x81, 0xe6, 0x75, 0x8f, 0x70, + 0x8f, 0xcd, 0x14, 0x66, 0xf9, 0x9e, 0xac, 0xb2, 0xc8, 0xc1, 0x4d, 0x06, 0x45, 0xef, 0x8a, 0x9b, + 0xb5, 0x59, 0x2a, 0xd8, 0xcb, 0x13, 0x04, 0x0b, 0x5e, 0xb1, 0xc9, 0x3f, 0x91, 0x60, 0x35, 0x6c, + 0x57, 0xdc, 0x71, 0xdf, 0x80, 0xa5, 0x43, 0xcb, 0x19, 0x68, 0x9e, 0x47, 0xf9, 0xfb, 0x26, 0xb6, + 0x38, 0x02, 0x37, 0xa9, 0xad, 0x5d, 0x83, 0x05, 0xdd, 0x55, 0x7d, 0x9d, 0x70, 0x2d, 0xcd, 0xeb, + 0x6e, 0x63, 0x04, 0x43, 0xdb, 0xb0, 0xe8, 0x05, 0x4d, 0x40, 0xe8, 0x27, 0x1c, 0x78, 0x85, 0xac, + 0x44, 0x89, 0xf4, 0x90, 0x7f, 0x21, 0x41, 0x39, 0x28, 0xea, 0x87, 0x3a, 0x36, 0x7a, 0xe3, 0xd7, + 0xc1, 0x36, 0xc0, 0x21, 0xc1, 0x0a, 0x66, 0x8a, 0xa6, 0xd2, 0x5b, 0x81, 0x76, 0xa3, 0x09, 0xa3, + 0xff, 0x0f, 0xc8, 0xc1, 0x9f, 0x0e, 0x75, 0x87, 0x44, 0x30, 0x4e, 0x9f, 0x15, 0x80, 0x50, 0xf1, + 0xa7, 0xa4, 0x55, 0x12, 0xdd, 0xab, 0x4e, 0x9f, 0x50, 0x74, 0xcf, 0xbe, 0x84, 0x7e, 0x24, 0xc1, + 0xc5, 0x84, 0xa1, 0x73, 0x55, 0x45, 0x2c, 0x5f, 0x7a, 0x3e, 0xcb, 0x47, 0xb7, 0x61, 0x8d, 0x38, + 0x60, 0xad, 0xd7, 0xd3, 0x09, 0x40, 0x33, 0x54, 0x66, 0x67, 0x2e, 0xd7, 0xe8, 0xea, 0x91, 0xe6, + 0x56, 0x47, 0x8d, 0x0f, 0x59, 0x9b, 0xfc, 0xfb, 0x12, 0xcc, 0x91, 0x70, 0xeb, 0x4c, 0xd7, 0x9f, + 0x17, 0x21, 0x4f, 0xa2, 0xb8, 0xc0, 0xa2, 0x98, 0xb3, 0x9c, 0xbe, 0xc8, 0xa4, 0xf5, 0xac, 0x81, + 0xa6, 0x9b, 0xc1, 0x9c, 0x3c, 0x30, 0x10, 0x45, 0x78, 0x0d, 0x4a, 0x2c, 0x0b, 0xc2, 0x4b, 0x5e, + 0x34, 0xc3, 0xe5, 0x5b, 0xc5, 0x12, 0x83, 0x57, 0x05, 0x58, 0x7e, 0x13, 0x4a, 0x2c, 0x7a, 0x7b, + 0xe4, 0x8c, 0x6e, 0x04, 0x82, 0xac, 0xa5, 0x10, 0x6b, 0xf9, 0xfb, 0x12, 0x94, 0x44, 0x16, 0xa7, + 0xff, 0x3c, 0xe5, 0x2a, 0x31, 0xb9, 0x26, 0x57, 0x3c, 0xc4, 0x64, 0x6e, 0xd2, 0x9d, 0x89, 0x04, + 0xa3, 0x6e, 0xd3, 0x0c, 0xc8, 0xe1, 0x07, 0xbe, 0xd2, 0x94, 0x81, 0xaf, 0x5c, 0xa7, 0x3b, 0x54, + 0x90, 0x14, 0x37, 0x98, 0xd7, 0x61, 0x96, 0x44, 0xb9, 0xc2, 0x54, 0xc2, 0x59, 0x00, 0x1a, 0x07, + 0x9b, 0x87, 0x96, 0xc2, 0x70, 0xe4, 0x3d, 0x28, 0x2b, 0x78, 0x60, 0x1d, 0xd3, 0x2a, 0x88, 0x0f, + 0x1d, 0x6b, 0x10, 0x10, 0x2a, 0x10, 0x5a, 0x4b, 0xd3, 0x1f, 0x27, 0xde, 0x81, 0x8b, 0x09, 0x14, + 0xb9, 0x6c, 0x65, 0x98, 0x73, 0x87, 0xb4, 0x08, 0x82, 0x27, 0xb9, 0xc4, 0xa7, 0xfc, 0x10, 0xca, + 0x4c, 0x9b, 0xac, 0x28, 0x83, 0xd6, 0x48, 0xbc, 0xc0, 0xec, 0x6c, 0x41, 0x31, 0x40, 0x88, 0xb8, + 0x31, 0x57, 0xef, 0x9b, 0xb8, 0xa7, 0x76, 0x0d, 0x4d, 0x1f, 0x88, 0xa2, 0x87, 0x79, 0x06, 0xac, + 0x51, 0x98, 0xfc, 0x36, 0x5c, 0x7c, 0x8c, 0x1d, 0xfd, 0xf0, 0x24, 0x24, 0x82, 0x7f, 0x59, 0x45, + 0x33, 0xa4, 0x5c, 0x6e, 0xf6, 0x21, 0xef, 0x40, 0xa1, 0x59, 0x6f, 0xf0, 0x6c, 0xde, 0x2b, 0x90, + 0xd7, 0x7b, 0x38, 0x60, 0x7c, 0xdb, 0xc5, 0xd3, 0x67, 0x1b, 0x73, 0xcd, 0x7a, 0x83, 0x18, 0xa0, + 0x32, 0xa7, 0xf7, 0x30, 0xb5, 0x71, 0x04, 0x33, 0xb6, 0xe6, 0x89, 0x4a, 0x01, 0xfa, 0x5b, 0xfe, + 0x35, 0x58, 0xab, 0xf6, 0x7a, 0x74, 0x08, 0x8d, 0xf0, 0x25, 0xd7, 0xd9, 0x07, 0x8f, 0x36, 0x47, + 0x19, 0x82, 0xa4, 0xbb, 0x44, 0x9f, 0x03, 0xc7, 0x92, 0x9b, 0x70, 0x21, 0xc6, 0x9c, 0x0f, 0xdb, + 0x27, 0x25, 0x4d, 0x45, 0xea, 0x18, 0x2e, 0xb2, 0x9a, 0xb1, 0xaf, 0x69, 0x28, 0xc1, 0x39, 0xcd, + 0xa4, 0xcf, 0xa9, 0x7c, 0x19, 0x2a, 0x49, 0x7c, 0xf9, 0xa5, 0x9c, 0x47, 0x43, 0xef, 0x60, 0x93, + 0xfb, 0xbf, 0x20, 0xd3, 0x2e, 0xbd, 0x1d, 0x89, 0x70, 0xe5, 0xf3, 0xfa, 0x16, 0xcc, 0xb1, 0x19, + 0x13, 0xcb, 0x34, 0x6d, 0x62, 0x05, 0x9a, 0xfc, 0xdb, 0x19, 0xc8, 0x8b, 0xd5, 0x3b, 0xbd, 0xdf, + 0xf2, 0x87, 0x97, 0x99, 0x76, 0x78, 0xe1, 0xa2, 0xaa, 0x99, 0xb1, 0x45, 0x55, 0xb3, 0xe1, 0xa2, + 0x2a, 0xbf, 0x7c, 0x2a, 0x17, 0x2c, 0x9f, 0xba, 0x01, 0x4b, 0xb6, 0x63, 0x1d, 0xea, 0x06, 0x1e, + 0x95, 0x42, 0xf2, 0xd4, 0x0f, 0x07, 0x8b, 0x62, 0xc7, 0x8d, 0x70, 0xb1, 0x63, 0x9e, 0x2e, 0xb5, + 0x40, 0x41, 0xe3, 0x47, 0x33, 0xf9, 0x6c, 0x69, 0x46, 0xfe, 0x5b, 0x09, 0xd6, 0xd8, 0xf4, 0x7c, + 0x68, 0xf1, 0x5b, 0x58, 0xa1, 0xce, 0xcb, 0x50, 0x20, 0x82, 0xb9, 0xb6, 0xd6, 0x15, 0x3b, 0x80, + 0x0f, 0x40, 0x77, 0x60, 0xee, 0xf8, 0x73, 0xd5, 0xb5, 0x71, 0x97, 0x4f, 0xc7, 0x15, 0x76, 0x1a, + 0x0a, 0x96, 0x82, 0xf2, 0x7b, 0xe0, 0xb6, 0x8d, 0xbb, 0x4a, 0xee, 0xf8, 0x73, 0xf2, 0x3f, 0xd9, + 0xd2, 0x9f, 0xdc, 0x75, 0x47, 0x49, 0xa6, 0xac, 0xbf, 0xa5, 0x3f, 0xb8, 0xeb, 0xf2, 0x2c, 0x93, + 0x02, 0x4f, 0x46, 0xbf, 0xc9, 0x49, 0x83, 0x27, 0xa6, 0x46, 0x11, 0x00, 0x3d, 0x69, 0x30, 0xda, + 0xe4, 0xa4, 0xc1, 0x9a, 0x9b, 0x3d, 0x12, 0xf8, 0x5c, 0x88, 0x0d, 0x86, 0x5b, 0x89, 0x0e, 0xcb, + 0x44, 0xf8, 0x8e, 0xf5, 0x89, 0x36, 0x10, 0xe7, 0x39, 0x6e, 0x2f, 0xf7, 0xa2, 0x19, 0xd6, 0x24, + 0x02, 0x9b, 0xad, 0x68, 0x6f, 0x96, 0x33, 0x8a, 0x53, 0x45, 0x6f, 0x00, 0xb8, 0x98, 0x34, 0xaa, + 0x3d, 0x97, 0xdf, 0xc8, 0xb3, 0xfc, 0x69, 0x9b, 0x42, 0xeb, 0xed, 0x96, 0x52, 0x60, 0x08, 0x75, + 0xd7, 0xac, 0xd4, 0x61, 0x2d, 0x99, 0x74, 0x42, 0x62, 0x63, 0x35, 0x98, 0xd8, 0x28, 0x04, 0x13, + 0x18, 0x15, 0x28, 0x8f, 0x04, 0x7f, 0xc4, 0x53, 0x7b, 0xe2, 0x6e, 0xe5, 0x00, 0x2e, 0x26, 0xb4, + 0x8d, 0x62, 0xa2, 0x15, 0x2e, 0xec, 0x28, 0x53, 0x48, 0xa4, 0x66, 0x4e, 0xf7, 0xfc, 0xe9, 0xb3, + 0x8d, 0x65, 0x26, 0xb5, 0xe8, 0x48, 0xa4, 0x5f, 0x76, 0xc3, 0x20, 0xd7, 0x94, 0x3f, 0xa0, 0x77, + 0x27, 0x7b, 0xc6, 0xb0, 0xaf, 0x9b, 0x23, 0x87, 0xf0, 0x7a, 0xe8, 0x1c, 0x70, 0x21, 0x9c, 0x86, + 0xa1, 0xa8, 0x7e, 0xec, 0x2f, 0xd7, 0x00, 0x05, 0x29, 0x70, 0xf1, 0xde, 0x84, 0x39, 0x9b, 0x81, + 0xb8, 0xb2, 0x56, 0x12, 0xa8, 0x28, 0x02, 0x47, 0xfe, 0x41, 0x06, 0x72, 0x0c, 0x96, 0x98, 0x5a, + 0x5f, 0xa4, 0x6b, 0x9d, 0x4d, 0x1e, 0x59, 0xd2, 0x93, 0xcf, 0x16, 0x08, 0x66, 0x0c, 0xab, 0x6f, + 0x89, 0xab, 0x35, 0xf2, 0x1b, 0x5d, 0x87, 0x45, 0x43, 0xf3, 0xb0, 0xeb, 0x8d, 0xac, 0x98, 0xad, + 0xdd, 0x05, 0x06, 0x15, 0x86, 0x7b, 0x0b, 0x56, 0x1c, 0x4c, 0xb4, 0x49, 0x8b, 0x9d, 0x86, 0xb6, + 0x6d, 0xd1, 0x6a, 0x96, 0x1c, 0xab, 0x48, 0x19, 0x35, 0xb5, 0x45, 0x0b, 0x7a, 0x1d, 0x96, 0xfd, + 0x0e, 0xa2, 0x80, 0x65, 0x8e, 0xa2, 0x97, 0x46, 0x0d, 0xbc, 0x7c, 0x85, 0x38, 0x02, 0x8e, 0x12, + 0x49, 0xd8, 0x2e, 0x72, 0x30, 0x17, 0x43, 0xae, 0x82, 0xcc, 0x5c, 0xa7, 0x22, 0x48, 0xb0, 0x09, + 0x0a, 0xef, 0x27, 0x97, 0xa0, 0xc0, 0xe6, 0x70, 0x74, 0x9e, 0x57, 0xf2, 0x0c, 0xd0, 0xec, 0xc9, + 0x7f, 0x90, 0x81, 0x6b, 0x63, 0x69, 0x70, 0x65, 0x7d, 0x1c, 0xf5, 0xc4, 0xef, 0x87, 0x94, 0x35, + 0x05, 0x09, 0xbe, 0xfa, 0x78, 0x3e, 0x56, 0x50, 0x43, 0x37, 0x61, 0xb9, 0x3b, 0x74, 0x3d, 0x6b, + 0xa0, 0xe2, 0xa7, 0x64, 0xb2, 0xd4, 0xa1, 0x63, 0x70, 0x35, 0x2e, 0xb1, 0x86, 0x06, 0x85, 0xef, + 0x3b, 0x06, 0xda, 0x82, 0x79, 0xdd, 0x74, 0x71, 0x77, 0xe8, 0x60, 0xd5, 0x33, 0xd8, 0x5d, 0x4d, + 0x7e, 0x7b, 0xe9, 0xf4, 0xd9, 0x46, 0xb1, 0xc9, 0xe1, 0x9d, 0xdd, 0xb6, 0x52, 0x14, 0x48, 0x1d, + 0xc3, 0xad, 0xbc, 0x0b, 0xf3, 0x41, 0xc6, 0x67, 0x5a, 0x79, 0x7f, 0x32, 0x03, 0x32, 0xcf, 0x71, + 0x3d, 0xef, 0x04, 0xa3, 0xc7, 0xfe, 0xc4, 0xb1, 0x32, 0xd0, 0xf7, 0xc2, 0x91, 0xe6, 0x44, 0xf2, + 0x29, 0xf3, 0x76, 0x1b, 0xe6, 0x84, 0x1d, 0x4d, 0x2e, 0x08, 0x17, 0xa8, 0xd4, 0xb5, 0x73, 0x93, + 0x9a, 0x99, 0xa2, 0xcc, 0x7e, 0x54, 0x00, 0x76, 0x3f, 0x49, 0x4b, 0xb3, 0x53, 0x50, 0x88, 0xe9, + 0xb0, 0x15, 0xd1, 0x61, 0x6e, 0x92, 0xf0, 0xe3, 0xf5, 0x8b, 0x6a, 0xf4, 0x01, 0x01, 0x3d, 0x73, + 0xd8, 0x0e, 0x76, 0x31, 0xad, 0xeb, 0x99, 0x34, 0x1f, 0x8b, 0xbc, 0xcb, 0x1e, 0xeb, 0xf1, 0x42, + 0x46, 0x72, 0x1d, 0xae, 0x8d, 0x55, 0x22, 0x0f, 0xae, 0x1e, 0xc3, 0x95, 0x1d, 0xec, 0x45, 0x70, + 0x82, 0x49, 0xe3, 0xb1, 0x56, 0x94, 0x5a, 0x9a, 0x27, 0xff, 0x75, 0x06, 0x96, 0x46, 0x54, 0xd9, + 0xb5, 0x1a, 0x7a, 0x37, 0x7a, 0x83, 0x97, 0x10, 0xd1, 0xa4, 0x5c, 0xe9, 0x91, 0xe0, 0x82, 0xf7, + 0x0d, 0x9c, 0x4c, 0x81, 0x81, 0x5a, 0xd3, 0x5d, 0xda, 0x6c, 0x40, 0xf1, 0x90, 0x9c, 0xf7, 0xb1, + 0xd9, 0x3d, 0x51, 0xd9, 0xc1, 0x34, 0xab, 0xc0, 0x08, 0xd4, 0x46, 0x1f, 0xf8, 0x67, 0x7f, 0xbd, + 0x27, 0x6a, 0xc1, 0x62, 0x12, 0x06, 0x2f, 0x03, 0x9a, 0x75, 0x77, 0x74, 0x19, 0xd0, 0xec, 0xb9, + 0xe1, 0xc9, 0xca, 0xc5, 0x27, 0x2b, 0xec, 0x62, 0x47, 0xe6, 0x7f, 0x09, 0x0a, 0xba, 0xcb, 0xed, + 0x84, 0xc7, 0x4d, 0x79, 0xdd, 0x65, 0x56, 0x20, 0xff, 0x4e, 0x16, 0xd6, 0xd3, 0x54, 0xc4, 0xbd, + 0xa0, 0x12, 0xf5, 0x82, 0x77, 0xa3, 0x5e, 0x70, 0x4c, 0xef, 0x94, 0x85, 0xfc, 0x08, 0x2e, 0x68, + 0x86, 0x61, 0x7d, 0xa6, 0x26, 0xbb, 0xc1, 0xfc, 0x76, 0xf9, 0xf4, 0xd9, 0xc6, 0x6a, 0x95, 0xa0, + 0xd4, 0x82, 0x6b, 0x49, 0xd9, 0x55, 0x56, 0xb5, 0x18, 0xd4, 0x31, 0xd0, 0x36, 0x20, 0x46, 0x30, + 0xc1, 0x57, 0xae, 0x9e, 0x3e, 0xdb, 0x28, 0x51, 0x5a, 0xc1, 0x05, 0x55, 0xd2, 0x42, 0x10, 0xc3, + 0x25, 0x34, 0x7a, 0xf8, 0x50, 0x1b, 0x1a, 0x5e, 0x50, 0x1e, 0x16, 0xa2, 0x51, 0x1a, 0x75, 0xd6, + 0xea, 0xcb, 0x52, 0xea, 0x85, 0x20, 0x8e, 0xf1, 0x42, 0x8b, 0x8a, 0xd5, 0xec, 0x47, 0xec, 0x7a, + 0x54, 0xb3, 0xbf, 0x4f, 0x6b, 0xf6, 0xe3, 0xad, 0xa3, 0x5c, 0x6f, 0xe4, 0x3e, 0x3c, 0x5c, 0x66, + 0x18, 0xe9, 0xe7, 0x5f, 0x88, 0xd7, 0xe9, 0x3b, 0x91, 0x68, 0xf3, 0x59, 0x53, 0x4d, 0x7f, 0x28, + 0x25, 0xc9, 0x1e, 0x28, 0x3a, 0xc9, 0x31, 0x7e, 0x9c, 0xd6, 0x78, 0xd9, 0x38, 0xee, 0xb8, 0x6b, + 0x71, 0x12, 0x93, 0x06, 0x74, 0x94, 0xf5, 0x63, 0x52, 0x5f, 0x39, 0x05, 0x2c, 0xb4, 0x22, 0xff, + 0x7b, 0x16, 0x2e, 0x47, 0xfc, 0xd5, 0xf3, 0x0d, 0x14, 0xbd, 0x1f, 0xf7, 0x14, 0x93, 0x76, 0x83, + 0xa0, 0x1f, 0xf9, 0x76, 0xdc, 0x8f, 0x4c, 0xea, 0x1e, 0xf2, 0x32, 0x81, 0x0d, 0x70, 0x66, 0xfa, + 0x0d, 0xf0, 0xbd, 0xb0, 0x6f, 0x9a, 0xe5, 0xb9, 0x89, 0x68, 0xcf, 0xa6, 0xe9, 0xdd, 0xb9, 0xcd, + 0x65, 0x0e, 0x38, 0xae, 0xbb, 0x01, 0x35, 0xe4, 0xa6, 0x10, 0xd8, 0x57, 0xd2, 0xbd, 0x90, 0x92, + 0xe6, 0xa6, 0xe8, 0xeb, 0xeb, 0x2c, 0xea, 0x2f, 0xf3, 0x67, 0xf6, 0x97, 0xf2, 0x86, 0x28, 0x1d, + 0x4f, 0x31, 0x4b, 0xf9, 0xa7, 0x19, 0xb8, 0xcc, 0x6e, 0x96, 0x52, 0xcc, 0xe2, 0xeb, 0xdf, 0x17, + 0x66, 0x63, 0xfb, 0x42, 0x25, 0x32, 0xbd, 0x41, 0x2b, 0xbf, 0x12, 0x9b, 0xc0, 0xc2, 0xd7, 0x3a, + 0x45, 0xe1, 0x2d, 0xa5, 0x10, 0xd9, 0x52, 0x2a, 0x90, 0xe7, 0x21, 0x43, 0xaf, 0x0c, 0x6c, 0xdf, + 0x10, 0xdf, 0xf2, 0x7d, 0xb8, 0x92, 0x32, 0x73, 0xa3, 0x34, 0xc2, 0x94, 0xae, 0x63, 0x07, 0x2e, + 0xb3, 0xeb, 0x99, 0x17, 0xf5, 0x41, 0x1b, 0x70, 0x25, 0x85, 0x10, 0x13, 0xe9, 0xe6, 0x9f, 0x4a, + 0x30, 0x1f, 0x7c, 0x69, 0x81, 0x16, 0x01, 0xaa, 0x1d, 0x75, 0xbf, 0xf5, 0xa0, 0xf5, 0xe8, 0xe3, + 0x56, 0xe9, 0x1c, 0x42, 0xb0, 0x58, 0xed, 0xa8, 0xbb, 0xcd, 0xd6, 0xfe, 0xaf, 0xa8, 0xd5, 0x87, + 0xf5, 0x3b, 0xb7, 0x4b, 0x12, 0x5a, 0x81, 0xa5, 0x6a, 0x47, 0xad, 0x57, 0x95, 0x8f, 0x9b, 0x2d, + 0x0e, 0xcc, 0xa0, 0x0a, 0xac, 0x55, 0x3b, 0x6a, 0xed, 0x51, 0xab, 0x53, 0x6d, 0xb6, 0x1a, 0x8a, + 0xda, 0x6e, 0x74, 0xd4, 0x4f, 0xaa, 0x0f, 0x77, 0xdb, 0xa5, 0x2d, 0x74, 0x0d, 0x36, 0x62, 0x6d, + 0x9d, 0xc6, 0xc3, 0xbd, 0xdd, 0x6a, 0xa7, 0xc1, 0x91, 0xde, 0x43, 0x57, 0xe1, 0x72, 0x0c, 0x29, + 0xc8, 0xb7, 0x77, 0xf3, 0x8f, 0x25, 0x58, 0x08, 0xd5, 0x3f, 0x12, 0x69, 0x6b, 0xed, 0x80, 0xb4, + 0xec, 0xfb, 0x7e, 0xa3, 0xba, 0xdb, 0xb9, 0xff, 0x49, 0x49, 0x42, 0x25, 0x98, 0xa7, 0xed, 0x02, + 0x92, 0x21, 0xb2, 0xd7, 0xda, 0x6a, 0xbd, 0xd9, 0xae, 0x3d, 0x6a, 0xb5, 0x1a, 0xb5, 0x4e, 0xa3, + 0x5e, 0xca, 0xa2, 0x25, 0x28, 0x12, 0xb4, 0xbd, 0x7a, 0xb5, 0xd3, 0x6c, 0xed, 0x94, 0x66, 0x78, + 0x3f, 0x1f, 0x65, 0x16, 0xad, 0x42, 0x49, 0xa0, 0x34, 0xd4, 0x0f, 0xab, 0xcd, 0xdd, 0x46, 0xbd, + 0x94, 0xe3, 0x1d, 0xeb, 0x8d, 0x1d, 0xa5, 0x5a, 0x6f, 0xd4, 0x4b, 0x73, 0x37, 0x0f, 0x20, 0x2f, + 0xea, 0xe5, 0xd1, 0x32, 0x2c, 0xec, 0xdd, 0xaf, 0xb6, 0x1b, 0x01, 0xf9, 0x8a, 0x30, 0xb7, 0xd7, + 0x68, 0xd5, 0x09, 0x13, 0x89, 0x7c, 0x28, 0xfb, 0xad, 0x16, 0xf9, 0xc8, 0xa0, 0x05, 0x28, 0xb4, + 0xf7, 0x6b, 0xb5, 0x46, 0xa3, 0x4e, 0x25, 0x02, 0xc8, 0x71, 0x26, 0x33, 0x64, 0x50, 0x9d, 0x86, + 0xf2, 0xb0, 0xd9, 0xaa, 0x52, 0x51, 0x6e, 0xfe, 0x96, 0x04, 0x8b, 0xe1, 0x1a, 0x71, 0x74, 0x09, + 0x2e, 0x04, 0x26, 0xae, 0x43, 0x64, 0xf4, 0x99, 0x26, 0x34, 0x0a, 0xbe, 0x12, 0x5a, 0x87, 0x4a, + 0xb4, 0x31, 0xc0, 0x2c, 0x93, 0xd4, 0xf9, 0xe3, 0x6a, 0x93, 0x4e, 0x53, 0xf6, 0xe6, 0x4e, 0x38, + 0x3d, 0xe8, 0x27, 0x48, 0xc9, 0xc4, 0x54, 0x43, 0x76, 0x34, 0x0f, 0x79, 0x02, 0x68, 0xd4, 0x9b, + 0x9d, 0x92, 0x44, 0xad, 0xac, 0xda, 0x51, 0xdb, 0x8d, 0xdd, 0x46, 0xad, 0x53, 0xca, 0xdc, 0xf4, + 0xc2, 0x84, 0xfc, 0x84, 0x11, 0x25, 0xd4, 0x78, 0x10, 0x9e, 0x42, 0x02, 0xd8, 0x7b, 0x54, 0x67, + 0x53, 0x48, 0x3e, 0xda, 0x8f, 0x6b, 0xa5, 0x0c, 0x25, 0x4a, 0x3e, 0x6a, 0x4a, 0x73, 0xaf, 0x53, + 0xca, 0x92, 0xf9, 0x27, 0xdf, 0xad, 0xea, 0xc3, 0x46, 0x7b, 0xaf, 0x5a, 0x6b, 0x94, 0x66, 0xa8, + 0x14, 0x04, 0xf4, 0xa8, 0xde, 0x28, 0xcd, 0xde, 0xb4, 0xe1, 0x42, 0x4a, 0x46, 0x90, 0xb1, 0x0d, + 0x5a, 0x16, 0x07, 0xf8, 0xda, 0xe3, 0x00, 0x5f, 0x83, 0x94, 0x7d, 0x5b, 0xd8, 0x46, 0x96, 0xae, + 0x9c, 0x46, 0x3b, 0x38, 0x9b, 0x33, 0x37, 0x37, 0x01, 0xfc, 0x4b, 0x11, 0xd2, 0x63, 0x2f, 0x38, + 0xb4, 0x12, 0xcc, 0xef, 0x3d, 0x50, 0x95, 0x46, 0xa7, 0xd1, 0xea, 0x34, 0x1f, 0xb5, 0x4a, 0xd2, + 0xd6, 0x97, 0x33, 0x50, 0x64, 0x0f, 0x68, 0x9d, 0x63, 0xbd, 0x8b, 0xd1, 0xdb, 0x30, 0xc7, 0xb3, + 0x18, 0x28, 0xba, 0xee, 0x2b, 0xc9, 0x99, 0x0b, 0xf4, 0x5d, 0x5a, 0x4d, 0x12, 0x7c, 0x85, 0x8b, + 0xae, 0x45, 0x83, 0xd5, 0x84, 0xc7, 0xbe, 0x95, 0x97, 0xc7, 0x23, 0x71, 0x97, 0x86, 0x01, 0xc5, + 0x9f, 0x12, 0xa3, 0x57, 0x12, 0x8e, 0xb6, 0x49, 0x3c, 0x6e, 0x4c, 0xc4, 0xe3, 0x6c, 0x0e, 0xe8, + 0xd5, 0x53, 0xf8, 0x05, 0x2c, 0xba, 0x9e, 0x24, 0x61, 0xec, 0x7d, 0x6e, 0xe5, 0x95, 0x49, 0x68, + 0x3e, 0x8f, 0xf6, 0x04, 0x1e, 0xed, 0xe9, 0x78, 0xa4, 0x3e, 0xd6, 0x45, 0x35, 0x00, 0x7f, 0x94, + 0x68, 0x3d, 0x65, 0xf8, 0x82, 0x6a, 0x8a, 0x46, 0x1f, 0x02, 0xf8, 0x0f, 0xcd, 0x23, 0x44, 0x62, + 0xef, 0xd7, 0x2b, 0x1b, 0xa9, 0xed, 0x4c, 0xa6, 0xad, 0x7f, 0x9a, 0x83, 0x95, 0x47, 0x4e, 0x5f, + 0x33, 0xf5, 0xcf, 0x35, 0xba, 0x43, 0x70, 0x5b, 0x7b, 0x08, 0xe0, 0xbf, 0xf8, 0x8d, 0xb0, 0x89, + 0xbd, 0x38, 0x8e, 0xb0, 0x49, 0x78, 0x2a, 0x7c, 0x0b, 0x72, 0xec, 0x72, 0x28, 0x6e, 0xb9, 0xab, + 0xa1, 0xbe, 0x22, 0x81, 0x7a, 0x0f, 0x0a, 0xa3, 0x84, 0x25, 0x0a, 0x17, 0xf8, 0x44, 0x13, 0x99, + 0x95, 0x28, 0x49, 0xf4, 0x01, 0x14, 0x46, 0xd9, 0xcb, 0x48, 0xe7, 0x68, 0x56, 0x33, 0x85, 0xfd, + 0x63, 0x5a, 0xe5, 0xe3, 0x27, 0x0c, 0xd1, 0x4b, 0x49, 0x76, 0x14, 0xca, 0x4b, 0x56, 0xe4, 0x71, + 0x28, 0xbe, 0x99, 0xc5, 0x12, 0x7e, 0x11, 0x33, 0x4b, 0x4b, 0x31, 0x46, 0xcc, 0x2c, 0x3d, 0x6f, + 0xf8, 0x5d, 0x58, 0x8a, 0x64, 0xa8, 0x22, 0x6b, 0x3e, 0x39, 0x79, 0x16, 0x59, 0xf3, 0x69, 0x49, + 0x2e, 0x2c, 0xfe, 0xd0, 0x41, 0x88, 0xc1, 0x2b, 0x09, 0x76, 0x96, 0xc4, 0xe3, 0xc6, 0x44, 0x3c, + 0xce, 0x46, 0xa5, 0xf5, 0x69, 0xa1, 0x7c, 0x10, 0x7a, 0x39, 0xe1, 0xb2, 0x31, 0x96, 0xa4, 0xaa, + 0x5c, 0x9f, 0x80, 0xc5, 0x19, 0x74, 0x60, 0x39, 0x96, 0x43, 0x8d, 0x68, 0x22, 0x2d, 0xc7, 0x5a, + 0x29, 0x27, 0x98, 0x3b, 0x23, 0xf0, 0x01, 0x9c, 0x57, 0xf0, 0xb1, 0xf5, 0x04, 0x57, 0x0d, 0x23, + 0x00, 0x77, 0xe3, 0x66, 0xbf, 0x16, 0x0b, 0xfb, 0x1b, 0x03, 0xdb, 0x3b, 0x41, 0xfb, 0xb0, 0x1c, + 0x4b, 0xac, 0xa2, 0x54, 0x86, 0x11, 0xa3, 0x48, 0x4d, 0xc9, 0x6e, 0x7d, 0x04, 0xc5, 0xea, 0xd0, + 0x3b, 0x12, 0xcb, 0xfb, 0x1e, 0xcc, 0xd2, 0x07, 0xf5, 0x28, 0xfc, 0x20, 0x2a, 0xf8, 0x2e, 0xbf, + 0x72, 0x21, 0xa9, 0xc9, 0x36, 0x4e, 0xb6, 0x7e, 0x43, 0x82, 0x32, 0x4f, 0xce, 0x0c, 0xb4, 0x3e, + 0x26, 0x74, 0x2d, 0x87, 0xfb, 0x0f, 0x74, 0x04, 0x2b, 0x09, 0x2f, 0xe9, 0xd1, 0x8d, 0xa8, 0x56, + 0x52, 0x5e, 0xe2, 0x57, 0x5e, 0x9d, 0x8c, 0xc8, 0x87, 0xf4, 0x57, 0x81, 0x87, 0xf2, 0x1d, 0x47, + 0xeb, 0x3e, 0xc1, 0x0e, 0xda, 0xa3, 0xfb, 0x5d, 0xf0, 0x49, 0x75, 0x7c, 0xbf, 0x4b, 0x78, 0x70, + 0x1d, 0xd1, 0x68, 0xf0, 0x55, 0x3f, 0xdb, 0x41, 0x83, 0xaf, 0x8d, 0xe3, 0x14, 0x13, 0x1e, 0x4b, + 0xc7, 0x77, 0xd0, 0xa4, 0x07, 0xcb, 0x5b, 0x7f, 0x3e, 0x03, 0xcb, 0xfc, 0x69, 0x44, 0xe0, 0xf1, + 0xdc, 0x63, 0x58, 0x08, 0xbd, 0x1d, 0x8e, 0x78, 0x9f, 0xa4, 0xf7, 0xc6, 0x11, 0xef, 0x93, 0xfc, + 0xf4, 0xf8, 0x13, 0x5a, 0x34, 0x18, 0xe4, 0x14, 0xf3, 0x59, 0xf1, 0x67, 0xb0, 0x95, 0x6b, 0x63, + 0x71, 0x38, 0xe9, 0xcf, 0x68, 0xfe, 0x36, 0xf1, 0x0d, 0x0b, 0x7a, 0x23, 0x85, 0x40, 0xe2, 0xb3, + 0x99, 0xca, 0x9b, 0x53, 0x62, 0x73, 0xc6, 0x9f, 0x8b, 0xbf, 0xb0, 0x92, 0xf0, 0xd0, 0x04, 0xbd, + 0x99, 0xe0, 0xfb, 0xd3, 0xdf, 0xc8, 0x54, 0x36, 0xa7, 0x45, 0xe7, 0xbc, 0x3f, 0x85, 0xb5, 0xe4, + 0xb7, 0xce, 0xe8, 0x66, 0xe2, 0xa6, 0x93, 0xf8, 0x5e, 0xbb, 0xf2, 0xfa, 0x54, 0xb8, 0xdc, 0x60, + 0xfe, 0x22, 0x0b, 0x15, 0x26, 0x4b, 0xf8, 0xbd, 0x82, 0x66, 0x6a, 0x7d, 0xec, 0xa0, 0x87, 0x90, + 0x63, 0xaa, 0x8f, 0x2c, 0xb8, 0xf4, 0x07, 0x16, 0x95, 0x31, 0x15, 0xff, 0x68, 0x1f, 0x66, 0xe8, + 0x1a, 0xba, 0x1e, 0xa9, 0xb0, 0x4d, 0x7e, 0x7b, 0x11, 0x71, 0x46, 0xe9, 0xcf, 0x30, 0x14, 0xc8, + 0xee, 0x60, 0x2f, 0xee, 0xcf, 0x13, 0x89, 0x5e, 0x9f, 0x80, 0xc5, 0x69, 0xbe, 0x0d, 0x39, 0xb6, + 0x9d, 0x4c, 0xef, 0x6a, 0x8f, 0x44, 0x49, 0x77, 0xe4, 0x09, 0x4e, 0xc4, 0xef, 0xa5, 0xbd, 0xb4, + 0x88, 0xb8, 0xaa, 0x31, 0x4f, 0x2c, 0xb6, 0xfe, 0x39, 0x03, 0x0b, 0xbc, 0x9c, 0x9d, 0x2b, 0xea, + 0xff, 0x8d, 0x14, 0x75, 0x35, 0x41, 0x51, 0xa1, 0x1a, 0xf3, 0x4a, 0x52, 0xb1, 0x38, 0xda, 0xe1, + 0xaa, 0x59, 0x8f, 0xcd, 0x79, 0xb8, 0xf3, 0x46, 0x6a, 0x3b, 0x9f, 0xb8, 0x3a, 0x53, 0xc6, 0x95, + 0x98, 0x9b, 0x0c, 0x91, 0x59, 0x4f, 0x6b, 0x7e, 0xfe, 0xe9, 0x6f, 0xc3, 0x7c, 0xb0, 0x50, 0x3e, + 0x32, 0x11, 0x09, 0xc5, 0xf6, 0x95, 0x97, 0xc6, 0x60, 0xf0, 0x99, 0xfe, 0x87, 0x0c, 0x14, 0x78, + 0x59, 0x71, 0xdf, 0x41, 0x0f, 0x60, 0x3e, 0x58, 0xe5, 0x8e, 0x2e, 0x47, 0x47, 0x11, 0xac, 0xb3, + 0xaf, 0x5c, 0x19, 0xd3, 0xea, 0xda, 0xe8, 0x57, 0xe9, 0xce, 0x16, 0xad, 0x49, 0x8f, 0xef, 0x06, + 0x09, 0x25, 0xf0, 0xf1, 0xdd, 0x20, 0xb1, 0xb4, 0xbd, 0x01, 0xe0, 0x17, 0x75, 0xa3, 0x4a, 0xb4, + 0x8f, 0x7f, 0xff, 0x5d, 0xb9, 0x94, 0xda, 0xe6, 0xda, 0xe8, 0x3b, 0xf4, 0xbc, 0x14, 0xae, 0xc7, + 0x8e, 0x07, 0xb0, 0xb1, 0x92, 0xef, 0x78, 0x00, 0x1b, 0x2f, 0xe9, 0xde, 0xfa, 0xbb, 0x48, 0xf5, + 0xb5, 0x08, 0x28, 0xda, 0x30, 0x1f, 0x04, 0x47, 0x94, 0x99, 0x50, 0xaf, 0x1d, 0x51, 0x66, 0x62, + 0xe5, 0xed, 0x01, 0x2c, 0xc7, 0x6a, 0x3d, 0x23, 0xbe, 0x28, 0xad, 0x0c, 0x36, 0xe2, 0x8b, 0x52, + 0x4b, 0x46, 0xb7, 0xfe, 0x5e, 0x82, 0x05, 0xe6, 0xd6, 0xc5, 0x50, 0x54, 0x5a, 0xa7, 0x10, 0xa9, + 0x12, 0x89, 0xa8, 0x39, 0xb9, 0xa2, 0x26, 0xa2, 0xe6, 0xb4, 0x4a, 0x15, 0x4c, 0x0b, 0x1b, 0x63, + 0x15, 0x1b, 0xd1, 0xe8, 0x33, 0xa5, 0xda, 0x23, 0x32, 0xb2, 0xd4, 0xc2, 0x8f, 0xad, 0x5f, 0xcc, + 0xc1, 0x02, 0xbb, 0x6f, 0x08, 0x1c, 0xea, 0xfc, 0x0a, 0x0c, 0x14, 0x5b, 0xd2, 0xe1, 0xe2, 0x8e, + 0x88, 0xe7, 0x48, 0x28, 0xdd, 0xf8, 0x94, 0xbe, 0xf8, 0x48, 0xc8, 0x75, 0x45, 0xb6, 0xbf, 0xb1, + 0x19, 0xcf, 0xc8, 0xf6, 0x37, 0x21, 0xf5, 0xf6, 0x3d, 0x89, 0x26, 0x7d, 0xd2, 0xaa, 0x0c, 0xd0, + 0xad, 0xe9, 0xeb, 0x11, 0x18, 0xf7, 0xb7, 0xce, 0x5a, 0xc0, 0x40, 0x45, 0x18, 0x93, 0xea, 0x8d, + 0x88, 0x30, 0x39, 0xb3, 0x1f, 0x11, 0x61, 0x8a, 0x2c, 0x32, 0x8f, 0xb1, 0xa3, 0x99, 0xaf, 0x78, + 0x8c, 0x9d, 0x92, 0x39, 0x8b, 0xc7, 0xd8, 0xa9, 0x49, 0x34, 0x4c, 0xd7, 0x42, 0x34, 0xb3, 0xfc, + 0xca, 0x84, 0xfe, 0xc9, 0xa7, 0xbd, 0x31, 0xe9, 0x30, 0x13, 0xce, 0x27, 0x26, 0x26, 0xd0, 0x6b, + 0xe3, 0xe6, 0x26, 0xcc, 0xec, 0xe6, 0x34, 0xa8, 0x3e, 0xbf, 0xc4, 0xcb, 0xfa, 0x08, 0xbf, 0x71, + 0xa9, 0x90, 0x08, 0xbf, 0xf1, 0x77, 0xff, 0x26, 0x9c, 0x4f, 0xbc, 0x89, 0x8f, 0xf0, 0x1b, 0x77, + 0xed, 0x1f, 0xe1, 0x37, 0xf6, 0x62, 0x7f, 0xfb, 0xfd, 0x2f, 0xbe, 0x5c, 0x3f, 0xf7, 0xb3, 0x2f, + 0xd7, 0xcf, 0xfd, 0xfc, 0xcb, 0x75, 0xe9, 0x7b, 0xa7, 0xeb, 0xd2, 0x4f, 0x4e, 0xd7, 0xa5, 0xbf, + 0x39, 0x5d, 0x97, 0xbe, 0x38, 0x5d, 0x97, 0xfe, 0xf1, 0x74, 0x5d, 0xfa, 0x97, 0xd3, 0xf5, 0x73, + 0x3f, 0x3f, 0x5d, 0x97, 0x7e, 0xf0, 0xd5, 0xfa, 0xb9, 0x2f, 0xbe, 0x5a, 0x3f, 0xf7, 0xb3, 0xaf, + 0xd6, 0xcf, 0x7d, 0x67, 0x8e, 0xff, 0x9d, 0xcb, 0x83, 0x1c, 0xdd, 0xa9, 0xbf, 0xf1, 0x3f, 0x01, + 0x00, 0x00, 0xff, 0xff, 0x13, 0x13, 0x5c, 0x90, 0x07, 0x53, 0x00, 0x00, } func (x ArtifactType) String() string { @@ -9491,6 +9500,9 @@ func (this *ConfigForVizierRequest) Equal(that interface{}) bool { if this.K8sVersion != that1.K8sVersion { return false } + if this.VizierID != that1.VizierID { + return false + } return true } func (this *ConfigForVizierResponse) Equal(that interface{}) bool { @@ -11394,13 +11406,14 @@ func (this *ConfigForVizierRequest) GoString() string { if this == nil { return "nil" } - s := make([]string, 0, 7) + s := make([]string, 0, 8) s = append(s, "&cloudpb.ConfigForVizierRequest{") s = append(s, "Namespace: "+fmt.Sprintf("%#v", this.Namespace)+",\n") if this.VzSpec != nil { s = append(s, "VzSpec: "+fmt.Sprintf("%#v", this.VzSpec)+",\n") } s = append(s, "K8sVersion: "+fmt.Sprintf("%#v", this.K8sVersion)+",\n") + s = append(s, "VizierID: "+fmt.Sprintf("%#v", this.VizierID)+",\n") s = append(s, "}") return strings.Join(s, "") } @@ -18119,6 +18132,13 @@ func (m *ConfigForVizierRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) _ = i var l int _ = l + if len(m.VizierID) > 0 { + i -= len(m.VizierID) + copy(dAtA[i:], m.VizierID) + i = encodeVarintCloudapi(dAtA, i, uint64(len(m.VizierID))) + i-- + dAtA[i] = 0x22 + } if len(m.K8sVersion) > 0 { i -= len(m.K8sVersion) copy(dAtA[i:], m.K8sVersion) @@ -20918,6 +20938,10 @@ func (m *ConfigForVizierRequest) Size() (n int) { if l > 0 { n += 1 + l + sovCloudapi(uint64(l)) } + l = len(m.VizierID) + if l > 0 { + n += 1 + l + sovCloudapi(uint64(l)) + } return n } @@ -22499,6 +22523,7 @@ func (this *ConfigForVizierRequest) String() string { `Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`, `VzSpec:` + strings.Replace(fmt.Sprintf("%v", this.VzSpec), "VizierSpec", "vizierconfigpb.VizierSpec", 1) + `,`, `K8sVersion:` + fmt.Sprintf("%v", this.K8sVersion) + `,`, + `VizierID:` + fmt.Sprintf("%v", this.VizierID) + `,`, `}`, }, "") return s @@ -33747,6 +33772,38 @@ func (m *ConfigForVizierRequest) Unmarshal(dAtA []byte) error { } m.K8sVersion = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VizierID", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + 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 ErrInvalidLengthCloudapi + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCloudapi + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VizierID = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipCloudapi(dAtA[iNdEx:]) diff --git a/src/api/proto/cloudpb/cloudapi.proto b/src/api/proto/cloudpb/cloudapi.proto index dfe1bb881ec..9f13cb3207b 100644 --- a/src/api/proto/cloudpb/cloudapi.proto +++ b/src/api/proto/cloudpb/cloudapi.proto @@ -956,6 +956,8 @@ message ConfigForVizierRequest { vizierconfigpb.VizierSpec vz_spec = 2; // Kubernetes version of the cluster Vizier is running on. string k8s_version = 3 [ (gogoproto.customname) = "K8sVersion" ]; + // ID of the Vizier (Cluster ID). + string vizier_id = 4 [ (gogoproto.customname) = "VizierID" ]; } // ConfigForVizierResponse is the response to a ConfigForVizierRequest. diff --git a/src/cloud/config_manager/configmanagerpb/service.pb.go b/src/cloud/config_manager/configmanagerpb/service.pb.go index f0bface629b..d30fdc5ce4b 100755 --- a/src/cloud/config_manager/configmanagerpb/service.pb.go +++ b/src/cloud/config_manager/configmanagerpb/service.pb.go @@ -35,6 +35,7 @@ type ConfigForVizierRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` VzSpec *vizierconfigpb.VizierSpec `protobuf:"bytes,2,opt,name=vz_spec,json=vzSpec,proto3" json:"vz_spec,omitempty"` K8sVersion string `protobuf:"bytes,3,opt,name=k8s_version,json=k8sVersion,proto3" json:"k8s_version,omitempty"` + VizierID string `protobuf:"bytes,4,opt,name=vizier_id,json=vizierId,proto3" json:"vizier_id,omitempty"` } func (m *ConfigForVizierRequest) Reset() { *m = ConfigForVizierRequest{} } @@ -90,6 +91,13 @@ func (m *ConfigForVizierRequest) GetK8sVersion() string { return "" } +func (m *ConfigForVizierRequest) GetVizierID() string { + if m != nil { + return m.VizierID + } + return "" +} + type ConfigForVizierResponse struct { NameToYamlContent map[string]string `protobuf:"bytes,1,rep,name=nameToYamlContent,proto3" json:"nameToYamlContent,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` SentryDSN string `protobuf:"bytes,2,opt,name=sentry_dsn,json=sentryDsn,proto3" json:"sentry_dsn,omitempty"` @@ -232,41 +240,43 @@ func init() { } var fileDescriptor_11c1886abb7750df = []byte{ - // 538 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4d, 0x8f, 0xd2, 0x4e, - 0x1c, 0xee, 0x2c, 0xf9, 0xef, 0x3f, 0x0c, 0xf1, 0x85, 0x11, 0x57, 0x6c, 0x74, 0x20, 0xf8, 0x12, - 0x0e, 0xda, 0x26, 0x98, 0x6c, 0x88, 0xde, 0x58, 0xd0, 0x83, 0x71, 0x4d, 0x8a, 0xd9, 0x44, 0x2f, - 0x4d, 0xdb, 0x9d, 0xc5, 0x06, 0x98, 0x19, 0x3b, 0x6d, 0xb3, 0x70, 0xf2, 0x23, 0xf8, 0x0d, 0xbc, - 0xfa, 0x51, 0x3c, 0x72, 0xdc, 0x13, 0x91, 0xe1, 0xe2, 0x71, 0x8f, 0x1e, 0x4d, 0x67, 0xca, 0xba, - 0xcb, 0xe2, 0xcb, 0x89, 0x79, 0x7e, 0x2f, 0xcf, 0xf3, 0xf0, 0x4c, 0x07, 0xee, 0x8a, 0x28, 0xb0, - 0x83, 0x11, 0x4b, 0x0e, 0xed, 0x80, 0xd1, 0xa3, 0x70, 0xe0, 0x8e, 0x3d, 0xea, 0x0d, 0x48, 0x94, - 0xc3, 0x1c, 0x71, 0xdf, 0x16, 0x24, 0x4a, 0xc3, 0x80, 0x58, 0x3c, 0x62, 0x31, 0x43, 0x25, 0x7e, - 0x6c, 0xe5, 0x15, 0x61, 0x3e, 0x1e, 0x84, 0xf1, 0xfb, 0xc4, 0xb7, 0x02, 0x36, 0xb6, 0x07, 0x6c, - 0xc0, 0x6c, 0x35, 0xe3, 0x27, 0x47, 0x0a, 0x29, 0xa0, 0x4e, 0x7a, 0xd7, 0xb4, 0x33, 0x4d, 0x8f, - 0x87, 0x7a, 0xcc, 0x4e, 0xc3, 0x69, 0x48, 0x22, 0x2d, 0xc7, 0xfd, 0x1c, 0xba, 0xf1, 0x84, 0x13, - 0xa1, 0x17, 0x1a, 0x9f, 0x01, 0xdc, 0xd9, 0x53, 0xfd, 0xe7, 0x2c, 0x3a, 0x50, 0x7d, 0x87, 0x7c, - 0x48, 0x88, 0x88, 0xd1, 0x1d, 0x58, 0xa4, 0xde, 0x98, 0x08, 0xee, 0x05, 0xa4, 0x0a, 0xea, 0xa0, - 0x59, 0x74, 0x7e, 0x15, 0xd0, 0x2e, 0xfc, 0x3f, 0x9d, 0xba, 0x82, 0x93, 0xa0, 0xba, 0x55, 0x07, - 0xcd, 0x52, 0xeb, 0xae, 0xc5, 0x8f, 0xad, 0x8b, 0x82, 0x96, 0x26, 0xec, 0x73, 0x12, 0x38, 0xdb, - 0xe9, 0x34, 0xfb, 0x45, 0x36, 0x2c, 0x0d, 0xdb, 0xc2, 0x4d, 0x49, 0x24, 0x42, 0x46, 0xab, 0x85, - 0x8c, 0xb7, 0x73, 0x55, 0xce, 0x6b, 0xf0, 0x65, 0x5b, 0x1c, 0xe8, 0xaa, 0x03, 0x87, 0x67, 0xe7, - 0xc6, 0x0f, 0x00, 0x6f, 0x5d, 0x72, 0x28, 0x38, 0xa3, 0x82, 0xa0, 0x10, 0x96, 0x33, 0x47, 0x6f, - 0xd8, 0x5b, 0x6f, 0x3c, 0xda, 0x63, 0x34, 0x26, 0x34, 0xae, 0x82, 0x7a, 0xa1, 0x59, 0x6a, 0x3d, - 0xb3, 0xce, 0xc5, 0x68, 0xfd, 0x86, 0xc0, 0xda, 0x5f, 0xdf, 0xee, 0xd1, 0x38, 0x9a, 0x38, 0x97, - 0x59, 0xd1, 0x23, 0x08, 0x05, 0xc9, 0x9a, 0xee, 0xa1, 0xa0, 0xea, 0x2f, 0x17, 0x3b, 0x57, 0xe4, - 0xbc, 0x56, 0xec, 0xab, 0x6a, 0xb7, 0xbf, 0xef, 0x14, 0xf5, 0x40, 0x57, 0x50, 0xb3, 0x0b, 0x77, - 0x36, 0x53, 0xa3, 0xeb, 0xb0, 0x30, 0x24, 0x93, 0x3c, 0xcf, 0xec, 0x88, 0x2a, 0xf0, 0xbf, 0xd4, - 0x1b, 0x25, 0x44, 0x93, 0x3a, 0x1a, 0x3c, 0xdd, 0x6a, 0x83, 0x86, 0x09, 0xab, 0x67, 0xc6, 0x5f, - 0x73, 0x12, 0x79, 0x31, 0x5b, 0xdd, 0x4e, 0xc3, 0x87, 0xb7, 0x37, 0xf4, 0xf2, 0x5c, 0x7a, 0xf0, - 0x46, 0x6e, 0x96, 0xe5, 0x2d, 0xe5, 0x5a, 0x89, 0x76, 0x6e, 0xca, 0x79, 0xad, 0xac, 0x5d, 0xaf, - 0x16, 0x33, 0xf7, 0x65, 0x71, 0xb1, 0x24, 0x68, 0x6b, 0x0e, 0x60, 0x45, 0x8b, 0xbc, 0xd2, 0xdf, - 0x6a, 0x5f, 0xe7, 0x89, 0x5c, 0x88, 0x5e, 0x90, 0x78, 0x2d, 0x54, 0x74, 0xef, 0xcf, 0x91, 0x2b, - 0xdf, 0xe6, 0xfd, 0x7f, 0xb9, 0x17, 0x44, 0x60, 0xe5, 0xbc, 0xc0, 0xca, 0x14, 0x7a, 0xb0, 0x79, - 0x7b, 0x2d, 0x1c, 0xf3, 0xe1, 0xdf, 0xc6, 0xb4, 0x4c, 0xa7, 0x37, 0x5b, 0x60, 0xe3, 0x64, 0x81, - 0x8d, 0xd3, 0x05, 0x06, 0x1f, 0x25, 0x06, 0x5f, 0x24, 0x06, 0x5f, 0x25, 0x06, 0x33, 0x89, 0xc1, - 0x37, 0x89, 0xc1, 0x77, 0x89, 0x8d, 0x53, 0x89, 0xc1, 0xa7, 0x25, 0x36, 0x66, 0x4b, 0x6c, 0x9c, - 0x2c, 0xb1, 0xf1, 0xee, 0xda, 0xda, 0xfb, 0xf5, 0xb7, 0xd5, 0x5b, 0x7a, 0xf2, 0x33, 0x00, 0x00, - 0xff, 0xff, 0x78, 0x32, 0x6b, 0x8a, 0xf2, 0x03, 0x00, 0x00, + // 562 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xcb, 0x6e, 0xd3, 0x40, + 0x14, 0xf5, 0xb4, 0x50, 0xea, 0x09, 0xaf, 0x0e, 0xa5, 0x18, 0x0b, 0x26, 0x51, 0x78, 0x28, 0x48, + 0x60, 0x4b, 0x41, 0xaa, 0x22, 0xd8, 0xa5, 0x09, 0xa8, 0x42, 0x14, 0xc9, 0x41, 0x95, 0x60, 0x63, + 0xd9, 0xce, 0x34, 0x58, 0x49, 0x3c, 0x83, 0xc7, 0xb1, 0x9a, 0xac, 0xf8, 0x04, 0x3e, 0x83, 0x4f, + 0x41, 0xac, 0xb2, 0xec, 0x2a, 0x22, 0x93, 0x0d, 0xcb, 0x2e, 0x59, 0x22, 0xcf, 0x38, 0xa5, 0x4d, + 0xc3, 0x63, 0x95, 0xb9, 0xf7, 0xdc, 0x7b, 0xce, 0xc9, 0x19, 0x0f, 0xdc, 0xe6, 0x71, 0x60, 0x07, + 0x3d, 0x3a, 0x68, 0xdb, 0x01, 0x8d, 0x0e, 0xc2, 0x8e, 0xdb, 0xf7, 0x22, 0xaf, 0x43, 0xe2, 0xbc, + 0xcc, 0x2b, 0xe6, 0xdb, 0x9c, 0xc4, 0x69, 0x18, 0x10, 0x8b, 0xc5, 0x34, 0xa1, 0xa8, 0xc0, 0x0e, + 0xad, 0xbc, 0xc3, 0xcd, 0x27, 0x9d, 0x30, 0xf9, 0x30, 0xf0, 0xad, 0x80, 0xf6, 0xed, 0x0e, 0xed, + 0x50, 0x5b, 0xce, 0xf8, 0x83, 0x03, 0x59, 0xc9, 0x42, 0x9e, 0xd4, 0xae, 0x69, 0x67, 0x9a, 0x1e, + 0x0b, 0xd5, 0x98, 0x9d, 0x86, 0xa3, 0x90, 0xc4, 0x4a, 0x8e, 0xf9, 0x79, 0xe9, 0x26, 0x43, 0x46, + 0xb8, 0x5a, 0x28, 0x7f, 0x03, 0x70, 0x6b, 0x47, 0xe2, 0x2f, 0x68, 0xbc, 0x2f, 0x71, 0x87, 0x7c, + 0x1c, 0x10, 0x9e, 0xa0, 0x3b, 0x50, 0x8f, 0xbc, 0x3e, 0xe1, 0xcc, 0x0b, 0x88, 0x01, 0x4a, 0xa0, + 0xa2, 0x3b, 0xbf, 0x1b, 0x68, 0x1b, 0x5e, 0x4a, 0x47, 0x2e, 0x67, 0x24, 0x30, 0x56, 0x4a, 0xa0, + 0x52, 0xa8, 0xde, 0xb5, 0xd8, 0xa1, 0x75, 0x56, 0xd0, 0x52, 0x84, 0x2d, 0x46, 0x02, 0x67, 0x2d, + 0x1d, 0x65, 0xbf, 0xc8, 0x86, 0x85, 0x6e, 0x8d, 0xbb, 0x29, 0x89, 0x79, 0x48, 0x23, 0x63, 0x35, + 0xe3, 0xad, 0x5f, 0x15, 0x93, 0x22, 0x7c, 0x55, 0xe3, 0xfb, 0xaa, 0xeb, 0xc0, 0xee, 0xc9, 0x19, + 0x3d, 0x82, 0x7a, 0xee, 0x3b, 0x6c, 0x1b, 0x17, 0xe4, 0xf8, 0x65, 0x31, 0x29, 0xae, 0x2b, 0xee, + 0xdd, 0x86, 0xb3, 0xae, 0xe0, 0xdd, 0x76, 0xf9, 0x27, 0x80, 0xb7, 0xce, 0xfd, 0x19, 0xce, 0x68, + 0xc4, 0x09, 0x0a, 0xe1, 0x46, 0x66, 0xfe, 0x2d, 0x7d, 0xe7, 0xf5, 0x7b, 0x3b, 0x34, 0x4a, 0x48, + 0x94, 0x18, 0xa0, 0xb4, 0x5a, 0x29, 0x54, 0x9f, 0x5b, 0xa7, 0x12, 0xb7, 0xfe, 0x40, 0x60, 0xed, + 0x2d, 0x6e, 0x37, 0xa3, 0x24, 0x1e, 0x3a, 0xe7, 0x59, 0xd1, 0x63, 0x08, 0x39, 0xc9, 0x40, 0xb7, + 0xcd, 0x23, 0x99, 0x8e, 0x5e, 0xbf, 0x22, 0x26, 0x45, 0xbd, 0x25, 0xbb, 0x8d, 0xd6, 0x9e, 0xa3, + 0xab, 0x81, 0x06, 0x8f, 0xcc, 0x06, 0xdc, 0x5a, 0x4e, 0x8d, 0xae, 0xc3, 0xd5, 0x2e, 0x19, 0xe6, + 0xd1, 0x67, 0x47, 0xb4, 0x09, 0x2f, 0xa6, 0x5e, 0x6f, 0x40, 0x14, 0xa9, 0xa3, 0x8a, 0x67, 0x2b, + 0x35, 0x50, 0x36, 0xa1, 0x71, 0x62, 0xfc, 0x0d, 0x23, 0xb1, 0x97, 0xd0, 0xf9, 0x45, 0x96, 0x7d, + 0x78, 0x7b, 0x09, 0x96, 0xe7, 0xd2, 0x84, 0x37, 0x72, 0xb3, 0x34, 0x87, 0xa4, 0x6b, 0x29, 0x5a, + 0xbf, 0x29, 0x26, 0xc5, 0x0d, 0xe5, 0x7a, 0xbe, 0x98, 0xb9, 0xdf, 0xe0, 0x67, 0x5b, 0x3c, 0xaa, + 0x4e, 0x00, 0xdc, 0x54, 0x22, 0xaf, 0xd5, 0x67, 0xdd, 0x52, 0x79, 0x22, 0x17, 0xa2, 0x97, 0x24, + 0x59, 0x08, 0x15, 0xdd, 0xfb, 0x7b, 0xe4, 0xd2, 0xb7, 0x79, 0xff, 0x7f, 0xee, 0x05, 0x11, 0xb8, + 0x79, 0x5a, 0x60, 0x6e, 0x0a, 0x3d, 0x58, 0xbe, 0xbd, 0x10, 0x8e, 0xf9, 0xf0, 0x5f, 0x63, 0x4a, + 0xa6, 0xde, 0x1c, 0x4f, 0xb1, 0x76, 0x34, 0xc5, 0xda, 0xf1, 0x14, 0x83, 0x4f, 0x02, 0x83, 0x2f, + 0x02, 0x83, 0xaf, 0x02, 0x83, 0xb1, 0xc0, 0xe0, 0xbb, 0xc0, 0xe0, 0x87, 0xc0, 0xda, 0xb1, 0xc0, + 0xe0, 0xf3, 0x0c, 0x6b, 0xe3, 0x19, 0xd6, 0x8e, 0x66, 0x58, 0x7b, 0x7f, 0x6d, 0xe1, 0xa9, 0xfb, + 0x6b, 0xf2, 0xd9, 0x3d, 0xfd, 0x15, 0x00, 0x00, 0xff, 0xff, 0x64, 0x7e, 0x5d, 0x0e, 0x1d, 0x04, + 0x00, 0x00, } func (this *ConfigForVizierRequest) Equal(that interface{}) bool { @@ -297,6 +307,9 @@ func (this *ConfigForVizierRequest) Equal(that interface{}) bool { if this.K8sVersion != that1.K8sVersion { return false } + if this.VizierID != that1.VizierID { + return false + } return true } func (this *ConfigForVizierResponse) Equal(that interface{}) bool { @@ -380,13 +393,14 @@ func (this *ConfigForVizierRequest) GoString() string { if this == nil { return "nil" } - s := make([]string, 0, 7) + s := make([]string, 0, 8) s = append(s, "&configmanagerpb.ConfigForVizierRequest{") s = append(s, "Namespace: "+fmt.Sprintf("%#v", this.Namespace)+",\n") if this.VzSpec != nil { s = append(s, "VzSpec: "+fmt.Sprintf("%#v", this.VzSpec)+",\n") } s = append(s, "K8sVersion: "+fmt.Sprintf("%#v", this.K8sVersion)+",\n") + s = append(s, "VizierID: "+fmt.Sprintf("%#v", this.VizierID)+",\n") s = append(s, "}") return strings.Join(s, "") } @@ -577,6 +591,13 @@ func (m *ConfigForVizierRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) _ = i var l int _ = l + if len(m.VizierID) > 0 { + i -= len(m.VizierID) + copy(dAtA[i:], m.VizierID) + i = encodeVarintService(dAtA, i, uint64(len(m.VizierID))) + i-- + dAtA[i] = 0x22 + } if len(m.K8sVersion) > 0 { i -= len(m.K8sVersion) copy(dAtA[i:], m.K8sVersion) @@ -737,6 +758,10 @@ func (m *ConfigForVizierRequest) Size() (n int) { if l > 0 { n += 1 + l + sovService(uint64(l)) } + l = len(m.VizierID) + if l > 0 { + n += 1 + l + sovService(uint64(l)) + } return n } @@ -797,6 +822,7 @@ func (this *ConfigForVizierRequest) String() string { `Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`, `VzSpec:` + strings.Replace(fmt.Sprintf("%v", this.VzSpec), "VizierSpec", "vizierconfigpb.VizierSpec", 1) + `,`, `K8sVersion:` + fmt.Sprintf("%v", this.K8sVersion) + `,`, + `VizierID:` + fmt.Sprintf("%v", this.VizierID) + `,`, `}`, }, "") return s @@ -978,6 +1004,38 @@ func (m *ConfigForVizierRequest) Unmarshal(dAtA []byte) error { } m.K8sVersion = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VizierID", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowService + } + 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 ErrInvalidLengthService + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthService + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.VizierID = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipService(dAtA[iNdEx:]) diff --git a/src/cloud/config_manager/configmanagerpb/service.proto b/src/cloud/config_manager/configmanagerpb/service.proto index b1a2b40d1d5..d6f54dbbbc6 100644 --- a/src/cloud/config_manager/configmanagerpb/service.proto +++ b/src/cloud/config_manager/configmanagerpb/service.proto @@ -42,6 +42,8 @@ message ConfigForVizierRequest { vizierconfigpb.VizierSpec vz_spec = 2; // Kubernetes version of the cluster Vizier is running on. string k8s_version = 3 [ (gogoproto.customname) = "K8sVersion" ]; + // ID of the Vizier (Cluster ID). + string vizier_id = 4 [ (gogoproto.customname) = "VizierID" ]; } // ConfigForVizierResponse is the response to a ConfigForVizierRequest. diff --git a/src/cloud/config_manager/controllers/server.go b/src/cloud/config_manager/controllers/server.go index d0f37f98d93..335f46c9d38 100644 --- a/src/cloud/config_manager/controllers/server.go +++ b/src/cloud/config_manager/controllers/server.go @@ -52,6 +52,7 @@ type Server struct { atClient atpb.ArtifactTrackerClient deployKeyClient vzmgrpb.VZDeploymentKeyServiceClient vzFeatureFlagClient VizierFeatureFlagClient + vzmgrClient vzmgrpb.VZMgrServiceClient } // NewServer creates GRPC handlers. @@ -218,7 +219,19 @@ func (s *Server) GetConfigForVizier(ctx context.Context, AddDefaultTableStoreSize(tmplValues.PEMMemoryRequest, tmplValues.CustomPEMFlags) // Next we inject any feature flags that we want to set for this org. - orgID, err := s.getOrgIDForDeployKey(tmplValues.DeployKey) + var orgID uuid.UUID + // Attempt to get the org from Vizier, otherwise from the DeployKey. + if in.VizierID != "" { + resp, err := s.vzmgrClient.GetOrgFromVizier(ctx, utils.ProtoFromUUIDStrOrNil(in.VizierID)) + if err != nil { + log.WithError(err).Error("Failed to get the org from Vizier") + } else { + orgID = utils.UUIDFromProtoOrNil(resp.OrgID) + } + } else { + orgID, err = s.getOrgIDForDeployKey(tmplValues.DeployKey) + } + if err != nil || orgID == uuid.Nil { log.WithError(err).Error("Error getting org ID from deploy key, skipping feature flag logic") } else { From 1b3217025459c9d4aa7ebcd131f43afb767b42b6 Mon Sep 17 00:00:00 2001 From: Kartik Pattaswamy Date: Fri, 4 Aug 2023 22:47:50 +0000 Subject: [PATCH 2/5] Update to take input for VizierID and update its corresponding test Signed-off-by: Kartik Pattaswamy --- src/cloud/api/controllers/config_grpc.go | 1 + src/cloud/api/controllers/config_grpc_test.go | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/cloud/api/controllers/config_grpc.go b/src/cloud/api/controllers/config_grpc.go index 3566113c56e..ef00f0886e5 100644 --- a/src/cloud/api/controllers/config_grpc.go +++ b/src/cloud/api/controllers/config_grpc.go @@ -62,6 +62,7 @@ func (c *ConfigServiceServer) GetConfigForVizier(ctx context.Context, Registry: vizSpecReq.Registry, }, K8sVersion: req.K8sVersion, + VizierID: req.VizierID, }) if err != nil { return nil, err diff --git a/src/cloud/api/controllers/config_grpc_test.go b/src/cloud/api/controllers/config_grpc_test.go index ad9a457aafd..c22163c3cc1 100644 --- a/src/cloud/api/controllers/config_grpc_test.go +++ b/src/cloud/api/controllers/config_grpc_test.go @@ -77,6 +77,7 @@ func TestConfigForVizier(t *testing.T) { Namespace: "test-namespace", VzSpec: vzSpec, K8sVersion: "1.24.1", + VizierID: "test-id", } nameToYamlContent := make(map[string]string) @@ -92,6 +93,7 @@ func TestConfigForVizier(t *testing.T) { Namespace: "test-namespace", VzSpec: vzSpec, K8sVersion: "1.24.1", + VizierID: "test-id", }) require.NoError(t, err) assert.Equal(t, resp.NameToYamlContent["fileAName"], "fileAContent") From abb4b94d82b7cd6dedc08ed53085156e4979b2c1 Mon Sep 17 00:00:00 2001 From: Kartik Pattaswamy Date: Fri, 4 Aug 2023 22:49:55 +0000 Subject: [PATCH 3/5] Restructure logic to determine how to retrieve orgID. Add constructor to create a vzmgrClient Signed-off-by: Kartik Pattaswamy --- .../config_manager/config_manager_server.go | 22 +++++++++++++- .../config_manager/controllers/server.go | 30 +++++++++++-------- 2 files changed, 39 insertions(+), 13 deletions(-) diff --git a/src/cloud/config_manager/config_manager_server.go b/src/cloud/config_manager/config_manager_server.go index 7735442e5dc..4157345ce73 100644 --- a/src/cloud/config_manager/config_manager_server.go +++ b/src/cloud/config_manager/config_manager_server.go @@ -73,6 +73,20 @@ func newDeploymentKeyClient() (vzmgrpb.VZDeploymentKeyServiceClient, error) { return vzmgrpb.NewVZDeploymentKeyServiceClient(deployKeyChannel), nil } +func newVizierManagerClient() (vzmgrpb.VZMgrServiceClient, error) { + dialOpts, err := services.GetGRPCClientDialOpts() + if err != nil { + return nil, err + } + + vizierManagerChannel, err := grpc.Dial(viper.GetString("vzmgr_service"), dialOpts...) + if err != nil { + return nil, err + } + + return vzmgrpb.NewVZMgrServiceClient(vizierManagerChannel), nil +} + func main() { services.SetupService("config-manager-service", 50500) services.PostFlagSetupAndParse() @@ -93,7 +107,13 @@ func main() { if err != nil { log.WithError(err).Fatal("Could not connect with Artifact Service.") } - svr := controllers.NewServer(atClient, deployKeyClient, viper.GetString("ld_sdk_key")) + + vzmgrClient, err := newVizierManagerClient() + if err != nil { + log.WithError(err).Fatal("Could not connect with VizierManager Service.") + } + + svr := controllers.NewServer(atClient, deployKeyClient, viper.GetString("ld_sdk_key"), vzmgrClient) serverOpts := &server.GRPCServerOptions{ DisableAuth: map[string]bool{ "/px.services.ConfigManagerService/GetConfigForVizier": true, diff --git a/src/cloud/config_manager/controllers/server.go b/src/cloud/config_manager/controllers/server.go index 335f46c9d38..e5efc786542 100644 --- a/src/cloud/config_manager/controllers/server.go +++ b/src/cloud/config_manager/controllers/server.go @@ -56,11 +56,12 @@ type Server struct { } // NewServer creates GRPC handlers. -func NewServer(atClient atpb.ArtifactTrackerClient, deployKeyClient vzmgrpb.VZDeploymentKeyServiceClient, ldSDKKey string) *Server { +func NewServer(atClient atpb.ArtifactTrackerClient, deployKeyClient vzmgrpb.VZDeploymentKeyServiceClient, ldSDKKey string, vzmgrClient vzmgrpb.VZMgrServiceClient) *Server { return &Server{ atClient: atClient, deployKeyClient: deployKeyClient, vzFeatureFlagClient: NewVizierFeatureFlagClient(ldSDKKey), + vzmgrClient: vzmgrClient, } } @@ -218,24 +219,29 @@ func (s *Server) GetConfigForVizier(ctx context.Context, } AddDefaultTableStoreSize(tmplValues.PEMMemoryRequest, tmplValues.CustomPEMFlags) - // Next we inject any feature flags that we want to set for this org. + // Attempt to get the org ID from DeployKey, otherwise from the Vizier. + getOrgID := true var orgID uuid.UUID - // Attempt to get the org from Vizier, otherwise from the DeployKey. - if in.VizierID != "" { + orgID, err = s.getOrgIDForDeployKey(tmplValues.DeployKey) + if err != nil || orgID == uuid.Nil { + log.WithError(err).Error("Error getting org ID from deploy key") + getOrgID = false + } + if !getOrgID && in.VizierID != "" { resp, err := s.vzmgrClient.GetOrgFromVizier(ctx, utils.ProtoFromUUIDStrOrNil(in.VizierID)) - if err != nil { - log.WithError(err).Error("Failed to get the org from Vizier") + orgID = utils.UUIDFromProtoOrNil(resp.OrgID) + if err != nil || orgID == uuid.Nil { + log.WithError(err).Error("Error getting org ID from Vizier") } else { - orgID = utils.UUIDFromProtoOrNil(resp.OrgID) + getOrgID = true } - } else { - orgID, err = s.getOrgIDForDeployKey(tmplValues.DeployKey) } - if err != nil || orgID == uuid.Nil { - log.WithError(err).Error("Error getting org ID from deploy key, skipping feature flag logic") - } else { + // Next we inject any feature flags that we want to set for this org. + if getOrgID { AddFeatureFlagsToTemplate(s.vzFeatureFlagClient, orgID, tmplValues) + } else { + log.Error("Skipping feature flag logic") } vzYamls, err := yamls.ExecuteTemplatedYAMLs(templatedYAMLs, vizieryamls.VizierTmplValuesToArgs(tmplValues)) From 30576ff9e3931672cb5da020d6f93804a914912b Mon Sep 17 00:00:00 2001 From: Kartik Pattaswamy Date: Tue, 8 Aug 2023 01:39:00 +0000 Subject: [PATCH 4/5] Use different approach to check conditions Signed-off-by: Kartik Pattaswamy --- src/cloud/config_manager/controllers/server.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/cloud/config_manager/controllers/server.go b/src/cloud/config_manager/controllers/server.go index e5efc786542..4cc22b59246 100644 --- a/src/cloud/config_manager/controllers/server.go +++ b/src/cloud/config_manager/controllers/server.go @@ -220,25 +220,21 @@ func (s *Server) GetConfigForVizier(ctx context.Context, AddDefaultTableStoreSize(tmplValues.PEMMemoryRequest, tmplValues.CustomPEMFlags) // Attempt to get the org ID from DeployKey, otherwise from the Vizier. - getOrgID := true var orgID uuid.UUID orgID, err = s.getOrgIDForDeployKey(tmplValues.DeployKey) if err != nil || orgID == uuid.Nil { log.WithError(err).Error("Error getting org ID from deploy key") - getOrgID = false } - if !getOrgID && in.VizierID != "" { + if orgID == uuid.Nil && in.VizierID != "" { resp, err := s.vzmgrClient.GetOrgFromVizier(ctx, utils.ProtoFromUUIDStrOrNil(in.VizierID)) orgID = utils.UUIDFromProtoOrNil(resp.OrgID) if err != nil || orgID == uuid.Nil { log.WithError(err).Error("Error getting org ID from Vizier") - } else { - getOrgID = true } } // Next we inject any feature flags that we want to set for this org. - if getOrgID { + if orgID != uuid.Nil { AddFeatureFlagsToTemplate(s.vzFeatureFlagClient, orgID, tmplValues) } else { log.Error("Skipping feature flag logic") From af765d2daaadee1e15ccaadb9c1b02c01e7b54ef Mon Sep 17 00:00:00 2001 From: Kartik Pattaswamy Date: Wed, 9 Aug 2023 17:50:19 +0000 Subject: [PATCH 5/5] remove change in test Signed-off-by: Kartik Pattaswamy --- src/cloud/api/controllers/config_grpc_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cloud/api/controllers/config_grpc_test.go b/src/cloud/api/controllers/config_grpc_test.go index c22163c3cc1..ad9a457aafd 100644 --- a/src/cloud/api/controllers/config_grpc_test.go +++ b/src/cloud/api/controllers/config_grpc_test.go @@ -77,7 +77,6 @@ func TestConfigForVizier(t *testing.T) { Namespace: "test-namespace", VzSpec: vzSpec, K8sVersion: "1.24.1", - VizierID: "test-id", } nameToYamlContent := make(map[string]string) @@ -93,7 +92,6 @@ func TestConfigForVizier(t *testing.T) { Namespace: "test-namespace", VzSpec: vzSpec, K8sVersion: "1.24.1", - VizierID: "test-id", }) require.NoError(t, err) assert.Equal(t, resp.NameToYamlContent["fileAName"], "fileAContent")