From 868de7919732805388a5af748f25ccff21aca316 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Wed, 26 May 2021 10:12:28 -0700 Subject: [PATCH] Add K8sPod as a task target option (#172) --- flyteidl/gen/pb-cpp/flyteidl/admin/task.pb.cc | 2 +- .../gen/pb-cpp/flyteidl/core/compiler.pb.cc | 2 +- .../pb-cpp/flyteidl/core/dynamic_job.pb.cc | 2 +- flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc | 1340 ++++++++- flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h | 533 +++- .../flyteidl/core/workflow_closure.pb.cc | 2 +- flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go | 288 +- .../pb-go/flyteidl/core/tasks.pb.validate.go | 167 ++ .../pb-go/flyteidl/service/admin.swagger.json | 37 + .../flyteidl/service/flyteadmin/README.md | 2 + .../service/flyteadmin/api/swagger.yaml | 392 +++ .../model_core_k8s_object_metadata.go | 18 + .../service/flyteadmin/model_core_k8s_pod.go | 17 + .../flyteadmin/model_core_task_template.go | 1 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- flyteidl/gen/pb-java/flyteidl/core/Tasks.java | 2668 ++++++++++++++++- flyteidl/gen/pb-js/flyteidl.d.ts | 124 +- flyteidl/gen/pb-js/flyteidl.js | 310 +- .../gen/pb_python/flyteidl/core/tasks_pb2.py | 243 +- .../flyteidl/service/flyteadmin/README.md | 2 + .../service/flyteadmin/flyteadmin/__init__.py | 2 + .../flyteadmin/flyteadmin/models/__init__.py | 2 + .../models/core_k8s_object_metadata.py | 145 + .../flyteadmin/models/core_k8s_pod.py | 146 + .../flyteadmin/models/core_task_template.py | 29 +- .../test/test_core_k8s_object_metadata.py | 40 + .../flyteadmin/test/test_core_k8s_pod.py | 40 + flyteidl/go.sum | 221 ++ flyteidl/protos/flyteidl/core/tasks.proto | 23 + 29 files changed, 6483 insertions(+), 319 deletions(-) create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_object_metadata.go create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_pod.go create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_object_metadata.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_pod.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_object_metadata.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_pod.py diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/task.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/task.pb.cc index ad2442def1..d85136a298 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/task.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/task.pb.cc @@ -21,7 +21,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_2eproto ::google::protob extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_Task_flyteidl_2fadmin_2ftask_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcompiler_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_CompiledTask_flyteidl_2fcore_2fcompiler_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<8> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; namespace flyteidl { namespace admin { diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/compiler.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/compiler.pb.cc index 0ac0e94534..06b60a4771 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/compiler.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/compiler.pb.cc @@ -22,7 +22,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcompiler_2eproto ::google::pro extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcompiler_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ConnectionSet_UpstreamEntry_DoNotUse_flyteidl_2fcore_2fcompiler_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcompiler_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_CompiledWorkflow_flyteidl_2fcore_2fcompiler_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcompiler_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_ConnectionSet_flyteidl_2fcore_2fcompiler_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<8> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fworkflow_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_WorkflowTemplate_flyteidl_2fcore_2fworkflow_2eproto; namespace flyteidl { namespace core { diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/dynamic_job.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/dynamic_job.pb.cc index 3c0bd2d15d..1c232fac16 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/dynamic_job.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/dynamic_job.pb.cc @@ -17,7 +17,7 @@ #include extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Binding_flyteidl_2fcore_2fliterals_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<8> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fworkflow_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_WorkflowTemplate_flyteidl_2fcore_2fworkflow_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fworkflow_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_BranchNode_flyteidl_2fcore_2fworkflow_2eproto; namespace flyteidl { diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc index 28eb7f41e2..969d5d044a 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc @@ -23,11 +23,15 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::pro extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fsecurity_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_SecurityContext_flyteidl_2fcore_2fsecurity_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ContainerPort_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_IOStrategy_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_K8sObjectMetadata_AnnotationsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_K8sObjectMetadata_LabelsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Resources_ResourceEntry_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_RuntimeMetadata_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_TaskTemplate_ConfigEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_DataLoadingConfig_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Resources_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_K8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_K8sPod_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_TaskMetadata_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<4> scc_info_Container_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fduration_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Duration_google_2fprotobuf_2fduration_2eproto; @@ -59,6 +63,7 @@ class TaskTemplateDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; const ::flyteidl::core::Container* container_; + const ::flyteidl::core::K8sPod* k8s_pod_; } _TaskTemplate_default_instance_; class ContainerPortDefaultTypeInternal { public: @@ -76,6 +81,22 @@ class DataLoadingConfigDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _DataLoadingConfig_default_instance_; +class K8sPodDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _K8sPod_default_instance_; +class K8sObjectMetadata_LabelsEntry_DoNotUseDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _K8sObjectMetadata_LabelsEntry_DoNotUse_default_instance_; +class K8sObjectMetadata_AnnotationsEntry_DoNotUseDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _K8sObjectMetadata_AnnotationsEntry_DoNotUse_default_instance_; +class K8sObjectMetadataDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _K8sObjectMetadata_default_instance_; } // namespace core } // namespace flyteidl static void InitDefaultsResources_ResourceEntry_flyteidl_2fcore_2ftasks_2eproto() { @@ -162,13 +183,14 @@ static void InitDefaultsTaskTemplate_flyteidl_2fcore_2ftasks_2eproto() { ::flyteidl::core::TaskTemplate::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<7> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 7, InitDefaultsTaskTemplate_flyteidl_2fcore_2ftasks_2eproto}, { +::google::protobuf::internal::SCCInfo<8> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 8, InitDefaultsTaskTemplate_flyteidl_2fcore_2ftasks_2eproto}, { &scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto.base, &scc_info_TaskMetadata_flyteidl_2fcore_2ftasks_2eproto.base, &scc_info_TypedInterface_flyteidl_2fcore_2finterface_2eproto.base, &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base, &scc_info_Container_flyteidl_2fcore_2ftasks_2eproto.base, + &scc_info_K8sPod_flyteidl_2fcore_2ftasks_2eproto.base, &scc_info_SecurityContext_flyteidl_2fcore_2fsecurity_2eproto.base, &scc_info_TaskTemplate_ConfigEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto.base,}}; @@ -233,6 +255,64 @@ ::google::protobuf::internal::SCCInfo<1> scc_info_DataLoadingConfig_flyteidl_2fc {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsDataLoadingConfig_flyteidl_2fcore_2ftasks_2eproto}, { &scc_info_IOStrategy_flyteidl_2fcore_2ftasks_2eproto.base,}}; +static void InitDefaultsK8sPod_flyteidl_2fcore_2ftasks_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::core::_K8sPod_default_instance_; + new (ptr) ::flyteidl::core::K8sPod(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::core::K8sPod::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<2> scc_info_K8sPod_flyteidl_2fcore_2ftasks_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsK8sPod_flyteidl_2fcore_2ftasks_2eproto}, { + &scc_info_K8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto.base, + &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base,}}; + +static void InitDefaultsK8sObjectMetadata_LabelsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::core::_K8sObjectMetadata_LabelsEntry_DoNotUse_default_instance_; + new (ptr) ::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse(); + } + ::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_K8sObjectMetadata_LabelsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsK8sObjectMetadata_LabelsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto}, {}}; + +static void InitDefaultsK8sObjectMetadata_AnnotationsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::core::_K8sObjectMetadata_AnnotationsEntry_DoNotUse_default_instance_; + new (ptr) ::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse(); + } + ::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_K8sObjectMetadata_AnnotationsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsK8sObjectMetadata_AnnotationsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto}, {}}; + +static void InitDefaultsK8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::core::_K8sObjectMetadata_default_instance_; + new (ptr) ::flyteidl::core::K8sObjectMetadata(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::core::K8sObjectMetadata::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<2> scc_info_K8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsK8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto}, { + &scc_info_K8sObjectMetadata_LabelsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto.base, + &scc_info_K8sObjectMetadata_AnnotationsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto.base,}}; + void InitDefaults_flyteidl_2fcore_2ftasks_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_Resources_ResourceEntry_flyteidl_2fcore_2ftasks_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_Resources_flyteidl_2fcore_2ftasks_2eproto.base); @@ -244,9 +324,13 @@ void InitDefaults_flyteidl_2fcore_2ftasks_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_Container_flyteidl_2fcore_2ftasks_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_IOStrategy_flyteidl_2fcore_2ftasks_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_DataLoadingConfig_flyteidl_2fcore_2ftasks_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_K8sPod_flyteidl_2fcore_2ftasks_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_K8sObjectMetadata_LabelsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_K8sObjectMetadata_AnnotationsEntry_DoNotUse_flyteidl_2fcore_2ftasks_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_K8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fcore_2ftasks_2eproto[10]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fcore_2ftasks_2eproto[14]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fcore_2ftasks_2eproto[5]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fcore_2ftasks_2eproto = nullptr; @@ -306,6 +390,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2ftasks_2eproto::of PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, interface_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, custom_), offsetof(::flyteidl::core::TaskTemplateDefaultTypeInternal, container_), + offsetof(::flyteidl::core::TaskTemplateDefaultTypeInternal, k8s_pod_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, task_type_version_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, security_context_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, config_), @@ -346,6 +431,38 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2ftasks_2eproto::of PROTOBUF_FIELD_OFFSET(::flyteidl::core::DataLoadingConfig, output_path_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::DataLoadingConfig, format_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::DataLoadingConfig, io_strategy_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sPod, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sPod, metadata_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sPod, pod_spec_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse, key_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse, value_), + 0, + 1, + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse, key_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse, value_), + 0, + 1, + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata, labels_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::K8sObjectMetadata, annotations_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::core::Resources_ResourceEntry)}, @@ -354,10 +471,14 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 22, -1, sizeof(::flyteidl::core::TaskMetadata)}, { 35, 42, sizeof(::flyteidl::core::TaskTemplate_ConfigEntry_DoNotUse)}, { 44, -1, sizeof(::flyteidl::core::TaskTemplate)}, - { 59, -1, sizeof(::flyteidl::core::ContainerPort)}, - { 65, -1, sizeof(::flyteidl::core::Container)}, - { 78, -1, sizeof(::flyteidl::core::IOStrategy)}, - { 85, -1, sizeof(::flyteidl::core::DataLoadingConfig)}, + { 60, -1, sizeof(::flyteidl::core::ContainerPort)}, + { 66, -1, sizeof(::flyteidl::core::Container)}, + { 79, -1, sizeof(::flyteidl::core::IOStrategy)}, + { 86, -1, sizeof(::flyteidl::core::DataLoadingConfig)}, + { 96, -1, sizeof(::flyteidl::core::K8sPod)}, + { 103, 110, sizeof(::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse)}, + { 112, 119, sizeof(::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse)}, + { 121, -1, sizeof(::flyteidl::core::K8sObjectMetadata)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -371,12 +492,16 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::core::_Container_default_instance_), reinterpret_cast(&::flyteidl::core::_IOStrategy_default_instance_), reinterpret_cast(&::flyteidl::core::_DataLoadingConfig_default_instance_), + reinterpret_cast(&::flyteidl::core::_K8sPod_default_instance_), + reinterpret_cast(&::flyteidl::core::_K8sObjectMetadata_LabelsEntry_DoNotUse_default_instance_), + reinterpret_cast(&::flyteidl::core::_K8sObjectMetadata_AnnotationsEntry_DoNotUse_default_instance_), + reinterpret_cast(&::flyteidl::core::_K8sObjectMetadata_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto = { {}, AddDescriptors_flyteidl_2fcore_2ftasks_2eproto, "flyteidl/core/tasks.proto", schemas, file_default_instances, TableStruct_flyteidl_2fcore_2ftasks_2eproto::offsets, - file_level_metadata_flyteidl_2fcore_2ftasks_2eproto, 10, file_level_enum_descriptors_flyteidl_2fcore_2ftasks_2eproto, file_level_service_descriptors_flyteidl_2fcore_2ftasks_2eproto, + file_level_metadata_flyteidl_2fcore_2ftasks_2eproto, 14, file_level_enum_descriptors_flyteidl_2fcore_2ftasks_2eproto, file_level_service_descriptors_flyteidl_2fcore_2ftasks_2eproto, }; const char descriptor_table_protodef_flyteidl_2fcore_2ftasks_2eproto[] = @@ -403,47 +528,57 @@ const char descriptor_table_protodef_flyteidl_2fcore_2ftasks_2eproto[] = "retries\030\005 \001(\0132\034.flyteidl.core.RetryStrat" "egy\022\031\n\021discovery_version\030\006 \001(\t\022 \n\030deprec" "ated_error_message\030\007 \001(\t\022\027\n\rinterruptibl" - "e\030\010 \001(\010H\000B\025\n\023interruptible_value\"\303\003\n\014Tas" + "e\030\010 \001(\010H\000B\025\n\023interruptible_value\"\355\003\n\014Tas" "kTemplate\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Id" "entifier\022\014\n\004type\030\002 \001(\t\022-\n\010metadata\030\003 \001(\013" "2\033.flyteidl.core.TaskMetadata\0220\n\tinterfa" "ce\030\004 \001(\0132\035.flyteidl.core.TypedInterface\022" "\'\n\006custom\030\005 \001(\0132\027.google.protobuf.Struct" "\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl.core.Cont" - "ainerH\000\022\031\n\021task_type_version\030\007 \001(\005\0228\n\020se" - "curity_context\030\010 \001(\0132\036.flyteidl.core.Sec" - "urityContext\0227\n\006config\030\020 \003(\0132\'.flyteidl." - "core.TaskTemplate.ConfigEntry\032-\n\013ConfigE" - "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\010\n\006" - "target\"\'\n\rContainerPort\022\026\n\016container_por" - "t\030\001 \001(\r\"\245\002\n\tContainer\022\r\n\005image\030\001 \001(\t\022\017\n\007" - "command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t\022+\n\tresources" - "\030\004 \001(\0132\030.flyteidl.core.Resources\022(\n\003env\030" - "\005 \003(\0132\033.flyteidl.core.KeyValuePair\022/\n\006co" - "nfig\030\006 \003(\0132\033.flyteidl.core.KeyValuePairB" - "\002\030\001\022+\n\005ports\030\007 \003(\0132\034.flyteidl.core.Conta" - "inerPort\0225\n\013data_config\030\t \001(\0132 .flyteidl" - ".core.DataLoadingConfig\"\233\002\n\nIOStrategy\022=" - "\n\rdownload_mode\030\001 \001(\0162&.flyteidl.core.IO" - "Strategy.DownloadMode\0229\n\013upload_mode\030\002 \001" - "(\0162$.flyteidl.core.IOStrategy.UploadMode" - "\"L\n\014DownloadMode\022\022\n\016DOWNLOAD_EAGER\020\000\022\023\n\017" - "DOWNLOAD_STREAM\020\001\022\023\n\017DO_NOT_DOWNLOAD\020\002\"E" - "\n\nUploadMode\022\022\n\016UPLOAD_ON_EXIT\020\000\022\020\n\014UPLO" - "AD_EAGER\020\001\022\021\n\rDO_NOT_UPLOAD\020\002\"\363\001\n\021DataLo" - "adingConfig\022\017\n\007enabled\030\001 \001(\010\022\022\n\ninput_pa" - "th\030\002 \001(\t\022\023\n\013output_path\030\003 \001(\t\022A\n\006format\030" - "\004 \001(\01621.flyteidl.core.DataLoadingConfig." - "LiteralMapFormat\022.\n\013io_strategy\030\005 \001(\0132\031." - "flyteidl.core.IOStrategy\"1\n\020LiteralMapFo" - "rmat\022\010\n\004JSON\020\000\022\010\n\004YAML\020\001\022\t\n\005PROTO\020\002B6Z4g" - "ithub.com/flyteorg/flyteidl/gen/pb-go/fl" - "yteidl/coreb\006proto3" + "ainerH\000\022(\n\007k8s_pod\030\021 \001(\0132\025.flyteidl.core" + ".K8sPodH\000\022\031\n\021task_type_version\030\007 \001(\005\0228\n\020" + "security_context\030\010 \001(\0132\036.flyteidl.core.S" + "ecurityContext\0227\n\006config\030\020 \003(\0132\'.flyteid" + "l.core.TaskTemplate.ConfigEntry\032-\n\013Confi" + "gEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\010" + "\n\006target\"\'\n\rContainerPort\022\026\n\016container_p" + "ort\030\001 \001(\r\"\245\002\n\tContainer\022\r\n\005image\030\001 \001(\t\022\017" + "\n\007command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t\022+\n\tresourc" + "es\030\004 \001(\0132\030.flyteidl.core.Resources\022(\n\003en" + "v\030\005 \003(\0132\033.flyteidl.core.KeyValuePair\022/\n\006" + "config\030\006 \003(\0132\033.flyteidl.core.KeyValuePai" + "rB\002\030\001\022+\n\005ports\030\007 \003(\0132\034.flyteidl.core.Con" + "tainerPort\0225\n\013data_config\030\t \001(\0132 .flytei" + "dl.core.DataLoadingConfig\"\233\002\n\nIOStrategy" + "\022=\n\rdownload_mode\030\001 \001(\0162&.flyteidl.core." + "IOStrategy.DownloadMode\0229\n\013upload_mode\030\002" + " \001(\0162$.flyteidl.core.IOStrategy.UploadMo" + "de\"L\n\014DownloadMode\022\022\n\016DOWNLOAD_EAGER\020\000\022\023" + "\n\017DOWNLOAD_STREAM\020\001\022\023\n\017DO_NOT_DOWNLOAD\020\002" + "\"E\n\nUploadMode\022\022\n\016UPLOAD_ON_EXIT\020\000\022\020\n\014UP" + "LOAD_EAGER\020\001\022\021\n\rDO_NOT_UPLOAD\020\002\"\363\001\n\021Data" + "LoadingConfig\022\017\n\007enabled\030\001 \001(\010\022\022\n\ninput_" + "path\030\002 \001(\t\022\023\n\013output_path\030\003 \001(\t\022A\n\006forma" + "t\030\004 \001(\01621.flyteidl.core.DataLoadingConfi" + "g.LiteralMapFormat\022.\n\013io_strategy\030\005 \001(\0132" + "\031.flyteidl.core.IOStrategy\"1\n\020LiteralMap" + "Format\022\010\n\004JSON\020\000\022\010\n\004YAML\020\001\022\t\n\005PROTO\020\002\"g\n" + "\006K8sPod\0222\n\010metadata\030\001 \001(\0132 .flyteidl.cor" + "e.K8sObjectMetadata\022)\n\010pod_spec\030\002 \001(\0132\027." + "google.protobuf.Struct\"\374\001\n\021K8sObjectMeta" + "data\022<\n\006labels\030\001 \003(\0132,.flyteidl.core.K8s" + "ObjectMetadata.LabelsEntry\022F\n\013annotation" + "s\030\002 \003(\01321.flyteidl.core.K8sObjectMetadat" + "a.AnnotationsEntry\032-\n\013LabelsEntry\022\013\n\003key" + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\0322\n\020Annotations" + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B6Z" + "4github.com/flyteorg/flyteidl/gen/pb-go/" + "flyteidl/coreb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fcore_2ftasks_2eproto = { false, InitDefaults_flyteidl_2fcore_2ftasks_2eproto, descriptor_table_protodef_flyteidl_2fcore_2ftasks_2eproto, - "flyteidl/core/tasks.proto", &assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto, 2339, + "flyteidl/core/tasks.proto", &assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto, 2741, }; void AddDescriptors_flyteidl_2fcore_2ftasks_2eproto() { @@ -2447,6 +2582,8 @@ void TaskTemplate::InitAsDefaultInstance() { ::google::protobuf::Struct::internal_default_instance()); ::flyteidl::core::_TaskTemplate_default_instance_.container_ = const_cast< ::flyteidl::core::Container*>( ::flyteidl::core::Container::internal_default_instance()); + ::flyteidl::core::_TaskTemplate_default_instance_.k8s_pod_ = const_cast< ::flyteidl::core::K8sPod*>( + ::flyteidl::core::K8sPod::internal_default_instance()); ::flyteidl::core::_TaskTemplate_default_instance_._instance.get_mutable()->security_context_ = const_cast< ::flyteidl::core::SecurityContext*>( ::flyteidl::core::SecurityContext::internal_default_instance()); } @@ -2457,6 +2594,7 @@ class TaskTemplate::HasBitSetters { static const ::flyteidl::core::TypedInterface& interface(const TaskTemplate* msg); static const ::google::protobuf::Struct& custom(const TaskTemplate* msg); static const ::flyteidl::core::Container& container(const TaskTemplate* msg); + static const ::flyteidl::core::K8sPod& k8s_pod(const TaskTemplate* msg); static const ::flyteidl::core::SecurityContext& security_context(const TaskTemplate* msg); }; @@ -2480,6 +2618,10 @@ const ::flyteidl::core::Container& TaskTemplate::HasBitSetters::container(const TaskTemplate* msg) { return *msg->target_.container_; } +const ::flyteidl::core::K8sPod& +TaskTemplate::HasBitSetters::k8s_pod(const TaskTemplate* msg) { + return *msg->target_.k8s_pod_; +} const ::flyteidl::core::SecurityContext& TaskTemplate::HasBitSetters::security_context(const TaskTemplate* msg) { return *msg->security_context_; @@ -2516,6 +2658,20 @@ void TaskTemplate::set_allocated_container(::flyteidl::core::Container* containe } // @@protoc_insertion_point(field_set_allocated:flyteidl.core.TaskTemplate.container) } +void TaskTemplate::set_allocated_k8s_pod(::flyteidl::core::K8sPod* k8s_pod) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_target(); + if (k8s_pod) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + k8s_pod = ::google::protobuf::internal::GetOwnedMessage( + message_arena, k8s_pod, submessage_arena); + } + set_has_k8s_pod(); + target_.k8s_pod_ = k8s_pod; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.TaskTemplate.k8s_pod) +} void TaskTemplate::clear_security_context() { if (GetArenaNoVirtual() == nullptr && security_context_ != nullptr) { delete security_context_; @@ -2529,6 +2685,7 @@ const int TaskTemplate::kMetadataFieldNumber; const int TaskTemplate::kInterfaceFieldNumber; const int TaskTemplate::kCustomFieldNumber; const int TaskTemplate::kContainerFieldNumber; +const int TaskTemplate::kK8SPodFieldNumber; const int TaskTemplate::kTaskTypeVersionFieldNumber; const int TaskTemplate::kSecurityContextFieldNumber; const int TaskTemplate::kConfigFieldNumber; @@ -2580,6 +2737,10 @@ TaskTemplate::TaskTemplate(const TaskTemplate& from) mutable_container()->::flyteidl::core::Container::MergeFrom(from.container()); break; } + case kK8SPod: { + mutable_k8s_pod()->::flyteidl::core::K8sPod::MergeFrom(from.k8s_pod()); + break; + } case TARGET_NOT_SET: { break; } @@ -2630,6 +2791,10 @@ void TaskTemplate::clear_target() { delete target_.container_; break; } + case kK8SPod: { + delete target_.k8s_pod_; + break; + } case TARGET_NOT_SET: { break; } @@ -2804,6 +2969,19 @@ const char* TaskTemplate::_InternalParse(const char* begin, const char* end, voi } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 65535) == 386 && (ptr += 2)); break; } + // .flyteidl.core.K8sPod k8s_pod = 17; + case 17: { + if (static_cast<::google::protobuf::uint8>(tag) != 138) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::K8sPod::_InternalParse; + object = msg->mutable_k8s_pod(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -2958,6 +3136,17 @@ bool TaskTemplate::MergePartialFromCodedStream( break; } + // .flyteidl.core.K8sPod k8s_pod = 17; + case 17: { + if (static_cast< ::google::protobuf::uint8>(tag) == (138 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_k8s_pod())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -3085,6 +3274,12 @@ void TaskTemplate::SerializeWithCachedSizes( } } + // .flyteidl.core.K8sPod k8s_pod = 17; + if (has_k8s_pod()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 17, HasBitSetters::k8s_pod(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -3205,6 +3400,13 @@ ::google::protobuf::uint8* TaskTemplate::InternalSerializeWithCachedSizesToArray } } + // .flyteidl.core.K8sPod k8s_pod = 17; + if (has_k8s_pod()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 17, HasBitSetters::k8s_pod(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -3297,6 +3499,13 @@ size_t TaskTemplate::ByteSizeLong() const { *target_.container_); break; } + // .flyteidl.core.K8sPod k8s_pod = 17; + case kK8SPod: { + total_size += 2 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *target_.k8s_pod_); + break; + } case TARGET_NOT_SET: { break; } @@ -3356,6 +3565,10 @@ void TaskTemplate::MergeFrom(const TaskTemplate& from) { mutable_container()->::flyteidl::core::Container::MergeFrom(from.container()); break; } + case kK8SPod: { + mutable_k8s_pod()->::flyteidl::core::K8sPod::MergeFrom(from.k8s_pod()); + break; + } case TARGET_NOT_SET: { break; } @@ -5264,40 +5477,1039 @@ ::google::protobuf::Metadata DataLoadingConfig::GetMetadata() const { } -// @@protoc_insertion_point(namespace_scope) -} // namespace core -} // namespace flyteidl -namespace google { -namespace protobuf { -template<> PROTOBUF_NOINLINE ::flyteidl::core::Resources_ResourceEntry* Arena::CreateMaybeMessage< ::flyteidl::core::Resources_ResourceEntry >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::Resources_ResourceEntry >(arena); +// =================================================================== + +void K8sPod::InitAsDefaultInstance() { + ::flyteidl::core::_K8sPod_default_instance_._instance.get_mutable()->metadata_ = const_cast< ::flyteidl::core::K8sObjectMetadata*>( + ::flyteidl::core::K8sObjectMetadata::internal_default_instance()); + ::flyteidl::core::_K8sPod_default_instance_._instance.get_mutable()->pod_spec_ = const_cast< ::google::protobuf::Struct*>( + ::google::protobuf::Struct::internal_default_instance()); } -template<> PROTOBUF_NOINLINE ::flyteidl::core::Resources* Arena::CreateMaybeMessage< ::flyteidl::core::Resources >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::Resources >(arena); +class K8sPod::HasBitSetters { + public: + static const ::flyteidl::core::K8sObjectMetadata& metadata(const K8sPod* msg); + static const ::google::protobuf::Struct& pod_spec(const K8sPod* msg); +}; + +const ::flyteidl::core::K8sObjectMetadata& +K8sPod::HasBitSetters::metadata(const K8sPod* msg) { + return *msg->metadata_; } -template<> PROTOBUF_NOINLINE ::flyteidl::core::RuntimeMetadata* Arena::CreateMaybeMessage< ::flyteidl::core::RuntimeMetadata >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::RuntimeMetadata >(arena); +const ::google::protobuf::Struct& +K8sPod::HasBitSetters::pod_spec(const K8sPod* msg) { + return *msg->pod_spec_; } -template<> PROTOBUF_NOINLINE ::flyteidl::core::TaskMetadata* Arena::CreateMaybeMessage< ::flyteidl::core::TaskMetadata >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::TaskMetadata >(arena); +void K8sPod::clear_pod_spec() { + if (GetArenaNoVirtual() == nullptr && pod_spec_ != nullptr) { + delete pod_spec_; + } + pod_spec_ = nullptr; } -template<> PROTOBUF_NOINLINE ::flyteidl::core::TaskTemplate_ConfigEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::core::TaskTemplate_ConfigEntry_DoNotUse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::TaskTemplate_ConfigEntry_DoNotUse >(arena); +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int K8sPod::kMetadataFieldNumber; +const int K8sPod::kPodSpecFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +K8sPod::K8sPod() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.core.K8sPod) } -template<> PROTOBUF_NOINLINE ::flyteidl::core::TaskTemplate* Arena::CreateMaybeMessage< ::flyteidl::core::TaskTemplate >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::TaskTemplate >(arena); +K8sPod::K8sPod(const K8sPod& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from.has_metadata()) { + metadata_ = new ::flyteidl::core::K8sObjectMetadata(*from.metadata_); + } else { + metadata_ = nullptr; + } + if (from.has_pod_spec()) { + pod_spec_ = new ::google::protobuf::Struct(*from.pod_spec_); + } else { + pod_spec_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.core.K8sPod) } -template<> PROTOBUF_NOINLINE ::flyteidl::core::ContainerPort* Arena::CreateMaybeMessage< ::flyteidl::core::ContainerPort >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::ContainerPort >(arena); + +void K8sPod::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_K8sPod_flyteidl_2fcore_2ftasks_2eproto.base); + ::memset(&metadata_, 0, static_cast( + reinterpret_cast(&pod_spec_) - + reinterpret_cast(&metadata_)) + sizeof(pod_spec_)); } -template<> PROTOBUF_NOINLINE ::flyteidl::core::Container* Arena::CreateMaybeMessage< ::flyteidl::core::Container >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::Container >(arena); + +K8sPod::~K8sPod() { + // @@protoc_insertion_point(destructor:flyteidl.core.K8sPod) + SharedDtor(); } -template<> PROTOBUF_NOINLINE ::flyteidl::core::IOStrategy* Arena::CreateMaybeMessage< ::flyteidl::core::IOStrategy >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::IOStrategy >(arena); + +void K8sPod::SharedDtor() { + if (this != internal_default_instance()) delete metadata_; + if (this != internal_default_instance()) delete pod_spec_; } -template<> PROTOBUF_NOINLINE ::flyteidl::core::DataLoadingConfig* Arena::CreateMaybeMessage< ::flyteidl::core::DataLoadingConfig >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::DataLoadingConfig >(arena); + +void K8sPod::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const K8sPod& K8sPod::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_K8sPod_flyteidl_2fcore_2ftasks_2eproto.base); + return *internal_default_instance(); +} + + +void K8sPod::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.K8sPod) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && metadata_ != nullptr) { + delete metadata_; + } + metadata_ = nullptr; + if (GetArenaNoVirtual() == nullptr && pod_spec_ != nullptr) { + delete pod_spec_; + } + pod_spec_ = nullptr; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* K8sPod::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // .flyteidl.core.K8sObjectMetadata metadata = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::K8sObjectMetadata::_InternalParse; + object = msg->mutable_metadata(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // .google.protobuf.Struct pod_spec = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::Struct::_InternalParse; + object = msg->mutable_pod_spec(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool K8sPod::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.core.K8sPod) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // .flyteidl.core.K8sObjectMetadata metadata = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_metadata())); + } else { + goto handle_unusual; + } + break; + } + + // .google.protobuf.Struct pod_spec = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_pod_spec())); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.core.K8sPod) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.core.K8sPod) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void K8sPod::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.core.K8sPod) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.core.K8sObjectMetadata metadata = 1; + if (this->has_metadata()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, HasBitSetters::metadata(this), output); + } + + // .google.protobuf.Struct pod_spec = 2; + if (this->has_pod_spec()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, HasBitSetters::pod_spec(this), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.core.K8sPod) +} + +::google::protobuf::uint8* K8sPod::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.K8sPod) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.core.K8sObjectMetadata metadata = 1; + if (this->has_metadata()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, HasBitSetters::metadata(this), target); + } + + // .google.protobuf.Struct pod_spec = 2; + if (this->has_pod_spec()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::pod_spec(this), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.K8sPod) + return target; +} + +size_t K8sPod::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.K8sPod) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .flyteidl.core.K8sObjectMetadata metadata = 1; + if (this->has_metadata()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *metadata_); + } + + // .google.protobuf.Struct pod_spec = 2; + if (this->has_pod_spec()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *pod_spec_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void K8sPod::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.K8sPod) + GOOGLE_DCHECK_NE(&from, this); + const K8sPod* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.K8sPod) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.K8sPod) + MergeFrom(*source); + } +} + +void K8sPod::MergeFrom(const K8sPod& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.K8sPod) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_metadata()) { + mutable_metadata()->::flyteidl::core::K8sObjectMetadata::MergeFrom(from.metadata()); + } + if (from.has_pod_spec()) { + mutable_pod_spec()->::google::protobuf::Struct::MergeFrom(from.pod_spec()); + } +} + +void K8sPod::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.K8sPod) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void K8sPod::CopyFrom(const K8sPod& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.K8sPod) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool K8sPod::IsInitialized() const { + return true; +} + +void K8sPod::Swap(K8sPod* other) { + if (other == this) return; + InternalSwap(other); +} +void K8sPod::InternalSwap(K8sPod* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(metadata_, other->metadata_); + swap(pod_spec_, other->pod_spec_); +} + +::google::protobuf::Metadata K8sPod::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto); + return ::file_level_metadata_flyteidl_2fcore_2ftasks_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +K8sObjectMetadata_LabelsEntry_DoNotUse::K8sObjectMetadata_LabelsEntry_DoNotUse() {} +K8sObjectMetadata_LabelsEntry_DoNotUse::K8sObjectMetadata_LabelsEntry_DoNotUse(::google::protobuf::Arena* arena) + : SuperType(arena) {} +void K8sObjectMetadata_LabelsEntry_DoNotUse::MergeFrom(const K8sObjectMetadata_LabelsEntry_DoNotUse& other) { + MergeFromInternal(other); +} +::google::protobuf::Metadata K8sObjectMetadata_LabelsEntry_DoNotUse::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto); + return ::file_level_metadata_flyteidl_2fcore_2ftasks_2eproto[11]; +} +void K8sObjectMetadata_LabelsEntry_DoNotUse::MergeFrom( + const ::google::protobuf::Message& other) { + ::google::protobuf::Message::MergeFrom(other); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool K8sObjectMetadata_LabelsEntry_DoNotUse::_ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { + using MF = ::google::protobuf::internal::MapField< + K8sObjectMetadata_LabelsEntry_DoNotUse, EntryKeyType, EntryValueType, + kEntryKeyFieldType, kEntryValueFieldType, + kEntryDefaultEnumValue>; + auto mf = static_cast(object); + Parser> parser(mf); +#define DO_(x) if (!(x)) return false + DO_(parser.ParseMap(begin, end)); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.key().data(), static_cast(parser.key().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.key")); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.value().data(), static_cast(parser.value().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.value")); +#undef DO_ + return true; +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + + +// =================================================================== + +K8sObjectMetadata_AnnotationsEntry_DoNotUse::K8sObjectMetadata_AnnotationsEntry_DoNotUse() {} +K8sObjectMetadata_AnnotationsEntry_DoNotUse::K8sObjectMetadata_AnnotationsEntry_DoNotUse(::google::protobuf::Arena* arena) + : SuperType(arena) {} +void K8sObjectMetadata_AnnotationsEntry_DoNotUse::MergeFrom(const K8sObjectMetadata_AnnotationsEntry_DoNotUse& other) { + MergeFromInternal(other); +} +::google::protobuf::Metadata K8sObjectMetadata_AnnotationsEntry_DoNotUse::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto); + return ::file_level_metadata_flyteidl_2fcore_2ftasks_2eproto[12]; +} +void K8sObjectMetadata_AnnotationsEntry_DoNotUse::MergeFrom( + const ::google::protobuf::Message& other) { + ::google::protobuf::Message::MergeFrom(other); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool K8sObjectMetadata_AnnotationsEntry_DoNotUse::_ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { + using MF = ::google::protobuf::internal::MapField< + K8sObjectMetadata_AnnotationsEntry_DoNotUse, EntryKeyType, EntryValueType, + kEntryKeyFieldType, kEntryValueFieldType, + kEntryDefaultEnumValue>; + auto mf = static_cast(object); + Parser> parser(mf); +#define DO_(x) if (!(x)) return false + DO_(parser.ParseMap(begin, end)); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.key().data(), static_cast(parser.key().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.key")); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.value().data(), static_cast(parser.value().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.value")); +#undef DO_ + return true; +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + + +// =================================================================== + +void K8sObjectMetadata::InitAsDefaultInstance() { +} +class K8sObjectMetadata::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int K8sObjectMetadata::kLabelsFieldNumber; +const int K8sObjectMetadata::kAnnotationsFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +K8sObjectMetadata::K8sObjectMetadata() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.core.K8sObjectMetadata) +} +K8sObjectMetadata::K8sObjectMetadata(const K8sObjectMetadata& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + labels_.MergeFrom(from.labels_); + annotations_.MergeFrom(from.annotations_); + // @@protoc_insertion_point(copy_constructor:flyteidl.core.K8sObjectMetadata) +} + +void K8sObjectMetadata::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_K8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto.base); +} + +K8sObjectMetadata::~K8sObjectMetadata() { + // @@protoc_insertion_point(destructor:flyteidl.core.K8sObjectMetadata) + SharedDtor(); +} + +void K8sObjectMetadata::SharedDtor() { +} + +void K8sObjectMetadata::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const K8sObjectMetadata& K8sObjectMetadata::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_K8sObjectMetadata_flyteidl_2fcore_2ftasks_2eproto.base); + return *internal_default_instance(); +} + + +void K8sObjectMetadata::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.K8sObjectMetadata) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + labels_.Clear(); + annotations_.Clear(); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* K8sObjectMetadata::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // map labels = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::internal::SlowMapEntryParser; + auto parse_map = ::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse::_ParseMap; + ctx->extra_parse_data().payload.clear(); + ctx->extra_parse_data().parse_map = parse_map; + object = &msg->labels_; + if (size > end - ptr) goto len_delim_till_end; + auto newend = ptr + size; + GOOGLE_PROTOBUF_PARSER_ASSERT(parse_map(ptr, newend, object, ctx)); + ptr = newend; + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); + break; + } + // map annotations = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::internal::SlowMapEntryParser; + auto parse_map = ::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse::_ParseMap; + ctx->extra_parse_data().payload.clear(); + ctx->extra_parse_data().parse_map = parse_map; + object = &msg->annotations_; + if (size > end - ptr) goto len_delim_till_end; + auto newend = ptr + size; + GOOGLE_PROTOBUF_PARSER_ASSERT(parse_map(ptr, newend, object, ctx)); + ptr = newend; + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool K8sObjectMetadata::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.core.K8sObjectMetadata) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // map labels = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + K8sObjectMetadata_LabelsEntry_DoNotUse::Parser< ::google::protobuf::internal::MapField< + K8sObjectMetadata_LabelsEntry_DoNotUse, + ::std::string, ::std::string, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + 0 >, + ::google::protobuf::Map< ::std::string, ::std::string > > parser(&labels_); + DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( + input, &parser)); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.key().data(), static_cast(parser.key().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.key")); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.value().data(), static_cast(parser.value().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.value")); + } else { + goto handle_unusual; + } + break; + } + + // map annotations = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + K8sObjectMetadata_AnnotationsEntry_DoNotUse::Parser< ::google::protobuf::internal::MapField< + K8sObjectMetadata_AnnotationsEntry_DoNotUse, + ::std::string, ::std::string, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + 0 >, + ::google::protobuf::Map< ::std::string, ::std::string > > parser(&annotations_); + DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( + input, &parser)); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.key().data(), static_cast(parser.key().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.key")); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + parser.value().data(), static_cast(parser.value().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.value")); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.core.K8sObjectMetadata) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.core.K8sObjectMetadata) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void K8sObjectMetadata::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.core.K8sObjectMetadata) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // map labels = 1; + if (!this->labels().empty()) { + typedef ::google::protobuf::Map< ::std::string, ::std::string >::const_pointer + ConstPtr; + typedef ConstPtr SortItem; + typedef ::google::protobuf::internal::CompareByDerefFirst Less; + struct Utf8Check { + static void Check(ConstPtr p) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->first.data(), static_cast(p->first.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.key"); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->second.data(), static_cast(p->second.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.value"); + } + }; + + if (output->IsSerializationDeterministic() && + this->labels().size() > 1) { + ::std::unique_ptr items( + new SortItem[this->labels().size()]); + typedef ::google::protobuf::Map< ::std::string, ::std::string >::size_type size_type; + size_type n = 0; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->labels().begin(); + it != this->labels().end(); ++it, ++n) { + items[static_cast(n)] = SortItem(&*it); + } + ::std::sort(&items[0], &items[static_cast(n)], Less()); + ::std::unique_ptr entry; + for (size_type i = 0; i < n; i++) { + entry.reset(labels_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(1, *entry, output); + Utf8Check::Check(&(*items[static_cast(i)])); + } + } else { + ::std::unique_ptr entry; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->labels().begin(); + it != this->labels().end(); ++it) { + entry.reset(labels_.NewEntryWrapper(it->first, it->second)); + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(1, *entry, output); + Utf8Check::Check(&(*it)); + } + } + } + + // map annotations = 2; + if (!this->annotations().empty()) { + typedef ::google::protobuf::Map< ::std::string, ::std::string >::const_pointer + ConstPtr; + typedef ConstPtr SortItem; + typedef ::google::protobuf::internal::CompareByDerefFirst Less; + struct Utf8Check { + static void Check(ConstPtr p) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->first.data(), static_cast(p->first.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.key"); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->second.data(), static_cast(p->second.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.value"); + } + }; + + if (output->IsSerializationDeterministic() && + this->annotations().size() > 1) { + ::std::unique_ptr items( + new SortItem[this->annotations().size()]); + typedef ::google::protobuf::Map< ::std::string, ::std::string >::size_type size_type; + size_type n = 0; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->annotations().begin(); + it != this->annotations().end(); ++it, ++n) { + items[static_cast(n)] = SortItem(&*it); + } + ::std::sort(&items[0], &items[static_cast(n)], Less()); + ::std::unique_ptr entry; + for (size_type i = 0; i < n; i++) { + entry.reset(annotations_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(2, *entry, output); + Utf8Check::Check(&(*items[static_cast(i)])); + } + } else { + ::std::unique_ptr entry; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->annotations().begin(); + it != this->annotations().end(); ++it) { + entry.reset(annotations_.NewEntryWrapper(it->first, it->second)); + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(2, *entry, output); + Utf8Check::Check(&(*it)); + } + } + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.core.K8sObjectMetadata) +} + +::google::protobuf::uint8* K8sObjectMetadata::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.K8sObjectMetadata) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // map labels = 1; + if (!this->labels().empty()) { + typedef ::google::protobuf::Map< ::std::string, ::std::string >::const_pointer + ConstPtr; + typedef ConstPtr SortItem; + typedef ::google::protobuf::internal::CompareByDerefFirst Less; + struct Utf8Check { + static void Check(ConstPtr p) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->first.data(), static_cast(p->first.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.key"); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->second.data(), static_cast(p->second.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.LabelsEntry.value"); + } + }; + + if (false && + this->labels().size() > 1) { + ::std::unique_ptr items( + new SortItem[this->labels().size()]); + typedef ::google::protobuf::Map< ::std::string, ::std::string >::size_type size_type; + size_type n = 0; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->labels().begin(); + it != this->labels().end(); ++it, ++n) { + items[static_cast(n)] = SortItem(&*it); + } + ::std::sort(&items[0], &items[static_cast(n)], Less()); + ::std::unique_ptr entry; + for (size_type i = 0; i < n; i++) { + entry.reset(labels_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); + target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(1, *entry, target); + Utf8Check::Check(&(*items[static_cast(i)])); + } + } else { + ::std::unique_ptr entry; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->labels().begin(); + it != this->labels().end(); ++it) { + entry.reset(labels_.NewEntryWrapper(it->first, it->second)); + target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(1, *entry, target); + Utf8Check::Check(&(*it)); + } + } + } + + // map annotations = 2; + if (!this->annotations().empty()) { + typedef ::google::protobuf::Map< ::std::string, ::std::string >::const_pointer + ConstPtr; + typedef ConstPtr SortItem; + typedef ::google::protobuf::internal::CompareByDerefFirst Less; + struct Utf8Check { + static void Check(ConstPtr p) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->first.data(), static_cast(p->first.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.key"); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + p->second.data(), static_cast(p->second.length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.K8sObjectMetadata.AnnotationsEntry.value"); + } + }; + + if (false && + this->annotations().size() > 1) { + ::std::unique_ptr items( + new SortItem[this->annotations().size()]); + typedef ::google::protobuf::Map< ::std::string, ::std::string >::size_type size_type; + size_type n = 0; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->annotations().begin(); + it != this->annotations().end(); ++it, ++n) { + items[static_cast(n)] = SortItem(&*it); + } + ::std::sort(&items[0], &items[static_cast(n)], Less()); + ::std::unique_ptr entry; + for (size_type i = 0; i < n; i++) { + entry.reset(annotations_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); + target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(2, *entry, target); + Utf8Check::Check(&(*items[static_cast(i)])); + } + } else { + ::std::unique_ptr entry; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->annotations().begin(); + it != this->annotations().end(); ++it) { + entry.reset(annotations_.NewEntryWrapper(it->first, it->second)); + target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(2, *entry, target); + Utf8Check::Check(&(*it)); + } + } + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.K8sObjectMetadata) + return target; +} + +size_t K8sObjectMetadata::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.K8sObjectMetadata) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // map labels = 1; + total_size += 1 * + ::google::protobuf::internal::FromIntSize(this->labels_size()); + { + ::std::unique_ptr entry; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->labels().begin(); + it != this->labels().end(); ++it) { + entry.reset(labels_.NewEntryWrapper(it->first, it->second)); + total_size += ::google::protobuf::internal::WireFormatLite:: + MessageSizeNoVirtual(*entry); + } + } + + // map annotations = 2; + total_size += 1 * + ::google::protobuf::internal::FromIntSize(this->annotations_size()); + { + ::std::unique_ptr entry; + for (::google::protobuf::Map< ::std::string, ::std::string >::const_iterator + it = this->annotations().begin(); + it != this->annotations().end(); ++it) { + entry.reset(annotations_.NewEntryWrapper(it->first, it->second)); + total_size += ::google::protobuf::internal::WireFormatLite:: + MessageSizeNoVirtual(*entry); + } + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void K8sObjectMetadata::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.K8sObjectMetadata) + GOOGLE_DCHECK_NE(&from, this); + const K8sObjectMetadata* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.K8sObjectMetadata) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.K8sObjectMetadata) + MergeFrom(*source); + } +} + +void K8sObjectMetadata::MergeFrom(const K8sObjectMetadata& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.K8sObjectMetadata) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + labels_.MergeFrom(from.labels_); + annotations_.MergeFrom(from.annotations_); +} + +void K8sObjectMetadata::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.K8sObjectMetadata) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void K8sObjectMetadata::CopyFrom(const K8sObjectMetadata& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.K8sObjectMetadata) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool K8sObjectMetadata::IsInitialized() const { + return true; +} + +void K8sObjectMetadata::Swap(K8sObjectMetadata* other) { + if (other == this) return; + InternalSwap(other); +} +void K8sObjectMetadata::InternalSwap(K8sObjectMetadata* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + labels_.Swap(&other->labels_); + annotations_.Swap(&other->annotations_); +} + +::google::protobuf::Metadata K8sObjectMetadata::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto); + return ::file_level_metadata_flyteidl_2fcore_2ftasks_2eproto[kIndexInFileMessages]; +} + + +// @@protoc_insertion_point(namespace_scope) +} // namespace core +} // namespace flyteidl +namespace google { +namespace protobuf { +template<> PROTOBUF_NOINLINE ::flyteidl::core::Resources_ResourceEntry* Arena::CreateMaybeMessage< ::flyteidl::core::Resources_ResourceEntry >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::Resources_ResourceEntry >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::Resources* Arena::CreateMaybeMessage< ::flyteidl::core::Resources >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::Resources >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::RuntimeMetadata* Arena::CreateMaybeMessage< ::flyteidl::core::RuntimeMetadata >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::RuntimeMetadata >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::TaskMetadata* Arena::CreateMaybeMessage< ::flyteidl::core::TaskMetadata >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::TaskMetadata >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::TaskTemplate_ConfigEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::core::TaskTemplate_ConfigEntry_DoNotUse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::TaskTemplate_ConfigEntry_DoNotUse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::TaskTemplate* Arena::CreateMaybeMessage< ::flyteidl::core::TaskTemplate >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::TaskTemplate >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::ContainerPort* Arena::CreateMaybeMessage< ::flyteidl::core::ContainerPort >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::ContainerPort >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::Container* Arena::CreateMaybeMessage< ::flyteidl::core::Container >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::Container >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::IOStrategy* Arena::CreateMaybeMessage< ::flyteidl::core::IOStrategy >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::IOStrategy >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::DataLoadingConfig* Arena::CreateMaybeMessage< ::flyteidl::core::DataLoadingConfig >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::DataLoadingConfig >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::K8sPod* Arena::CreateMaybeMessage< ::flyteidl::core::K8sPod >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::K8sPod >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::core::K8sObjectMetadata* Arena::CreateMaybeMessage< ::flyteidl::core::K8sObjectMetadata >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::K8sObjectMetadata >(arena); } } // namespace protobuf } // namespace google diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h index 9ea3c4edfb..86b5951371 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h @@ -51,7 +51,7 @@ struct TableStruct_flyteidl_2fcore_2ftasks_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[10] + static const ::google::protobuf::internal::ParseTable schema[14] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -72,6 +72,18 @@ extern DataLoadingConfigDefaultTypeInternal _DataLoadingConfig_default_instance_ class IOStrategy; class IOStrategyDefaultTypeInternal; extern IOStrategyDefaultTypeInternal _IOStrategy_default_instance_; +class K8sObjectMetadata; +class K8sObjectMetadataDefaultTypeInternal; +extern K8sObjectMetadataDefaultTypeInternal _K8sObjectMetadata_default_instance_; +class K8sObjectMetadata_AnnotationsEntry_DoNotUse; +class K8sObjectMetadata_AnnotationsEntry_DoNotUseDefaultTypeInternal; +extern K8sObjectMetadata_AnnotationsEntry_DoNotUseDefaultTypeInternal _K8sObjectMetadata_AnnotationsEntry_DoNotUse_default_instance_; +class K8sObjectMetadata_LabelsEntry_DoNotUse; +class K8sObjectMetadata_LabelsEntry_DoNotUseDefaultTypeInternal; +extern K8sObjectMetadata_LabelsEntry_DoNotUseDefaultTypeInternal _K8sObjectMetadata_LabelsEntry_DoNotUse_default_instance_; +class K8sPod; +class K8sPodDefaultTypeInternal; +extern K8sPodDefaultTypeInternal _K8sPod_default_instance_; class Resources; class ResourcesDefaultTypeInternal; extern ResourcesDefaultTypeInternal _Resources_default_instance_; @@ -98,6 +110,10 @@ template<> ::flyteidl::core::Container* Arena::CreateMaybeMessage<::flyteidl::co template<> ::flyteidl::core::ContainerPort* Arena::CreateMaybeMessage<::flyteidl::core::ContainerPort>(Arena*); template<> ::flyteidl::core::DataLoadingConfig* Arena::CreateMaybeMessage<::flyteidl::core::DataLoadingConfig>(Arena*); template<> ::flyteidl::core::IOStrategy* Arena::CreateMaybeMessage<::flyteidl::core::IOStrategy>(Arena*); +template<> ::flyteidl::core::K8sObjectMetadata* Arena::CreateMaybeMessage<::flyteidl::core::K8sObjectMetadata>(Arena*); +template<> ::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::core::K8sObjectMetadata_AnnotationsEntry_DoNotUse>(Arena*); +template<> ::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::core::K8sObjectMetadata_LabelsEntry_DoNotUse>(Arena*); +template<> ::flyteidl::core::K8sPod* Arena::CreateMaybeMessage<::flyteidl::core::K8sPod>(Arena*); template<> ::flyteidl::core::Resources* Arena::CreateMaybeMessage<::flyteidl::core::Resources>(Arena*); template<> ::flyteidl::core::Resources_ResourceEntry* Arena::CreateMaybeMessage<::flyteidl::core::Resources_ResourceEntry>(Arena*); template<> ::flyteidl::core::RuntimeMetadata* Arena::CreateMaybeMessage<::flyteidl::core::RuntimeMetadata>(Arena*); @@ -938,6 +954,7 @@ class TaskTemplate final : enum TargetCase { kContainer = 6, + kK8SPod = 17, TARGET_NOT_SET = 0, }; @@ -1088,12 +1105,22 @@ class TaskTemplate final : ::flyteidl::core::Container* mutable_container(); void set_allocated_container(::flyteidl::core::Container* container); + // .flyteidl.core.K8sPod k8s_pod = 17; + bool has_k8s_pod() const; + void clear_k8s_pod(); + static const int kK8SPodFieldNumber = 17; + const ::flyteidl::core::K8sPod& k8s_pod() const; + ::flyteidl::core::K8sPod* release_k8s_pod(); + ::flyteidl::core::K8sPod* mutable_k8s_pod(); + void set_allocated_k8s_pod(::flyteidl::core::K8sPod* k8s_pod); + void clear_target(); TargetCase target_case() const; // @@protoc_insertion_point(class_scope:flyteidl.core.TaskTemplate) private: class HasBitSetters; void set_has_container(); + void set_has_k8s_pod(); inline bool has_target() const; inline void clear_has_target(); @@ -1115,6 +1142,7 @@ class TaskTemplate final : union TargetUnion { TargetUnion() {} ::flyteidl::core::Container* container_; + ::flyteidl::core::K8sPod* k8s_pod_; } target_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::uint32 _oneof_case_[1]; @@ -1820,6 +1848,315 @@ class DataLoadingConfig final : mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fcore_2ftasks_2eproto; }; +// ------------------------------------------------------------------- + +class K8sPod final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.core.K8sPod) */ { + public: + K8sPod(); + virtual ~K8sPod(); + + K8sPod(const K8sPod& from); + + inline K8sPod& operator=(const K8sPod& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + K8sPod(K8sPod&& from) noexcept + : K8sPod() { + *this = ::std::move(from); + } + + inline K8sPod& operator=(K8sPod&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const K8sPod& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const K8sPod* internal_default_instance() { + return reinterpret_cast( + &_K8sPod_default_instance_); + } + static constexpr int kIndexInFileMessages = + 10; + + void Swap(K8sPod* other); + friend void swap(K8sPod& a, K8sPod& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline K8sPod* New() const final { + return CreateMaybeMessage(nullptr); + } + + K8sPod* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const K8sPod& from); + void MergeFrom(const K8sPod& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(K8sPod* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // .flyteidl.core.K8sObjectMetadata metadata = 1; + bool has_metadata() const; + void clear_metadata(); + static const int kMetadataFieldNumber = 1; + const ::flyteidl::core::K8sObjectMetadata& metadata() const; + ::flyteidl::core::K8sObjectMetadata* release_metadata(); + ::flyteidl::core::K8sObjectMetadata* mutable_metadata(); + void set_allocated_metadata(::flyteidl::core::K8sObjectMetadata* metadata); + + // .google.protobuf.Struct pod_spec = 2; + bool has_pod_spec() const; + void clear_pod_spec(); + static const int kPodSpecFieldNumber = 2; + const ::google::protobuf::Struct& pod_spec() const; + ::google::protobuf::Struct* release_pod_spec(); + ::google::protobuf::Struct* mutable_pod_spec(); + void set_allocated_pod_spec(::google::protobuf::Struct* pod_spec); + + // @@protoc_insertion_point(class_scope:flyteidl.core.K8sPod) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::flyteidl::core::K8sObjectMetadata* metadata_; + ::google::protobuf::Struct* pod_spec_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fcore_2ftasks_2eproto; +}; +// ------------------------------------------------------------------- + +class K8sObjectMetadata_LabelsEntry_DoNotUse : public ::google::protobuf::internal::MapEntry { +public: +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +static bool _ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + typedef ::google::protobuf::internal::MapEntry SuperType; + K8sObjectMetadata_LabelsEntry_DoNotUse(); + K8sObjectMetadata_LabelsEntry_DoNotUse(::google::protobuf::Arena* arena); + void MergeFrom(const K8sObjectMetadata_LabelsEntry_DoNotUse& other); + static const K8sObjectMetadata_LabelsEntry_DoNotUse* internal_default_instance() { return reinterpret_cast(&_K8sObjectMetadata_LabelsEntry_DoNotUse_default_instance_); } + void MergeFrom(const ::google::protobuf::Message& other) final; + ::google::protobuf::Metadata GetMetadata() const; +}; + +// ------------------------------------------------------------------- + +class K8sObjectMetadata_AnnotationsEntry_DoNotUse : public ::google::protobuf::internal::MapEntry { +public: +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +static bool _ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + typedef ::google::protobuf::internal::MapEntry SuperType; + K8sObjectMetadata_AnnotationsEntry_DoNotUse(); + K8sObjectMetadata_AnnotationsEntry_DoNotUse(::google::protobuf::Arena* arena); + void MergeFrom(const K8sObjectMetadata_AnnotationsEntry_DoNotUse& other); + static const K8sObjectMetadata_AnnotationsEntry_DoNotUse* internal_default_instance() { return reinterpret_cast(&_K8sObjectMetadata_AnnotationsEntry_DoNotUse_default_instance_); } + void MergeFrom(const ::google::protobuf::Message& other) final; + ::google::protobuf::Metadata GetMetadata() const; +}; + +// ------------------------------------------------------------------- + +class K8sObjectMetadata final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.core.K8sObjectMetadata) */ { + public: + K8sObjectMetadata(); + virtual ~K8sObjectMetadata(); + + K8sObjectMetadata(const K8sObjectMetadata& from); + + inline K8sObjectMetadata& operator=(const K8sObjectMetadata& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + K8sObjectMetadata(K8sObjectMetadata&& from) noexcept + : K8sObjectMetadata() { + *this = ::std::move(from); + } + + inline K8sObjectMetadata& operator=(K8sObjectMetadata&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const K8sObjectMetadata& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const K8sObjectMetadata* internal_default_instance() { + return reinterpret_cast( + &_K8sObjectMetadata_default_instance_); + } + static constexpr int kIndexInFileMessages = + 13; + + void Swap(K8sObjectMetadata* other); + friend void swap(K8sObjectMetadata& a, K8sObjectMetadata& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline K8sObjectMetadata* New() const final { + return CreateMaybeMessage(nullptr); + } + + K8sObjectMetadata* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const K8sObjectMetadata& from); + void MergeFrom(const K8sObjectMetadata& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(K8sObjectMetadata* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + + // accessors ------------------------------------------------------- + + // map labels = 1; + int labels_size() const; + void clear_labels(); + static const int kLabelsFieldNumber = 1; + const ::google::protobuf::Map< ::std::string, ::std::string >& + labels() const; + ::google::protobuf::Map< ::std::string, ::std::string >* + mutable_labels(); + + // map annotations = 2; + int annotations_size() const; + void clear_annotations(); + static const int kAnnotationsFieldNumber = 2; + const ::google::protobuf::Map< ::std::string, ::std::string >& + annotations() const; + ::google::protobuf::Map< ::std::string, ::std::string >* + mutable_annotations(); + + // @@protoc_insertion_point(class_scope:flyteidl.core.K8sObjectMetadata) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::MapField< + K8sObjectMetadata_LabelsEntry_DoNotUse, + ::std::string, ::std::string, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + 0 > labels_; + ::google::protobuf::internal::MapField< + K8sObjectMetadata_AnnotationsEntry_DoNotUse, + ::std::string, ::std::string, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + ::google::protobuf::internal::WireFormatLite::TYPE_STRING, + 0 > annotations_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fcore_2ftasks_2eproto; +}; // =================================================================== @@ -2677,6 +3014,47 @@ inline ::flyteidl::core::Container* TaskTemplate::mutable_container() { return target_.container_; } +// .flyteidl.core.K8sPod k8s_pod = 17; +inline bool TaskTemplate::has_k8s_pod() const { + return target_case() == kK8SPod; +} +inline void TaskTemplate::set_has_k8s_pod() { + _oneof_case_[0] = kK8SPod; +} +inline void TaskTemplate::clear_k8s_pod() { + if (has_k8s_pod()) { + delete target_.k8s_pod_; + clear_has_target(); + } +} +inline ::flyteidl::core::K8sPod* TaskTemplate::release_k8s_pod() { + // @@protoc_insertion_point(field_release:flyteidl.core.TaskTemplate.k8s_pod) + if (has_k8s_pod()) { + clear_has_target(); + ::flyteidl::core::K8sPod* temp = target_.k8s_pod_; + target_.k8s_pod_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::core::K8sPod& TaskTemplate::k8s_pod() const { + // @@protoc_insertion_point(field_get:flyteidl.core.TaskTemplate.k8s_pod) + return has_k8s_pod() + ? *target_.k8s_pod_ + : *reinterpret_cast< ::flyteidl::core::K8sPod*>(&::flyteidl::core::_K8sPod_default_instance_); +} +inline ::flyteidl::core::K8sPod* TaskTemplate::mutable_k8s_pod() { + if (!has_k8s_pod()) { + clear_target(); + set_has_k8s_pod(); + target_.k8s_pod_ = CreateMaybeMessage< ::flyteidl::core::K8sPod >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.core.TaskTemplate.k8s_pod) + return target_.k8s_pod_; +} + // int32 task_type_version = 7; inline void TaskTemplate::clear_task_type_version() { task_type_version_ = 0; @@ -3383,6 +3761,151 @@ inline void DataLoadingConfig::set_allocated_io_strategy(::flyteidl::core::IOStr // @@protoc_insertion_point(field_set_allocated:flyteidl.core.DataLoadingConfig.io_strategy) } +// ------------------------------------------------------------------- + +// K8sPod + +// .flyteidl.core.K8sObjectMetadata metadata = 1; +inline bool K8sPod::has_metadata() const { + return this != internal_default_instance() && metadata_ != nullptr; +} +inline void K8sPod::clear_metadata() { + if (GetArenaNoVirtual() == nullptr && metadata_ != nullptr) { + delete metadata_; + } + metadata_ = nullptr; +} +inline const ::flyteidl::core::K8sObjectMetadata& K8sPod::metadata() const { + const ::flyteidl::core::K8sObjectMetadata* p = metadata_; + // @@protoc_insertion_point(field_get:flyteidl.core.K8sPod.metadata) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_K8sObjectMetadata_default_instance_); +} +inline ::flyteidl::core::K8sObjectMetadata* K8sPod::release_metadata() { + // @@protoc_insertion_point(field_release:flyteidl.core.K8sPod.metadata) + + ::flyteidl::core::K8sObjectMetadata* temp = metadata_; + metadata_ = nullptr; + return temp; +} +inline ::flyteidl::core::K8sObjectMetadata* K8sPod::mutable_metadata() { + + if (metadata_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::K8sObjectMetadata>(GetArenaNoVirtual()); + metadata_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.core.K8sPod.metadata) + return metadata_; +} +inline void K8sPod::set_allocated_metadata(::flyteidl::core::K8sObjectMetadata* metadata) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete metadata_; + } + if (metadata) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + metadata = ::google::protobuf::internal::GetOwnedMessage( + message_arena, metadata, submessage_arena); + } + + } else { + + } + metadata_ = metadata; + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.K8sPod.metadata) +} + +// .google.protobuf.Struct pod_spec = 2; +inline bool K8sPod::has_pod_spec() const { + return this != internal_default_instance() && pod_spec_ != nullptr; +} +inline const ::google::protobuf::Struct& K8sPod::pod_spec() const { + const ::google::protobuf::Struct* p = pod_spec_; + // @@protoc_insertion_point(field_get:flyteidl.core.K8sPod.pod_spec) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Struct_default_instance_); +} +inline ::google::protobuf::Struct* K8sPod::release_pod_spec() { + // @@protoc_insertion_point(field_release:flyteidl.core.K8sPod.pod_spec) + + ::google::protobuf::Struct* temp = pod_spec_; + pod_spec_ = nullptr; + return temp; +} +inline ::google::protobuf::Struct* K8sPod::mutable_pod_spec() { + + if (pod_spec_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Struct>(GetArenaNoVirtual()); + pod_spec_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.core.K8sPod.pod_spec) + return pod_spec_; +} +inline void K8sPod::set_allocated_pod_spec(::google::protobuf::Struct* pod_spec) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(pod_spec_); + } + if (pod_spec) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(pod_spec)->GetArena(); + if (message_arena != submessage_arena) { + pod_spec = ::google::protobuf::internal::GetOwnedMessage( + message_arena, pod_spec, submessage_arena); + } + + } else { + + } + pod_spec_ = pod_spec; + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.K8sPod.pod_spec) +} + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// K8sObjectMetadata + +// map labels = 1; +inline int K8sObjectMetadata::labels_size() const { + return labels_.size(); +} +inline void K8sObjectMetadata::clear_labels() { + labels_.Clear(); +} +inline const ::google::protobuf::Map< ::std::string, ::std::string >& +K8sObjectMetadata::labels() const { + // @@protoc_insertion_point(field_map:flyteidl.core.K8sObjectMetadata.labels) + return labels_.GetMap(); +} +inline ::google::protobuf::Map< ::std::string, ::std::string >* +K8sObjectMetadata::mutable_labels() { + // @@protoc_insertion_point(field_mutable_map:flyteidl.core.K8sObjectMetadata.labels) + return labels_.MutableMap(); +} + +// map annotations = 2; +inline int K8sObjectMetadata::annotations_size() const { + return annotations_.size(); +} +inline void K8sObjectMetadata::clear_annotations() { + annotations_.Clear(); +} +inline const ::google::protobuf::Map< ::std::string, ::std::string >& +K8sObjectMetadata::annotations() const { + // @@protoc_insertion_point(field_map:flyteidl.core.K8sObjectMetadata.annotations) + return annotations_.GetMap(); +} +inline ::google::protobuf::Map< ::std::string, ::std::string >* +K8sObjectMetadata::mutable_annotations() { + // @@protoc_insertion_point(field_mutable_map:flyteidl.core.K8sObjectMetadata.annotations) + return annotations_.MutableMap(); +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ @@ -3404,6 +3927,14 @@ inline void DataLoadingConfig::set_allocated_io_strategy(::flyteidl::core::IOStr // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/workflow_closure.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/workflow_closure.pb.cc index b7e263d24e..5ae1a1f266 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/workflow_closure.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/workflow_closure.pb.cc @@ -16,7 +16,7 @@ // @@protoc_insertion_point(includes) #include -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<8> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fworkflow_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_WorkflowTemplate_flyteidl_2fcore_2fworkflow_2eproto; namespace flyteidl { namespace core { diff --git a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go index 81fa21e62a..a003a0c921 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go @@ -488,6 +488,7 @@ type TaskTemplate struct { // // Types that are valid to be assigned to Target: // *TaskTemplate_Container + // *TaskTemplate_K8SPod Target isTaskTemplate_Target `protobuf_oneof:"target"` // This can be used to customize task handling at execution time for the same task type. TaskTypeVersion int32 `protobuf:"varint,7,opt,name=task_type_version,json=taskTypeVersion,proto3" json:"task_type_version,omitempty"` @@ -570,8 +571,14 @@ type TaskTemplate_Container struct { Container *Container `protobuf:"bytes,6,opt,name=container,proto3,oneof"` } +type TaskTemplate_K8SPod struct { + K8SPod *K8SPod `protobuf:"bytes,17,opt,name=k8s_pod,json=k8sPod,proto3,oneof"` +} + func (*TaskTemplate_Container) isTaskTemplate_Target() {} +func (*TaskTemplate_K8SPod) isTaskTemplate_Target() {} + func (m *TaskTemplate) GetTarget() isTaskTemplate_Target { if m != nil { return m.Target @@ -586,6 +593,13 @@ func (m *TaskTemplate) GetContainer() *Container { return nil } +func (m *TaskTemplate) GetK8SPod() *K8SPod { + if x, ok := m.GetTarget().(*TaskTemplate_K8SPod); ok { + return x.K8SPod + } + return nil +} + func (m *TaskTemplate) GetTaskTypeVersion() int32 { if m != nil { return m.TaskTypeVersion @@ -611,6 +625,7 @@ func (m *TaskTemplate) GetConfig() map[string]string { func (*TaskTemplate) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TaskTemplate_Container)(nil), + (*TaskTemplate_K8SPod)(nil), } } @@ -907,6 +922,109 @@ func (m *DataLoadingConfig) GetIoStrategy() *IOStrategy { return nil } +// Defines a pod spec and additional pod metadata that is created when a task is executed. +type K8SPod struct { + // Contains additional metadata for building a kubernetes pod. + Metadata *K8SObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Defines the primary pod spec created when a task is executed. + // This should be a JSON-marshalled pod spec, which can be defined in + // - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936 + // - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py + PodSpec *_struct.Struct `protobuf:"bytes,2,opt,name=pod_spec,json=podSpec,proto3" json:"pod_spec,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *K8SPod) Reset() { *m = K8SPod{} } +func (m *K8SPod) String() string { return proto.CompactTextString(m) } +func (*K8SPod) ProtoMessage() {} +func (*K8SPod) Descriptor() ([]byte, []int) { + return fileDescriptor_bd8423ba58d6ed80, []int{8} +} + +func (m *K8SPod) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_K8SPod.Unmarshal(m, b) +} +func (m *K8SPod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_K8SPod.Marshal(b, m, deterministic) +} +func (m *K8SPod) XXX_Merge(src proto.Message) { + xxx_messageInfo_K8SPod.Merge(m, src) +} +func (m *K8SPod) XXX_Size() int { + return xxx_messageInfo_K8SPod.Size(m) +} +func (m *K8SPod) XXX_DiscardUnknown() { + xxx_messageInfo_K8SPod.DiscardUnknown(m) +} + +var xxx_messageInfo_K8SPod proto.InternalMessageInfo + +func (m *K8SPod) GetMetadata() *K8SObjectMetadata { + if m != nil { + return m.Metadata + } + return nil +} + +func (m *K8SPod) GetPodSpec() *_struct.Struct { + if m != nil { + return m.PodSpec + } + return nil +} + +// Metadata for building a kubernetes object when a task is executed. +type K8SObjectMetadata struct { + // Optional labels to add to the pod definition. + Labels map[string]string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Optional annotations to add to the pod definition. + Annotations map[string]string `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *K8SObjectMetadata) Reset() { *m = K8SObjectMetadata{} } +func (m *K8SObjectMetadata) String() string { return proto.CompactTextString(m) } +func (*K8SObjectMetadata) ProtoMessage() {} +func (*K8SObjectMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_bd8423ba58d6ed80, []int{9} +} + +func (m *K8SObjectMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_K8SObjectMetadata.Unmarshal(m, b) +} +func (m *K8SObjectMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_K8SObjectMetadata.Marshal(b, m, deterministic) +} +func (m *K8SObjectMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_K8SObjectMetadata.Merge(m, src) +} +func (m *K8SObjectMetadata) XXX_Size() int { + return xxx_messageInfo_K8SObjectMetadata.Size(m) +} +func (m *K8SObjectMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_K8SObjectMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_K8SObjectMetadata proto.InternalMessageInfo + +func (m *K8SObjectMetadata) GetLabels() map[string]string { + if m != nil { + return m.Labels + } + return nil +} + +func (m *K8SObjectMetadata) GetAnnotations() map[string]string { + if m != nil { + return m.Annotations + } + return nil +} + func init() { proto.RegisterEnum("flyteidl.core.Resources_ResourceName", Resources_ResourceName_name, Resources_ResourceName_value) proto.RegisterEnum("flyteidl.core.RuntimeMetadata_RuntimeType", RuntimeMetadata_RuntimeType_name, RuntimeMetadata_RuntimeType_value) @@ -923,89 +1041,101 @@ func init() { proto.RegisterType((*Container)(nil), "flyteidl.core.Container") proto.RegisterType((*IOStrategy)(nil), "flyteidl.core.IOStrategy") proto.RegisterType((*DataLoadingConfig)(nil), "flyteidl.core.DataLoadingConfig") + proto.RegisterType((*K8SPod)(nil), "flyteidl.core.K8sPod") + proto.RegisterType((*K8SObjectMetadata)(nil), "flyteidl.core.K8sObjectMetadata") + proto.RegisterMapType((map[string]string)(nil), "flyteidl.core.K8sObjectMetadata.AnnotationsEntry") + proto.RegisterMapType((map[string]string)(nil), "flyteidl.core.K8sObjectMetadata.LabelsEntry") } func init() { proto.RegisterFile("flyteidl/core/tasks.proto", fileDescriptor_bd8423ba58d6ed80) } var fileDescriptor_bd8423ba58d6ed80 = []byte{ - // 1249 bytes of a gzipped FileDescriptorProto + // 1387 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x5b, 0x73, 0xdb, 0xb6, - 0x12, 0xb6, 0x28, 0x59, 0x97, 0x95, 0x65, 0xd3, 0xc8, 0x39, 0x39, 0x8c, 0x4f, 0x92, 0x7a, 0x34, - 0xcd, 0xa5, 0xe9, 0x44, 0x9a, 0x28, 0x1d, 0xc7, 0x49, 0x67, 0xd2, 0xb1, 0x63, 0x25, 0x71, 0x6d, - 0x5d, 0x06, 0x92, 0x93, 0xa6, 0x2f, 0x2c, 0x4c, 0x42, 0x0c, 0x26, 0x22, 0xc1, 0x82, 0xa0, 0x5b, - 0xfd, 0xa2, 0x3e, 0xb4, 0xaf, 0x7d, 0xe8, 0x1f, 0xea, 0xdf, 0x68, 0x07, 0xe0, 0x45, 0x17, 0xc7, - 0xcd, 0xf4, 0x49, 0xc0, 0x7e, 0xdf, 0x2e, 0x16, 0xdf, 0xae, 0x16, 0x84, 0x1b, 0x93, 0xe9, 0x4c, - 0x52, 0xe6, 0x4e, 0xdb, 0x0e, 0x17, 0xb4, 0x2d, 0x49, 0xf4, 0x21, 0x6a, 0x85, 0x82, 0x4b, 0x8e, - 0x1a, 0x19, 0xd4, 0x52, 0xd0, 0xce, 0xed, 0x65, 0x26, 0x73, 0x69, 0x20, 0xd9, 0x84, 0x51, 0x91, - 0xd0, 0x77, 0x6e, 0xad, 0xe0, 0x81, 0xa4, 0x62, 0x42, 0x1c, 0x9a, 0xc2, 0x37, 0x97, 0xe1, 0x29, - 0x93, 0x54, 0x90, 0x69, 0xf4, 0x71, 0x34, 0xa2, 0x4e, 0x2c, 0x98, 0x9c, 0xa5, 0xe8, 0x6d, 0x8f, - 0x73, 0x6f, 0x4a, 0xdb, 0x7a, 0x77, 0x1e, 0x4f, 0xda, 0x6e, 0x2c, 0x88, 0x64, 0x3c, 0xc8, 0xbc, - 0x57, 0xf1, 0x48, 0x8a, 0xd8, 0x91, 0x09, 0xda, 0xfc, 0xc3, 0x80, 0x1a, 0xa6, 0x11, 0x8f, 0x85, - 0x43, 0x23, 0x74, 0x08, 0x55, 0x41, 0x7f, 0x8c, 0x69, 0x24, 0x23, 0xab, 0xb0, 0x5b, 0xbc, 0x5f, - 0xef, 0xdc, 0x6d, 0x2d, 0x5d, 0xb4, 0x95, 0x73, 0xf3, 0x55, 0x37, 0x90, 0x62, 0x86, 0x73, 0x3f, - 0xf4, 0x1c, 0xca, 0x53, 0xe6, 0x33, 0x19, 0x59, 0xc6, 0xbf, 0x8a, 0x90, 0x7a, 0xed, 0xfc, 0x00, - 0x8d, 0x25, 0x00, 0x3d, 0x85, 0x52, 0x40, 0x7c, 0x6a, 0x15, 0x76, 0x0b, 0xf7, 0x37, 0x3b, 0x77, - 0x3e, 0x19, 0xae, 0x4f, 0x7c, 0x8a, 0xb5, 0x0b, 0xfa, 0x0f, 0xac, 0x5f, 0x90, 0x69, 0x4c, 0x2d, - 0x63, 0xb7, 0x70, 0xbf, 0x86, 0x93, 0x4d, 0xf3, 0x25, 0x6c, 0x2c, 0x72, 0x51, 0x1d, 0x2a, 0x67, - 0xfd, 0x93, 0xfe, 0xe0, 0x6d, 0xdf, 0x5c, 0x43, 0x15, 0x28, 0xbe, 0x18, 0x9e, 0x99, 0x05, 0xb5, - 0x78, 0x35, 0x3c, 0x33, 0x0d, 0x04, 0x50, 0xee, 0x75, 0x7b, 0x03, 0xfc, 0xce, 0x2c, 0x2a, 0xea, - 0x68, 0x3c, 0xc0, 0x07, 0xaf, 0xba, 0x66, 0xa9, 0xf9, 0x5b, 0x01, 0xb6, 0x70, 0x1c, 0x48, 0xe6, - 0xd3, 0x1e, 0x95, 0xc4, 0x25, 0x92, 0xa0, 0xe7, 0x50, 0x92, 0xb3, 0x30, 0x4b, 0xf6, 0xc1, 0x6a, - 0xb2, 0xcb, 0xec, 0x6c, 0x3f, 0x9e, 0x85, 0x14, 0x6b, 0x3f, 0x64, 0x41, 0xe5, 0x82, 0x8a, 0x88, - 0xf1, 0x20, 0xcd, 0x39, 0xdb, 0xa2, 0xeb, 0x50, 0x9e, 0x4c, 0xc9, 0x05, 0x17, 0x56, 0x51, 0x03, - 0xe9, 0xae, 0x79, 0x0f, 0xea, 0x0b, 0x61, 0x50, 0x0d, 0xd6, 0x07, 0xe3, 0xd7, 0x5d, 0x6c, 0xae, - 0xa1, 0x06, 0xd4, 0x5e, 0x9e, 0xbe, 0x1b, 0x77, 0xed, 0xd1, 0xd1, 0x89, 0x59, 0x68, 0xfe, 0x65, - 0xc0, 0xc6, 0x98, 0x44, 0x1f, 0xf2, 0x5c, 0x9b, 0xb0, 0xe1, 0xb2, 0xc8, 0xe1, 0x17, 0x54, 0x90, - 0xf3, 0x69, 0x92, 0x73, 0x15, 0x2f, 0xd9, 0xd0, 0x3e, 0x54, 0x44, 0x12, 0x5d, 0xe7, 0x53, 0xef, - 0xdc, 0xfe, 0xe7, 0x2b, 0xe1, 0x8c, 0x8e, 0x1e, 0x43, 0x45, 0xfd, 0xf2, 0x58, 0x5a, 0x25, 0xed, - 0x79, 0xa3, 0x95, 0x74, 0x62, 0x2b, 0xeb, 0xc4, 0xd6, 0x51, 0xda, 0xa9, 0x38, 0x63, 0xa2, 0x3d, - 0xa8, 0x08, 0x2a, 0x05, 0xa3, 0x91, 0xb5, 0xae, 0x9d, 0x6e, 0x5e, 0x2a, 0xb7, 0x14, 0xb3, 0x91, - 0x14, 0x44, 0x52, 0x6f, 0x86, 0x33, 0x32, 0xfa, 0x12, 0xb6, 0xb3, 0xb4, 0x67, 0x76, 0x26, 0x60, - 0x59, 0xeb, 0x64, 0xe6, 0xc0, 0x9b, 0x54, 0xc9, 0x7d, 0xb0, 0x5c, 0x1a, 0x0a, 0xea, 0x10, 0x49, - 0x5d, 0x9b, 0x0a, 0xc1, 0x85, 0xed, 0xd3, 0x28, 0x22, 0x1e, 0xb5, 0x2a, 0xda, 0xe7, 0xfa, 0x1c, - 0xef, 0x2a, 0xb8, 0x97, 0xa0, 0xe8, 0x2e, 0x34, 0xf4, 0x5f, 0x57, 0xc4, 0xa1, 0x64, 0x4a, 0xb2, - 0xaa, 0x92, 0xec, 0xf5, 0x1a, 0x5e, 0x36, 0x1f, 0xfe, 0x17, 0xae, 0x2d, 0x19, 0xec, 0xa4, 0xf1, - 0x7e, 0x2d, 0x25, 0x15, 0x18, 0x53, 0x3f, 0x9c, 0x12, 0x49, 0xd1, 0x17, 0x60, 0x30, 0x57, 0xeb, - 0xae, 0xe4, 0x59, 0xbe, 0xe9, 0x71, 0x3e, 0x43, 0xb0, 0xc1, 0x5c, 0x84, 0xd2, 0xc6, 0x4a, 0xba, - 0x22, 0x69, 0x96, 0x27, 0x50, 0xf5, 0x53, 0xdd, 0x75, 0x53, 0xd4, 0x3b, 0xff, 0x5f, 0x09, 0xb2, - 0x58, 0x6f, 0x9c, 0x93, 0xd1, 0xd7, 0x50, 0xcb, 0x47, 0x50, 0x5a, 0x9d, 0x5b, 0xab, 0x9e, 0xb3, - 0x90, 0xba, 0xc7, 0x19, 0x09, 0xcf, 0xf9, 0xa8, 0x0d, 0x65, 0x27, 0x8e, 0x24, 0xf7, 0xd3, 0x12, - 0xfd, 0xef, 0x52, 0x5d, 0x47, 0x7a, 0xc2, 0xe0, 0x94, 0x86, 0xf6, 0xa1, 0xe6, 0xf0, 0x40, 0x12, - 0x16, 0x50, 0xa1, 0x8b, 0x52, 0xef, 0x58, 0x2b, 0xa7, 0xbd, 0xc8, 0xf0, 0xd7, 0x6b, 0x78, 0x4e, - 0x46, 0x0f, 0x60, 0x5b, 0x0d, 0x5d, 0x5b, 0xdd, 0x36, 0x2f, 0xab, 0x2a, 0xd1, 0x3a, 0xde, 0x52, - 0x80, 0x4a, 0x32, 0xab, 0xea, 0x31, 0x98, 0xd9, 0x64, 0xb4, 0x55, 0x04, 0xfa, 0xb3, 0xd4, 0xe5, - 0xb9, 0xdc, 0xb2, 0xa3, 0x94, 0xf6, 0x22, 0x61, 0xe1, 0xad, 0x68, 0xd9, 0x80, 0xbe, 0x81, 0xb2, - 0xc3, 0x83, 0x09, 0xf3, 0x2c, 0x53, 0x8f, 0xb0, 0x7b, 0x1f, 0x51, 0x35, 0xab, 0xa1, 0x4a, 0x7d, - 0xc2, 0xbc, 0x74, 0x86, 0x25, 0x6e, 0x3b, 0x4f, 0xa1, 0xbe, 0x60, 0x46, 0x26, 0x14, 0x3f, 0xd0, - 0x99, 0xae, 0x73, 0x0d, 0xab, 0xe5, 0xc7, 0x07, 0xd3, 0x33, 0x63, 0xbf, 0x70, 0x58, 0x85, 0xb2, - 0x24, 0xc2, 0xa3, 0xb2, 0xb9, 0x07, 0x8d, 0x5c, 0x96, 0x21, 0x17, 0x12, 0xdd, 0x81, 0xcd, 0x5c, - 0x1a, 0x3b, 0xe4, 0x42, 0xea, 0x88, 0x0d, 0xdc, 0x70, 0x16, 0x69, 0xcd, 0x3f, 0x0d, 0xa8, 0xe5, - 0x8e, 0xea, 0x24, 0xe6, 0xab, 0xce, 0x4e, 0x4e, 0x4f, 0x36, 0x6a, 0xcc, 0x38, 0xdc, 0xf7, 0x49, - 0xe0, 0xea, 0x29, 0x5d, 0xc3, 0xd9, 0x56, 0xf5, 0x19, 0x11, 0x5e, 0x64, 0x15, 0xb5, 0x59, 0xaf, - 0xd1, 0x1e, 0xd4, 0x44, 0x36, 0x66, 0xd3, 0x76, 0xb1, 0xae, 0x1a, 0xc3, 0x78, 0x4e, 0x45, 0x0f, - 0xa1, 0x48, 0x83, 0x0b, 0x6b, 0x5d, 0x8b, 0xb8, 0xda, 0x9a, 0x27, 0x74, 0xf6, 0x46, 0xdd, 0x7a, - 0x48, 0x98, 0xc0, 0x8a, 0x87, 0x9e, 0xe4, 0xb2, 0x97, 0x3f, 0xe9, 0x71, 0x68, 0x58, 0x85, 0x4c, - 0x6e, 0xd4, 0x81, 0x75, 0x25, 0x47, 0x64, 0x55, 0xb4, 0xdf, 0xcd, 0xab, 0x9a, 0x4b, 0xc9, 0x83, - 0x13, 0x2a, 0x3a, 0x80, 0xba, 0xfa, 0x2b, 0xd8, 0xe9, 0x89, 0x35, 0x7d, 0xab, 0xdd, 0x15, 0xcf, - 0x23, 0x22, 0xc9, 0x29, 0x27, 0x2e, 0x0b, 0xbc, 0xa4, 0x9e, 0x18, 0x94, 0x53, 0xb2, 0x6e, 0xfe, - 0x6e, 0x00, 0x1c, 0x0f, 0xb2, 0x61, 0x84, 0x4e, 0xa0, 0xe1, 0xf2, 0x9f, 0x82, 0x29, 0x27, 0xae, - 0xed, 0x73, 0x37, 0x7b, 0x03, 0x56, 0xdf, 0xbf, 0xb9, 0x47, 0xeb, 0x28, 0xa5, 0xf7, 0xb8, 0x4b, - 0xf1, 0x86, 0xbb, 0xb0, 0x43, 0x5d, 0xa8, 0xc7, 0xe1, 0x3c, 0x94, 0xa1, 0x43, 0x7d, 0x7e, 0x75, - 0xa8, 0xb3, 0x30, 0x0f, 0x04, 0x71, 0xbe, 0x6e, 0x9e, 0xc2, 0xc6, 0xe2, 0x21, 0x08, 0xc1, 0xe6, - 0xd1, 0xe0, 0x6d, 0xff, 0x74, 0x70, 0x70, 0x64, 0x77, 0x0f, 0x5e, 0xe9, 0x67, 0xe2, 0x1a, 0x6c, - 0xe5, 0xb6, 0xd1, 0x18, 0x77, 0x0f, 0x7a, 0x66, 0x21, 0x31, 0xda, 0xfd, 0xc1, 0xd8, 0xce, 0x30, - 0xd3, 0x68, 0x76, 0x01, 0xe6, 0xe7, 0xa8, 0x58, 0x67, 0x43, 0xed, 0x35, 0xe8, 0xdb, 0xdd, 0xef, - 0x8e, 0xc7, 0xe6, 0x1a, 0x32, 0x61, 0x23, 0xb5, 0x25, 0xd1, 0x0b, 0x68, 0x1b, 0x1a, 0x69, 0xa0, - 0x04, 0x30, 0x8d, 0xe6, 0x2f, 0x06, 0x6c, 0x5f, 0x52, 0x56, 0xb5, 0x24, 0x0d, 0xd4, 0x9b, 0xe3, - 0xa6, 0x0f, 0x51, 0xb6, 0x45, 0xb7, 0x00, 0x58, 0x10, 0xc6, 0xd2, 0x0e, 0x89, 0x7c, 0x9f, 0xfe, - 0x63, 0x6a, 0xda, 0x32, 0x24, 0xf2, 0x3d, 0xfa, 0x0c, 0xea, 0x3c, 0x96, 0x39, 0x9e, 0xbc, 0x8e, - 0x90, 0x98, 0x34, 0xe1, 0x18, 0xca, 0x13, 0x2e, 0x7c, 0x92, 0x3c, 0x44, 0x9b, 0x9d, 0x47, 0x9f, - 0xaa, 0x72, 0xeb, 0x34, 0xf9, 0x00, 0xeb, 0x91, 0xf0, 0xa5, 0x76, 0xc4, 0x69, 0x00, 0xf4, 0x0c, - 0xea, 0x8c, 0xdb, 0x51, 0xaa, 0x7a, 0x3a, 0x00, 0x6f, 0x5c, 0x59, 0x16, 0x0c, 0x8c, 0x67, 0xeb, - 0xe6, 0x23, 0x30, 0x57, 0xe3, 0xa2, 0x2a, 0x94, 0xbe, 0x1d, 0x0d, 0xd4, 0x77, 0x47, 0x15, 0x4a, - 0xef, 0x0e, 0x7a, 0xa7, 0x66, 0x41, 0xbd, 0xe0, 0x43, 0x3c, 0x18, 0x0f, 0x4c, 0xe3, 0x70, 0xef, - 0xfb, 0xaf, 0x3c, 0x26, 0xdf, 0xc7, 0xe7, 0x2d, 0x87, 0xfb, 0x6d, 0x7d, 0x0a, 0x17, 0x5e, 0x3b, - 0xff, 0x1e, 0xf4, 0x68, 0xd0, 0x0e, 0xcf, 0x1f, 0x7a, 0xbc, 0xbd, 0xf4, 0x89, 0x78, 0x5e, 0xd6, - 0xa3, 0xf8, 0xf1, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x9b, 0x26, 0xd8, 0x7c, 0xc1, 0x0a, 0x00, - 0x00, + 0x12, 0xb6, 0x68, 0x5b, 0x97, 0x95, 0x65, 0xd3, 0xc8, 0x49, 0x0e, 0xe3, 0x93, 0xe4, 0x78, 0x38, + 0xcd, 0xa5, 0x69, 0x23, 0x35, 0x4a, 0xc7, 0x71, 0xd2, 0x4e, 0x3a, 0x76, 0xac, 0xc4, 0xae, 0x75, + 0x1b, 0x48, 0x4e, 0x9a, 0xbe, 0xb0, 0x10, 0x09, 0x29, 0xac, 0x45, 0x82, 0x05, 0x41, 0xb7, 0xea, + 0x1f, 0xea, 0x74, 0xa6, 0xaf, 0x7d, 0xe8, 0x8f, 0xe9, 0x6b, 0xff, 0x46, 0x3b, 0x00, 0x2f, 0xba, + 0xd8, 0xae, 0x27, 0x4f, 0xc4, 0xee, 0x7e, 0xdf, 0x02, 0xd8, 0x5d, 0xee, 0x02, 0x6e, 0x0e, 0xc7, + 0x13, 0x41, 0x5d, 0x67, 0x5c, 0xb3, 0x19, 0xa7, 0x35, 0x41, 0xc2, 0xd3, 0xb0, 0x1a, 0x70, 0x26, + 0x18, 0xaa, 0xa4, 0xa6, 0xaa, 0x34, 0x6d, 0xdd, 0x99, 0x47, 0xba, 0x0e, 0xf5, 0x85, 0x3b, 0x74, + 0x29, 0x8f, 0xe1, 0x5b, 0xb7, 0x17, 0xec, 0xbe, 0xa0, 0x7c, 0x48, 0x6c, 0x9a, 0x98, 0x6f, 0xcd, + 0x9b, 0xc7, 0xae, 0xa0, 0x9c, 0x8c, 0xc3, 0x8b, 0xad, 0x21, 0xb5, 0x23, 0xee, 0x8a, 0x49, 0x62, + 0xbd, 0x33, 0x62, 0x6c, 0x34, 0xa6, 0x35, 0x25, 0x0d, 0xa2, 0x61, 0xcd, 0x89, 0x38, 0x11, 0x2e, + 0xf3, 0x53, 0xf6, 0xa2, 0x3d, 0x14, 0x3c, 0xb2, 0x45, 0x6c, 0x35, 0xff, 0xd0, 0xa0, 0x84, 0x69, + 0xc8, 0x22, 0x6e, 0xd3, 0x10, 0xed, 0x43, 0x91, 0xd3, 0x1f, 0x22, 0x1a, 0x8a, 0xd0, 0xc8, 0x6d, + 0x2f, 0x3f, 0x28, 0xd7, 0xef, 0x55, 0xe7, 0x2e, 0x5a, 0xcd, 0xb0, 0xd9, 0xaa, 0xe1, 0x0b, 0x3e, + 0xc1, 0x19, 0x0f, 0xbd, 0x80, 0xfc, 0xd8, 0xf5, 0x5c, 0x11, 0x1a, 0xda, 0x07, 0x79, 0x48, 0x58, + 0x5b, 0xdf, 0x41, 0x65, 0xce, 0x80, 0x9e, 0xc1, 0x8a, 0x4f, 0x3c, 0x6a, 0xe4, 0xb6, 0x73, 0x0f, + 0xd6, 0xeb, 0x77, 0xaf, 0x74, 0xd7, 0x26, 0x1e, 0xc5, 0x8a, 0x82, 0xfe, 0x03, 0xab, 0x67, 0x64, + 0x1c, 0x51, 0x43, 0xdb, 0xce, 0x3d, 0x28, 0xe1, 0x58, 0x30, 0x5f, 0xc1, 0xda, 0x2c, 0x16, 0x95, + 0xa1, 0x70, 0xd2, 0x3e, 0x6e, 0x77, 0xde, 0xb6, 0xf5, 0x25, 0x54, 0x80, 0xe5, 0x97, 0xdd, 0x13, + 0x3d, 0x27, 0x17, 0xaf, 0xbb, 0x27, 0xba, 0x86, 0x00, 0xf2, 0xad, 0x46, 0xab, 0x83, 0xdf, 0xe9, + 0xcb, 0x12, 0xda, 0xeb, 0x77, 0xf0, 0xde, 0xeb, 0x86, 0xbe, 0x62, 0xfe, 0x96, 0x83, 0x0d, 0x1c, + 0xf9, 0xc2, 0xf5, 0x68, 0x8b, 0x0a, 0xe2, 0x10, 0x41, 0xd0, 0x0b, 0x58, 0x11, 0x93, 0x20, 0x3d, + 0xec, 0xc3, 0xc5, 0xc3, 0xce, 0xa3, 0x53, 0xb9, 0x3f, 0x09, 0x28, 0x56, 0x3c, 0x64, 0x40, 0xe1, + 0x8c, 0xf2, 0xd0, 0x65, 0x7e, 0x72, 0xe6, 0x54, 0x44, 0x37, 0x20, 0x3f, 0x1c, 0x93, 0x33, 0xc6, + 0x8d, 0x65, 0x65, 0x48, 0x24, 0xf3, 0x3e, 0x94, 0x67, 0xdc, 0xa0, 0x12, 0xac, 0x76, 0xfa, 0x87, + 0x0d, 0xac, 0x2f, 0xa1, 0x0a, 0x94, 0x5e, 0x35, 0xdf, 0xf5, 0x1b, 0x56, 0xef, 0xe0, 0x58, 0xcf, + 0x99, 0x7f, 0x6b, 0xb0, 0xd6, 0x27, 0xe1, 0x69, 0x76, 0x56, 0x13, 0xd6, 0x1c, 0x37, 0xb4, 0xd9, + 0x19, 0xe5, 0x64, 0x30, 0x8e, 0xcf, 0x5c, 0xc4, 0x73, 0x3a, 0xb4, 0x0b, 0x05, 0x1e, 0x7b, 0x57, + 0xe7, 0x29, 0xd7, 0xef, 0xfc, 0xfb, 0x95, 0x70, 0x0a, 0x47, 0x4f, 0xa0, 0x20, 0xbf, 0x2c, 0x12, + 0xc6, 0x8a, 0x62, 0xde, 0xac, 0xc6, 0x95, 0x58, 0x4d, 0x2b, 0xb1, 0x7a, 0x90, 0x54, 0x2a, 0x4e, + 0x91, 0x68, 0x07, 0x0a, 0x9c, 0x0a, 0xee, 0xd2, 0xd0, 0x58, 0x55, 0xa4, 0x5b, 0xe7, 0xd2, 0x2d, + 0xf8, 0xa4, 0x27, 0x38, 0x11, 0x74, 0x34, 0xc1, 0x29, 0x18, 0x7d, 0x02, 0x9b, 0xe9, 0xb1, 0x27, + 0x56, 0x1a, 0xc0, 0xbc, 0x8a, 0x93, 0x9e, 0x19, 0xde, 0x24, 0x91, 0xdc, 0x05, 0xc3, 0xa1, 0x01, + 0xa7, 0x36, 0x11, 0xd4, 0xb1, 0x28, 0xe7, 0x8c, 0x5b, 0x1e, 0x0d, 0x43, 0x32, 0xa2, 0x46, 0x41, + 0x71, 0x6e, 0x4c, 0xed, 0x0d, 0x69, 0x6e, 0xc5, 0x56, 0x74, 0x0f, 0x2a, 0xea, 0xd7, 0xe5, 0x51, + 0x20, 0x5c, 0x19, 0xb2, 0xa2, 0x0c, 0xd9, 0xe1, 0x12, 0x9e, 0x57, 0xef, 0x5f, 0x87, 0x6b, 0x73, + 0x0a, 0x2b, 0x2e, 0xbc, 0x3f, 0x57, 0xe2, 0x0c, 0xf4, 0xa9, 0x17, 0x8c, 0x89, 0xa0, 0xe8, 0x63, + 0xd0, 0x5c, 0x47, 0xc5, 0x5d, 0x86, 0x67, 0xfe, 0xa6, 0x47, 0x59, 0x0f, 0xc1, 0x9a, 0xeb, 0x20, + 0x94, 0x14, 0x56, 0x5c, 0x15, 0x71, 0xb1, 0x3c, 0x85, 0xa2, 0x97, 0xc4, 0x5d, 0x15, 0x45, 0xb9, + 0xfe, 0xbf, 0x05, 0x27, 0xb3, 0xf9, 0xc6, 0x19, 0x18, 0x7d, 0x01, 0xa5, 0xac, 0x05, 0x25, 0xd9, + 0xb9, 0xbd, 0xc8, 0x9c, 0x04, 0xd4, 0x39, 0x4a, 0x41, 0x78, 0x8a, 0x47, 0x35, 0xc8, 0xdb, 0x51, + 0x28, 0x98, 0x97, 0xa4, 0xe8, 0xbf, 0xe7, 0xf2, 0xda, 0x53, 0x1d, 0x06, 0x27, 0x30, 0xb4, 0x0b, + 0x25, 0x9b, 0xf9, 0x82, 0xb8, 0x3e, 0xe5, 0x2a, 0x29, 0xe5, 0xba, 0xb1, 0xb0, 0xdb, 0xcb, 0xd4, + 0x7e, 0xb8, 0x84, 0xa7, 0x60, 0xf4, 0x19, 0x14, 0x4e, 0x77, 0x43, 0x2b, 0x60, 0x8e, 0xb1, 0xa9, + 0x78, 0xd7, 0x17, 0x78, 0xc7, 0xbb, 0x61, 0x97, 0x39, 0x87, 0x4b, 0x38, 0x7f, 0xaa, 0x56, 0xe8, + 0x21, 0x6c, 0xca, 0x36, 0x6d, 0xc9, 0xf8, 0x64, 0x85, 0x20, 0x93, 0xba, 0x8a, 0x37, 0xa4, 0x41, + 0x5e, 0x2b, 0xad, 0x83, 0x23, 0xd0, 0xd3, 0x5e, 0x6a, 0xc9, 0x3d, 0xe9, 0x4f, 0x42, 0x25, 0xf4, + 0x7c, 0x91, 0xf7, 0x12, 0xd8, 0xcb, 0x18, 0x85, 0x37, 0xc2, 0x79, 0x05, 0xfa, 0x0a, 0xf2, 0x36, + 0xf3, 0x87, 0xee, 0xc8, 0xd0, 0x55, 0xd3, 0xbb, 0x7f, 0x41, 0x1e, 0xd2, 0xac, 0xcb, 0xcb, 0x0e, + 0xdd, 0x51, 0xd2, 0xf5, 0x62, 0xda, 0xd6, 0x33, 0x28, 0xcf, 0xa8, 0x91, 0x0e, 0xcb, 0xa7, 0x74, + 0xa2, 0x2a, 0xa3, 0x84, 0xe5, 0xf2, 0xe2, 0x56, 0xf6, 0x5c, 0xdb, 0xcd, 0xed, 0x17, 0x21, 0x2f, + 0x08, 0x1f, 0x51, 0x61, 0xee, 0x40, 0x25, 0x0b, 0x64, 0x97, 0x71, 0x81, 0xee, 0xc2, 0x7a, 0x16, + 0x4c, 0x2b, 0x60, 0x5c, 0x28, 0x8f, 0x15, 0x5c, 0xb1, 0x67, 0x61, 0xe6, 0x5f, 0x1a, 0x94, 0x32, + 0xa2, 0xdc, 0xc9, 0xf5, 0xe4, 0xbf, 0x10, 0xef, 0x1e, 0x0b, 0xb2, 0x31, 0xd9, 0xcc, 0xf3, 0x88, + 0xef, 0xa8, 0xbe, 0x5e, 0xc2, 0xa9, 0x28, 0x2b, 0x93, 0xf0, 0x51, 0x68, 0x2c, 0x2b, 0xb5, 0x5a, + 0xa3, 0x1d, 0x28, 0xf1, 0xb4, 0x31, 0x27, 0x05, 0x66, 0x5c, 0xd6, 0xb8, 0xf1, 0x14, 0x8a, 0x1e, + 0xc1, 0x32, 0xf5, 0xcf, 0x8c, 0x55, 0x15, 0xc4, 0xc5, 0x62, 0x3e, 0xa6, 0x93, 0x37, 0xf2, 0xd6, + 0x5d, 0xe2, 0x72, 0x2c, 0x71, 0xe8, 0x69, 0x16, 0xf6, 0xfc, 0x95, 0x8c, 0x7d, 0xcd, 0xc8, 0xa5, + 0xe1, 0x46, 0x75, 0x58, 0x95, 0xe1, 0x08, 0x8d, 0x82, 0xe2, 0xdd, 0xba, 0xac, 0x1c, 0x65, 0x78, + 0x70, 0x0c, 0x45, 0x7b, 0x50, 0x96, 0x3f, 0x8f, 0x95, 0xec, 0x58, 0x52, 0xb7, 0xda, 0x5e, 0x60, + 0x1e, 0x10, 0x41, 0x9a, 0x8c, 0x38, 0xae, 0x3f, 0x8a, 0xf3, 0x89, 0x41, 0x92, 0xe2, 0xb5, 0xf9, + 0xbb, 0x06, 0x70, 0xd4, 0x49, 0xdb, 0x17, 0x3a, 0x86, 0x8a, 0xc3, 0x7e, 0xf4, 0xc7, 0x8c, 0x38, + 0x96, 0xc7, 0x9c, 0x74, 0x6a, 0x2c, 0x4e, 0xcc, 0x29, 0xa3, 0x7a, 0x90, 0xc0, 0x5b, 0xcc, 0xa1, + 0x78, 0xcd, 0x99, 0x91, 0x50, 0x03, 0xca, 0x51, 0x30, 0x75, 0xa5, 0x29, 0x57, 0x1f, 0x5d, 0xee, + 0xea, 0x24, 0xc8, 0x1c, 0x41, 0x94, 0xad, 0xcd, 0x26, 0xac, 0xcd, 0x6e, 0x82, 0x10, 0xac, 0x1f, + 0x74, 0xde, 0xb6, 0x9b, 0x9d, 0xbd, 0x03, 0xab, 0xb1, 0xf7, 0x5a, 0x0d, 0x96, 0x6b, 0xb0, 0x91, + 0xe9, 0x7a, 0x7d, 0xdc, 0xd8, 0x6b, 0xe9, 0xb9, 0x58, 0x69, 0xb5, 0x3b, 0x7d, 0x2b, 0xb5, 0xe9, + 0x9a, 0xd9, 0x00, 0x98, 0xee, 0x23, 0x7d, 0x9d, 0x74, 0x15, 0xab, 0xd3, 0xb6, 0x1a, 0xdf, 0x1c, + 0xf5, 0xf5, 0x25, 0xa4, 0xc3, 0x5a, 0xa2, 0x8b, 0xbd, 0xe7, 0xd0, 0x26, 0x54, 0x12, 0x47, 0xb1, + 0x41, 0xd7, 0xcc, 0x5f, 0x34, 0xd8, 0x3c, 0x17, 0x59, 0x59, 0x92, 0xd4, 0x97, 0x53, 0xca, 0x49, + 0x46, 0x57, 0x2a, 0xa2, 0xdb, 0x00, 0xae, 0x1f, 0x44, 0xc2, 0x0a, 0x88, 0x78, 0x9f, 0xfc, 0x31, + 0x25, 0xa5, 0xe9, 0x12, 0xf1, 0x1e, 0xfd, 0x1f, 0xca, 0x2c, 0x12, 0x99, 0x3d, 0x9e, 0xa7, 0x10, + 0xab, 0x14, 0xe0, 0x08, 0xf2, 0x43, 0xc6, 0x3d, 0x12, 0x8f, 0xae, 0xf5, 0xfa, 0xe3, 0xab, 0xb2, + 0x5c, 0x6d, 0xc6, 0x4f, 0xb6, 0x16, 0x09, 0x5e, 0x29, 0x22, 0x4e, 0x1c, 0xa0, 0xe7, 0x50, 0x76, + 0x99, 0x15, 0x26, 0x51, 0x4f, 0x5a, 0xe6, 0xcd, 0x4b, 0xd3, 0x82, 0xc1, 0x65, 0xe9, 0xda, 0x7c, + 0x0c, 0xfa, 0xa2, 0x5f, 0x54, 0x84, 0x95, 0xaf, 0x7b, 0x1d, 0xf9, 0x52, 0x29, 0xc2, 0xca, 0xbb, + 0xbd, 0x56, 0x53, 0xcf, 0xc9, 0x99, 0xdf, 0xc5, 0x9d, 0x7e, 0x47, 0xd7, 0xcc, 0x9f, 0x21, 0x1f, + 0xf7, 0x44, 0xf4, 0xe5, 0xcc, 0x70, 0xc8, 0x5d, 0x58, 0xab, 0xc7, 0xbb, 0x61, 0x67, 0xf0, 0x3d, + 0xb5, 0xc5, 0x05, 0x13, 0xa2, 0x0e, 0xc5, 0x80, 0x39, 0x56, 0x18, 0x50, 0x3b, 0x19, 0xfc, 0x97, + 0xb6, 0xf9, 0x42, 0xc0, 0x9c, 0x5e, 0x40, 0x6d, 0xf3, 0x57, 0x0d, 0x36, 0xcf, 0xf9, 0x44, 0x07, + 0x90, 0x1f, 0x93, 0x01, 0x1d, 0xa7, 0x2f, 0xca, 0x4f, 0xaf, 0x3a, 0x45, 0xb5, 0xa9, 0xe0, 0xe9, + 0xab, 0x50, 0x09, 0xa8, 0x07, 0x65, 0xe2, 0xfb, 0x4c, 0xa8, 0xf7, 0x42, 0xfa, 0xb4, 0x7c, 0x7c, + 0xa5, 0xab, 0xbd, 0x29, 0x27, 0xf6, 0x37, 0xeb, 0x45, 0x36, 0xdd, 0x99, 0xbd, 0x3e, 0xa4, 0xe9, + 0x6e, 0xbd, 0x00, 0x7d, 0xd1, 0xf7, 0x07, 0x35, 0xed, 0x9d, 0x6f, 0x3f, 0x1f, 0xb9, 0xe2, 0x7d, + 0x34, 0xa8, 0xda, 0xcc, 0xab, 0xa9, 0x6b, 0x30, 0x3e, 0xaa, 0x65, 0x2f, 0xfd, 0x11, 0xf5, 0x6b, + 0xc1, 0xe0, 0xd1, 0x88, 0xd5, 0xe6, 0x1e, 0xff, 0x83, 0xbc, 0x8a, 0xfe, 0x93, 0x7f, 0x02, 0x00, + 0x00, 0xff, 0xff, 0xb0, 0x37, 0xae, 0x3a, 0x9b, 0x0c, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go index f840198e0f..e4049f70d8 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go @@ -387,6 +387,18 @@ func (m *TaskTemplate) Validate() error { } } + case *TaskTemplate_K8SPod: + + if v, ok := interface{}(m.GetK8SPod()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskTemplateValidationError{ + field: "K8SPod", + reason: "embedded message failed validation", + cause: err, + } + } + } + } return nil @@ -797,6 +809,161 @@ var _ interface { ErrorName() string } = DataLoadingConfigValidationError{} +// Validate checks the field values on K8SPod with the rules defined in the +// proto definition for this message. If any rules are violated, an error is returned. +func (m *K8SPod) Validate() error { + if m == nil { + return nil + } + + if v, ok := interface{}(m.GetMetadata()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return K8SPodValidationError{ + field: "Metadata", + reason: "embedded message failed validation", + cause: err, + } + } + } + + if v, ok := interface{}(m.GetPodSpec()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return K8SPodValidationError{ + field: "PodSpec", + reason: "embedded message failed validation", + cause: err, + } + } + } + + return nil +} + +// K8SPodValidationError is the validation error returned by K8SPod.Validate if +// the designated constraints aren't met. +type K8SPodValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e K8SPodValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e K8SPodValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e K8SPodValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e K8SPodValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e K8SPodValidationError) ErrorName() string { return "K8SPodValidationError" } + +// Error satisfies the builtin error interface +func (e K8SPodValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sK8SPod.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = K8SPodValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = K8SPodValidationError{} + +// Validate checks the field values on K8SObjectMetadata with the rules defined +// in the proto definition for this message. If any rules are violated, an +// error is returned. +func (m *K8SObjectMetadata) Validate() error { + if m == nil { + return nil + } + + // no validation rules for Labels + + // no validation rules for Annotations + + return nil +} + +// K8SObjectMetadataValidationError is the validation error returned by +// K8SObjectMetadata.Validate if the designated constraints aren't met. +type K8SObjectMetadataValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e K8SObjectMetadataValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e K8SObjectMetadataValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e K8SObjectMetadataValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e K8SObjectMetadataValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e K8SObjectMetadataValidationError) ErrorName() string { + return "K8SObjectMetadataValidationError" +} + +// Error satisfies the builtin error interface +func (e K8SObjectMetadataValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sK8SObjectMetadata.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = K8SObjectMetadataValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = K8SObjectMetadataValidationError{} + // Validate checks the field values on Resources_ResourceEntry with the rules // defined in the proto definition for this message. If any rules are // violated, an error is returned. diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 05a8f9a8b9..d6be8eba43 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5090,6 +5090,40 @@ }, "description": "Defines a series of if/else blocks. The first branch whose condition evaluates to true is the one to execute.\nIf no conditions were satisfied, the else_node or the error will execute." }, + "coreK8sObjectMetadata": { + "type": "object", + "properties": { + "labels": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Optional labels to add to the pod definition." + }, + "annotations": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Optional annotations to add to the pod definition." + } + }, + "description": "Metadata for building a kubernetes object when a task is executed." + }, + "coreK8sPod": { + "type": "object", + "properties": { + "metadata": { + "$ref": "#/definitions/coreK8sObjectMetadata", + "description": "Contains additional metadata for building a kubernetes pod." + }, + "pod_spec": { + "$ref": "#/definitions/protobufStruct", + "title": "Defines the primary pod spec created when a task is executed.\nThis should be a JSON-marshalled pod spec, which can be defined in \n- go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936\n- python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py" + } + }, + "description": "Defines a pod spec and additional pod metadata that is created when a task is executed." + }, "coreKeyValuePair": { "type": "object", "properties": { @@ -5714,6 +5748,9 @@ "container": { "$ref": "#/definitions/coreContainer" }, + "k8s_pod": { + "$ref": "#/definitions/coreK8sPod" + }, "task_type_version": { "type": "integer", "format": "int32", diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index 00601f79eb..5b57872ef0 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -211,6 +211,8 @@ Class | Method | HTTP request | Description - [CoreIfBlock](docs/CoreIfBlock.md) - [CoreIfElseBlock](docs/CoreIfElseBlock.md) - [CoreIoStrategy](docs/CoreIoStrategy.md) + - [CoreK8sObjectMetadata](docs/CoreK8sObjectMetadata.md) + - [CoreK8sPod](docs/CoreK8sPod.md) - [CoreKeyValuePair](docs/CoreKeyValuePair.md) - [CoreLiteral](docs/CoreLiteral.md) - [CoreLiteralCollection](docs/CoreLiteralCollection.md) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index a79d5e0b0b..409c874094 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -7373,6 +7373,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -7543,6 +7560,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -9124,6 +9158,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -9310,6 +9361,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -9794,6 +9862,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -9973,6 +10058,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -11895,6 +11997,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -12065,6 +12184,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -14860,6 +14996,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -15030,6 +15183,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -17761,6 +17931,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -17931,6 +18118,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -20591,6 +20795,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -20761,6 +20982,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -22228,6 +22466,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -24917,6 +25172,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -25087,6 +25359,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -26439,6 +26728,56 @@ definitions: integer: "integer" var: "var" operator: {} + coreK8sObjectMetadata: + type: "object" + properties: + labels: + type: "object" + description: "Optional labels to add to the pod definition." + additionalProperties: + type: "string" + annotations: + type: "object" + description: "Optional annotations to add to the pod definition." + additionalProperties: + type: "string" + description: "Metadata for building a kubernetes object when a task is executed." + example: + annotations: + key: "annotations" + labels: + key: "labels" + coreK8sPod: + type: "object" + properties: + metadata: + description: "Contains additional metadata for building a kubernetes pod." + $ref: "#/definitions/coreK8sObjectMetadata" + pod_spec: + title: "Defines the primary pod spec created when a task is executed.\nThis\ + \ should be a JSON-marshalled pod spec, which can be defined in \n- go,\ + \ using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936\n\ + - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py" + $ref: "#/definitions/protobufStruct" + description: "Defines a pod spec and additional pod metadata that is created when\ + \ a task is executed." + example: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true coreKeyValuePair: type: "object" properties: @@ -27637,6 +27976,8 @@ definitions: $ref: "#/definitions/protobufStruct" container: $ref: "#/definitions/coreContainer" + k8s_pod: + $ref: "#/definitions/coreK8sPod" task_type_version: type: "integer" format: "int32" @@ -27720,6 +28061,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -30861,6 +31219,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} @@ -31031,6 +31406,23 @@ definitions: string_value: "string_value" null_value: {} bool_value: true + k8s_pod: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true id: domain: "domain" resource_type: {} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_object_metadata.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_object_metadata.go new file mode 100644 index 0000000000..a6ad3f789b --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_object_metadata.go @@ -0,0 +1,18 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +// Metadata for building a kubernetes object when a task is executed. +type CoreK8sObjectMetadata struct { + // Optional labels to add to the pod definition. + Labels map[string]string `json:"labels,omitempty"` + // Optional annotations to add to the pod definition. + Annotations map[string]string `json:"annotations,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_pod.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_pod.go new file mode 100644 index 0000000000..a9c223ea6f --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_k8s_pod.go @@ -0,0 +1,17 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +// Defines a pod spec and additional pod metadata that is created when a task is executed. +type CoreK8sPod struct { + // Contains additional metadata for building a kubernetes pod. + Metadata *CoreK8sObjectMetadata `json:"metadata,omitempty"` + PodSpec *ProtobufStruct `json:"pod_spec,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go index c83917e93d..1f728cac2e 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go @@ -22,6 +22,7 @@ type CoreTaskTemplate struct { // Custom data about the task. This is extensible to allow various plugins in the system. Custom *ProtobufStruct `json:"custom,omitempty"` Container *CoreContainer `json:"container,omitempty"` + K8sPod *CoreK8sPod `json:"k8s_pod,omitempty"` // This can be used to customize task handling at execution time for the same task type. TaskTypeVersion int32 `json:"task_type_version,omitempty"` // security_context encapsulates security attributes requested to run this task. diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 80b5c5155c..d4c6b7750a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\xec\x04\x52\x2a\xda\xe1\xef\x7e\x03\xe7\x00\x48\x20\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x25\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xd4\x23\x1d\x8f\x59\xfe\xe6\x94\xbc\xf9\x63\xeb\x87\x37\x47\xe6\x37\x2e\x46\xf2\xcd\x29\x31\xcf\x09\x79\xa3\xb9\xce\x98\x79\x3e\xca\xe6\x9a\xf1\x34\x3b\x51\x2c\x7f\xe0\x09\x3b\xa1\xe9\x94\x8b\xd6\x2c\x97\x5a\xc2\x87\x84\xbc\x79\x60\xb9\xe2\x52\x98\xd7\xed\x3f\x89\x90\x9a\x28\xa6\xdf\xfc\x8e\x90\x7f\x41\xf3\x2a\x99\xb0\x29\x53\x6f\x4e\xc9\x7f\xe3\x47\x13\xad\x67\xae\x01\xf3\x6f\x65\xde\xfd\x1b\xbc\x9b\x48\xa1\x8a\xe8\x65\x3a\x9b\x65\x3c\xa1\x9a\x4b\x71\xf2\x77\x25\x45\xf9\xee\x2c\x97\x69\x91\xac\xf9\x2e\xd5\x13\x55\xce\xf1\x84\xce\xf8\xc9\xc3\x8f\x27\x34\xd1\xfc\x81\x0d\x32\x5a\x88\x64\x32\x98\x65\x54\xa8\x93\x7f\xf2\xd4\xcc\xf1\xef\x2c\xd1\xff\x82\x3f\x52\x39\xa5\x5c\xe0\xbf\x05\x9d\xb2\x7f\xf9\x76\x08\x79\x33\x66\x3a\xf8\x93\x90\x37\x29\x53\x49\xce\x67\xda\xae\xca\x0d\xd3\x39\x67\x0f\x8c\xe8\x09\x23\xd8\x1d\xc1\xee\x88\xe9\x8e\xb8\x55\x53\x33\x96\xf0\x11\x67\x29\x19\xce\x09\x17\xb3\x42\x93\x9c\xfd\x5a\x30\xa5\xc9\x88\x67\x9a\xe5\xaa\x65\x97\x0c\x7a\x91\x33\x96\xc3\x3c\xbb\xa9\xe9\xe5\x03\xd3\x6d\x68\xfb\x02\x9a\xbe\xce\xa8\x08\xdf\xce\x99\x9a\x49\xa1\x98\x8a\x86\x4a\xc8\x9b\x3f\xfe\xf0\x43\xe5\xa7\xc5\x19\xb4\x89\x2a\x92\x84\x29\x35\x2a\x32\xe2\x5a\x0a\x07\x03\x1f\xc1\x26\xd3\x85\xc6\x08\x79\xf3\x3f\x73\x36\x32\xed\xfc\xdb\x49\xca\x46\x5c\x70\xd3\xae\x42\x5a\x0a\x46\x1b\x7d\xf5\xaf\xdf\xd5\xfd\xfb\x5f\xc1\x8c\x66\x34\xa7\x53\x66\x96\xc5\xef\x3e\xfe\x5f\x65\x2e\x66\xbf\x4c\xe7\xe5\x9e\x56\x07\x5e\x99\xed\x25\x9d\x32\x22\x47\xb0\x5d\xf6\x0b\xf8\x77\xce\x94\x2c\xf2\x84\x91\x21\xcb\xa4\x18\x2b\xa2\xe5\xc2\x1a\x70\x68\xc1\x90\x5a\xf5\x89\xd9\x4a\x9e\x33\xb3\x57\x3a\x2f\x58\xe5\xa9\x9e\xcf\x60\x90\x4a\xe7\x5c\x8c\xc3\xa5\xf8\xd7\xd1\x5a\x53\x43\x0a\xdd\x60\x66\xf8\x41\xe3\xc4\xfa\xa2\xed\x5e\x49\xa8\x20\x43\x46\xcc\xb9\xe4\x29\xcb\x59\x4a\xa8\x22\x94\xa8\x62\xa8\x98\x26\x8f\x5c\x4f\xb8\x30\x7f\x23\xf9\x26\x6e\xcd\x5e\xce\xda\xc0\x3f\x97\xaf\xcc\x9d\x62\xb9\x19\xf8\x03\x4f\x59\x4a\x1e\x68\x56\x30\x32\x92\x79\xb4\x3c\xad\xbe\xe8\x4d\xcc\x3a\x4c\x87\x5c\xc0\xc9\x33\x6b\xe9\x28\xe4\x0f\x6e\xb9\xfe\x40\x4c\x7f\xa4\x10\xfc\xd7\x82\x65\x73\xc2\x53\x26\xb4\x39\xd7\xaa\xda\xda\x1f\x24\xf4\x4f\x33\x72\x4c\xcc\x3a\xb3\x5c\xc3\x7a\x4b\xa1\xd9\x17\xad\xc8\x31\xc9\xf8\x3d\x23\xdf\x5d\x70\xa5\x49\xfb\xba\xfb\xdd\x11\xf9\xee\xa2\x64\x1c\xea\xbb\x67\x58\x61\xff\xef\xbf\x05\x47\x4f\xd3\x71\xf5\xd0\xbd\x69\x9b\xd3\x7c\x8b\xd7\x44\xd9\xc2\xdf\x7e\x17\xb6\x63\xf7\x6b\x39\xef\x2d\x19\xaf\xe5\xba\x9b\xf0\xda\xf7\x4c\x27\x93\x15\x8c\x56\xed\xc8\x69\xcd\x76\x54\x59\xad\x7a\x5d\xbc\xd6\x4c\xe1\xa9\xf9\xed\x2e\xcc\x96\x6a\x38\x05\x94\x0b\x3c\x34\xfe\x0c\xc5\x3b\x43\xbe\x1e\x5b\xd9\x85\xdf\x06\xb3\x09\x58\xae\xe3\xa4\xc1\x4a\xbc\x90\xb9\x66\x7c\xca\x57\xed\x63\x57\xa4\x46\xec\xb2\x4c\x4e\x14\xd3\x21\xcb\xcd\xd4\x1d\xbb\x83\x19\x0e\x0d\xfb\xd3\x45\x2e\x58\xda\x30\xb5\x5f\x0b\x96\xcf\x97\xcc\x6d\x44\x33\xd5\x34\x39\x2e\x34\x33\x72\x6d\xe5\xf1\x48\xe6\x53\xaa\xed\x0b\x7f\xfe\xf7\x4d\x27\xaf\xe5\x3d\x5b\xb5\xcf\x5d\xdc\xb5\x84\x2a\xd8\xee\x69\x91\x69\x3e\xcb\x18\x99\xd1\x31\x53\x76\x15\x8a\x4c\xab\x23\x78\xcd\xc8\xd2\x2c\x3f\xf6\xb7\x0d\xf4\xe0\x6e\xd9\x42\xc1\x2f\x64\xe4\x19\x99\x60\x5f\x34\xb4\xd4\x17\x70\xcf\xc2\x12\x85\xb7\xc7\x13\x2c\xe5\x76\x74\xa2\x64\xae\x07\xc3\x79\xeb\x9e\x2d\xf4\xdb\x48\x2d\x54\x10\xaa\x75\xce\x87\x85\x66\x66\xde\xa6\x0d\x77\x4f\x02\xeb\xc3\xcb\x58\x99\xcb\xf7\xea\xfc\xea\xfb\x7b\xaa\x73\x39\xa6\xe2\xed\x29\x69\xa7\x29\xc1\x81\x9a\x77\x78\x8a\x57\xf2\x84\xe5\xac\x45\x7a\x13\xae\x88\x9a\xc8\x22\x4b\x89\x60\x0f\x2c\x37\x6b\xcb\xa6\x33\x3d\x7f\x71\xab\x95\xf2\x9c\x25\xb0\x30\x9b\x9c\x30\xff\x95\x59\x34\xa3\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\xa2\x98\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc4\x08\xff\x28\x7a\xf2\xb7\x85\xb5\x19\xd1\x22\x83\x53\x1d\xb4\xf6\x6c\x82\x4b\x32\xe1\x59\x9a\x33\x71\xa2\xa9\xba\x1f\xb0\x2f\x2c\x29\xf0\x9e\xfd\x67\xfc\xc3\xc0\x48\x9f\x32\x65\xf1\x2f\xd1\x1f\xa5\xb8\xb3\xf1\xa7\x5e\x2b\xdd\xf8\x4b\xd0\x61\xd7\xfb\x0e\x7e\xe1\x69\xed\xdb\xf0\xcb\x8a\x39\xb8\x77\x96\x0c\xd6\xbd\xd2\x38\x2a\xf7\x82\x15\xe0\x6a\xdf\xc9\x99\xce\xe7\x03\xaa\xb5\x39\xe5\x5b\xc8\x8c\xb0\xa5\xc4\xcc\x96\x94\xfb\x69\xc5\x47\x14\x14\x81\x77\x7b\xc9\xd1\x8c\xa0\x7c\x73\x95\xbc\x78\x29\x53\xd6\xf1\xcd\xbe\x97\x79\x8f\xaa\xfb\xd7\x20\x33\x46\x03\x7f\x0e\xb1\x71\xdb\x03\xf4\xcd\x29\xf5\x5b\xb2\x83\x83\x09\x60\xf7\x95\x5c\xd7\x60\x20\x73\xa2\xe6\x4a\xb3\xe9\x4a\xd3\xc1\xeb\x59\x08\xcb\xef\x5f\xea\x80\x2b\x57\xce\x6f\xe0\xd4\xc7\x17\xe8\xe1\x78\x6f\xb0\x64\xfb\x32\xfc\xbd\xf4\x79\x3a\x17\xcc\xf2\xa9\xde\xba\xed\x73\x0e\x07\x4b\x27\x2f\x7e\x9a\x91\x68\xb7\xef\x41\x3e\x91\xd5\xa0\x71\xaf\xdc\x6a\x0f\x60\x00\x2b\x54\xbe\xd8\x74\xec\xcf\x9f\xf9\x34\x34\xae\xa0\xc5\x4c\x1b\x9d\xd7\xda\x96\x58\x4e\x12\x99\xa3\x28\x98\xda\xe3\xde\x17\xe4\x98\x9c\xb7\x7b\xed\xdb\x4e\xef\x94\xb4\x49\x4a\x35\x35\xe7\x3b\x67\xb3\x9c\x29\x26\x34\x68\xe3\xe6\x73\x3d\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x6b\x46\xce\xa9\xa6\x67\x54\xd3\x4c\x8e\x5b\xa4\x0d\x7f\x9a\x8f\xb9\x22\x34\x53\x92\x50\x47\x55\x2c\x75\x4d\x50\x91\x3a\xce\x42\x49\x22\xa7\x33\x9e\x79\xab\xb9\x37\x91\x70\x91\xf2\x07\x9e\x16\x34\x23\x72\x68\x98\x8a\x51\x55\x3b\x0f\x4c\xe8\x82\x66\xd9\x9c\xd0\x2c\x23\xb6\x5b\xf7\x82\xd3\xeb\x87\xcc\x8f\x52\xf1\x29\xcf\x68\x6e\x74\x61\x1c\xed\x95\x6d\x8b\xf4\x26\xcc\x8f\x15\xc6\x65\x16\x73\x4a\xef\x99\x22\x5c\x93\x99\x54\x8a\x0f\xb3\xf2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\xa2\x89\x44\x16\xea\x3a\xb7\x56\x18\xd7\xe3\x94\x0a\xc1\xa0\x63\xa9\x27\x2c\xb7\xdd\xdb\x97\xbf\xb6\xa2\x7d\x77\x79\x7b\xdd\x39\xeb\xbe\xef\x76\xce\x17\x35\xed\x5e\xfb\xf6\xe7\xc5\x5f\x3f\x5f\xdd\xfc\xfc\xfe\xe2\xea\xf3\xe2\x93\x8b\xf6\xdd\xe5\xd9\x4f\x83\xeb\x8b\xf6\xe5\xe2\x43\x4b\x56\x6b\x2b\xed\xe1\xc8\x36\x3c\x5a\x07\x6b\xe4\x3e\xad\x91\x47\xdf\xae\x39\xd2\xba\x72\xd6\x37\x45\x92\x8c\x2b\x6d\x16\xc8\x7e\x49\x66\x54\x29\x14\x86\x70\x04\xad\xbe\xf8\x28\x73\xc3\xb4\x46\xd2\xf0\x05\x23\x30\xe9\xbc\x48\x34\x17\x63\xff\xd1\x29\xe9\x17\x3f\xfc\xf0\xa7\xe4\x82\x8b\x7b\xf8\x17\x7b\x89\x8b\x73\xb0\xd5\x6e\xb3\x5a\x07\x5b\x6d\xf8\xec\x75\xd8\x6a\x8d\x98\x73\x12\x9a\x68\x9f\x26\xb8\x07\xdd\xc8\x46\x76\x90\x85\x36\xff\x34\xfd\x92\x51\x2e\xa7\x20\x55\x7d\xe1\x0a\xb8\xc4\xa3\xcc\xef\x47\x99\x7c\x5c\xcf\x74\xf8\x81\x69\x6f\x7c\x33\x52\xcc\x6b\xb0\x18\x7e\xb6\x33\xf4\x03\xff\xc0\xb4\x19\xfb\x8d\xed\xe5\x10\xe7\x73\x88\xf3\xf9\xba\x71\x3e\x2f\xca\x6c\xf7\xf4\xbc\x2f\xb6\xf1\x21\x03\x6c\x70\x41\x35\x7a\x98\x1a\x1c\x48\x81\x7f\xe8\x29\x99\x66\xec\x95\x59\xc1\x30\x23\x8f\xc5\x6b\x61\x9a\xd1\xa0\x9f\x9f\x61\xfe\x26\x1c\x2a\x07\x7f\xc9\x96\x0b\xf5\x2a\xf9\xea\x9a\x57\xc6\xb3\x79\x3b\x9e\x9e\xcf\x2f\xc4\x22\x6c\x12\x7c\xb0\x41\xb4\xc1\xda\xe1\x05\x2b\xe2\x09\x6a\x03\x08\xea\x22\x06\x16\x43\x04\x6a\x63\x02\x76\x0a\x02\xd8\xf4\x4a\x5a\xdf\xfd\xff\x81\xe9\x1e\x55\xf7\xaf\xee\x4a\x8a\x06\xfd\xfc\x57\xd2\x6f\xd4\xeb\x7f\x70\xf3\x3f\xe1\xd2\x7d\xeb\x17\xd9\xcb\x75\xe4\xff\x06\x3c\xf7\x07\x57\xfd\x46\x6b\xf4\x6d\xf9\xe6\xbf\x55\x67\xfc\xeb\xf4\xbe\x1f\xdc\xed\x07\x77\xfb\xc1\xdd\xbe\x86\xbb\xfd\x49\x95\x52\x66\xc8\x4a\x81\xf9\x31\xd4\x6d\xde\xcc\xa4\x5a\xae\x8b\x9d\xe5\x8c\x6a\x43\xc5\xb1\xdd\x8f\x40\x83\x24\x67\x89\xcc\x53\xa3\x83\x51\x32\x9b\x50\xc5\x88\xce\xa9\x50\x7c\x95\x1e\x86\xad\x82\xa1\xcd\xb4\xf3\x1a\x54\xb0\xc8\x2a\x08\xa3\x7e\x2e\x05\x6c\x28\xd3\x85\x33\x83\xc7\xa9\xee\xc9\x72\x5e\xbf\xb7\xa9\x43\x86\xe6\x3a\x33\x7f\x42\x6a\x36\xf7\xca\x96\xd4\x1c\x9b\x0c\xf6\x42\xcd\xa0\xa3\xbf\x16\x6a\x8e\x0c\x0a\xbf\x2d\x6a\xae\x9b\xfa\x4b\xa0\x66\xe7\x8d\xde\x92\xa2\x17\x9d\xd9\x7b\xa1\x6a\xef\x41\x7e\x2d\x94\xbd\xe0\xf2\xfe\x6d\x51\x77\xd3\xf4\xbf\x2e\x85\x7b\x43\xf8\xbe\x68\x7b\x35\xe1\xfa\x05\x78\x0d\x44\xeb\x07\x8b\x63\xff\xcd\x50\xeb\xc2\xbc\x5f\x08\x99\x9e\xe4\x0c\xb3\x0d\x37\xa2\xd7\x1b\xfb\xd1\xc6\x14\xeb\x3e\x3c\xd0\xec\x6b\xa2\x59\xb7\x6b\x2f\x87\x6a\x9b\xc2\xe9\x36\xcf\xc0\x5d\x12\x23\xa7\xc8\x94\xea\x64\x62\x1e\xa2\x7f\x6e\x4d\x98\x96\x32\xe5\xf6\x55\x51\xf7\x73\xe4\xd9\x7e\xdb\x96\xf8\x83\x05\xfe\x37\x08\x87\xf5\x62\xc2\xc5\x0f\x29\x2a\x7b\x4c\x51\xe1\xea\x90\xa2\x72\x48\x51\x59\x77\x81\x0e\x29\x2a\x87\x14\x95\xe0\xd9\xeb\x48\x51\x79\xfa\xec\x94\xfd\xa4\xa0\xbc\x2a\x21\xfa\x20\x40\x1f\x04\xe8\x43\x9e\x89\x9f\xda\xbe\x18\x98\xfb\xfa\x4d\xca\x32\xa6\xd9\x52\xf6\xd3\x63\xf9\xd4\xe8\x06\x11\xf4\x75\x8d\xd3\xa0\x44\xd5\xf2\x14\x04\xe6\x8d\x65\x7c\xc9\xb7\xfd\x3a\xb9\x93\x1f\xfe\x21\x2d\xee\xc0\xae\x0e\xec\x6a\x9b\xa9\xbd\x1c\xab\x6c\x70\x98\xbf\xaa\x59\x36\x00\xd2\x1e\xf0\x74\x3f\x58\xda\x5e\x6c\x0c\x91\xb4\xcb\xa5\x88\xc0\x8c\xb7\x33\xd2\x96\xb0\xd4\xdd\xf4\x55\xd8\x69\x0d\x1f\x49\x3b\x10\x75\xe7\x43\x06\xf3\x03\xa4\xf6\x01\x52\x7b\xfd\xb9\x1e\x2c\x84\x7b\xb4\x10\x1e\x20\xb5\x0f\x36\xb0\x83\x0d\xec\xe9\x6d\x60\x5f\xcb\xa0\xfd\xcc\xc7\xf2\xb9\x44\xb4\xed\x02\x93\x44\x4a\x72\x36\xe6\x4a\xb3\xdc\xac\x5e\xad\x50\xb6\x3a\x52\xe9\xb5\x16\x89\x5a\x3b\xee\x23\xec\xf6\xcd\xbf\xaf\x31\xfc\x1b\x7b\x8b\xc2\x51\x1f\xd2\xd4\x57\x84\x01\xd1\x69\x4a\xe7\x64\x42\x1f\x18\x19\x51\x9e\xa1\x62\x64\xb9\xe3\x92\x19\x2e\x1b\xd0\xff\xda\x6c\x40\x34\x1e\x4e\xce\x46\x2c\x67\x22\x41\x6e\x8f\xc2\x4f\x42\x33\x97\x0a\x02\xef\x4c\x8c\x9a\x9a\xe5\x8c\xa6\x73\x32\x64\x4c\x78\xb2\xa9\x91\x14\x1a\xc6\xbc\x17\xa1\xf5\xab\xab\x69\x8b\xd4\xf3\x52\x94\xb4\x27\x89\x9e\xa9\x67\x09\xbb\x2b\x67\xea\x8f\xaf\x8b\x55\x1c\x82\x68\x0e\x46\xb5\xaf\x6f\x54\x3b\x04\xd1\x1c\x54\xe4\x17\xa0\x22\x1f\x82\x68\x0e\x41\x34\x07\x03\xc2\xda\xab\x75\x30\x20\x84\xcf\x5e\x47\x10\xcd\x13\x56\x70\x7e\x2e\x09\xfb\x20\x60\xbb\xf7\x0e\x02\xf6\x41\xc0\xfe\x46\x05\xec\x97\xb1\xc2\x07\xe9\xfa\x20\x5d\x1f\xa4\xeb\x83\x74\x7d\x90\xae\x0f\xd2\xb5\xfd\x6a\x9f\xd2\x35\xfc\xcb\x41\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\xd3\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xee\xeb\x37\xb3\x62\xb9\x2c\x72\x37\x4b\x5d\xee\x8a\xd2\x54\x17\xa0\xf6\xad\x21\x97\x90\xb6\x26\x53\x69\x94\x20\xc1\xa2\x77\x1c\x03\xc2\x88\x8e\x31\x7f\x60\x82\xb8\x18\xed\x23\x7b\xcd\x1c\x81\x25\xe2\x5f\xfe\x74\x60\xd2\x0c\xd5\x84\x12\xcd\xa7\xac\x45\xba\x23\x3c\xcd\x89\x21\x7f\xc5\xb4\xaa\x84\x01\x21\x69\xc2\x47\x22\x2d\xc7\xea\xfa\xe6\x65\x54\x08\xbe\x76\xe4\x98\x61\x91\x69\x64\x8d\xae\xf1\x47\x9e\x65\x66\x0c\x96\x83\xc0\x49\x98\xb2\x3c\x73\x5f\x46\xdd\xba\x97\xa7\x34\x35\x27\x37\x18\x42\x99\xdd\x13\xbe\x0f\x77\x2e\x57\x3e\xae\x25\xfa\x1e\xbf\x6e\x11\xab\x84\x23\xa8\xd8\x5a\xc3\x98\xd0\xd4\x9c\xc0\x64\xc2\xd2\x22\x63\x84\x2a\x25\x13\x4e\xb5\xe1\x56\x78\x47\x13\xae\x9d\xca\xee\x5e\x72\x5d\xa7\x5c\xd1\x61\xc6\x52\xbb\xc6\xac\x0c\xb3\x59\x3a\x72\xae\xc8\x90\x99\x25\x36\x7c\x24\x5e\xfd\x09\x4a\x08\x35\xa3\x09\x86\xc2\x16\x47\xc2\x04\x0e\x64\x89\x84\x8b\xc4\xf9\x5a\x85\x5c\x1c\xfd\x21\xf7\xe9\x20\xf2\x1e\x44\xde\x8d\x26\xf4\x4d\x89\xbc\x2f\x28\x34\xd0\x31\xa4\xaf\x1a\x1a\x08\x0e\x44\xc3\xf9\x07\xde\x42\xa8\xb6\x33\x9e\x78\x23\xec\x47\xd7\x64\xdb\xb7\x78\x26\xc5\x88\x8f\x8b\xdc\x0a\xdc\x56\x1a\x5e\xe1\xa5\xac\x69\xe7\x55\xdc\x38\xf5\x43\x7f\xae\x8b\x67\x13\x85\x8e\x1c\x13\x23\x76\x0f\x6e\x3a\xb7\x57\x77\x37\x67\x9d\x53\xd2\x9e\xcd\x32\x8e\x5e\x96\xa4\x50\x5a\x4e\xf9\x3f\xcc\x34\x10\x48\xd8\x73\x6e\x2b\x86\x28\x10\x38\xc0\xad\x63\xd4\x24\x72\x4c\xce\x2e\xee\x6e\x7b\x9d\x9b\x86\x06\x2d\x11\x40\x2d\x23\x36\x9d\x65\x20\x95\xdc\x17\x43\x96\x0b\xa6\x99\x22\x49\x56\x40\x8c\xb9\x77\xf6\x60\xa3\x9d\xff\xea\x9c\xdd\xf5\xba\x57\x97\x83\xbf\xde\x75\xee\x3a\xa7\xc4\x51\x93\x69\xd6\x8c\xcb\x8c\x22\x9d\x0b\x3a\x35\xba\x68\x8c\x78\xfc\x6b\xc1\x0a\x10\x82\xf8\x58\x4c\x99\xd0\xd5\x16\xdd\x80\x2f\xda\xef\x3a\x17\x71\xcb\x13\x46\x7e\xfe\x4b\x39\xa8\x8c\x0e\x59\x66\xbd\x4f\xe0\x5c\x31\x0c\xbb\xec\xc8\xba\xa5\x0a\x54\x6b\xff\x7a\xd7\xbe\xe8\xf6\x7e\x19\x5c\xbd\x1f\xdc\x76\x6e\x3e\x75\xcf\x3a\x03\xab\x60\x9c\xb5\x4d\xbf\x51\x4f\x56\x0f\x21\xbf\x16\x34\x33\x8a\xaa\x1c\x81\x6b\x87\x27\x8c\x3c\x4e\x98\x20\x85\x00\x1a\x43\xed\x17\x74\x81\x30\x89\x1d\x67\x74\x7d\x71\xf7\xa1\x7b\x39\xb8\xfa\xd4\xb9\xb9\xe9\x9e\x77\x4e\xc9\x2d\xcb\x40\x3f\x74\x8b\x0e\xbb\x38\xcb\x8a\x31\x17\x84\x4f\x67\x19\x33\xab\x81\xc7\x71\xc8\x26\xf4\x81\xcb\x3c\xd2\x11\x60\x1d\x0d\x09\x7d\x75\x43\x76\x44\xa1\x8b\xaa\x5e\x95\xe4\x16\xdf\xa8\xd0\xcf\xb2\x17\x22\x72\x58\x7c\x71\xd5\xb6\x2e\x7e\x51\xd9\x97\xb5\x15\xd2\x78\xd2\xcf\x76\x1b\x18\x26\x92\x0e\x9c\x61\xe2\xe4\x9f\x11\x33\xf9\xd7\x93\x21\xc5\x90\x20\xbd\xd5\xde\x0e\xab\x2a\x6e\x96\x1f\xbc\x86\x3b\x21\x1c\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2d\xd8\xb8\xa2\xfb\x64\xa5\x3d\xeb\xf5\x5e\x25\xcf\x6b\xd1\xda\x44\xb1\xb8\xf1\x9e\x20\xeb\x1a\x32\xbb\x35\x65\x9a\x42\x65\x53\x2d\x49\x01\x43\x3f\x5c\x4f\xf6\xff\x0e\xd7\xd3\xe1\x7a\x3a\x5c\x4f\xbf\x55\x93\x60\x0d\x4b\xff\xaa\x36\xc1\x55\x5a\xe0\x4e\x10\x4f\x35\x06\xc3\x45\xed\x4f\x11\x35\xa1\x39\x16\xf3\x49\xe4\x74\x2a\x45\x10\x5c\x30\x9f\xb1\x23\xe2\x5d\x98\x60\xfc\x81\x61\xac\xb2\x27\x96\xdd\xf0\xd7\x61\x49\x0c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xfb\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xf8\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\xef\xff\x1c\x54\xfd\x1e\xd1\x93\xd0\x09\x12\x3d\x28\xd3\x12\xa0\x75\x9e\xee\x9e\x96\x10\x97\x27\x5e\xe5\x24\x09\x0b\xda\xbe\x70\x81\x77\x94\xcd\x35\xe3\x69\xb6\x58\x89\xf7\x19\x22\xb5\xea\x36\xfa\x5b\x34\xb2\xd4\x90\xed\xc1\xe2\xb2\x72\xa1\xbe\x55\x30\xeb\x92\x2f\xbd\x22\x37\xc1\x7a\xcc\xdb\x01\xfe\x0f\x1a\x58\x78\xfd\x73\xcf\xc8\xeb\x1f\xef\x8a\xe1\x10\xf3\xee\x6d\xb1\x1b\x22\xde\xf8\x3a\xcc\x18\xe1\x88\x9f\xc3\x90\xb1\x74\xf7\xbf\x39\xbe\xbe\x8c\x96\x0f\xdc\x7d\xcd\xe5\xfa\x56\x79\xfc\xc1\x9e\xb1\x4f\x7b\xc6\xd1\xb7\x6b\xd0\x38\x60\x2e\x2c\x59\x9c\x83\xb5\x67\x9b\xd5\x3a\x58\x7b\xc2\x67\xcf\x69\xed\x41\xdf\xed\x60\x46\x73\x26\x74\x8d\x7c\x5f\xbd\xd9\xe0\xf5\xc0\x56\xef\x05\x20\x68\x00\x05\x57\x2b\x1b\xf8\x5b\xf3\xdb\x32\xff\x58\x19\x65\x80\x22\x4e\x90\x0b\x71\xf2\xcf\xf2\xdf\x81\x02\x11\xfc\x58\xe3\x03\xdd\x20\x84\xc9\x45\xd9\xb3\xb4\x14\xbb\xca\xc6\x6b\x42\x9b\xec\x18\x8e\x9d\x30\x56\x7a\xf3\x57\x46\x3a\x5d\xe3\xa7\xe7\xf0\xe5\xeb\x4a\xaa\x68\x18\xfa\xf3\x46\x40\x2d\x52\xc2\x7a\x07\xcb\xe9\x11\x1c\x93\x06\x1e\x27\x1c\xc4\x03\x80\x70\x82\x2b\x34\xd8\x70\x97\x8e\x49\x21\x6f\xa2\x49\xd6\x7a\x6e\x31\x72\x81\xdc\xd7\x9b\xb8\xa5\xd1\xd7\x3b\xef\xaf\x1e\x1a\xb2\x82\xee\xbf\x6a\x98\xc8\x12\x9e\xb9\x9f\x08\x91\xe7\xe3\x8f\x1f\x98\xfe\xf6\x98\xe3\x07\xa6\x9f\x8b\x33\x6e\xcb\x0e\x97\xb2\x84\xb2\xe2\xc4\x0b\xe1\x06\xdb\xb1\xbe\xd7\x35\xc7\x43\xfa\xe0\x21\x7d\xf0\x90\x3e\x18\xbe\x71\x48\x1f\xdc\xb5\x26\xf3\x39\xbc\xf2\x8c\xd7\x39\x76\xf8\xed\xdd\xe8\x38\xaf\xc3\xa5\x7e\xb8\xd4\x37\x9b\xe3\x4b\x55\x63\x1c\x3d\xbf\x04\x35\x66\x23\xd4\x0b\xf4\xec\x96\xd5\xcd\x1c\xf9\xaf\xf4\xde\x5e\xbb\xce\x5e\x0f\x13\x52\x4f\xcd\x67\x76\xf1\x51\xb9\x75\x3f\xb8\xa8\x0e\xb0\xe0\x07\x17\xd5\xc1\x45\x75\x70\x51\xd9\xa7\xdf\x04\x2c\xb8\x57\x32\x56\x96\xaa\xbd\x29\xeb\xd3\xd6\x84\x9b\x54\x6f\x62\xf7\xf6\xf5\x82\x84\xfb\xd2\x2f\x63\x37\xf2\xe7\xd2\x01\x5e\x8a\xe4\x58\xce\xfb\x45\xc8\x8a\x27\xff\xac\x04\x73\x2f\x78\xfc\x54\x31\x9d\xd2\x7c\x0e\xf7\x96\x0d\x6d\x6e\xc1\x84\x5a\x76\x46\x01\x6c\xb0\xbd\x96\x86\x85\x0e\x22\xb1\x94\x21\xe4\x19\xcb\xf5\x3c\x78\x13\xb8\xe8\x7f\xf6\x05\x2f\xc1\x4b\xf9\x58\xc8\x1c\x8d\x3b\xe6\xe3\x09\x15\x69\x66\xce\x81\xf2\xed\x24\x54\x08\xa9\xe1\xf6\x07\xb7\x41\x4a\x1e\x38\x45\x59\xa1\x7d\xdd\x8d\xce\x49\xbd\x9f\x72\xad\x33\x15\xb9\x18\x5f\xd1\x89\x7a\x6e\x58\xd0\x83\x46\x18\xae\xfe\xd7\x3a\xc8\x9a\xaa\xfb\x6a\xba\x47\x1c\x45\x3c\x58\x9a\x00\xb2\xe2\xdd\x08\x17\x6b\xf9\xab\x95\x24\x91\xf8\x99\x4d\x1b\x81\xc7\x30\xe4\xea\x38\xdc\x8f\x61\x87\xee\xb7\xb2\x65\xf7\x8b\xab\x8e\x01\x3f\xe6\x4c\xe7\xf3\x01\xd5\xda\x30\x95\xdd\x33\x53\x62\xcb\xf9\x8a\xcc\x94\x1e\x55\xf7\xaf\x32\x33\x25\x1e\xf8\x93\x33\x8b\x35\x69\xf2\x9b\x8b\x69\x5e\xf7\x84\x1d\xe2\x9b\xb7\x58\xba\x6f\x35\xd6\x79\x19\x0b\x7d\x31\x23\xac\x70\xf1\x6f\xf1\xe4\xc6\x77\xd2\xe1\x88\x2e\x5b\xa3\x6f\x0e\x2c\xbc\x22\x6a\xac\x98\xdb\x2b\x01\x0d\xaf\x4a\x4b\xfb\x1e\xd5\xd3\xd8\x96\x83\xdd\x38\x54\xf9\x39\x54\xf9\x39\x54\xf9\x79\xea\x2a\x3f\xeb\x69\x9a\x6b\xab\x99\xeb\xea\x98\xeb\x29\x98\xcd\xda\xe5\x0e\x29\xad\xb1\xd2\xb7\x6d\x4a\x6b\xa4\x54\xbd\x0a\xd7\x68\x34\xe2\xe7\x48\x69\xfd\x8d\xea\x81\x07\x25\xf0\x49\xd6\xed\x5b\xd5\x00\x5f\xb8\xfa\x77\x48\xc6\xdd\x63\xa4\xc3\x37\x0c\x2e\x76\x08\x74\x58\xb2\x38\x87\x40\x87\x6d\x56\xeb\x10\xe8\x10\x3e\x7b\x71\x81\x0e\xcd\x9a\x03\x4f\x77\x4d\xa7\xaa\x13\xd9\x4b\x81\x36\x42\xe8\xdc\x5e\x7c\xef\xa6\xaf\x42\x6e\x0f\x10\x75\xbd\x99\x23\x7f\x0e\xf9\xfd\x80\x10\x7b\x40\x88\x3d\x08\x71\xbf\x25\x21\xee\x20\xa7\x6c\xb3\x5a\x07\x39\x25\x7c\x76\x40\x88\x7d\x41\x10\x21\x46\x70\x8a\x92\x44\x56\x06\xa5\x9e\xe5\x0c\xc2\xe7\x44\xea\x53\x45\x08\xad\x0a\x60\xcb\xa4\x2b\x6c\xc0\xc8\x57\xaf\x41\xb8\x32\xe3\xc4\x11\xaf\x11\x4d\x17\x76\xf8\xe6\xdf\xd7\x18\xf8\x8d\xbd\x2b\xe1\x40\x0f\x69\xea\x6b\xa1\x83\x80\x34\xa5\x73\x32\xa1\x0f\x8c\x8c\x28\xcf\xd0\x4c\x65\x79\xe0\x92\xb9\x2d\x1b\xd0\xff\xda\x6c\x40\x34\x1e\x4e\x99\x01\x66\x78\x3a\x8a\x38\x09\xcd\x9c\x93\x0a\xde\x81\x42\xed\xb6\x2c\xfe\x90\x31\x11\xa4\x13\xad\x3b\xe6\xbd\x88\xa6\x5f\x3d\x14\x30\xa4\x9b\xaf\x1a\xdd\x0b\x27\xbc\xb1\xc8\xe5\xfe\x74\xae\x5d\x14\x2d\xf5\xc7\xd7\xc2\x0a\x9e\x43\xad\xfa\x86\x5d\x1f\x07\xf7\xc6\x6f\xb3\x26\xd6\x8b\x11\xc9\x0f\x8a\xee\x1e\x15\xdd\x43\x5e\xe6\xc1\x5d\x71\x30\x03\xac\xbd\x5a\x07\x33\x40\xf8\xec\xf5\xb8\x2b\x9a\xa5\xe7\xed\x4a\xc4\x3f\xa1\x1c\x7d\x10\xa3\x0f\x62\xf4\x41\x8c\xfe\x66\xc5\xe8\x97\xb1\xc2\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\x0f\x32\xb4\xfd\x6a\x2f\x32\x34\xfc\xcb\x65\x73\xef\x27\x75\x7b\x3d\x8f\x94\xcd\xdd\x7e\x2d\xc2\xf3\x41\x70\x3e\x08\xce\x2f\x5b\x70\x7e\x31\x13\xfa\xf6\x12\x36\x0f\x29\x8f\x87\x94\xc7\x43\xca\xe3\x57\x48\x79\x74\xac\x64\xdb\x9a\x0f\x9f\x2c\x6f\xf9\x9e\x8b\x24\x2b\x52\x10\x51\x26\x8c\xbc\x2b\x78\x96\x12\x50\x68\x8c\x5e\xca\xa5\x78\x0b\xf4\x04\xa4\x00\xe3\x74\xc0\xe7\xcb\x05\x98\x4f\x0b\x9c\xee\xc5\xca\x30\xe5\x68\xb7\x05\xa8\xda\xd7\x9e\xfa\xb2\x89\x5b\x94\x46\x8a\x7e\x73\x0d\x3d\x77\xc1\xa4\x23\x27\x7a\x18\xb6\xe3\x06\xb1\x51\xf9\xa4\xcf\xf6\xa3\xd7\x05\x25\xbe\x38\xea\x43\xd1\x24\x12\xec\xda\xa1\x68\xd2\x13\xce\xdb\x9d\xb3\x15\x33\x77\x34\x8a\xe6\xe1\x57\x3a\xed\xaf\x1e\x47\xd7\x7c\xd2\xbf\x6a\x54\x5d\xed\xcd\xb1\x90\xd1\x54\x16\xdd\x7e\xfe\x5a\x51\xbb\x5c\x0d\x1f\x98\xfe\x56\xee\x85\x43\xbd\xa8\x43\x69\x89\xad\xcb\x69\x6f\xc4\xe1\x5f\xd7\x14\x0f\x25\xb1\x0e\x25\xb1\x0e\x25\xb1\xc2\x37\x0e\x25\xb1\x5e\x40\x49\xac\x5d\xa4\x16\xec\xfe\x5b\x11\x5c\x0e\x65\xb1\x0e\xb2\xcb\x41\x76\xa9\x9d\xe2\x0b\x54\x4a\x5f\x44\xd1\x2f\xaf\x94\xee\x0b\x5f\x23\xf4\xa7\x7b\x66\xbc\x57\x98\x0d\xb7\x92\x07\xa8\x0d\xfb\x7f\x07\xa8\x8d\x75\x26\x77\x80\xda\x38\x44\x4f\x1e\xa0\x36\x0e\xf1\x81\x87\xf8\xc0\x03\xd4\xc6\x6b\x81\xda\x70\x02\xd4\x3e\xe0\x36\x6a\x84\xb1\xd5\x90\x1b\x9f\x17\x35\x83\x17\x2b\x68\xb9\xb1\x1e\xa0\x37\x0e\xd0\x1b\xbb\xd2\xce\x8b\xd0\xc9\x9e\x04\x82\xa3\x86\x0d\xec\xaa\x88\xbd\x0e\x28\x0e\x37\xda\x43\x1e\xe1\x21\x1c\xfa\xe5\x87\x43\xbf\xb8\x3c\xc2\x17\x23\xb6\x1f\x94\xe1\x3d\x2a\xc3\x87\x54\xc2\x43\x2a\xe1\xc1\x54\xb0\xf6\x6a\x1d\x4c\x05\xe1\xb3\xd7\x91\x4a\xb8\x5a\x9a\xde\x0b\x24\xc7\x53\xc8\xd5\x07\xb1\x1a\xdf\x3b\x88\xd5\x07\xb1\xfa\x1b\x15\xab\x5f\xc6\x0a\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\xf6\xab\xbd\xc9\xd4\xfb\x85\xe8\xd8\xd0\x8b\x15\x64\xa5\xbc\x26\x61\xfa\x20\x48\x1f\x04\xe9\x97\x2d\x48\xbf\x98\x09\x1d\xe0\x3a\x0e\x70\x1d\x07\xb8\x8e\x03\x5c\xc7\x36\x52\xcd\xef\xec\xa9\x7c\x13\x5c\xc4\xfe\xc6\x7e\xf3\x2e\x93\xc3\xde\x7c\xc6\xcc\x7f\xcf\xf9\x94\x09\x05\xe2\x23\xd7\xf3\x50\x8a\x69\x58\xf9\xc5\x35\x7f\x73\xdb\xbd\xfc\x70\x11\xe6\x08\xbd\xf9\x78\x77\xd1\xeb\x5e\xb7\x6f\xfc\xba\xf8\x59\x85\x6b\x61\xbf\x8b\x04\xb1\x33\x39\x9d\xd1\x9c\x2b\x29\x3a\x5f\xcc\xe9\x34\x43\xbb\x02\xd1\x47\xe6\xdb\x8d\xae\xf3\xd7\x70\x64\x97\xf1\x9f\x1f\x7a\xf1\x5f\xd1\x2c\x2e\x7a\xf1\x5f\x9d\xa5\xb3\x09\x1a\xae\xb2\xb3\x63\xf2\xa1\x77\x4a\x3e\x40\x08\x46\x4e\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\x52\xf0\x4b\xf9\xb1\xe6\x3a\x83\xb9\xbd\xe3\x82\xe6\x73\xe2\xa6\x8f\xd9\x73\x14\x6c\xb3\x6e\x69\xaa\x8b\x27\xfe\x5e\x08\xd0\x1e\xca\xd5\xbb\x90\x63\x9e\xd0\x6c\xb7\x45\x6c\x5f\x86\x07\xe9\xcd\xd5\xcd\xd2\xa5\x08\xdf\x5e\x5c\x8b\xf6\xe5\x39\xe4\xf2\xb9\xa1\xd6\xcc\xfc\x92\x29\xcd\x52\x23\x8d\xa4\x48\xbc\xc0\xcf\xe6\x81\x94\xf2\x77\x09\xd9\x7d\x85\x32\xb2\x73\xfb\xf2\x9c\x9c\x90\xab\x9b\xbe\xb8\xca\x53\x34\xde\x30\x73\xbd\x23\xd7\xe5\x8a\x08\xa9\x09\x9f\xce\x64\xae\xa9\xd0\x46\xb2\x01\xc6\x66\x57\x44\x11\x9a\x33\x72\x26\xa7\xd3\x42\x53\xcd\x1f\xd8\xc2\xa2\x0a\xd4\xc8\x6e\x99\xee\xa6\x60\x0e\xae\x59\x43\xe4\x7c\xe5\x5c\x66\xb9\x69\xdf\x70\xdd\x58\x17\xe0\xe9\x82\x6c\xee\x9a\xa0\x79\x4e\x63\xfe\xf8\x86\x6b\x36\xad\xbe\xbf\x66\xd8\xde\xbf\x6a\x15\x1d\x73\x25\x5c\x48\x9a\x72\x31\xc6\x74\xca\x0b\xae\x59\x4e\xb3\x8f\x74\xf6\xde\x59\x9b\xb6\xa0\x8f\xff\xef\x36\xca\xe4\x7b\xf3\x4b\xfb\x63\x98\x0b\xf8\xe6\xfa\xe6\xaa\x77\xb5\x94\x66\xa2\x16\x16\x89\xc6\x3c\x3e\x85\xff\x25\x27\xc4\xb4\xee\x6f\xae\x29\xd3\xd4\xdc\xe8\xe4\x7b\x4c\xdc\xf1\xe1\xfd\x5c\x64\x40\x23\xb3\x9c\x4f\xb9\xd9\x57\xab\x32\xbf\xc5\xcb\xd1\xdf\xfe\x9e\x4a\xf0\x03\x4c\xc2\x03\xb1\x43\x53\x91\xd2\x3c\x25\x7f\x57\x36\x71\xd4\x08\x21\xf8\x3a\x55\xee\x07\x96\x92\x63\x32\xd1\x7a\xa6\x4e\x4f\x4e\x1e\x1f\x1f\x5b\xe6\xed\x96\xcc\xc7\x27\xe6\x1f\xc7\x4c\xb4\x26\x7a\x9a\x61\xc6\xa9\x59\x85\x53\x72\x9d\x4b\x2d\x41\x80\x20\x8a\xe5\x9c\x66\x90\x1a\x38\xc4\xd3\x2e\x47\xe4\xff\x26\x32\x67\xad\x72\x63\xfe\x2f\x09\x92\x59\x47\xe6\x9e\xe5\x69\x76\x62\x5e\xaa\x39\x3a\xd5\xfd\x24\x29\x4b\x78\x6a\x05\x29\x26\x12\x09\x68\x4b\x68\x59\x34\xed\xb9\x6c\x27\x66\x5d\x39\x7e\x39\x03\x61\x83\xa6\x8c\xd0\x07\xca\x33\xcc\x6b\x96\x68\x32\xc4\x75\x66\xb9\x11\x5c\xba\x28\x75\x16\x46\xc2\x86\xd8\x3b\xd0\x23\xdd\xab\x33\x33\xe1\x44\x66\x64\x58\x8c\x8c\x84\x16\xdc\x4a\x47\x46\x1a\xe1\x8a\xe4\x2c\x91\xd3\x29\x13\x68\x54\x34\x0d\xc1\x97\xb0\x62\x76\xb4\xad\xbe\x80\xfd\x37\x62\x0a\x50\x40\x2a\xe1\x60\x0b\x66\xb4\x15\x31\xc7\x6e\x86\xc5\x28\xf2\x54\x69\x49\x72\x46\x53\xc2\x75\x5f\xb4\x33\xa3\xd7\x4e\xa5\x66\x61\x10\x21\x98\xb5\xa3\x05\x07\x86\x90\xb3\x59\x46\x13\x97\x94\x99\xc9\x84\x66\x64\xc4\x33\x66\xeb\xe5\x07\x0d\x7c\x0f\xaa\x96\x59\x33\xae\x48\x2a\x1f\x45\x26\xa9\x9d\x47\xf5\xb3\xb7\x31\x6f\xe9\xb8\xb4\xe4\x4e\x9e\xcb\x1c\xfe\xe7\x67\x2e\xd2\xed\xce\xe0\xdd\xe5\xcf\x97\x57\x9f\xa3\x63\x78\x77\xdb\xb9\x09\xff\xbe\xfd\xe5\xb6\xd7\xf9\xb8\xf4\x1c\x56\x5b\x29\x29\x0b\x86\x07\x22\xf8\x29\xb9\xc5\x45\x90\x39\x31\x4a\x55\xc3\xa4\x3e\x5a\x52\x2a\x7f\x90\x29\xdb\x6e\x6e\x1f\xdb\x97\x77\xed\x88\xa3\xdc\x9e\xfd\xd4\x39\xbf\xbb\x88\x04\x3c\x37\xbf\xe0\x97\x9b\x0e\x8a\x6f\xe1\x6f\x67\x3f\x75\x2f\xce\x07\x5e\xe0\x5b\xb6\x1a\x95\x7e\xab\x7c\xa9\x87\xfc\x67\x22\x53\x32\x9c\x87\x89\x83\x65\xbe\xf9\x23\x55\x24\x03\xc7\x08\x4b\x9d\x2e\x82\xad\x9e\x02\x1b\x72\x99\xec\xe5\x17\x46\xb6\x3f\xb2\xef\x40\xde\x39\xaa\x41\x54\xc7\x89\xec\x61\xc3\xa6\x77\x2a\x02\x9d\x02\x33\xdc\xfd\x1a\x19\xad\x47\x99\x17\x0b\x73\x7e\x73\x3e\x1e\x83\x8a\x5f\x19\x2a\xb6\x66\x3f\x85\x95\x84\xef\x70\xab\x67\xb9\x84\x23\x6d\xba\xb5\xb6\x21\xaf\x40\xe0\x87\x88\xe2\x16\xb5\x98\x53\xd0\x0d\x6a\x86\xe6\xf6\xe5\x14\x2d\xba\x0d\xd3\x82\xa3\x57\x46\xf8\x02\x87\x52\x68\x99\x98\xe5\xec\x81\xcb\x22\xf8\xd4\xc2\x29\x44\x9b\x5b\xdb\x7c\xb9\x00\xb0\x6c\xa8\xbf\x94\xcd\xc4\xd4\xdc\xbd\xba\xd5\x39\xd5\x6c\x3c\x3f\xb7\x27\x7b\x7b\x2a\x3e\xbf\xfa\x7c\x79\x71\xd5\x3e\x1f\x74\xda\x1f\xe2\x83\xe9\x9f\xdc\xf6\x6e\x3a\xed\x8f\xf1\xa3\xc1\xe5\x55\x6f\xe0\xde\x58\x4a\xae\x0d\x1d\x2c\x5e\xa7\xf1\x8b\xa7\xc4\x70\x46\xe0\x60\x0e\x79\x29\x60\x63\x43\x36\x92\x39\xb2\xe3\xa9\xf3\x01\x02\xe3\x27\x7e\x65\x59\x8a\x3a\x76\x3c\x8b\x53\x50\x40\xeb\x9a\x44\xdb\x92\xce\x19\x9d\x02\x3b\xa7\x82\x74\x44\x7a\x7c\x35\x3a\xbe\xc5\x1f\xa7\x34\xbf\x67\xb9\xff\xf4\x31\xe7\x5a\x33\x30\x89\x73\x6b\x2d\x07\x05\x19\x86\x6c\xee\x1b\x88\xf1\x2e\x3b\x68\x91\x1b\xc3\x9e\xcd\xfb\xfe\xee\x31\x84\x9a\x32\x4d\x79\xa6\xec\x60\xa3\x75\x3d\x25\x17\x34\x1f\x97\xea\xee\xf7\x72\x34\xc2\xc6\xde\xe2\x30\xcc\x55\x13\xcd\xa2\x86\x45\x1a\xd2\x70\xd7\x17\xf4\x67\x5f\xf6\x42\xda\x22\x55\xdd\xcd\x76\xa3\xa9\xbb\x6b\x58\xf1\xab\xcb\x41\xe7\xbf\xba\x91\xc2\x62\x9f\xd4\xd0\x1a\x4c\x1c\x1f\x2f\xbf\x0b\xea\xdb\x5e\x24\xa7\xf8\xc5\x1a\x72\x2a\x66\x6e\xe7\x47\x46\x05\xaa\xa1\x25\xf6\x85\x6b\xdc\x98\x70\xdc\x15\x12\x2a\x9b\x01\x2b\x06\x9d\xcd\x18\xcd\x55\xdd\x6e\xc7\xd2\x5a\xc3\xde\x63\x4f\x61\x1f\x76\x93\x5d\x3f\x47\x44\x8a\x6c\x1e\xde\xf5\x15\x8a\x5c\x83\x06\xb0\xad\x05\x0a\xb8\x06\x5c\x91\xab\x07\x96\xe7\x3c\x65\x1f\xb9\x32\x9a\x0c\xfe\xf8\xce\x82\x8b\x6c\x47\x10\xef\xdb\xdd\x8b\x8a\x0c\x30\x38\xef\xbc\x6f\xdf\x5d\x2c\xd7\xc6\xa3\xef\x6a\x50\x6f\x82\x76\x4e\xcd\xad\x6f\x4d\x73\x70\x3b\x1c\x3b\xc8\x14\x96\xfa\x0b\x2d\x46\x4c\xa9\x70\xd5\x6b\x34\x1f\xdb\xff\xdc\x6a\xaa\xb7\x24\xff\xf6\x59\xaf\xfb\x29\xd2\xda\xdb\x37\x67\x3f\x75\x3f\xd5\xc9\x05\x83\x0f\x9d\xcb\xce\x4d\xbb\xd7\x59\x4e\xf5\x95\x26\xeb\xee\x7c\x65\x06\x5c\x75\x1f\x70\xe5\x3d\xe0\x86\xac\x73\x99\x11\xae\x15\x79\xe0\x8a\x0f\x39\xa0\xd4\x58\x53\xfc\x5d\x17\x98\x1e\xf8\x36\xb9\x9e\x3b\xa9\x00\xfb\x3d\x25\xef\xe6\x6e\x0d\x8f\x80\xc9\xd9\xf6\x51\x4d\x0d\x0d\xf4\x89\x51\x6a\xf0\xd6\x73\x93\x3e\x25\xed\x3c\x99\xf0\x07\x50\x7b\x82\xcf\x84\x11\x45\xc5\x98\xe5\x38\x1c\xb0\x3f\x86\x63\x09\x9e\x9b\x51\x85\x32\x40\xb9\x6a\x5e\xec\x1b\x33\x61\x54\xe7\xb0\x13\x94\x4f\x72\x26\xbe\x33\xa2\xcc\x2c\xe3\x09\xd7\xd9\x9c\x24\x60\xf3\x48\x8d\xa0\x38\xa5\x82\x8e\xed\x9d\x0b\x8a\x42\x85\x24\xfe\x8a\x50\x3e\x57\x23\x6b\xdc\xea\x71\xb6\xe5\x09\xb8\xbb\x3c\xef\xbc\xef\x5e\xc6\x24\xf0\x53\xf7\x43\x24\x04\x7e\xec\x9c\x77\xef\xa2\x8b\x76\x95\x2c\xb8\xd8\x6c\xdd\x29\x71\x2f\x9d\x92\x73\xfc\xf4\xd4\x2c\x6e\x0d\x4e\x91\x57\x1f\x2b\xeb\x70\xe3\xc2\x4e\xdc\x3f\x3a\x42\xe7\xb5\x96\xb9\x75\x4d\x0e\xd6\x08\x1f\xd9\x1c\xea\x7d\x75\x0b\x7d\x5f\x56\xbd\x2a\x8b\xbe\x4c\x6b\x89\x37\x9d\xb4\x4a\x4b\x44\xe8\xc4\x03\xb5\xbb\xc9\xe8\x51\x63\xd8\x2d\x79\xe9\x27\xf0\xd1\x4c\x0b\xa5\xd1\x98\x0e\xc4\x49\xee\xff\xa2\xcc\x82\x82\xb1\xbd\x45\x6e\x19\xeb\x0b\xa7\x7f\x8f\xb9\x9e\x14\xc3\x56\x22\xa7\x27\x25\x48\xd6\x09\x9d\xf1\x29\x35\x02\x2a\xcb\xe7\x27\xc3\x4c\x0e\x4f\xa6\x54\x69\x96\x9f\xcc\xee\xc7\xe0\xf9\x75\xfe\x84\x13\xdf\xec\x58\xfe\xdb\xc5\x9f\x7e\x38\xbe\xf8\xcb\x0f\x6f\x16\x2d\x2a\x4d\xfb\xdf\x11\x09\x9d\xa9\x22\xb3\x11\x22\x79\xb8\x36\xee\xc8\x17\x6c\xd5\x7e\x5f\xc6\xdb\xb5\x9b\x06\x78\x76\x7d\x17\x59\x38\xe3\x3f\x3f\x76\x3e\x5e\xdd\xfc\x12\x71\xca\xde\xd5\x4d\xfb\xc3\x72\x4b\xe7\x82\x8a\x58\x59\x86\x9f\x85\x7c\x14\xf1\xec\x55\x75\xd2\x85\xd0\x7c\xca\x9c\x86\x68\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\x58\xc8\x79\x7f\xf1\x4b\xaf\x33\xb8\x3d\xff\x79\xe9\x4c\xf0\xb3\x68\x64\xb7\xe0\xde\x3e\x93\x59\x31\x15\xe1\xbf\xb7\x1f\x5b\xf7\xb2\xd7\xf9\x50\x1d\xdd\x55\xbb\x17\x2f\xfb\x4d\x1c\x35\xf1\xe6\xdd\xd5\xd5\x45\x27\xf2\x38\xbc\x39\x6f\xf7\x3a\xbd\xee\xc7\xe8\xb6\x3b\xbf\xbb\x41\x18\xad\x65\xd3\x74\x23\xa8\x99\xa8\x99\x56\x38\xcd\x7d\xf3\x99\xb5\x8e\x79\xdb\x46\x24\xe2\x41\x39\x0e\xe0\x2a\x30\xd8\x00\x8c\x0e\xc7\xde\xe2\x97\xe0\x48\x6b\x79\x8d\x8e\xb7\x89\x34\xf3\xba\xa5\x1b\xbd\x8c\xe5\xf5\xfc\x10\x10\xec\x0d\x55\x4c\x9a\x65\xf2\x11\xe3\xc2\xa6\xdc\x5c\x79\x16\x3b\xc8\xbc\xa2\x48\x52\xe4\x39\x13\x3a\x9b\xb7\x6a\xd8\x49\xbc\x2d\x2c\xc9\x99\xfe\x28\x0b\xa1\xb7\x27\xb9\xf6\x65\x74\xa8\x3b\x97\x9f\x06\x9f\xda\x31\x05\x76\x2f\x96\x1f\xf2\xb0\x89\x9a\x7b\xae\x7d\xf9\x8b\xbf\xe1\x20\x7a\xf0\xc8\x6b\x66\x28\x18\x26\x19\x67\x42\x83\xc5\x5e\xcb\x0c\xc4\x05\xc2\x38\xa8\xda\x53\x33\x39\x2e\xc6\x04\x03\x97\x1c\x64\x21\x0e\xf2\xd4\xfd\xa3\xd2\x9e\x82\x75\x01\x63\x9f\x0b\xc8\x84\x76\xac\x36\x29\x08\x13\x0f\x3c\x97\x80\x58\x48\x1e\x68\xce\xe9\x30\xb3\xc2\x91\x99\xeb\x29\xfc\xef\x66\x6d\x82\xdd\xae\xc2\xb8\x6e\x65\xae\xcf\x7d\x60\xd7\x76\x56\x80\xba\x28\xa9\xc5\xf8\xa8\x7a\x05\xbf\x12\x13\xe5\x86\xd5\xa3\xea\x7e\xc1\xee\xd6\x15\x4a\x53\x91\xb0\xb3\x8c\x2a\xb5\xed\x58\x51\x71\x38\x8a\xd9\xd9\xcd\xcd\xdd\x75\xaf\xfb\x6e\x05\x09\x55\x3f\x5e\x0c\x7c\x4b\xb2\xc2\x99\xa6\x87\xb9\xa4\x29\x31\x7b\x23\xc7\x68\x06\xb7\x57\x76\x89\x1c\x89\x11\xa8\x3e\x16\x20\x42\xad\xf4\x6e\x7e\xa7\xa1\x84\xb6\x35\x6e\x17\x82\x24\x66\x25\x48\xa0\xac\x38\x96\x02\x56\x75\x84\x9b\xb6\x2a\xe3\x2c\xa3\x7a\x24\xf3\x29\x92\x50\x34\x69\x6c\x7c\x79\xa3\x5c\x68\x96\xe7\xc5\x4c\x73\x07\x05\x5a\xbd\x02\xa1\xf4\xa7\x1c\x7f\x64\x4a\xd1\x31\xdb\xc5\xf9\x52\x77\xed\xdf\x7e\x0a\xff\x04\xe7\xca\x3a\x57\x7a\x34\x42\x17\xb4\xe5\xe8\xe9\x4a\xbc\xa7\x3c\x2b\x72\x76\x2d\x33\x9e\x6c\xe9\x2c\x36\x6a\xe6\xa0\xfb\xd1\x88\xdf\xed\x5e\xe7\x22\xe2\x53\xf0\xac\xfd\xbe\xd7\xb9\x19\x20\xbe\x64\xfb\xdd\x45\x67\x70\x79\x75\xde\xb9\x1d\x9c\x5d\x7d\xbc\xbe\xe8\xac\xf0\xc1\x36\x36\xbe\x68\xb2\xa8\xbe\x7a\xba\xf0\x0b\xec\x70\x5e\xa0\x76\xe3\x34\x5d\x88\x6f\xa6\x3c\x03\x07\x90\x44\x47\x10\x25\xc2\xe8\xfc\xe6\x67\xe5\xf4\x2a\x17\xce\xd7\x22\x5d\xfd\x5d\x96\x11\x5a\x68\x39\xa5\x60\xc6\xcc\xe6\x7d\x41\x87\x32\xd7\xa0\xdd\xf9\x9b\x81\xe4\x85\x10\x86\x2b\x9a\xc6\x10\x26\x36\xc9\x18\x15\xa4\x98\x05\xa1\xe8\xd6\x18\x37\xe2\x02\xa2\x44\xa6\x34\xbf\x77\xd5\x33\x7c\x04\xa1\x3f\x14\x8a\x50\xd5\x17\x88\xda\x60\x59\xe1\x1a\x2b\x7c\xba\xd6\x5b\x8d\xab\x33\xa5\xf7\xcc\xac\xca\xb4\x48\x26\x46\x3f\x1c\xe7\x4c\x29\x6b\xb0\x49\xa8\x40\xe7\x9b\x7d\xfd\x91\x67\x59\x5f\x08\x69\x96\xc2\xd9\x85\x52\x36\x63\x22\x65\x22\xe1\x18\x80\x0e\x7e\x2b\x6f\xbf\x1d\xe7\x74\x36\x21\x4a\x82\xc3\x07\x96\x1d\x34\x4f\xfc\xc8\x85\xac\x58\x9c\x0a\x78\x1c\x9a\x75\xf2\xc2\xf0\x89\x2b\xb8\x84\x70\x95\xe1\x63\x67\xd3\x71\xb6\x4c\xd4\xe0\xa7\xb3\x8c\x69\xc4\x7a\x85\x25\x87\xcd\x30\x6b\x1d\xed\x87\xd9\xa6\xba\x4d\xe8\x8b\x72\xcc\x54\xd9\x11\xb5\x6a\xcc\x45\xf6\x48\x91\x9f\xa8\x48\x33\xd3\x8a\x33\x0c\xc6\x67\x11\xa2\x28\xdb\x86\x6a\xdc\x69\xdc\x45\x52\x4b\x68\xa1\x36\x12\xd5\x96\x67\x0d\xa0\x3e\x7f\x5c\x3a\x44\x81\xbc\x6d\xca\x00\xac\xee\xcc\xb0\x48\x9a\x49\xbb\x4a\xf8\x7a\x81\xe8\xfe\x04\x46\xd3\xa0\x3b\xce\x72\x2e\x12\x3e\xa3\xd9\x56\x82\x65\x25\x8e\xcc\xc6\x67\x7d\xcf\x47\x86\x7c\xde\x2e\xf8\x31\x34\xcb\xa7\x90\x3e\x63\x87\xe9\xb7\x70\x95\xd0\x86\xbb\x63\x08\x99\xc6\xb1\x36\x5b\xec\x0d\x3a\xa9\x9b\xa6\x5b\x69\xc5\xf6\x8e\x51\x12\x34\xbb\xae\x6f\xb3\x6e\xc1\x82\x87\xff\x5a\xb6\xd5\x1f\xe9\xcc\x6c\x31\x62\xd8\x12\x5a\xce\xd1\x0a\x4c\xb6\x44\x83\x73\xf5\x06\xbe\x1f\x1f\x81\xb8\xbe\x02\x5d\x2e\xa1\xf5\xd5\x2f\x76\x12\xf9\xc0\x82\x84\x25\x4b\x92\xa3\x42\x9b\xd3\x44\xc1\x8b\x46\xbe\x67\xad\x71\x8b\x38\x24\xe1\x23\xd2\xbe\xbe\xee\x5c\x9e\x1f\x11\xa6\x93\xb7\x2e\x98\xc4\xfa\xd6\xfb\x42\x4b\x2b\x5c\xcc\xc9\x44\x3e\x02\x2b\x63\xf9\x98\x45\x73\x76\x8e\x78\x80\xa1\x19\x73\xa5\x73\x1b\x0e\x20\xd2\x10\xd8\x9a\x4f\xab\x72\x23\x52\x48\xa1\x27\xbb\x90\x06\x55\xaa\x98\x1a\xb9\x76\xc0\xe9\x74\x90\xcb\x6c\xd5\x19\xae\x3d\x52\xa5\x61\x64\x60\x6d\x51\x03\x9a\x24\x46\xee\x5d\xbb\xb5\x55\xfb\x78\x0e\xcb\xa4\xc8\xcc\x1c\x28\x88\x42\x5a\x84\x39\x0e\x6e\x29\x67\x25\x1c\xce\x91\x65\x64\x65\x22\x99\xc3\xeb\x3e\x67\xb3\x9c\x19\xe9\xb0\x6a\x2e\xf3\x0b\x7b\x13\x2f\xc7\x37\xb4\xb8\x9e\x9d\x6d\xb6\xac\xd1\xaa\x1d\x91\x59\xc6\x0c\xbb\x2e\x14\xc3\x70\x87\x5b\x96\x14\x39\xd7\xf3\x33\x4c\xe9\xab\x59\xd5\x33\x84\x71\x77\x76\xa9\x00\x44\x7a\x97\x65\xae\x6b\x65\x59\x4b\xe4\xc9\x59\xdc\x19\xf2\xb6\x3a\x6c\x6e\x74\xe9\x57\xca\xd1\x40\xc4\x48\x05\x77\x1f\x69\x18\x6a\x9a\x01\xcf\xf9\xb5\x90\x9a\xaa\xb7\xad\xbe\x30\x0c\xf4\x9e\xcd\xd1\x0e\x6f\x58\xd4\xef\xcd\xb5\x79\xac\x98\x50\x10\x95\xf4\x7b\x34\x90\x19\x26\xeb\xd4\x56\x94\x22\x11\xee\x3f\x86\x0d\x87\x48\x12\xdb\xa8\xe5\x90\x65\x9c\x4e\x89\x35\xee\x9e\xe1\xf0\xc7\x4c\x43\x20\xbf\xe6\x1a\xc4\x9b\x14\xeb\x09\x2c\x0c\x7d\xa5\x6d\x02\xa9\x22\x97\x60\x2f\x49\x8b\xdd\xce\x9b\x5a\x6c\xa3\x6e\x13\xeb\x2f\xf6\x5b\x1b\x9a\x75\xe2\x54\xbc\x24\x97\x0b\x20\xfd\xd4\xf0\x6b\xb3\xd3\x43\xe4\x2d\xce\x48\xcc\x44\xeb\x91\xdf\xf3\x19\x4b\x39\x85\x40\x2d\xf3\xd7\x89\x99\xd7\xbf\x9d\xdd\x5c\x5d\x0e\xca\xf0\xca\xff\xec\x8b\x76\xa6\x24\x31\xa2\x8a\xcc\xb5\x22\x42\x0a\x1f\x15\x36\xcb\x99\xbb\x0e\xec\x5c\xcc\xaa\x06\x26\xa6\xbe\x68\x1a\x41\x2a\x13\xd5\xa2\x8f\xaa\x45\xa7\xf4\x1f\x52\x80\xbd\xba\x0d\xff\x3c\xcb\x64\x91\x7e\xa6\x3a\x99\x9c\x80\x19\x59\x9f\xb0\x07\x26\x34\x9a\xab\xcc\x72\xa5\x10\x23\xae\x20\xa8\xec\xdf\xcc\x98\xcb\x48\x4f\x65\x84\xce\x84\xcd\x34\xf9\x7f\x73\x36\x94\x52\xd7\xb3\x28\x39\x1a\x29\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x43\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbe\xff\xb7\x73\xfb\xbd\x5a\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xd5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf0\x83\x19\x4d\x58\x99\x77\xe3\x7c\x8c\x89\x9c\x4e\xc1\x25\xed\x3c\x8d\x29\x1f\x81\x6f\x5a\x9b\x2b\x80\x0c\x99\x7e\x84\x48\x08\xf7\xab\xf7\x36\x39\x6b\x85\x61\x1e\xc0\xa0\xfa\x66\xad\xd2\x02\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x73\x7e\xcc\x0f\x4c\x27\x75\x57\x6d\x67\x4a\x79\x76\x29\xb5\x77\xae\xef\xb2\x2d\x39\x4b\xf8\x8c\x1b\x7a\x1e\x30\xd3\xee\x93\x46\xc6\xae\xb2\xe9\xba\x84\x5e\x18\x09\xa1\x69\x6a\x8e\x15\x40\xbe\xbb\x41\x96\x56\x28\x11\x2c\xc0\x7a\x6c\xd3\x5b\xe7\xf6\x4b\xc6\xf5\xb6\x6d\x73\xc1\x3b\xeb\x8d\xef\xb8\x04\xe9\x5e\x4a\xb5\x16\xf2\xbf\x84\x92\x76\x4a\xf8\xa2\x7d\xa1\x41\x67\x33\x22\xdb\x7a\xe3\x8c\x57\xe6\xd6\x7c\xb7\x74\x68\x2a\xcc\x3d\xf7\x65\x5a\xbc\x04\x6e\xe3\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xaa\x22\x5f\xd3\x71\x10\x0f\xfa\xcc\x7e\xba\x6c\xdc\x9d\x50\x61\x29\x32\xad\x36\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\x5b\x5b\x29\xd0\xbe\x7d\x44\xca\xe2\xaa\x34\x2b\x83\xe7\x44\x4a\x4a\x69\xaa\x2f\x7c\xbc\x2f\x55\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1d\xae\x6d\xc9\x5c\x74\x9a\x6a\x76\x44\x64\xa1\x4d\x63\x47\x58\x46\xc8\x6e\xc1\xf1\x90\x42\x02\x7c\x59\x1c\xb0\x2f\xee\x94\xb3\xa5\xfb\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\x4c\x43\x2b\x00\x24\x11\x4e\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xec\x4c\x36\xd8\xf9\x32\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xdb\x5e\x9c\x71\xb0\xb4\x9b\x04\x09\xb7\xab\x68\x94\xe5\x79\x14\x12\xb4\xe2\xf8\xc7\xa1\xc5\xcb\xc9\x13\x02\x7b\x83\xaa\xbb\x8b\xe3\xb4\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x88\x2d\x71\x4f\x3d\x19\x38\x20\x7a\xc2\x78\x4e\xd6\x9a\x96\x3b\xbf\x03\x3c\xf3\xeb\x13\x4d\x49\xdb\x4d\x02\x20\x32\x11\xcf\x20\xcc\xc0\x2c\xf0\x45\x54\xdb\xab\xd5\x17\x95\x41\x58\x13\xad\x22\x40\x5e\xee\x34\x44\xbc\xff\x88\x8c\xf8\x17\xdb\x68\xe9\xba\x71\xaf\x06\x46\x81\x06\x53\xe1\x84\x2e\x92\xdd\x06\xf7\xe3\x35\x7c\xbf\xd4\x16\x26\x95\x36\xe2\x80\x11\xac\x72\x96\xc8\xdc\xb0\x44\xe8\xd6\x3b\x92\x56\xde\x8d\x9a\xe6\x66\x51\xe8\x46\x02\x78\x09\x04\x93\x52\xcd\x8e\x35\x5f\x19\x95\x63\xd4\x15\xc3\x60\xa7\x46\x9d\x0d\x92\x3c\x4a\x0e\x3b\x64\x63\x2a\x9c\xd3\xa1\x61\xb4\x8e\xb5\xef\x70\x98\x8d\x64\x45\xc1\xab\x0a\x72\x84\x19\x50\x3c\x0e\x35\x83\xe5\x5c\x3a\x0e\x6b\x20\x7a\xae\x55\xd3\x4b\x96\xed\x91\x7a\x7b\x55\xc3\x60\x0b\xa8\xc9\xfa\x62\x06\x9b\x51\xa5\x89\x1d\x53\xc3\x88\x43\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\x84\x8a\xc3\x26\xc2\x79\x38\x44\xa2\x98\xd6\xdc\xd6\x36\x29\x14\xb3\x41\xc5\x53\x96\x8f\x9d\xc0\x87\x70\xd7\xfe\x68\x5b\xdc\x6b\xc7\x47\x43\x5e\x02\xee\xa7\xc5\xa6\x5b\xa4\x2d\x16\x52\x23\x9c\x8d\x2d\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x45\x66\x39\x46\x22\xa3\x4f\xca\x4d\x1e\x6c\xcb\xf1\x47\xde\x72\xa0\x9d\x53\x10\x2a\x15\x86\x23\x6b\xd8\xac\xa0\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\xe4\x55\xa0\x5a\x4e\xd7\x6c\xbb\x8c\x62\xe3\x2c\x42\x01\xc8\x96\x56\xbb\xe8\xc4\xbe\x96\x26\x81\x0f\xac\x6e\x17\x74\xc8\xb2\x9d\x7d\x2c\x5b\x59\x40\xa0\x6b\x8b\x1d\x61\xd4\x6f\x86\x3e\x23\x28\x3b\x99\x57\x59\x9b\xb3\x1b\xe6\xc5\x7a\x1e\xa4\x72\x9e\x11\x5a\xfb\x0e\x13\x75\x60\x28\xdb\xf3\xef\x26\xa0\x94\xf0\x22\x29\x91\x52\xea\x6f\x91\xaa\xf9\x66\x97\x31\x04\x90\x26\xb5\x43\xd8\x07\xa6\xc9\x5e\x8c\x41\x9e\x64\xd6\xc4\xef\xeb\x8e\x88\x90\x82\x11\xae\xca\x97\x75\xec\x2a\xf7\x81\xd7\x46\x8c\x44\x35\x7d\xb1\x3a\xc8\x33\xeb\xe4\x6d\xaf\x4b\x92\x11\x67\x59\xaa\x88\x60\x46\xa5\xa1\xf9\x1c\x12\x20\x91\x9f\xad\x23\x1a\xed\x4b\x58\xad\xb9\x3d\xac\x14\xe9\xb0\x26\x00\x8f\xcc\x08\x62\x95\x71\x11\x4c\x10\xb5\x2f\xd9\x8f\x6c\xf4\x71\x5f\x78\x25\x18\xc8\x8f\x2b\xa3\xdc\xb5\x08\x6c\x9b\x2e\xbf\xc2\x68\x7a\xed\xf7\xf0\xc8\x89\xb2\x0a\xd1\xbc\x36\x51\xfd\xdd\xb5\x55\xae\x63\x9c\x01\xe8\x12\x95\xb1\xfc\x6c\x5d\xd5\x50\x47\x14\x59\x64\x85\x5c\xce\x74\x6c\x79\x91\x17\x60\xa6\x5a\x7f\xa5\xcc\x26\x17\x0b\x86\x2b\x2c\x1e\x52\xea\xd8\x41\x42\x42\xa8\xa9\xd8\xe4\x65\x2c\xfe\x48\x15\xf9\xbd\x90\xfa\xf7\x41\x7a\xb7\xd3\x86\xb1\xfa\x8c\xb5\x4c\x1c\x45\xb0\x33\xdc\x25\xab\x59\x22\x21\x34\x48\x92\x58\xb9\xf2\xbb\x62\x0a\x94\x3e\xbf\x27\x15\xde\x3a\x8b\xe1\x10\x4d\xb8\x5d\x08\x3d\xb9\x37\x13\xc0\x73\xd4\x3d\x23\x48\x06\x39\x73\x09\x33\x53\x99\xb3\x0a\xfc\x25\x32\x6f\x1f\x2f\x84\xb0\x83\xeb\x53\x69\x8d\x35\x0c\x21\xfd\xca\x63\x1e\x59\xc1\x96\x5b\xbf\xf6\x11\x08\x34\x8d\xf3\x0e\x97\x50\xc0\x8a\xac\xee\x7a\x8d\x7c\x9b\xe0\x9d\x26\x91\xd4\xdb\xa1\xc3\x3a\x3f\x4d\xb9\xcc\xad\xbe\x78\x2f\x73\x7b\x77\x2a\x0b\x13\x32\xa4\xc9\xfd\x31\x13\x29\xa1\x85\x9e\x60\x4e\xb1\x35\x1d\xcf\xed\xce\x1a\xb9\x00\x48\xc0\xe7\xac\x72\x95\xd0\xdc\x32\xfd\x11\x7d\x90\x6e\x14\x7d\x11\x34\x02\x40\x24\x80\x3c\x05\xae\xf4\x26\x01\x82\x01\xd2\x5f\xd3\x5a\xd4\x61\xc0\x2e\x20\xc0\x2e\x3f\x33\x11\x8e\x2d\x40\xa8\x08\xa6\xac\x84\x5d\x59\x9d\xae\x33\x45\x39\xd5\x46\x85\x95\xb4\xfc\x9b\x47\x36\x24\x0f\x8d\x31\x76\x06\x46\x44\xf9\xc1\xf1\xcd\x28\xbb\x7a\x54\xe4\x10\x5c\x57\xd7\xe6\xf7\xc9\x84\x67\xa5\x79\xfa\xed\x91\x1f\xa6\x69\x32\x63\x0f\x2c\x43\x10\x8e\x24\x07\x1f\x2e\xfa\x13\x7f\x20\xff\x1b\x71\x51\xc9\x8f\x7d\xf1\x01\x58\x6a\x96\xcd\x8f\x08\x1f\x95\x2d\x53\x5d\x69\xe6\xbe\x76\x00\x66\xbb\x90\xab\x44\x03\xc1\xbd\x9e\xd0\x07\xd6\x17\xae\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x36\x1c\xe7\x8a\x7d\x62\x15\x1f\x28\xd8\xf5\x15\x70\x85\x23\x2b\x3a\x02\xd7\x70\x16\x80\xb8\xb4\xfe\x62\xb8\xb4\x4f\xff\xe7\xe2\x41\x2e\x3a\xae\xc2\x53\x4b\x73\x26\xf4\x40\xc8\x94\x0d\x58\x8d\xd7\x6a\x09\x93\x30\x17\xfa\xa5\x4c\xd9\x4a\x9f\x93\x17\x8e\x3f\x83\xd5\x42\x15\x43\xbf\x1d\x10\xb5\xe9\xf5\xed\x98\xc0\xea\x07\xec\xd3\x73\xb7\x19\xee\xb6\x6e\xb2\x2b\x2b\x59\x1d\x01\x37\xb7\x03\xa8\x77\xd5\x64\x54\xbb\x00\xb9\xea\x29\xac\x1a\x87\xcd\xcb\x66\xe6\xf6\xbe\x09\x12\x8f\x01\xb1\x28\xe7\x63\x6e\x24\xed\xf5\x5d\x71\xc0\x00\xb7\xb1\x70\x63\xaa\xe7\x5a\x26\xee\x72\x29\x5c\xd0\xfc\xb1\x27\xbb\xd2\xbd\x34\x94\x45\x55\xde\xb6\x0b\xc0\x55\x18\xba\x67\x45\xeb\xb9\x61\xbf\x63\x0c\x0b\x63\x13\x8e\x20\x01\xed\xb3\x0b\x62\x0e\x85\x9c\x32\x44\xc5\x35\x8b\x56\xe8\x89\xcc\xf9\x3f\x1a\x7d\xb1\xcd\xd2\x75\xe9\x43\x0b\xaa\xf1\xc3\x38\x63\x39\x1b\x68\x14\xa5\x02\x1d\x29\x11\x75\xda\x0d\x19\x16\x90\x09\x6b\xb8\xeb\xa8\xc8\x10\x80\x26\x91\x79\x8a\x18\xed\x2a\xae\xfd\x6f\xc4\x0d\xa5\xf8\xd8\x06\x15\xba\x06\xb9\x4d\x18\xb4\x10\x37\xc9\x84\x8a\xf1\x72\x19\xf2\xaf\x05\x2b\xf6\x14\xa2\x65\x61\xe7\xbe\x92\x27\x9e\x8e\x55\x99\xf2\x81\x6b\x63\x58\x72\xb9\xbe\xbf\x9a\x99\x5a\x5f\x3c\x55\xf7\xa5\x2d\xcd\xe7\x8d\xa1\x0a\x5d\xd5\xe5\xd7\xb0\xbb\xdc\xd8\xe3\xb7\x07\xcb\xcb\x73\xb8\xea\x17\x65\xa3\x1a\xfe\x03\xf4\x67\xa1\x5d\x9e\xd5\xb2\xe1\x79\x78\x45\xee\xd8\xb7\x95\x63\x03\x2d\xda\x0d\xca\x8e\xd0\x32\xd7\x45\xbf\x66\x3d\x75\xdc\xc6\x36\x94\x8d\x49\x02\xfb\x1e\x80\x07\x6b\x67\xcb\x6d\x60\x91\x2c\x83\x65\x31\x5a\xda\xe5\x31\x3c\xad\x99\x25\xf6\x09\xc6\xf1\xda\x81\x4b\xb0\x29\x8e\x3e\x18\xd1\x16\xb7\xd3\xa2\x12\x54\x3f\x36\xf7\x78\xdd\xa1\x2c\xf5\x84\xac\xe9\xd7\x00\x6d\x7e\xd9\xb1\xbd\xb0\x81\x46\xb1\x47\x00\xa3\x27\x64\xe0\x13\x05\xe7\x40\xa1\x88\xce\x29\xc4\x8a\x42\x84\xdf\x67\x94\x62\xb9\x42\x5d\xd1\x82\x1b\x82\x2a\x6a\xa1\xd4\x80\x79\x5a\xe4\x25\x3d\xa1\xc2\xa6\xca\xd4\x79\x1f\x3c\x36\xb4\x3f\x09\xa1\xff\xa1\xae\x33\xe8\xc8\x8a\xee\xb5\x4d\xba\x85\x0e\x63\xb8\x2b\xf1\xb3\x4d\x66\x62\xae\x20\xfc\x9a\x66\x8d\xfa\xe2\x50\xca\x8c\x51\xd1\x24\x56\xd7\x3e\x5e\xb0\x14\xf1\x30\x66\xd6\x68\x7c\x46\x32\xcb\x0b\x66\x74\x0a\x8a\xc9\x42\xc1\xbc\x28\x94\x70\xd0\x1e\x99\x0e\x95\x42\x33\xd0\x74\x85\x2f\xe4\x28\x3c\xf9\x43\x96\x6d\x14\x64\x82\x1f\x2c\xa5\x22\x78\xa5\xac\x12\xb0\x56\x02\x46\x18\xfb\x50\x9b\xae\xb2\x6a\x60\x61\x92\xcb\x52\xb3\x70\x9c\x28\xb2\xdd\x10\x95\x0d\x51\x1f\x58\xc5\x7a\x7d\xa6\x55\x0d\x6e\x5f\x47\x7c\x3d\x25\xae\x3f\xa7\xc8\x13\x69\xe1\x79\x82\x29\xac\xb3\xdd\x46\x24\xad\xcd\x20\x58\xb6\xb0\x2e\x85\x61\xbd\xa1\x9a\x2e\xb6\x1d\x9e\x05\x23\x19\xc8\x91\xcb\x51\x58\x7f\x61\xab\x28\x2d\x1b\x58\x24\x72\x04\x79\x20\xb3\x9c\xcb\xdc\x82\xa1\x34\xfa\x05\x56\x5d\xea\xed\x4a\xec\x08\x40\x5b\x4e\xe1\xde\x51\x25\x34\x98\xb3\xfd\xf9\x5b\x3f\x5a\x1d\xc8\x44\x84\x8f\x53\xc9\x54\x20\x68\xc3\xc2\x22\x17\xe3\x23\x66\x06\xdd\x17\x46\xd3\x08\x95\x02\x4c\x68\x74\xf9\x8d\xa6\xd3\x24\x97\x4a\xd9\x70\x10\x6c\x47\xb5\x96\xca\x13\x3d\x9b\x6e\xb6\x0f\x47\xdf\xf3\x45\x86\x2e\x96\x8d\x0a\xa0\xcc\xeb\xe5\xcf\x21\xf3\xa9\x75\x8d\xdc\x7f\xd7\xa0\x31\x77\x34\x48\xce\xa8\xb2\x16\x10\x88\xad\xaa\x44\x95\x6c\x20\x2d\xfa\x31\x63\x8c\xe5\xb1\x4f\x66\x0d\x48\xc8\x82\x3f\x60\xc5\x16\xae\x08\xcf\x73\x06\x80\xf0\x88\x3e\xd0\xad\x50\x0d\x2f\xcb\x92\x97\x2b\xe2\x95\x7d\xec\x19\x6e\x4b\xc5\xa7\xe6\x3c\x03\xea\x8d\x90\xc7\x72\x06\xda\x63\xf5\x2d\xc8\x44\xe6\x23\x43\x89\x61\x55\x74\x23\x62\x1f\x43\x65\x11\x26\x74\x9d\xab\xc3\x35\x02\xae\x11\x00\x3f\x98\x30\x4b\xb9\xfd\x37\xed\x77\x57\x37\xbd\xce\x79\xff\x4d\xe9\xbf\x76\xb1\x4e\xee\x72\xf7\x89\x92\x52\xf4\x85\x77\x43\xf9\x92\x61\xb0\x97\x84\xa6\x69\x99\x17\x88\x11\x90\x03\x34\xa7\xaf\x7b\x2a\x56\x7a\xa2\x16\x9b\x79\xcf\xbf\xb0\xf4\xa6\x01\x4e\x6c\x2f\xe1\x01\x6b\xd9\x69\x6b\x49\xbc\x10\x7c\xcd\x2b\x2c\x9e\xca\x9d\xf9\x6e\x7d\x0a\xc6\x93\x00\x7b\xe5\x8c\x7e\xca\x30\x5f\x42\x35\xa1\xbe\x92\xdb\x08\x68\x40\x24\x73\x02\xe9\x00\x86\x68\xe7\xe4\x8f\x64\xca\x05\x84\xee\x2e\x5b\xda\xbb\x78\x1e\x9b\xc0\xb8\x76\x2f\xef\x62\x8c\xf5\x9f\xae\xee\x62\x70\xc2\xf6\x2f\xcb\x01\x59\xe3\x16\x96\xd9\x74\x82\x29\x96\xe1\x51\x12\x57\xc2\xaf\x4c\xdd\x44\x3f\x30\xfd\x09\x6b\x3a\xec\xc3\x19\x6a\xb1\xe0\x40\xed\x63\x03\x57\xd5\x63\x7d\x32\xf8\x54\x53\x07\xa4\x54\x70\x7a\x16\x89\x39\x97\x19\xc8\xda\xcc\x17\x02\x09\xe2\x79\x5b\x58\x9d\x01\x4a\x07\x80\x59\xc9\xd9\x24\xcd\x95\x29\x85\x59\xae\x3e\xbc\xed\x81\x9d\xcb\xe6\xe4\x08\x3f\x5e\x2b\xc8\xe7\x26\x74\x6b\x99\xb6\xca\xa5\x24\xed\xeb\x6e\xcd\x5a\x5f\x54\x25\xe3\x6f\x2b\x5f\x3a\xf3\x42\xfa\xbe\x53\xa5\x83\x40\xa4\x17\x91\x25\x6d\x67\xba\x5b\x82\x34\xda\x32\xae\x63\x03\xc9\x93\xca\x42\xb5\xd1\x06\xdb\xc7\xcd\x94\x13\x00\x63\x51\xbd\xa4\xb3\x71\xb2\x49\xd9\xaa\xcb\x78\xd8\x40\x50\x26\xe5\xd7\xce\xe4\x66\x11\x9a\xe8\x8c\x5a\x60\x4a\x10\x76\x5c\xba\x69\x1d\x90\x48\xab\x2f\xc2\xea\x9e\x28\x9e\x18\x1a\x70\xe9\xc7\x00\xe7\x64\xd8\x45\x8e\x7e\x73\x7f\xf3\x1c\x85\x89\x27\xd5\xc0\x49\x3d\x21\x73\x59\xe4\xbe\xc7\x85\x7e\x2c\xf5\xa9\x09\x75\xb1\x35\x4e\xa4\xb7\x9e\xdf\x30\x8d\x1c\xda\x0b\xb2\x32\x6d\xc7\xec\x81\x09\xf2\x38\x61\x22\x70\x06\xf6\x45\x10\xd2\x68\xa4\x7f\xf1\x9d\xf6\x81\x4b\x3c\x9b\x83\x3f\x90\x50\xef\xf9\x2c\x6d\x9b\x8a\x72\xdb\xf2\x72\x02\xde\x43\x6e\x8a\xaa\xc0\xa2\x6e\x40\x7c\xf0\x65\x93\xb9\xce\x02\x28\x1b\x1a\x08\x8d\x87\x18\x3f\x5f\x4b\xb2\xec\xcb\x8c\x25\xdb\x24\x14\x5c\xbb\xfa\x6d\xcb\xcc\x87\x31\x24\x17\x98\xc6\xec\xd6\x69\xe9\x8c\x99\xd5\xd1\xae\x18\xe7\x46\x69\x3d\x66\xa0\x9f\x6c\xea\xf5\x86\xe3\x74\x89\x3d\xa3\x5c\x4e\xd7\x1b\xe2\xf3\x84\xb2\xf7\x16\x82\xc2\x23\x7b\xdc\x0b\x89\x61\x5f\x3d\xca\xa6\xe0\xf5\x55\x5c\xef\x13\xde\x8b\x3e\x4f\x05\x90\x25\x1c\xcc\x97\xf3\x52\xda\xb8\xf1\xb0\xcf\xf0\xce\xf2\xfe\x3a\x17\xd3\x55\x39\x05\x91\x27\x70\xc8\x88\x95\x3c\x31\x8e\xbb\x3e\x00\x1d\xae\xcf\x3a\x17\x44\x10\xcc\x60\xd3\xf0\xcc\xe2\x29\x4d\xa7\x3e\xcf\xbf\x0a\xf4\x50\x59\xae\x15\xdc\x68\x5f\x01\xc5\x4f\x10\x74\x5e\x67\x56\x88\x02\xe1\x6d\xc4\xcf\x7e\xb2\x4d\x2b\x37\xf4\xd2\x81\x45\xe9\xa6\xe1\x80\x2c\x96\x78\x98\x62\xb9\xb8\x95\xd1\xcd\x87\x45\x06\x9c\xa7\x63\x4b\x83\x04\x52\x27\xcb\x2b\x79\x02\x24\xbc\xe3\xc1\x9e\x35\xa5\xf3\x20\x12\xd1\x62\x59\xc1\xe5\xcc\x85\xff\x2b\x66\xb5\x8e\x98\x43\x12\xad\x8b\x08\x6a\x05\xf8\xd4\x60\x68\xcb\xc2\xfb\x1a\x0b\xa7\xe0\x28\xd1\xbf\x80\x50\xd9\xdd\x4b\x44\xb7\x86\x28\xbb\xb9\x2c\xc8\x23\x57\x46\x1b\xeb\x0b\x30\xc0\x7b\x48\x6d\x2d\x2d\x0c\xf6\x11\xbc\x05\xb1\xb7\xaa\x18\x4e\xb9\x51\x5d\xcb\x49\xde\x01\x47\xb8\x71\x91\x98\x78\x8e\xcd\x07\x70\x6d\xbb\x18\xcf\xba\x6c\x8a\x15\xe7\x63\x0b\x8b\x43\xd9\xc8\xae\x61\x9c\x81\x7f\xf0\x69\x03\x39\x03\x31\x3b\x54\x6b\x6a\x8f\xd7\x21\x92\xb3\xfe\x50\xc6\xd9\xcc\x90\x72\xce\x95\xae\x5c\x26\xcd\x39\xcc\xe5\x16\xec\x23\x8c\xb3\x09\x4b\x65\x59\x7c\x8f\xfb\xa4\x5e\xda\xb9\xf5\xd5\x62\x6a\x45\xb0\xeb\x46\xf9\xe6\xa5\xe5\x92\x05\x85\xb1\xb6\xf6\xba\x6e\xa2\x6e\x95\xe9\x10\x21\x29\x04\x21\x3f\x71\x1a\x01\xab\xb2\x6e\x21\x35\x84\x3b\x24\x00\x09\xb9\x10\x6b\xd4\x17\xf5\x72\xc3\x72\x1a\xdb\x35\x72\x61\xaf\x39\x67\x81\xb5\xc8\xcd\xc2\x5a\x44\x3e\xfb\x50\x4d\x54\x46\x7d\x7d\x57\x56\x39\x57\xce\xd4\xdd\xa0\x05\x80\xb8\xb0\x4d\xd0\x5b\xcd\xa9\x5c\x33\xae\x60\xe5\xb9\xb0\x57\xe6\xd3\x68\x50\x3b\x06\x60\x40\xda\xf5\xfe\x93\xc5\xc1\x60\x7c\x04\xce\x08\xeb\xa9\xa4\x58\x79\xc2\xa3\x74\xac\xb5\x72\x6b\x40\xb1\x35\xf0\x30\x78\x18\x15\x0d\x82\xc3\x23\x33\x5f\xa0\xa5\xc2\xdd\xbc\xb8\x53\x88\x94\xe5\x82\x51\x3d\x79\x3e\x87\xfe\xd9\xae\x26\xc3\x67\x73\xee\x9f\xed\x05\x0c\xb2\xe2\x30\xdf\xd0\x57\xbe\x81\xe3\xb9\x84\xcb\x5b\x50\xa2\xea\x30\x73\xcb\x9c\x02\xab\x67\xc5\x88\x84\x4f\xe1\xf3\xaf\x57\x6c\x9e\x26\xfa\xa1\xc6\xa0\xb1\x10\xf7\x60\xce\x66\x08\x32\xb8\x62\x49\x5e\x6f\x98\x41\xc8\x66\xe8\xa3\x35\x1b\x0d\x0c\x67\x1f\x20\xbc\xd0\x06\xbb\x79\x43\x1f\xaf\xe0\x7b\xa8\x18\x8e\x5f\xaf\x2f\x38\x2c\x53\x36\xbd\xa5\x12\x40\xa1\x23\xd8\x23\xe4\xfa\x2b\x6e\xff\xed\xcb\x2b\x39\xbd\x2d\x42\xaa\xc7\x5f\xec\x0f\x0d\x05\x27\x56\x14\x51\x0a\x75\x48\x31\xaf\x9a\x60\x68\x9e\x66\x36\x71\x05\xd5\xc2\x8a\x02\xb0\x4c\x3d\xed\x8b\x9f\xe4\x23\x7b\x60\xf9\x11\xa1\x9a\x4c\xa5\x11\xfa\x02\xaf\x18\x44\xd9\x47\xe9\xff\xe8\xfd\xa0\xe4\x92\x4e\x59\xda\x01\xd1\x21\x88\xab\xb5\x4a\xb2\x35\x40\xd7\xa5\x58\x42\xda\xa0\xad\x2c\x6b\x07\xda\x17\x58\x9b\x09\x3d\xae\x40\x8d\xdc\x4d\x0c\x58\xe5\xef\xbd\x79\xfc\xf7\x2d\xd2\x33\x32\x0e\x57\xf1\x78\x83\x74\x8d\xa6\xb1\xf5\xc5\x38\x97\xc5\xcc\x2b\x31\x72\x08\xda\x13\x9a\xc9\x6b\xcc\xe3\x30\x18\x67\x1b\x4f\x68\x6a\x24\xa8\xe5\x84\x13\xa9\xd9\x2f\xcc\x6a\x14\xc7\x3e\x87\x04\x64\x98\x97\xf7\xf6\xda\x80\x1e\x20\xa3\x66\x48\x96\xfd\x99\xd9\x17\x80\x70\x15\xc8\xef\xde\xba\x11\x05\xc2\x35\xdc\x2a\x1b\x58\x84\x9c\xf5\xa4\x3e\x82\xb3\xec\xd6\xfa\x75\x5d\x85\x82\xba\x3a\x44\x0d\x7b\xbf\xbe\x03\xbc\x32\xca\xeb\x22\x9f\x49\x48\x81\xc8\xe6\x2e\x6c\xd4\xa6\x75\xcc\xe4\xac\x40\x07\x34\x0f\xfd\x91\xb5\x03\xe2\x4a\x7f\xa4\x3a\x99\x18\xd1\xb1\x4c\x6f\xd8\x93\x63\xbe\x64\xa4\x4f\xab\xaa\xd6\xcc\xe0\x2c\xec\xbd\xc1\x0c\xb3\xb6\x15\x02\x13\x9d\x5d\x54\x0f\xfc\x95\x65\x64\x6a\x7a\x8d\x90\x5e\x03\x6c\xb6\xda\xb5\x8e\x90\xcd\xf6\xee\x93\xdf\x41\x95\x80\x0a\x8d\x5c\x90\xa0\x46\xb3\x75\x36\xd4\x1e\xe9\x22\xe7\x5b\x69\x0c\xd6\x58\x05\x90\xab\xa5\xee\x39\xa5\x33\xc2\x0d\xdf\x36\x37\x4f\x3e\x66\x47\xe4\xd1\x9c\x38\x5d\xe4\x86\x37\x17\x39\x77\x27\x0c\x14\xc6\x25\xdb\x17\x6b\x6c\x27\x28\x6d\x60\xa4\x62\x42\x03\x50\x3f\x5b\x25\x2f\xd1\x05\xf5\x2e\x7e\xd8\xe1\x8c\x8b\x7b\xd3\x19\x82\x8d\x38\xc7\x40\x6e\xf8\x9b\xcc\x5d\xc0\x7f\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\x86\x72\x5e\x75\x14\xb8\x18\x07\xa9\x4a\xf5\xfa\xf2\x3a\xa0\x21\xb5\x5f\xae\x87\x79\x52\xfb\xa9\x93\x27\xb6\xf9\x76\x49\x76\xc7\xd6\x38\xea\x51\x38\x93\x0d\x29\xb1\x12\x49\x98\x44\x66\xb5\x2e\x48\x01\xc5\x12\x4b\xd4\x4a\x28\xff\xe9\xff\x85\x50\x6d\xb8\x34\xff\x49\x64\xde\x17\xf8\xfb\x91\x47\x75\x31\x2f\x94\x59\x98\x0d\x98\x05\x9e\x9e\x1c\x2a\xf8\x76\x72\x65\xaf\x7d\xfb\xf3\xe0\xa6\x73\x7b\x75\x77\x73\x16\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\xac\x45\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x35\x70\xd1\x7e\xd7\x89\xea\xa0\xfe\xf5\xae\x7d\xd1\xed\xfd\x32\xb8\x7a\x3f\xb8\xed\xdc\x7c\xea\x9e\x75\x06\xb7\xd7\x9d\xb3\xee\xfb\xee\x19\x56\x50\x0b\xde\xbd\xbe\xb8\xfb\xd0\xbd\x1c\xb8\x90\x98\xa5\xb2\x6e\xfd\x54\x9a\x10\xf1\x83\xaa\x80\xc0\x5f\x4a\x8c\x1a\x77\x37\x0f\xe7\x76\xa7\xf9\x3f\xc0\x5c\x62\x6b\xa4\x1e\x1f\xb9\x7f\x21\x1a\xf2\xb1\xe1\x08\xce\x60\x56\x1e\xa6\xbe\xf0\x16\x4d\xcf\xfe\x35\x1d\x2b\x57\x1f\x29\x1a\xed\x29\x69\xcf\x6c\x79\x71\x19\x77\x0a\xc5\x95\xfc\x48\x9d\x21\x1b\x48\x04\xea\x9b\xd9\x9a\x5d\xd5\xdd\x8a\x1b\xb4\x73\x82\x21\x58\x83\x5e\x4a\x4a\x80\xfc\x05\x0c\x75\x57\x08\x2c\xde\xe6\x53\xe2\x18\x96\x69\xd6\x8c\x0b\x12\x23\xe7\x82\x4e\x17\xaa\x40\x61\x6e\xa0\xcd\x1a\x9c\x32\xa1\xab\x2d\x46\xd4\x11\xb7\x3c\x61\xe4\xe7\xbf\x94\x83\x02\x33\x8c\x35\x6b\x14\x0b\xf8\x86\xf6\x41\x5e\xe0\xaa\xae\xa2\xad\xa8\x27\xa7\xf8\xd4\xd4\x04\x85\x28\x95\x42\x04\xe9\x39\x51\x20\x97\xad\x85\x40\x8e\x49\x85\x40\x4f\xc9\x2d\xcb\xa0\x0e\xab\x17\x6a\xcc\x2e\xce\xa0\x9c\x70\x15\x16\x7d\x68\xcb\x0b\x5b\xa9\x01\xc1\x63\x60\x1d\xa1\x9c\x5d\xd3\xa1\x8f\x79\xf6\x4e\xe9\xa5\xea\x7e\xe0\xf6\x7c\xb0\xd5\x25\xd2\xa3\xea\xbe\xa6\x2c\x41\x2d\x5f\xb6\x1b\xba\x63\x8f\xcd\xb5\x10\x6a\x3b\xf5\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xdc\xde\x15\x5d\xba\x19\x67\x15\x98\xb4\xb5\xfb\x8b\x60\xd6\x9e\xde\xb6\x53\x7f\x8b\x03\xed\x0e\x5c\x8a\xcb\x26\xeb\x16\x97\xd6\xde\xc4\x7b\x03\x00\x13\x3c\x09\xca\x92\xc3\xa9\xf7\xd0\x75\x0e\x4b\x19\x8b\x3a\x5a\xc3\x12\x1d\xca\x87\x28\xa9\x7b\x8a\x25\xdd\x6a\x65\xec\x40\x93\xdf\xe5\x0c\x79\x62\x5e\xbf\xde\xa5\x59\x7a\x47\xbe\x50\x59\xb2\x76\xd9\xd7\xd5\xd4\xab\x93\x59\x15\x47\xb9\x85\x33\x26\x68\xdd\x7b\x63\xd6\x11\xae\xcf\x6d\x3d\x02\x15\x41\x1a\x23\x72\x3e\xa8\xe0\xa1\x39\xe5\xa8\x8c\x3a\xb1\xa5\xa9\x9d\x38\x74\xe2\x24\x24\x72\x82\x36\x9e\x93\xe0\xea\x9e\xcf\xcc\x9d\x3d\x1d\xda\x24\x88\xe5\x1b\x1d\xac\xcd\x0e\x5b\xfe\x74\x50\x7e\x7e\x5a\x5f\x0d\xc9\xaf\x6e\x04\xaf\x16\xc8\x0f\x43\xf2\x3d\x6d\x98\xe9\xba\xd5\xfe\x83\x9b\xd1\x1f\x90\xa4\x8a\x86\x8c\xaa\xa0\x35\x9f\xf1\x4e\x8e\xa1\xee\x8c\x4d\xdf\xb0\x96\x7a\x45\x8e\x49\xc6\xef\x19\xf9\x0e\xdc\xdb\xed\xeb\xee\x77\x47\xe4\xbb\x30\x84\xf6\xbb\x0d\xd8\x5f\x89\xd1\x69\xc7\x6d\x11\xfd\x40\x52\x8d\xa2\xb3\x20\x25\x20\x1c\x66\x3b\x28\x27\x03\xd9\x52\x9a\xe5\x88\x3b\x07\x21\x39\x3e\xec\xc3\xda\x61\x57\xf1\xc6\xf2\xc8\xec\x8c\x8d\x66\xda\x5b\x0c\xf0\xdf\x73\x28\xc2\x72\x46\xb8\x22\x65\xa0\xed\x4b\x4f\x94\x68\x72\xaa\x81\x78\x0f\xe1\x38\x75\xb3\x8a\xf4\x64\xb7\x98\xb5\x9b\xb2\x8a\xf0\x5e\x1b\xb9\xad\x11\xf8\xd2\xae\x5b\x11\x1b\xb8\xd4\x20\x4b\x1e\xa8\xec\x69\xa9\x6c\x1f\x31\x5f\xf1\xe0\x36\xbf\xcd\xce\x50\x20\x0a\x9a\x71\x29\xcc\x46\xc2\x75\x7c\x3a\x06\xdd\x5b\x0d\x33\xbb\xa1\x2f\x25\x58\x93\xd5\xce\x94\x5b\x74\xc2\xa1\x53\x63\x71\xac\xd5\xa1\xb6\xb5\x85\x02\x92\x1c\xa3\xb2\x35\x9f\xb2\x23\x02\xe5\x93\x4a\xc7\xa1\x3d\xaf\x40\x6e\x70\x55\xd9\x3a\x0b\xd8\x49\x9e\x4c\xf8\x43\x7d\xe8\xf9\xd2\x0d\xde\xc1\xe5\x7a\xd9\xfe\xd8\x39\x1f\x74\x2e\x7b\xdd\xde\x2f\x83\x45\xef\x6b\xfc\xf8\xe6\xec\xa7\xee\xa7\xce\x79\xf8\xc2\xed\x2f\xb7\xbd\xce\xc7\xc1\x87\xce\x65\xe7\xa6\xdd\xeb\x9c\x2f\x35\x5e\x2d\xeb\xac\x0e\x63\xd5\xc6\xc6\xc9\x12\x31\x35\x75\x78\x8c\x0e\x79\x04\x2d\x3f\x90\x41\xc8\xb5\x22\x0f\x5c\x71\x9b\x65\x64\x85\xbd\xbb\xae\x33\x46\xd5\xf4\x7e\x1a\x84\x17\x1f\x21\x1c\x47\xd9\x09\xb7\xd6\xee\x50\x10\xb4\x8e\x56\x91\x62\xcc\x0e\x09\xaa\x58\xb5\x6a\x3a\xb1\x0b\x76\x4a\xda\x76\x6b\xeb\xda\x17\x92\x18\x31\x94\xe5\x38\x7a\xf4\xc2\xfa\xa1\x93\x63\x52\x5d\xe3\x53\x82\x70\x69\x01\xe8\xab\x6f\x10\x84\x27\x9a\x33\xf1\x9d\x26\xec\xcb\x2c\xe3\x09\xd7\x01\x10\xad\xcc\xc9\x94\x0a\x3a\x76\xea\x47\xa1\x58\xbe\x82\x7b\xec\xcd\x2d\xbb\x0f\x2d\xb2\x29\xb4\x2f\xd4\x94\x2c\xb9\x78\x2c\x38\x2d\x6d\x4e\xc7\x93\xe9\xa0\x0d\xee\x9d\x05\xbc\xac\x75\x87\xb4\x27\xf5\x75\x45\x30\xa1\x0d\x26\xb6\x7e\x5d\xea\x80\x3c\x1f\xf1\xe2\x7a\x19\x1e\xe2\x1a\x3a\xfc\xca\x2e\xe2\x08\x70\x72\x6f\x25\xa1\x06\xab\x7d\x88\xb5\x94\xb2\xc7\x32\x4d\x65\xed\x84\x85\x02\x4d\x4e\xed\xbc\x6c\xc6\xde\xdd\xac\x1a\x4e\xb4\x88\xab\x2b\xe1\x40\xbd\x3c\xaa\x1a\xca\xe0\x00\x28\x55\xfa\x52\x8a\xe1\x2c\x66\x99\xc5\x83\xfb\xca\x95\x70\x2a\x83\x79\x39\xe5\x70\x56\xae\xdb\xcb\x4d\x23\xac\x19\xe8\x1a\x65\x70\x7c\x94\x3b\x40\xdf\x6e\xc6\xf2\x21\xb3\x90\xa7\x19\x70\x24\xe7\x96\x33\x87\xaa\xc6\x74\x19\x2a\x5a\x54\xdd\xef\xdc\x5d\x8f\xaa\xfb\x86\xae\x56\x5d\x14\x67\x91\xa1\xbb\xb2\x6c\x36\xcb\xcd\x22\x46\x84\x85\x0b\x9b\xf9\x2f\x54\xa7\xdd\x8b\x68\x02\x4d\xd4\x24\x1c\xac\x67\xaa\x43\xdc\xc8\xee\x79\xc9\x91\x3c\xca\x7a\xe0\x76\xd5\x39\x4d\x00\x60\x16\xcb\xa6\x5a\x57\x46\x93\x83\xc5\x4c\x6d\xbd\xed\x81\x57\x17\xd7\x65\x45\xa8\x98\x5d\xed\x12\x28\xb7\x0c\x43\x91\x49\x52\xe4\xf9\x66\x39\xb0\x91\x10\x20\x52\x80\x05\x0a\x2a\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x55\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xd4\xcc\x07\x06\x81\xb3\x7b\xa9\x3f\xb1\x41\x26\x03\x0c\xe4\x2e\xcf\x56\x16\x73\xbc\x45\x90\xde\x22\xcf\x4a\x73\x04\xc5\x52\xea\x41\x54\x12\x24\x18\x45\x2b\x8a\x83\x69\x60\x39\x9b\x97\x9f\x7c\xca\xa1\xda\xd1\x34\x8c\xd5\x88\x69\x7b\x4b\x12\x69\x84\x90\x0e\x7a\x41\x4b\x0d\xe8\xeb\xb1\x44\x08\xb2\xfb\x1c\x41\x96\x41\xe9\xa3\xa1\xe8\xaa\xf8\x3f\xcc\xcd\x9a\x33\x35\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x0e\x24\xe0\x09\xa7\x63\xc3\x21\x06\x4d\x01\x4c\x6b\xdc\x22\xe7\xd8\x44\xed\xdd\xb5\xce\x64\xcb\xec\x2d\x0b\x70\x62\xe3\x0b\xec\xd0\xc0\x17\x50\xaa\xc7\x61\x92\x74\x69\x2b\x2c\x45\xc7\x39\x7a\x1e\xfc\xe7\x01\x5c\xbf\x8f\xbd\xe3\x5a\x11\xa5\xf3\x22\x01\x30\x9b\x09\xcb\x37\x02\xd0\xf1\xc1\x93\x65\x13\x66\xc0\xf5\x3c\xc9\x62\xae\x81\x80\x61\x9d\xc3\x2a\x4a\xef\x76\x38\x10\x30\xe5\x5a\xe1\xb7\x99\xf3\xed\x6a\x73\x8e\x91\xfa\x9f\xcc\xf4\x1c\x51\x4b\x34\x81\x43\x16\xf1\xb6\x06\x65\x0b\xc3\xe7\x29\x10\x92\xfc\x75\xce\x19\xa0\xcf\x64\x3e\x65\x35\xbe\xa3\xad\x69\x69\x25\x61\x99\xf3\x7b\xbe\xa3\x99\xd9\x0c\x67\x3e\x80\x4c\x83\x5d\xfc\xbe\xd1\x0c\xd0\xca\x06\x6d\xb2\xd4\x16\x86\x45\x00\x21\x3b\x7b\x6f\x61\xc4\x5a\x14\x7d\x71\x63\x46\x81\x5f\x80\xa1\x11\xc5\x3b\x0f\xf8\xce\x4a\xc4\xd6\x11\xa1\xf6\x2b\x58\xb6\xa6\x5a\x63\x6a\x10\x94\xb9\x68\x9a\xd8\x36\x70\xc3\x5e\x04\x7d\x87\x4f\xc9\x28\xa3\x63\x97\x80\x08\xc5\x53\x46\xa5\x8a\x62\xe4\x2c\xac\x46\x62\xfe\x54\x96\xfd\xf3\x86\xa8\x66\x35\x63\x09\x2a\x0b\x5b\x4a\xc5\xb0\x0b\x3c\xf5\xe6\x5b\xf8\x53\xd4\x97\x96\xb0\x70\x93\x53\x3a\x83\x60\x3e\xa4\x74\x39\xf2\x5c\xbe\x67\x23\xfa\x5a\x30\xf2\xff\xfe\xaf\xbf\xb5\x78\xba\x26\x46\x5c\xe9\x45\x29\x93\xa5\x83\xf0\x99\xa0\x60\x06\x05\x76\xbc\xb4\x36\x64\x94\x05\xbe\x4b\x78\xc5\x84\xaa\xa7\x73\xdb\x2d\x29\x38\x1c\xf2\xce\xf5\xbc\xc4\x38\x54\x8c\x03\x37\x17\x52\xa1\x58\x8e\x0e\x0c\x9f\xde\x58\x03\xd0\xdd\x18\xd4\xc1\xa6\x94\x6f\x14\x26\x66\xde\xaf\x4f\xbe\x8f\x0c\x50\x74\xcc\xf2\x41\x5a\x44\x81\x4e\xab\xda\xbe\x36\x1f\x9d\x17\x7a\xbe\xba\x7d\x95\xd1\xe4\x7e\x13\xc0\x03\xf3\x7e\x43\xb3\xab\x19\x75\xe0\xf9\x8b\xe5\x85\x06\x38\x01\x56\x81\x13\xb0\x71\x21\x61\xff\xc8\xb3\x04\xc0\xaa\x07\xf2\x9e\x65\x6a\x00\xd6\xd8\x22\xef\x11\xa9\x0f\xe4\x4e\xec\x22\x91\x45\x96\xf6\x05\xfb\x32\x93\x8a\x45\x41\xb6\x35\xe8\x6a\x36\x66\xdc\xf6\x54\x7f\x61\x54\x90\xeb\x77\x12\x44\xbe\x3a\xf6\xc3\xe2\x9e\x2e\x4e\xb9\x9e\xc8\x76\xba\x23\x13\x3e\xe3\x86\x3c\x06\xb5\x87\xe9\xd9\x8a\xa7\x9c\x19\x8d\x5d\xe8\x6c\x7e\x44\xfc\x24\x2b\x64\x91\xb1\x07\x96\xd3\xb1\x91\x56\x28\xcf\x42\x24\xbd\xd8\x3e\xb0\x9e\xcb\x33\x0e\xb5\xdc\x39\x2a\xb8\xce\x0f\xb5\x81\x94\xd1\x0e\xd1\xff\xe6\x4c\x13\xf6\x45\x33\x81\x1e\xbc\x9e\x0b\x70\x0e\x82\x6c\x9a\x0a\x60\x61\xe8\x69\xf3\x25\xfb\xe4\xfb\xd8\x76\x59\x1e\x2e\x82\x3b\x55\x96\xd7\xdb\xca\x05\x13\x2a\x52\x1b\xa6\x5f\xd6\x77\xc3\xd9\x09\xa5\x19\xf5\x77\xbc\x0b\x36\x0f\x40\x99\xb0\x4d\x44\x3f\x87\x2b\xc5\xc9\xaf\x46\xf2\x02\x7f\x8b\xcc\x8d\x18\x52\x08\xcd\x33\x23\x4d\xd9\x31\x18\xed\xa6\x10\x3e\x05\x1c\x42\xc2\x1a\x56\x10\x12\xc7\xc5\x78\x60\x57\xd2\x45\x9c\xaf\xc7\xad\x63\x9a\xfa\x88\x4d\xe1\x8f\xef\x5c\x43\xcb\x0d\x69\x98\x6a\x61\xa6\xef\x63\xdd\x21\xb2\x5e\x48\x37\x19\x8f\xd7\xe7\xf7\x3a\x2a\xa7\x01\x13\xdd\x44\x92\x07\x59\x69\x31\xd7\xaa\xe4\xeb\x8a\x28\x88\xd0\xc7\x08\x62\x08\x8e\xd3\x0d\x01\xfa\xaa\x21\x30\x1f\xd0\x5b\x9d\xc8\x64\x41\x5e\x7d\x05\x80\x4a\x8c\x3f\x75\xdd\xd9\x38\x3e\x9a\x65\x43\x9a\xdc\x7b\x40\x4d\xaf\x1a\xc9\xdc\x41\x93\x19\x31\x0e\x50\x80\x91\xb8\xcc\x40\x13\x90\x33\xca\xca\xd6\xa9\xcd\x66\xb5\xc3\x2e\x3b\xb7\x45\x48\x04\x96\xc5\x00\x25\x0a\x47\x8f\x71\x82\x29\x9b\x65\x72\x3e\x6d\xb8\x81\xaa\xe1\xda\xbb\xb8\xee\x9a\xa2\xc5\xf7\x7a\xf9\x54\x98\xde\xc6\xd7\xcf\x42\x20\xef\x1e\xf2\xa9\xd7\x71\x4d\x6e\x1a\xf8\x5a\x3d\x57\x5c\xcd\x32\x1a\x15\x12\xae\xf6\x80\xd1\xad\x4f\xbb\xfa\x98\xfe\xb4\xda\xe4\xb0\x7e\x7c\x54\xed\xe7\x4f\x52\xb2\xc5\xdd\xbd\xb6\x76\x0b\x70\x21\x6b\x56\x61\x59\x0b\x9a\x69\x61\xa0\x7a\x6b\x96\x4b\x73\x37\xcb\xbe\xd0\x74\xec\x02\x88\xad\x54\x27\x1f\x05\xcb\xd5\x84\xcf\x22\x90\xef\x9d\x23\xb2\x2c\x61\xda\xff\x60\x08\xd3\x06\x2c\x50\xce\x8e\xb1\xfc\xa6\x21\x10\x35\xa3\x49\x69\x6b\x49\x32\xaa\x14\x1f\xcd\x49\xca\x47\x10\x86\xa0\xcb\xf8\x18\x08\x5f\xf6\x00\xc0\x31\x50\x74\xad\x89\x23\x4a\x83\xdb\x4f\x4a\xd2\xee\xb1\xf5\xd6\xe1\xe4\x02\xbd\x79\x1a\xc2\x10\x40\xc9\xa1\x85\xb4\xcd\x35\xab\x22\xed\x1a\x72\x6f\x47\x66\x03\xcf\xf7\x37\x30\x97\x5e\xb8\x5d\x6e\xd3\xd2\x34\xe0\x95\xbc\xb3\xba\xf7\xe7\x2c\x63\x7b\x89\x88\x7a\x0a\x42\x58\xba\xd6\x25\x96\xd9\xb3\xed\xff\x6e\xe3\xd9\x22\x66\xac\x21\x71\x78\x0f\xfb\xfd\x95\x23\x8f\x1a\x46\xf7\x81\xad\xe3\x0e\x5d\x49\x8b\x5b\x9d\xab\x26\xe6\xb8\xc3\x62\xef\x2d\xdc\xf0\x89\x27\xd4\xb4\xd7\xb7\x4c\x2b\x67\x08\x09\x28\x1d\x85\x6c\x7b\x4e\x8f\x5d\xa6\x51\x99\xb7\xb3\xc1\x86\xbf\x90\x40\x38\x3b\xba\x1b\xab\xea\x3d\x1d\x3b\x5c\xbd\x5d\x9b\xd0\x5b\x39\xde\x2d\x42\x08\x6c\x1b\x6b\xef\x40\x63\x0b\xfb\x90\x1f\x9e\x58\xed\xa8\x2e\xed\xc1\xd9\xb6\x9e\x91\xaa\x0e\x98\x6d\xf7\xf8\xd0\xcc\x56\x51\x1f\xcc\x72\x36\xe2\x5f\xb6\x72\xc8\x5c\xc3\xa7\x56\x22\x33\xb3\x97\xa3\x51\x26\xa9\x59\x46\x44\x17\x35\x0a\x02\x54\xe9\x2f\x05\x64\xb7\x00\x8f\x39\xd7\x9a\x89\xbe\x00\xfc\x32\xf5\xa7\xd3\x93\x93\x61\x91\xdc\x33\x7d\x72\xcf\xe6\x50\x25\x3b\xf8\x69\xab\x24\x40\xa6\xb0\x6f\xc5\xb4\xe6\x62\xac\xc8\x0c\x93\x0f\x2d\xa8\x66\x65\xac\xdf\xf3\x16\x6b\x91\x77\x99\x1c\xaa\x23\x72\x9b\x4c\xd8\x94\x1e\xe1\xee\xc2\x73\x28\x27\xd3\x7a\xdb\xea\x8b\x5b\xc6\xc8\x44\xeb\x99\x3a\x3d\x39\x19\x73\x3d\x29\x86\x46\xe7\x41\xf7\xb2\xcc\xc7\xf8\x8f\x13\xae\x54\xc1\xd4\xc9\x1f\x7f\xfc\x11\x96\x07\xe8\x61\x48\x93\xfb\x71\x0e\x46\xa8\x45\xc5\x27\xda\xf2\xdb\x45\x40\xe4\xcd\xf1\xa1\x72\x29\x06\xec\xcb\x2c\x67\xaa\xae\x64\xd3\xba\x29\xa3\x8a\xb4\x3f\xdf\x12\x35\x17\x9a\x7e\x39\x25\x1f\xb1\xbe\x16\xf9\x49\x16\xb9\x22\xe7\x74\x7e\x2c\x47\xc7\x53\x29\xf4\x84\x7c\x84\xff\xb5\x3f\x3d\x32\x76\x4f\x7e\x61\x34\xb7\xfb\x8b\xb7\x95\x47\x85\x03\xf3\x5b\x5e\x08\x65\x0b\x77\xfd\xf8\x1f\xae\x72\xd7\x29\xf9\xe1\xe4\xc7\xff\x20\xbf\x87\xff\xff\x7f\xc8\xef\x9b\xc0\x0e\x37\x4a\xd3\x29\xab\xaa\xd5\xb6\x06\x2b\xb5\x05\x06\xf5\x59\x2e\xcb\x9d\xaa\x6d\xf9\x9e\x27\xf7\x72\x34\x1a\x68\x3e\x65\x18\x15\x34\xa0\xf9\x02\x28\xe3\x96\x09\xc8\xdc\xe2\xe6\x62\xe5\x8f\x12\xef\xc9\x76\x8a\x21\xba\xee\xb8\xa9\xa2\xc4\x36\x7d\xc4\xb2\xb8\x01\x5e\x2c\x57\xf0\x15\x4b\xcd\xa9\xd8\xc4\x70\xe8\x8c\x95\x8b\xa8\xfc\x65\xb0\x77\x88\x02\xed\x8d\xf5\xa1\x8b\x49\xae\xaa\x68\xb6\xe8\xfb\xfa\xc6\xbc\x1d\x30\xc1\x27\xf5\x74\xdc\xca\x7c\x27\x51\xea\x9e\x2d\xf8\x41\x37\xba\x92\x1d\xc4\x69\x08\x26\x0e\xa1\x9d\x32\xf7\x59\xfc\x18\xcf\x64\x21\x41\xfb\xa2\x77\x75\x7e\xf5\xfd\x3d\xd5\xb9\x1c\x53\xf1\xf6\x94\xb4\xd3\xd4\x56\x52\x37\xef\xf0\x14\xa9\x0b\xe2\xa6\x48\x58\x16\x59\x98\x85\xab\xbd\x63\x43\xbd\x94\xe7\x68\x5f\x5e\xef\xbc\x9b\xe5\x3b\xf7\x9f\xd4\x33\xcb\x18\xc7\xd5\x77\x50\xc2\x26\xc2\x5c\xcd\xed\x66\xb8\xe1\xe2\x7c\xb7\x29\x0e\x7f\x3b\x63\x09\x67\x0a\x9b\x06\xbf\x07\xc4\x68\x08\x17\x7d\x63\xa3\x86\x6b\x0f\x15\xa4\x7c\xed\x23\x95\x73\x01\xba\x65\x07\x4a\xf9\x0c\xda\x7d\xc9\x1b\x1c\x9e\x51\x5c\xfb\x96\xe4\xd4\xb0\x8d\x2d\xb3\x5f\x6d\xb1\xfe\xb0\xc6\xb8\x11\x14\x8e\x47\x34\x31\xab\xe7\x93\xaa\x30\x94\x39\x64\x55\x75\xeb\xd8\xa3\xea\x7e\xbf\xc6\xf0\x9d\xc1\x45\x79\x5a\x82\xf1\x21\x35\xda\x88\x23\xbe\x90\x41\xa6\xa9\xba\x6f\x4a\xd3\xd8\xb8\xd0\x9b\x59\x0a\x97\xc1\xb4\x6c\x7c\x2e\xc2\x92\x85\xb2\x1a\x00\xd3\x18\x05\x31\x00\x6d\x70\xe1\x3b\x58\x04\x86\x67\x2c\xad\x66\xcb\x56\xc7\xbf\x8a\x0c\xd0\xa3\x13\xd8\x6b\x21\x1f\x73\x6a\xd4\x57\x70\x3a\x4e\xa9\x98\xe3\x41\x32\x17\x16\x55\xf7\xca\x23\xdc\x12\x35\xa5\x59\x76\x44\x72\x56\x40\x01\xf5\x23\xa2\x58\x36\x3a\x76\x60\x3b\x29\xc9\xe4\x98\x27\x34\x23\xc3\x4c\x26\xf7\xaa\x2f\xcc\x0d\x22\xc6\x78\xf1\xcd\x72\x99\x30\xa5\x82\x2b\xb7\x8c\xbe\x9c\xe5\x32\x2d\x12\xac\xd7\x86\xa5\x69\xb9\xd2\x3c\xa9\x14\xe9\x32\x1c\x11\xfc\xa5\x46\x37\x49\x24\x82\xf2\xc2\x70\x8d\x08\xc0\x30\x59\xb3\x70\x35\xec\x01\x4c\x84\x66\xfc\x1f\x90\x1f\x80\x5e\xc4\x26\xea\xdd\x43\xd2\x99\xdb\x9e\x81\x8e\x4f\xc3\x0a\x7a\x3e\xb3\x9f\xc1\x19\x5a\x46\x31\x37\x31\x39\x7b\x6a\xf0\x64\xee\x31\x3f\x1c\x51\x94\x3e\x52\x87\xab\x82\xaf\x38\x45\xef\x85\xe5\x26\xc1\x90\x1b\x32\x92\x56\xd1\xf4\x19\x96\x09\xb3\xe8\x72\x81\x21\x1c\x5a\x77\x85\x94\x2c\xdc\xa6\xb9\x22\x1e\x0c\x91\xb8\xe5\x31\x6b\x6f\xae\x91\x23\x5f\xbb\x8b\x2a\xeb\x22\x3d\xf6\x90\x34\x86\x1f\xf6\x05\x20\x33\x9b\x4e\x2a\x85\xa0\x16\x29\xea\x05\xd7\xeb\xda\x0f\x73\xdc\xb0\x6c\x97\x5b\xe4\x4d\x88\x3c\xa6\x5b\x48\x04\xda\x90\xd9\x45\x71\x5f\x79\x5d\xb4\x2e\x52\x1b\x3c\x7d\xe0\x25\xc2\x78\xd0\x51\xe3\xde\x6e\x6d\x2d\xac\x8c\x6a\x21\x8c\x9d\x8f\x90\xc8\x60\x6c\x10\x82\x66\xcb\x7c\x37\x8d\xe8\xab\x64\xcf\x2e\xdb\xc8\x6b\xaa\xb1\x56\x33\x9b\x4a\x8d\xb8\xba\x08\x71\xeb\xcc\x24\x88\x9c\x3b\xcc\xe4\x10\xee\x15\x40\xbf\x75\x91\xb5\x41\xe8\x1d\xce\x9b\xa5\xe4\xfb\xe0\x9a\xf0\xd1\xfa\x6f\x9b\x02\x22\xf7\x97\xc2\x5b\xb5\xad\x34\x26\xf2\xc6\x38\x96\x2d\x72\x5d\x49\x0f\x09\x66\x35\xa2\x86\x73\x37\xc5\x2e\x6d\x96\xf6\x1b\xed\xfe\x1e\xd2\x7e\x2b\xd3\x68\x70\xad\xcb\xf1\x93\x06\xda\x9a\x49\x5d\xc8\xf5\xf5\x48\xcc\xbc\x43\xf9\x23\xda\x1c\x47\x66\xf3\xba\x2d\x7a\x59\x29\xcd\x15\x1c\xd4\xaf\x9b\xd2\x5c\x19\xcc\x4b\x4e\x69\xae\x0c\xf5\xe5\xa6\x34\xd7\x0c\x74\x8d\x94\x66\x74\x7b\x0d\x0c\x51\xaf\xc7\x14\x20\xec\x64\x58\x8c\x6e\xe1\x36\x59\x3a\x46\x5b\x05\x08\x99\xb3\x93\x73\x2c\x92\x04\x8c\xd6\x06\x1a\x36\xf9\x91\xa9\xda\x89\xf6\xbc\xc7\x80\x2b\x54\x31\x67\x19\x15\x31\x53\x85\x6a\x1a\x39\x4b\x0c\xf9\x21\xa3\x2a\x8b\xba\x1d\x59\xa3\x89\x19\x05\x1a\xf9\x12\x3a\xb3\xb1\xd6\x4d\xd8\x6b\x2f\x27\x44\x75\xb3\x6c\x71\x48\xea\x8d\x58\xfd\x5a\x99\x7d\x1e\x97\x84\xa2\xcd\x7d\x22\x1f\xad\x68\x03\xe4\x67\x0b\x67\x6d\x28\x69\x87\xf9\xe6\x15\x9a\x5e\x33\xdf\x3c\x9a\xc8\x21\xdf\xbc\x7e\x83\x5f\x6c\xbe\x79\x65\xcf\xd7\xcb\x37\xaf\xdb\xf2\x2d\x5c\xbd\x51\x33\xdf\x4c\xbe\x79\x65\x45\x5f\x72\xbe\x79\x65\xa8\x87\x7c\xf3\x27\x99\xcd\x53\xe5\x9b\xaf\x66\x00\xb5\x19\xd5\xf5\xa7\x6e\xb3\x8c\xea\x5a\xd9\xbb\xf9\x6c\xef\x9a\xc8\x04\x37\xfd\x33\x67\x54\x47\x13\x38\x04\x79\xec\x58\x97\x39\x26\x41\x3b\x02\xa8\x1d\x67\x93\x28\xab\xf7\xd0\x92\x9c\x6a\xd0\x27\xf7\x40\x51\x4f\x1b\x1e\x04\x26\xe0\x75\x55\xde\x76\xb4\x0e\xca\x22\x2a\x18\xd1\xc4\x25\x30\xa2\x74\x1c\x3a\xbf\x0e\x14\xb8\xb1\xc9\xb0\x61\x91\xbd\xe9\x18\x23\xfe\x1b\x48\xae\xa6\xd6\xc4\x0e\x04\x68\x13\xc1\xb6\xad\xb2\x01\xb6\xd7\x7a\x6b\x0e\xd4\x83\xd9\x4f\xb3\xbf\x0b\xff\xdb\xb8\x20\xbb\x56\xb3\x4e\x66\xc5\x36\x19\x21\xe3\xed\x3e\x9b\xb2\xa9\xcc\x57\xf9\xfe\x6b\xbf\x54\x5a\xe6\x74\xbc\x4a\xdb\x5c\x77\xf5\x76\x5d\x35\x57\xc2\x67\x33\xe3\xa2\x83\x09\x58\x6e\xed\x70\xe5\xbe\x43\xf7\x13\xe8\x0b\xb5\x0e\x4e\xef\x5f\xde\xd2\x85\xd9\x90\xcd\xbd\xd8\x21\xf8\x36\x14\xcb\x8f\x43\xf1\x28\x72\x2a\x2c\x8e\x20\x5a\x77\x27\x3c\xef\xb0\xec\x45\xde\x18\x60\xb3\x8e\xb9\x01\x6b\xc8\x19\xc9\x3c\x44\xf4\xac\x52\xda\x70\x5e\x13\x94\xbd\x9e\x3d\x8b\x0b\xfd\xe7\x7f\xdf\xc8\x2b\x63\xe4\x4b\xbb\x6e\x23\x9e\x31\x42\x93\x84\x29\xb4\x80\xd8\x00\x2c\xac\xa8\x52\xe4\xd9\x2e\xbb\xca\xc5\x18\xe6\x6d\x84\xc9\xa0\xec\xb3\x27\x1e\xbc\x33\x26\xb9\x2c\xc6\x13\xa7\x01\x1b\x2a\x34\x53\xab\xdb\xcb\x4f\xe8\x37\xdf\x65\x2f\xdf\x15\x3c\xdb\xce\xbe\x70\x8b\x54\x67\x69\xf2\x43\xb7\x47\xd4\xc4\xd3\xff\x10\x9a\xad\xdd\xd8\xc5\x41\xaf\xdf\xa7\xfd\xd6\x5b\xd3\xa0\x9b\x23\x17\x24\x34\x92\x59\x06\xf6\x20\xc5\xa6\x0f\x4d\x55\x5f\x60\xc2\x3d\xbe\x65\xbd\x0d\xf8\x1a\xac\xca\x4a\xd3\xe9\x6c\x2d\x74\x91\x6b\x94\x0f\x14\x71\xa3\xaf\x3a\x5b\x30\x12\x42\x0a\x26\xea\x2c\x04\x9f\x17\xf1\xb3\x5e\x99\xcb\xd5\xc5\x47\xec\x2d\x26\xc5\x2d\xc9\x33\xc7\xa5\xd4\xcd\x63\x03\x16\x10\x45\x67\x96\x3c\xde\x79\x0a\x51\xf4\x04\x8c\x8d\xbe\x68\x47\x71\x9c\x0e\x98\x7b\x38\x2f\xe3\xc1\x50\x7e\x0b\x39\x09\xc0\x15\x59\x15\x55\x4b\xab\xb8\x82\xac\x89\xc9\xf3\x18\xb1\xe2\xa2\x52\x20\x94\x8d\xa5\xc7\x34\x99\x27\x19\x4f\x02\xbd\x63\x9c\xd3\xd9\xa4\x8e\xdd\x2c\x96\xf6\x7b\x69\x79\x6d\xdf\x7a\x82\xe3\x9a\xc5\x40\x97\x06\xe3\x85\xe5\x34\x5f\x75\xe2\xe5\x22\x39\x1e\x72\x2e\x37\x20\xc9\xdd\xc6\xb3\x77\x4a\x7c\x4d\x29\xa0\xcd\x94\xf7\x95\xd3\xed\x16\x07\xf6\x35\x13\x3f\x6b\xee\x8b\xed\x56\xf7\xeb\xa6\x7b\xae\x35\x8d\xa6\x7d\x5d\x27\xd3\xf3\x28\xac\x87\xec\xef\xfd\x15\x79\x9f\xcd\xab\xf4\x42\x68\x70\x9f\x11\xa8\x9b\x61\xc8\x86\x51\xa8\x9b\x88\x8a\x9b\x05\xa4\xfa\x8d\x7a\x5d\x41\xa9\x25\x68\xed\x76\x81\xa9\xed\xa0\x12\xe9\x44\x66\x00\x92\x19\xad\x96\xef\xc0\xc7\xb6\xf9\x05\x72\x9b\x61\x54\x47\x14\x5d\x4b\xb4\xc5\x65\xe1\xa7\x7e\x13\xbf\x8d\x10\xd4\x15\xfa\xd0\x86\x61\xa8\xe1\xa2\xee\x16\x8a\xba\xa3\x7e\xb3\x59\x38\x6a\xa5\xb3\xa5\xfb\xbd\x85\x5f\x7d\x01\xd9\xf2\x10\x95\xe1\xa3\x32\xea\xd7\xe6\x25\x46\x66\x94\x35\xd1\x36\x8c\xce\x68\xda\xfe\x7d\x50\xd2\x1e\xa3\x34\xbe\x72\xec\xc3\xba\x61\x0f\x5f\x37\x98\x64\xcd\x38\x92\x43\x6c\xc6\xb7\x11\x9b\xd1\x7c\xde\x36\x8a\xcf\x58\x91\xe1\xe7\x7a\xd9\xd5\x89\xee\xb3\xce\x9e\xd4\x91\xee\x6d\xc0\xc1\x17\x6b\x3a\xd3\xcb\xb4\xb8\x83\x43\xfd\x49\x1d\xea\x35\x0b\xbd\xda\xa9\x1e\x09\x6f\xcf\xea\x09\xad\x82\xa6\x3f\xa5\x37\x74\x95\xc0\x5b\x0c\x07\x4f\x7e\x8e\x6a\xe7\xbc\xee\x71\xfa\xec\xf7\xd6\x95\xce\x24\x6c\x3a\x64\x69\x0a\x0a\xb1\x96\x16\xb0\xb4\x24\x01\xc1\x90\x58\x0d\x27\xa5\xca\x50\x2e\x85\x2a\xf2\x3c\x65\x41\x11\x81\x52\xbe\xc1\x18\xf5\xbe\x80\xfd\xcd\x32\x96\x3b\x7d\x2a\x27\xdf\x2b\x2e\x12\x16\xea\x58\x39\x49\x25\x53\xe2\x3b\x8d\xd5\x61\xa9\x98\x93\x7b\x21\x1f\x33\x96\x8e\x61\x87\xaa\x83\x39\x26\x9c\x1d\x11\xae\xfd\x67\x39\xa3\xc9\xc4\xb0\xcb\xbe\x19\x3b\xb8\x1c\x50\x10\x63\xf6\xdb\x00\x9a\xd7\x37\xf3\xb6\x45\x48\x57\x90\x11\x4d\xf4\x11\x51\xc5\xb0\x6c\x3f\x95\x88\xb5\xfa\xc0\x44\x38\xf1\xb2\x91\x27\xf3\x84\xd7\x7a\xbe\x1b\x34\x0b\x43\x00\xed\x8c\xd3\x9d\x9c\x16\x0f\x74\x97\x44\xf8\x8f\x85\xd2\x04\x6c\xe5\x44\x0a\x7f\x98\x6c\x4a\x8f\x07\xfd\x00\xac\x4a\x04\xd0\x58\x52\x2e\x82\x56\xa6\xb2\xe9\x58\x4a\x0f\x93\x85\xc8\xb4\xea\x2a\xb4\x8b\xcb\x9d\xca\x47\xa1\x74\xce\xe8\xd4\xd6\x82\x30\x9c\x18\x4c\xb1\xe8\x5f\xb2\x75\x89\xe1\x06\xde\x64\x8b\x2f\xb8\xb8\x37\xbb\x5b\xc2\x9c\x00\x70\x30\xf4\x5c\xb3\x69\xef\xb8\xa0\x51\xb4\xca\x16\xbb\x96\x15\x1b\xf9\x7b\x83\x82\x1a\xf3\x26\x84\x19\x4d\x57\x81\xbe\x6c\x62\x54\x51\x80\x96\x4c\x4c\x77\x04\x58\x1d\xc2\xaa\x52\xa2\x29\x20\x1b\x4d\x58\x36\x0b\xa0\x4a\x67\x34\xd7\xbe\x22\x89\xc5\x3e\x48\xe4\x74\x5a\x08\x80\xab\xb0\x7a\xda\xa3\x4d\x72\xb7\x36\xbb\xb2\xf1\x56\x5f\x74\xf5\x77\x50\xaa\x48\x8a\x71\x36\x27\x34\x7d\xe0\xaa\x84\x9c\x49\xa4\x50\xc5\x94\xe5\x15\x20\x6f\x4c\x12\x21\xd4\xd1\x8a\x19\x9b\x11\xbc\x2c\x74\x87\xcb\xb4\x1a\x93\x21\x1b\x99\x4b\x77\x46\x73\xe5\xec\x43\x35\xb6\x1d\xbb\xb9\xa9\x59\xab\xaf\x76\x26\x3f\x85\xc7\x8e\x4c\xcb\x13\x4a\xad\xbe\x71\x52\x3d\x9f\x41\xa9\x92\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5d\x85\xf3\x55\xe9\x2f\xe7\xae\x2e\xb0\x82\x43\x63\xfa\x71\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x76\xd4\x68\x9e\x09\xcf\x26\xe3\x70\x29\x28\x4d\x35\x4f\x5c\xd9\x15\x5f\x54\x0a\xbf\x6e\xde\xda\x5d\xab\xfd\xa8\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\x67\x8f\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xe5\xe7\xcb\x47\x54\xf6\x63\x36\xc0\xed\x05\x9c\x1a\x44\xc2\xa1\x99\x95\x2c\x94\xb6\xbb\x14\xbe\x84\x3c\x74\x4e\x44\x31\x1d\xb2\xbc\x2f\xe4\x08\xc0\x86\xb2\x26\x6d\x79\x96\xcb\x29\xdf\x24\x2d\x17\xe1\xea\x6e\x9c\x23\x6e\x85\xa5\xd1\xb9\xeb\x00\x10\x1e\xc9\xcb\xf6\x88\x35\xc5\x05\xca\x19\x4b\xce\xd0\x94\x2e\x14\x77\x5a\x6b\xc1\x57\x29\xbf\x6d\x32\x45\xb3\x82\x5d\x3d\x85\x55\x07\xee\x19\x94\x8b\xa7\xd9\x23\x9d\x97\xd1\x5a\x9b\x1c\xa7\x32\x1e\xca\x9e\x17\xea\xa8\x2c\x38\x31\xde\x91\x89\xfb\x85\xab\xb0\xce\x09\x3a\xab\x23\xc3\x8d\xcf\x92\x9b\xf3\x53\x0a\xd9\xe1\xb1\x0f\xe5\xeb\x4d\x6e\xc3\xf8\x30\x04\x2d\x12\x18\xce\xf2\xa5\xfa\x18\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xf9\x31\xae\xeb\x5b\x7d\x86\x35\xb3\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xeb\x71\x79\xd9\xe1\x4d\x6a\x9b\xaf\xd6\x21\x46\x46\x76\xb1\xf5\x28\x3c\x26\xa4\x8d\x2b\x18\xf1\x8c\xa9\x16\xe9\xd6\xe8\x13\x20\xe5\x38\xa9\x0a\xc0\x1d\xc0\x4b\xe5\xe4\x9d\x22\xe7\x01\x30\xa6\x93\x6a\x08\xb7\xa5\x94\x4a\x93\x43\xce\xcc\x98\x81\x80\x41\x92\x9f\x18\x15\x6f\x82\x0d\x40\xd1\x12\x23\x5e\x6a\xb0\x9e\x19\x5e\xc0\x6d\xc1\x13\x2c\x3b\xe7\x3f\x30\x32\xb6\x66\x39\x4d\xb4\x2b\x70\x62\x47\xd5\xb0\xa5\xfb\xc0\xfd\x5a\x3f\x7e\xc2\xf5\xda\x33\x5f\x2c\xee\x4d\xed\x08\x7b\x71\xeb\x1b\x8f\xce\xcb\xe5\x9b\x3b\x5e\xde\xc3\xa7\xce\x98\x44\xc9\x28\x67\x60\x6f\x9c\xfa\xc0\x5c\x91\xb2\x5c\x69\x29\xe1\x86\xba\x3d\xff\xf9\xe4\xae\x4b\x98\x4e\xa0\x1a\x40\x5f\x24\xea\xe1\xc8\x08\xb4\xbf\x16\x4c\x9b\x9f\x9b\x20\xe8\xa6\x4c\x28\xe0\x04\x7c\xdd\x2a\x63\x6e\x61\xcc\x7f\xcf\xe3\xef\x97\x90\xbc\x9f\x98\xaf\x2d\x63\x68\xd7\x17\x97\x31\x64\x0a\x58\x24\xb8\xb4\xaa\x86\x62\xb0\x18\x60\xa7\x0e\x4d\x74\x0b\x4f\xbd\xf8\x7b\x21\x36\x14\x93\xce\xca\x8f\x82\x51\x34\x48\x61\xd3\x19\xcd\x79\x4d\x7a\xfe\xf2\x10\x00\xfc\xa6\xb6\xf5\x55\x4c\xc4\xad\x2b\x25\xb6\xa8\x22\x29\x81\x57\x89\xce\x19\x03\x16\xe2\xe9\xc9\xde\xf5\x36\x9c\xd7\x4f\x2c\xf8\xa8\xd5\x17\x1f\x9d\xfd\xb3\xfc\xd5\xd7\xbf\xc1\x78\x0f\x96\x92\x02\x74\xa6\xb8\x15\x2c\x5b\xcb\x95\xff\x01\x90\x68\x54\x91\x69\x04\x06\x1c\x41\xa1\x44\x37\x50\x7c\x52\xc7\x25\x72\x2a\x92\xc9\xa5\xdc\xad\x2e\x16\x1f\x0d\x58\xb6\x89\xec\xd8\x1d\x75\x32\x65\xe8\x3b\xb9\x6f\x38\x9d\x7f\x70\x80\xa2\x1b\x6c\x50\x39\x19\x90\xdc\x1c\x3c\x1a\x6a\x25\x68\xa7\xcb\x10\x66\x90\x11\x30\xb2\x55\x03\x37\x30\xd0\xd5\xec\xa2\x95\xad\x5d\xd5\xce\x5c\x66\xc4\x99\xe5\x86\xd0\x0b\xa1\xba\x2f\xf2\x42\x00\x9e\x88\xb7\x9f\x53\xa2\x98\x2b\x0d\x9a\x48\x81\x32\x80\x35\x9e\x8c\x0d\x9b\x30\x92\x1f\x38\x51\xa4\x00\x8d\x4a\x16\xca\xf0\x10\x3a\x65\xda\x5c\x50\xdf\x03\x8e\x2e\x7a\x30\x8e\xc8\x2c\xe7\x53\xcd\x1f\x98\x07\x01\x0a\x77\xee\x8c\x6a\x9a\xc9\x71\x3b\xd7\x7c\x44\x13\xdd\xa3\x3b\xa9\xcc\xd4\x36\xb3\xad\x17\xdb\x0d\x83\x74\xcf\xcd\xda\x97\x35\x94\xa1\x9e\x4f\xed\x09\xde\xb4\xd2\x4f\xc9\xb8\x01\xdd\x2f\x41\x3c\x34\xe5\x4d\x0c\xb4\xd0\x72\x6a\x14\x52\x9a\x65\x73\xc0\x39\x33\x4f\x26\x54\x4d\xdc\x3e\x23\x38\xda\x3a\x57\x93\x5d\xdc\x33\x9a\x4c\xd8\x2d\xd4\x46\xac\x5b\xdc\xca\x28\xdf\x30\x51\x4c\xdf\x9c\x92\xff\x2e\xe7\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\x83\xf9\xd8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\xe7\x1f\xda\x67\x7f\x0b\xce\x10\xe4\xdc\x99\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xfc\xe2\x29\xb9\xb3\x9e\x18\x5b\x41\xd6\xd9\x8c\x28\x04\xf1\x42\x5c\x51\x8a\xc6\xa4\xb4\x2f\x88\xfb\xdc\xcc\xbd\xe9\x53\x74\x11\x25\x13\x46\x32\x29\xef\x8b\x99\x65\x60\x18\x6d\x26\x24\x1a\x64\x98\x0a\x5a\xfb\xa9\xdb\x3b\xf5\x1e\xa1\xc5\xc6\x82\xe4\x1a\x47\xea\x30\x2e\xea\x98\x26\xd6\xe4\xcd\xd9\x03\x1c\x49\xef\x29\x0c\x7a\xf0\x1b\xb0\xac\x1f\x6c\x8d\x0a\x5d\xe9\x26\x4d\x2d\x34\xb2\x9b\x58\xd0\x70\xbc\x7d\xcb\x56\xd3\x2f\x07\xc2\x6b\x91\x21\x4b\x68\x81\x8e\x34\x73\x1b\xe5\xb9\xcc\xc3\x01\x97\xdb\xbe\x63\xa3\x6f\x16\x85\x8c\x18\x07\x17\xeb\x87\x9a\x4f\x82\x93\x63\xd4\x65\x50\xa5\x1d\x80\xcd\x64\x8e\xb6\x29\x57\x8a\x6d\x3a\x64\xe8\x2f\x81\xf4\xfb\xb0\x98\x3b\xe1\xe0\x98\xa3\x9a\x3c\x32\x88\x38\x2c\x2c\x80\x17\xea\xc7\xe6\x00\x2a\x57\x74\x5a\x79\x48\xc3\x28\x12\xb1\x91\x63\xee\x43\x28\x36\xdf\x2b\x56\xc7\x2d\x37\x0f\x1b\x2b\xe5\x36\x6c\x14\x58\xa8\xf3\x92\xc2\x88\x1b\xec\xfd\x8e\x65\xd7\xd8\x9d\x97\xc8\x40\x8b\xd7\xc6\x0a\x8e\xae\xa1\x34\xf4\xea\xf1\xb8\x78\xeb\x08\x96\x60\xb3\x44\x4c\xef\xe1\x5f\xb9\x56\x3d\x99\xd2\xb9\x21\x0e\x08\x4f\x50\xc5\x6c\x26\x73\x4d\x1a\xda\x20\x70\xd0\x71\x7c\x70\x31\xd8\x79\x78\x0e\x05\x8d\x18\x29\x40\xd5\x40\xfe\x2c\x0d\xee\xf5\x03\xb2\xeb\x5a\x1e\xfb\x30\xa7\x0b\x94\x35\x0f\x3f\x35\x8d\xd4\xde\x88\x42\xeb\x04\xd4\x5d\xa2\x89\x66\xe6\x16\x5e\x17\x27\xb0\xae\xf7\x2b\xd7\x42\xed\x96\x67\x6c\xa4\x07\xb5\xbe\x94\x25\x66\x43\xd3\xa2\x68\x48\x05\xcc\xf9\x78\xb2\x87\x16\xd7\x97\xe4\xff\x68\x7d\x5d\x46\x7c\x0f\xb4\xf8\x5c\x4a\x8d\x32\x64\xa9\x67\x10\xb7\x9a\x60\x02\xb0\x9d\x22\xb6\xb0\x11\xd4\x38\x48\x6a\x46\x2e\xbf\x17\xf2\x51\x78\x7b\xb9\x6a\xf5\x45\x87\x02\xdc\xb5\x57\x16\x6c\xec\x01\x4a\xea\x2b\x65\xf4\x08\x3f\xf7\x85\x24\x47\x97\x74\x6f\x6b\x02\x64\x73\x52\x62\x24\x47\xdf\xad\x73\x7a\xd0\x96\xec\xe4\x34\x9c\xb0\x85\x05\xd5\x6c\x66\xed\xdd\x38\xcf\x32\xa8\x16\x5c\xa6\xa6\xab\x16\xf9\xec\xac\x33\x10\xda\x51\x62\x7b\x6b\xbc\x70\x32\x3a\x77\xd9\x9f\x75\x0b\xbb\x8f\x84\xca\x7d\xc7\x5b\x2c\x5f\x60\x9f\x29\x53\xb3\xca\x91\x92\x2c\x04\x5a\x4d\x37\x88\x19\x3b\xf3\x1f\xdd\xb2\xe5\x31\xa0\xef\x01\x27\x14\xea\xc4\x66\x70\x43\x1b\x3e\xfa\x3f\x70\xb3\x20\x91\xd2\x1c\xa1\xc2\x5a\xf8\x03\xbf\xa4\x39\x3f\xe0\x57\x33\x52\xc0\x10\x32\xac\xb1\x24\x6b\x8b\xb4\x01\xe9\x1a\x30\x8c\xcd\x55\xe8\x02\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x04\xc4\x74\xdb\x4c\x4c\x0a\xa8\xc9\x47\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x78\x0b\x5d\xc4\x66\x58\x3f\xd1\x61\x03\x05\xfb\x6b\x84\xe0\x2c\x0c\x37\xf8\xf0\x5f\xf5\x43\xff\x50\xd0\x9c\x0a\x0d\x81\x25\x56\xf0\xce\x59\x10\xad\xc8\xbe\x40\x04\x96\x40\x63\x2d\xfc\x14\x6e\xae\x73\xa4\x63\xf5\x5f\x9e\x1e\x11\xde\x62\xad\x23\x5b\xa5\x46\x15\xc3\xf2\xcd\x89\x91\x1c\xfa\x62\x21\x70\xbf\x45\xda\x99\x92\xf6\x0b\x26\x92\x0c\x90\xe5\x83\x18\x18\x4f\xf9\xd6\xf5\x33\x9c\x83\x7a\x01\x5b\x59\x36\x2f\xed\x83\xe0\xc3\xbe\xa0\x0a\x3d\xcd\x19\x9c\xf4\xf2\xf7\xba\xca\x11\x51\xf4\xc1\x13\x82\xf7\x2c\x5c\x43\x4f\xb6\x49\x88\xdc\xb8\x6c\x83\xe0\x0d\xd8\x98\x32\xa1\xa2\x2f\x3c\x39\x93\xef\xa9\xce\x18\x55\x9a\xfc\xf8\x76\xa3\x80\x0b\x37\xbf\x92\xb9\xda\xd3\x5b\x86\x96\xba\x70\xb6\xa6\xc2\x37\x00\xac\x4b\x28\x11\x2c\x08\x50\x3f\x32\xdb\xac\x25\x79\xe0\xaa\x00\xac\xfe\x20\x8c\x1d\xd1\xd6\xb9\x56\x0e\x57\x12\x15\xa6\x06\x36\xe2\x60\x0d\xac\x4f\xd2\x0e\xab\x86\xb0\xac\xee\xc4\x51\x39\x83\x4c\xb2\x32\xb0\x6c\x42\x75\x5f\x58\xc6\xea\x62\x31\x02\x50\xe7\x76\x96\xc5\xc1\x5c\x46\xc0\x49\x99\x30\x13\x86\x4a\x03\x2d\xbf\x40\x97\xa0\x7d\xf9\xf8\x9f\xb8\xd8\x90\x3f\x2b\x46\x51\xeb\x0b\x9f\x0d\x14\xb6\x5d\x2b\xec\xd4\x99\x80\x9f\x51\x06\xae\xe9\xfe\x02\x4b\x3e\xac\x21\x0b\x37\x57\xe2\x5a\xe2\x32\x59\x30\xbb\x2f\x11\x8d\xf7\xdd\xc1\xfa\x92\x72\xbd\x09\x1b\x6e\xd9\x47\x59\x63\x11\x6f\xd8\xdc\x40\xb4\xd8\x45\xff\xf6\x81\x68\xcf\xe5\x94\x8d\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa3\xae\x1d\xeb\x00\x5b\x34\x4f\x83\xb8\xd1\x20\xa8\x0e\xc2\x83\x1d\xdf\xb3\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xe5\xfc\xdd\x54\x7c\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x07\x03\x53\xca\x71\x3d\x6b\x70\x72\x88\x19\x14\xec\xed\xb5\xd2\xa1\xad\xde\xd2\x22\x1d\xb8\x67\x5c\x31\x17\x3a\x72\x3e\x83\xe0\xe5\xbe\x30\x8a\x89\xb9\xe2\x15\x0e\xda\xb5\x1f\x93\x78\xdd\x09\xc0\x54\xc9\x9d\xdc\x2d\xd3\xd5\x88\x5b\x4d\xca\x84\xcb\xd4\x84\x36\x00\xbe\x88\x74\xc6\xa7\x24\x95\xc9\x3d\xcb\x4f\x72\x96\x72\x75\x0a\xee\x6f\xdd\xe8\x77\x9b\x1a\x65\x7b\x67\x41\x63\xdb\x7a\x6a\xd8\xbf\x8d\x28\x76\xf0\xce\x47\x84\x8f\x40\x9b\x70\x99\x02\x98\x3e\x60\x6d\xdb\x84\x09\x9d\xcf\x67\x92\x0b\xed\x2d\x59\x95\x85\x70\x8a\x86\x91\xd9\x9a\xe2\x6b\xf3\x7d\x84\xc9\x6c\x39\xed\xde\x84\x29\xe6\x62\x02\x70\x52\x5a\x12\xf4\x84\x20\xbb\x98\x51\x3d\x51\x90\xeb\x10\xaf\x81\xd5\xb9\xe0\x53\xb3\x42\x74\x06\x21\x05\x68\xa4\x28\x3f\xf2\x41\xfc\x4a\xf3\x2c\xeb\x0b\xc1\x58\xaa\xb0\xee\xff\x77\xb5\x39\x35\xe6\xd3\x23\x42\xd3\x94\xfc\xcf\xef\xdf\x5f\xfc\xd2\xeb\x0c\xba\x97\x60\x71\xee\x5e\x74\xde\x1e\xf9\x1f\xaf\xee\x7a\xfe\x57\x34\xb0\x3c\xb0\x9c\x4c\xe9\x3d\x68\x78\x42\xa1\xf8\x07\xa1\xee\xe1\x48\x5d\xb6\x91\x79\xa2\x98\x0b\x1f\xb5\x62\x8a\x4f\x30\xb6\x7b\xb8\x02\x02\x62\x03\xdd\xf7\xc6\x7f\xb2\x9c\x06\x1d\xf1\xf8\x2e\x9c\x18\x38\x65\x42\x1b\x1e\x63\x8d\x7d\xa5\xea\x5b\x12\x1c\x13\x63\x2e\x9a\x82\xdc\x98\x78\x78\x4a\x19\xfe\x67\x36\xff\x64\xb4\xeb\x6b\xca\xf3\xb5\x69\xaf\x23\x1e\x78\x2e\x05\x4c\xcd\x5b\xb5\xca\x9a\x93\x4c\x3b\x5f\x5b\x70\xa8\x14\xca\xc2\x10\x46\x31\x6b\x0c\xa4\xac\x54\xb9\x7d\x19\xd3\x6d\xa3\xeb\x97\x7d\xd1\xb9\xcb\x6b\x53\x96\xdd\xd0\x07\xca\x33\x08\x82\x75\x17\x4d\x49\x83\x58\xca\xf0\x94\xb0\x8c\x0e\x65\x0e\xa9\x31\x18\xb5\xe3\x9a\xb0\x0b\x06\x45\xbd\x7c\x43\xad\xbe\x38\x67\xb3\x9c\x25\x14\xb8\xd8\xcc\x68\x2e\xc0\x85\x22\x1b\x5a\x0b\xdb\x20\xdc\xdc\x3a\xb4\xb1\xac\x8a\xcc\x9f\xae\xba\x73\x74\x79\x5d\xcb\x7c\x9d\xeb\xdf\xbc\x06\x4b\x27\x67\x46\x8f\xab\x70\x5e\x7b\x37\x8f\x18\xc5\x8a\x06\xe8\x14\xb2\xa6\x7c\x1b\x15\x9a\x65\x11\xfc\xad\x39\x38\xaa\x65\xbd\xe4\xe5\x9b\x52\x90\x9f\xff\xa2\xc8\xb0\xd0\x7d\x11\xb7\x21\x05\x14\xb6\x7d\x47\x75\x32\x79\xdb\x17\x57\x46\xcb\xfc\xf9\x2f\x0d\x59\xd3\x29\xd5\x74\x50\x4f\x94\xcd\x6b\x72\x4e\x35\xbd\x90\x34\xe5\x62\x6c\xab\x36\xd7\xaf\xc5\xbb\x4e\xaf\x7d\x4a\x5c\xa2\xa5\xcf\x97\x2c\x73\xed\x83\x86\x80\x21\xc3\x44\x1c\x17\x01\x56\x2e\x3c\xeb\xb7\x16\x32\x90\x9e\xcc\x85\xd5\x17\xb0\x94\xc8\x55\xb9\x26\x33\x69\xb1\x0a\x8d\x56\x26\x49\x5e\x08\x6b\xc9\xb6\x86\x44\xb3\x3a\x40\xc6\x7e\x33\xac\x3c\x06\xf2\xcc\x22\xb3\xef\x0b\xd0\xcf\x7d\xf6\x5a\x26\x13\x9a\x41\xd8\xdc\x71\x60\xd2\x33\x5a\xbb\x2c\x20\x07\x09\xe2\x55\xc4\x3c\x8e\x6e\x75\x48\xd2\xa5\x50\x16\x6e\x14\xe8\xff\xb0\x8f\xd6\x95\x3a\x95\x86\xe3\xb4\xfa\xa2\x3b\xc2\xa8\xba\x0c\x57\xc7\x7c\xc8\x04\x78\x93\xdd\xb2\x98\xa7\x8e\x1f\x41\xa5\x17\xf4\x2a\xd2\x04\xac\xf7\x62\x0e\x31\xd1\x80\x6f\x26\x21\x3a\xa3\xe4\xce\x96\x28\x17\x76\xd1\xdf\x89\xc1\x67\x7d\x81\xc1\x7c\xd1\xbe\x84\x99\xbf\x41\xef\x52\x40\xac\x61\x79\x5d\x7a\x01\x63\x66\x63\x0f\xad\xac\x3f\xcb\xd9\xb1\x2b\x08\x68\x7e\x0d\xd6\xd4\xdc\xb0\x2d\x72\x13\xaa\xd7\xa9\x4c\x8a\xa9\xc3\x1d\x81\x5c\x2d\x1b\xa4\x66\x2f\x51\x4f\x21\x78\xb1\xd7\x52\xfc\xef\xc2\xff\xd6\xca\xa6\xd7\x3b\x96\x91\xf5\x54\x35\x98\xc5\x2d\x45\xad\x71\xa1\xd9\xb8\xea\xe0\xdb\x04\xb3\xf3\x12\x22\xdb\x8d\x24\x0f\xce\x3f\x2d\x8d\xf6\x29\xc1\x0c\x8d\x29\x75\x32\xfd\x4e\x91\xee\xb5\x11\x52\x8c\x52\xea\x8f\x49\xa1\x34\x86\x68\x41\x9a\x0a\x7e\x8d\x61\xf2\x47\xe4\x07\xd2\x2f\x7e\xf8\xe1\x4f\x09\xf9\xe2\xfe\xf1\xe7\xff\xf8\x8f\x3f\xfd\x79\x9b\x72\xc9\xd0\x6e\xb9\x46\x1e\xd9\x31\x96\x5a\xc2\x1d\x58\x64\x26\x3b\xec\x82\x3d\x23\x4d\xcb\x6f\x35\xf6\xc6\x34\xa7\xba\xc7\x41\x08\x0e\x1d\xdb\x43\xa8\xc2\xc3\x43\xa2\xd3\x53\xba\xfa\x15\xd3\x47\xf1\x21\xf6\xf2\xa8\x15\xba\xff\xc7\x12\xa0\x81\x81\xa1\xe6\xed\x42\x85\x78\xe6\x25\x60\xd3\x08\xf9\xde\x9a\xe8\x34\xb8\xf8\xde\xba\x3b\x48\x66\x29\xcb\x6d\x85\x1d\x67\x55\xf3\xb6\x3e\x38\xbf\xec\xcb\x2c\x93\x36\x88\x83\x12\xc5\x66\x14\xee\x78\x73\x5e\x5b\x7d\xd1\xf9\x42\x0d\x73\x3d\x72\x85\xd0\xb0\x6a\x37\xf8\x46\x46\x34\x61\x04\xa5\xe9\xef\xbf\x9c\x9a\xdf\x8e\xc8\xfc\x14\x42\x31\x8f\xc8\x3f\x4e\x6d\x06\x34\xcd\xf5\xc0\xfc\xf4\xd6\x89\xc3\xb6\x09\x18\x34\x57\xa4\xff\xe6\xe4\x81\xe6\xae\xec\x3c\x02\x39\xbe\xb1\xec\xcf\x83\xd4\x86\x02\x74\x26\xe5\xbd\x0d\x54\x5d\xf8\xd2\xfe\xa7\x85\x04\xee\x7d\x1b\xb8\xf9\x36\xe6\xd8\x08\x7b\xc7\xf0\x02\x23\xad\xd9\x90\xb4\xfe\xae\xa4\x20\xad\x39\x9d\x66\xf6\x57\xf7\xd4\xc6\xd1\x52\x45\x5c\xc9\x20\x17\x46\x93\xcd\xd1\x9c\xf9\x2e\x93\x43\x98\xd7\x47\x37\x57\x8c\x44\x85\x81\x96\x57\x44\x79\xab\xd8\x89\x58\x71\x07\xb3\xc2\xa1\xc8\x9e\x79\x05\xee\xde\xba\x59\x7d\xf1\x43\xfa\x2f\xf4\xdd\xc2\xa2\xb8\xf4\x35\xb4\xe0\xfa\x30\x30\xd3\xe8\x17\xf2\xbd\x65\x42\x6f\xcd\x45\x60\xc3\x7e\x71\x19\xea\x3a\x98\xfb\x0e\x7e\x09\x3a\xe0\x82\x60\x42\xe2\x92\x2f\xff\x71\xd2\x6a\xb5\xfc\xd7\x97\x66\x2a\xff\x87\x70\xad\x58\x36\xc2\x96\xdc\x35\x33\xef\x8b\x8f\x46\xd3\x09\x2d\xcc\x25\xc4\x0a\x14\xbe\x4a\x64\x46\x8e\x4b\xab\x6b\x2a\x13\x45\xfe\xcd\xc8\x9e\xc1\x52\xc2\x8f\x46\xd9\xaa\x3f\x55\xb6\xfe\xe1\x33\x1d\x2b\x6b\xb5\xae\x1e\xac\x10\x9c\xc1\x6b\x9f\x54\x41\x84\xd2\x03\x4f\x0b\x47\x0b\x86\x72\x4e\x2c\x80\x03\x94\x26\xd4\xec\x8b\x86\x47\x0d\x48\x19\xb5\x21\xe1\xf5\x12\xdc\x02\xc3\x2d\x01\x33\x90\xac\x1b\x16\xc0\xa2\x18\x58\xde\x80\xf3\x3c\x0a\x5d\x1c\xe6\x7a\x11\x21\x9a\x95\x2a\xa6\x53\x9a\xcf\x4f\xca\xd3\xb6\x48\x9c\x25\xa8\x21\x70\x99\xcc\x2d\x00\xb8\x59\x33\x7b\xb4\x6c\xa4\x41\x50\x41\x7d\xe2\x13\x08\x48\xca\x12\x00\x16\x86\x90\x37\x84\xd5\x66\x22\x91\xa9\xa5\xeb\x32\xef\x32\x16\x2b\xfc\x3b\x8b\x02\x85\x8b\x5a\x51\xa5\xc5\x4c\x68\x4c\xc6\xb6\x6f\xb8\x8f\x1b\x18\xb8\x1c\x28\x6d\x58\xe5\x78\x03\x17\x66\xf7\xea\xd6\x7d\xb3\xfe\xb5\x0b\xeb\x10\xcb\xd5\xd4\xa9\x72\xce\x6c\x90\xd3\xc7\xf2\x02\x86\xf8\x0b\x34\xa1\x14\x3e\x2b\x15\xff\x3e\x93\xd7\x3c\x33\xf7\x16\xd0\x78\xab\x2f\xa2\x9f\x8f\x08\xcb\xf8\x94\x0b\x1f\xfe\x86\xec\x5d\x8e\x50\xc4\xbd\xe7\xda\x6c\x99\x4a\xef\x0d\x07\x73\x09\xfe\x81\xde\xd3\x16\x73\x47\x3a\xde\x7b\x64\xcd\x04\x85\x32\xe3\x2a\x15\x69\x23\x71\x9a\x26\x8e\xad\xd4\xc8\x03\xc2\x83\xf3\xdb\x17\xa6\x35\x77\x96\xca\xb8\xdb\xa0\xbd\xa0\xb9\x63\x10\xd2\xb9\x4b\xc1\x83\x16\xa0\x8f\x28\x78\xd6\x0b\xa9\x35\x22\x4a\xa7\x52\x77\x74\xf3\x8c\x0d\x88\x32\x1c\x08\x99\xb2\x0d\x83\x8d\x6b\xea\x3a\x5a\x53\xb1\xf3\x30\xe6\x0c\xb3\x6a\x80\x4f\x34\x56\xa5\x53\x6a\x43\xf3\x69\x6d\x81\x54\xdb\x0e\xa0\xb3\x3f\x6e\x5b\xa4\xbe\xe4\x69\xd0\x8a\x53\x0a\x82\x2c\xc8\x68\xed\xe3\x22\xae\x3b\x49\xe8\xe9\x76\x06\x64\x9c\x7b\x02\xcb\xee\x23\x40\x29\x19\xe7\xb2\x98\xf9\x54\x61\x97\x34\x85\xdb\x60\x6f\xb4\xae\x18\xc9\x53\x2b\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x91\x2f\x97\x1a\xfc\xee\x38\x18\xae\xf8\xb1\xad\x99\x6d\x46\xad\x34\x4d\xee\x11\x62\x6d\x59\xb9\xdd\x4d\x0b\x06\x97\xf7\x65\x91\x65\xb6\xdb\x92\x7d\x96\x15\x05\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xf6\xf6\x7a\xde\x19\x13\x08\xfc\xcf\xcf\x7c\xa3\xc8\xb8\x0a\x24\x20\x8b\x48\xdd\xeb\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf0\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x76\x7c\x6e\x3f\xfe\x68\xbe\xad\xdf\x91\x8f\x90\x12\xe2\xf3\xe6\xa7\x54\x98\x09\xba\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xba\xae\x5c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x7a\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x1a\xcb\xe3\x20\x97\x7c\x9f\xd1\x7c\x8c\x52\x82\x62\x5a\xbd\xad\xd9\xe1\x32\x38\x77\x87\x1d\xde\x02\xa0\x39\xb4\xd0\x43\xe2\xe0\x32\x0e\xe0\x47\x19\x03\xc3\x78\xe6\xe4\xfa\x77\x77\x87\x51\x56\xf1\x13\xb8\x31\x73\xac\x59\x9e\x1a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\xf5\xd9\xa5\x0e\x18\xdc\x66\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x38\x04\x0b\x3a\xdc\x34\x82\xbe\x68\xbb\x57\x7c\x86\x1a\xc8\x37\x39\xfa\x55\x21\x8e\x09\xa3\xf6\x40\xc6\x08\x2a\xee\xda\xc9\x35\x4c\x62\xd3\x4c\xa0\x2a\x90\xb9\x91\x71\x3c\x44\x18\x6a\x77\x4e\xd8\x75\xf3\x68\xe8\xf9\x61\xf3\xd2\x23\xf5\x49\xfe\x49\xb5\x34\x44\x5d\xc7\xab\x98\x6f\xc7\x67\x1f\xdb\x86\xc2\x6a\x14\x18\xeb\x94\xcd\xcb\xc8\x1a\xb3\xe2\x28\x97\x56\x3a\x5b\x3c\xac\x7a\x27\x66\xcc\xe9\x74\x90\xcb\x6c\x97\x3d\x72\x4d\x44\x3a\x0e\xe4\x6a\x18\x79\xf3\xd7\x82\x66\x68\x8f\x15\x96\x1c\xdd\xb0\x41\x60\xf8\xe3\x9f\x49\x1b\x6e\x4b\xf2\x11\xd8\x22\x78\xa2\xa0\x35\x2d\x09\x9f\xce\x58\xae\xa4\x11\xc6\x1b\x36\xf9\xfe\x2f\x6a\x60\xf1\x52\x07\x34\x49\x64\xb1\x88\x8d\xba\xc1\x4c\x6a\x5a\x0b\x27\x45\xc9\x7d\x31\x64\xb9\x60\x1a\x1c\x9c\xf0\x1e\x71\xef\xad\x35\x5c\x49\x0b\x3d\xf9\xe3\x20\xc9\xf8\xda\x20\xae\x10\x05\xdf\x36\x9f\x9d\xe1\x57\xcb\x26\x10\xb5\x1f\x0d\x5d\x10\x7c\x46\xf0\x59\x8b\xbc\xa3\xc9\x3d\x13\xa9\x2d\x92\x8d\x89\xa9\x70\x41\x01\xb7\x0c\x4c\x14\xf1\xc4\x50\xdf\xc1\xf6\xcd\x2d\xd4\x17\x53\x7a\x6f\x6e\x21\xf6\xc5\x06\x0b\x1b\x35\x43\x6d\x72\x34\x3c\x3d\x2c\x64\xe8\xbb\x2c\x4a\xc5\x92\x22\x37\x6f\xe0\xf9\xd0\x78\x3e\xc0\xa8\x90\x60\x99\x79\x42\x21\xc9\xff\x3b\x45\x8a\x99\xd3\x7c\x41\xdb\xcd\xc0\x41\x80\x93\x84\xa2\x28\xdc\x48\x83\x13\xd6\x17\x10\x74\xe5\x5a\x9c\x7b\xae\x12\xfa\xa4\xbc\x6f\xb4\xee\xf0\x8d\x30\xc5\x75\x37\x5b\x3a\xda\x10\xf6\x1e\x50\xa6\x27\x4c\x80\x1a\xb6\x7e\xcb\x90\x27\xbc\xfe\xa6\x45\xc1\x63\x38\x8b\xd2\x6a\xe0\x97\xb0\x10\xdc\xc2\x06\x5b\x43\x51\x10\xd7\xe1\xec\xa9\xe5\xf7\x5c\x11\x45\x35\x57\x23\x5e\xab\x9e\x86\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x3e\x3e\xb5\x45\xde\xf3\x5c\xe9\x60\x4a\x5a\xfa\xbc\xe0\x26\x96\xa0\x27\xac\x11\xd2\x6a\x1f\x9e\x5d\x37\x83\xe0\xfd\xa5\x3e\x72\x1f\x8b\xdc\x22\xed\xd2\xc6\x85\x99\xd1\x68\xbd\x5a\x31\x23\x96\x29\xb6\x0d\xf1\xad\x65\x10\x00\x4f\x10\x10\x10\x01\x59\x45\x99\xdf\x4b\x78\x3d\x3f\xcc\x47\x48\xf7\xa1\xf7\xac\xa9\xfe\x3f\xab\xe8\xd9\x2b\x46\xd8\x89\x72\x25\xeb\x86\xd8\xf6\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\xca\x64\x74\x3e\x3a\x31\x4b\x6e\xe4\xfc\xe4\xde\x46\x19\x8f\x80\x0e\x6d\x3a\xfb\xe3\x44\xaa\xf0\x9c\xb9\xfd\x83\xcd\xd4\x79\xc1\x5c\x34\x31\x04\x69\xfb\x05\x46\xf7\xac\x90\x61\xb6\x3b\x8c\xda\x1f\x52\x8c\x42\xf2\xfb\x4d\x1c\x0b\x85\x65\x00\x5b\xa9\x6b\x6a\xf1\x34\x47\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\xf3\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xd6\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xec\x74\xb7\x84\x59\xcb\xf0\x6b\x67\x80\x97\x8f\x0e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x7b\xe4\x26\x24\x1e\x85\x15\xa1\x71\x5c\x9b\xd1\x48\xb4\xc4\xe8\x93\xb1\x21\x17\x0a\xc2\x33\x30\xf7\x51\x8e\x3c\x86\x1c\x46\xd6\x20\xdc\xa4\x1c\xd5\xfc\xe3\x5d\x26\x87\xea\xad\xcf\xb8\xa6\xca\xf5\x51\xa6\x40\x36\x93\xe0\x7e\x20\xcb\xdc\x52\x3c\xe5\x7d\xe8\xce\x4c\x78\x1f\x6e\xb2\xf0\xf5\x44\x55\x06\xbe\x60\x06\x08\xcd\x65\x21\x1c\xe4\x93\x14\x4c\x8e\xc0\x25\x01\x5e\x3e\x67\x74\x03\xa1\x5b\x48\x1d\x64\x7b\xe4\x6c\x86\xb1\xc6\xa0\x1e\x36\x2f\xf7\x8e\xb0\x67\xab\xd6\xf9\x29\x60\xcf\x76\x5d\x77\x7b\x70\xbe\xd2\x82\xef\x0a\x66\x85\x47\x69\x03\x36\x0b\xef\xaf\xb4\x84\x79\x3e\x00\xa6\xaf\xb0\xa8\x08\x26\x37\x43\xb8\x12\x3b\xd6\xf2\x18\xb2\xe4\x20\xf7\x0a\x81\x08\x9b\xe0\xb9\xc1\x82\xb8\xc9\x75\x60\xde\x5f\x63\x9c\x18\xa2\xf6\x25\x18\xa8\xbd\x7b\x15\x71\x05\x05\x41\x98\x11\x82\xe5\xd6\x38\xb2\xf2\xe6\xd8\xd0\xbe\x18\x6e\xe5\x72\x07\x83\x05\xd9\xaa\x80\xc4\xf9\xe0\x02\x1a\x30\x81\x16\x81\x38\xac\x89\x9c\x4a\x73\x6d\x1b\x75\xb5\x7c\x88\x71\x7c\x70\xd9\x2c\x29\xa7\x38\xc3\xac\xf8\xaf\x37\x1b\x73\xb4\xcc\x23\x94\x1d\xc3\x97\x56\x23\x65\x06\x33\x19\xc6\x48\x83\x2b\xc6\xef\x21\xe2\x96\xd3\x0d\x58\xaf\xa7\xa0\xab\x03\x00\xba\x05\x7e\xe2\xff\x30\x1a\xa4\x21\x29\x1f\x33\xe7\xf2\xec\x6c\x94\x0b\x82\x3f\xd4\x95\x5e\x6e\xf4\x1e\x6e\x02\x74\x08\x8c\x65\x58\x8c\x6e\x01\xb5\x7c\x85\xf2\xe2\x93\xa6\xcb\x60\x15\xb3\xc8\x3e\x60\xc0\xa5\xf4\xf9\x0f\x1f\x4a\xf4\xfd\xf9\x8c\x1d\x91\x61\x01\xcf\x2f\xaf\x7a\xa1\x61\x96\x0b\x78\x7c\x9c\x4c\x58\x72\x0f\xc1\xa5\xc8\x14\x71\xb9\x5c\x19\x85\xe1\xbc\x2f\x4a\x8c\x67\x2d\x9d\x95\x71\xee\x41\xb4\x3c\x90\x9c\xcc\x49\xca\xd5\x2c\xa3\x73\xb0\xe7\x08\x74\x4b\xc7\x05\x8c\xdd\xa0\xb6\x54\x5b\x00\x84\xda\x72\x01\x27\x87\xc1\x5f\x6e\x12\xbe\x0e\x92\x0f\xb1\xaa\x13\x3b\x76\x86\x35\xdb\xc5\x3d\xdd\x04\xa7\x1e\x54\xff\xc2\x1d\x0d\xfd\x14\x3e\xfb\x49\x54\xd2\x98\xfa\x6f\x5c\xd0\x17\x58\x50\xfa\xae\x50\x90\xf9\x1b\x8b\x59\xb0\xfc\x81\xa5\x7d\x11\xe7\x97\xd9\xab\xac\xdc\x65\x52\xc2\xec\x36\xb1\xce\xcd\xb1\x3c\x43\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x93\xe9\x7d\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc4\xf5\xb5\xa0\x9c\x16\x75\x3b\xb2\x26\x7a\xc2\xf4\xd9\x33\x98\x5a\xeb\x03\x3e\x6c\x00\xc8\x42\x28\x72\x5d\x1b\x7d\xe1\x62\x56\x47\x45\x96\x21\x5c\x42\xc3\x72\xb9\x6c\x3a\x17\x60\xf1\xf5\x52\x96\xbc\x5e\x4b\x02\x20\x64\x6f\xf5\x4b\xd9\x2c\x85\x30\xc3\x64\x5e\x16\x3e\x03\xe2\x65\x42\x15\x10\x88\xe7\x40\x50\x21\x36\x7c\xcc\x34\x31\x72\x47\x5a\x64\x18\x84\x09\x06\x5d\x48\xcd\xa3\x59\x46\xb8\x56\x7d\xe1\x33\x09\x11\x16\x0a\xae\x02\x17\xf5\x9e\x5a\x59\x10\xba\x80\x66\x6d\xa9\x0c\xb8\x20\x78\xc2\x75\x34\x24\xb0\x54\xce\x43\xe4\xc0\xd9\x8c\x51\x0c\x19\x72\x75\xb4\x43\x69\xb0\xba\x0d\x36\xbe\x06\x2a\x18\x2c\x26\x20\xed\x93\x7a\xb1\x82\xc5\xc6\x9b\xd2\x22\x6d\x9c\x9d\x11\x05\x1d\x8c\x3f\x8e\xd6\x06\x2a\x5b\x67\x9e\x91\xb7\xb4\xf2\xf5\xc0\xbc\x44\x3d\xa3\xb9\xe6\x49\x91\xd1\x3c\x03\x78\xae\x51\x91\x11\x3e\x0a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x38\xc3\xbb\xa2\x53\x16\x04\xc8\x5a\xc5\x33\x0b\x8c\x88\x08\x8e\x83\xd6\x29\xd3\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x24\xa0\x73\x85\x1c\xd0\x8f\x37\x88\xec\xc2\x3a\x16\x7c\x64\x84\xdd\xef\x82\x83\xd7\x54\xe8\x88\xaa\xfb\x0d\x2d\x94\x0e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x89\xec\x96\xfe\x44\xac\x28\xb8\xbc\xe1\x20\xc3\xe4\xfd\x2d\x06\xfa\x39\x28\x50\x53\x1d\xec\x74\x49\x01\x04\xd8\xc7\x0d\x87\x1a\x80\x93\x6e\x3e\xd0\x80\x72\x42\x7b\x74\xe3\xca\xae\x56\x2e\x3f\x47\x30\xa1\xc4\x8c\xcb\x08\xf6\x0c\x3d\x18\x95\xba\x74\x30\x06\x8b\x27\x0a\xf0\x4f\xfe\xb0\x0d\x19\xc9\xb8\xb8\x77\xa1\xe4\x66\xe7\x8f\x08\x2d\x5b\x87\xc3\x87\xa3\x47\x62\x6e\x90\x6c\xea\xc0\xd2\x76\x10\x76\xd6\x0b\xc8\xab\xdd\x5c\x3f\xef\x8d\xf0\xf0\x16\xca\xba\x05\xf3\x58\x7f\x5b\x96\xfa\xcc\xbd\x10\xeb\x1c\xe5\x78\xc1\x04\xde\x3b\xcd\x7d\xa1\xaf\xc6\xf5\xbd\x9e\xd0\xfa\xa2\x8e\xab\xf1\x3f\xef\x2e\xcf\x3b\xef\xbb\x97\x31\x68\xe7\x5f\xef\x3a\x77\xf1\x2f\x37\x77\x97\x97\xdd\xcb\x0f\xe1\x4f\xb7\x77\x67\x67\x9d\xce\x79\xfc\xde\xfb\x76\xf7\xa2\xf2\x9e\xf9\x29\x7e\xa9\xfd\xee\xea\xa6\x02\x13\x7a\xfb\x73\xf7\xfa\x3a\xfe\xa9\xd7\xfd\xd8\x39\x1f\x5c\xdd\x45\x48\xa3\xe7\xbf\x5c\xb6\x3f\x76\xcf\x06\x6e\x3c\xf6\x49\x2d\x58\x68\x39\xb5\xda\xd5\xdb\x07\xca\xe2\xd6\x08\xb1\x6d\x32\xca\x39\x13\x69\x36\xc7\x80\x02\xa7\x92\x54\xfc\x97\x21\xb7\xe7\x53\x26\x8b\x5d\xe2\x02\x8c\x56\x2c\x1f\x8c\xb6\x9d\x11\xdb\x9a\x8d\x86\xa4\xea\xbe\x31\x43\x59\xe7\x8b\x16\xb2\xa5\xd1\x4f\x3a\x9f\xfb\xf8\xba\xa5\x71\x3d\x3e\x39\xca\x76\x42\x66\x2c\x5f\x36\x16\xb8\x8b\xf3\x62\xa6\xf9\xb0\x39\xd2\x63\xcd\xa4\xa1\xcd\x95\x3e\xcc\xb6\xad\xcf\x7a\xb8\xac\xe7\x81\x51\xc0\xc3\x2e\xbe\x5e\x68\x61\x5b\xe0\x63\xff\xb5\xf3\x8f\xcd\x8a\x61\xc6\x13\xc2\xd3\x32\x47\x18\x23\x21\x30\x2c\x0f\xcd\x27\xd5\xa4\xfc\x19\xcb\x41\x38\x32\x32\xe7\x2c\x67\xc7\xb4\xd0\x13\x57\x44\xc9\x57\xbf\xc5\x24\x79\x96\xe4\x4c\xbb\x22\x8d\x2c\x75\x50\xb8\x41\x4f\x30\x18\x1b\x9c\x9b\x42\x16\x48\x2b\xc0\x47\x6a\xb0\x97\xe1\x97\xd8\xfa\x06\x96\x3d\x7c\x7f\xe9\xd2\xd8\x11\x73\x55\xad\x76\x02\x62\x20\x3e\x74\x80\xba\x66\xde\x86\x29\x27\x2e\x8a\x04\x37\xd9\x05\xa4\xd4\x4f\x63\x15\x8d\x85\x84\x12\xc7\x8f\xd8\xd6\xed\xa3\xb3\x9c\xc1\x7d\x61\xdd\x3f\x4e\x69\x86\x38\x4a\x1b\xc0\x02\x71\x2b\x46\x39\x18\xb2\x09\xcd\x46\x68\x7f\x31\x5b\x53\x9e\xab\x45\x12\xed\xc9\x7b\x26\xf6\x50\x68\x7a\x6b\x76\x28\x50\xd6\x2e\xc3\xb5\xbd\x29\xa2\x34\xd6\x40\x61\x4d\x57\x78\xda\x06\xf0\x61\x9d\x2f\x94\x4c\x83\xc7\x18\x45\x53\xe2\x65\xb8\xd8\xbf\xd1\x88\x7f\x31\x0d\xf6\x05\xab\x45\x0c\x80\xca\x19\x2e\x6d\xca\xf3\x65\xc8\x98\xc5\xdc\x93\x7b\x26\x00\xcc\x17\xeb\x71\xac\xa4\xd9\xcd\x4c\xa1\x8b\x7b\xb1\x68\x58\xf4\x2b\x06\xc6\x26\x1e\x41\x1c\x87\x16\xcf\xbc\xac\x55\x3d\xa5\xf7\xac\x45\xce\xf1\x5e\x04\xba\x39\xbb\xe8\x76\x2e\x7b\x83\xb3\x9b\xce\x79\xe7\xb2\xd7\x6d\x5f\xdc\xae\x7b\xfc\xf6\x11\xec\x55\x39\x7d\xd5\x78\x3b\xcf\x21\x4e\xec\xc9\x2b\x43\x8e\xcb\xaa\xe3\xfe\xd8\xc1\x96\xac\x1e\x3d\x4f\x67\x83\x94\xab\xc4\x5c\x7f\xf3\x01\x13\x29\x40\xad\x6c\x45\xaa\xf5\x4d\x55\x67\xe1\xdf\x20\xfe\x0d\xc7\x41\xf0\xb6\x7b\x70\x14\xed\x9f\x43\x2e\xb6\x2d\x65\x09\x65\x8c\xfb\x22\xb8\x6d\x5a\xab\xe1\xf5\x4c\x73\xbb\xcd\x2d\x6e\xa2\x3a\x27\x1c\x2f\x57\xaa\xa0\x86\x3f\xba\xd7\x20\x95\xb6\x61\x55\x6c\x72\x6d\x88\xf7\xc2\x83\x72\x02\xc4\x68\xc3\x53\x2a\x52\xaa\x65\x3e\x6f\x98\xe2\x7a\xcc\x33\x3c\x36\x31\x0b\x0d\xaf\x6c\xa3\xea\xbb\x5d\xc0\x57\xa9\xa8\x92\x12\xa2\xc2\xf4\xae\x7e\xee\x5c\xde\x0e\x3a\x97\x9f\x06\xd7\x37\x9d\xf7\xdd\xff\xf2\x59\x73\xb6\x38\x6a\x8c\x54\xce\xcc\xa5\x68\xb8\x8b\xcb\xe0\xa8\xe5\x2f\x88\x17\xee\xda\xb1\x18\xb1\x7c\xd4\x17\x8e\xb3\xe4\x65\xf3\x93\x5c\x16\xe3\x49\x7d\x43\xd5\x51\x5e\xb7\x7b\x3f\x6d\x35\x4c\xc8\xae\x42\x50\x61\x3c\x6d\x8b\x38\x01\x7c\x64\xf9\x1e\x82\x0b\x54\x86\x07\x39\x82\xf0\x6a\x9d\x79\xbb\x81\xa3\x6d\xa5\xa8\x2c\x32\xad\xa5\xc2\x7f\xcd\xeb\x4d\x04\xd4\x0b\xf8\x66\x74\x8d\x00\x6e\x05\xc2\xd5\x2f\xb4\x76\x5a\xf3\x5b\x74\x83\xfd\xf1\x38\x63\xe3\x31\x4b\x91\xbc\xaa\x0d\x5b\xab\x8f\x65\x81\x49\x79\xaf\xd7\xad\xa2\x45\x8f\xde\xe1\x62\xf6\xb1\x0f\xeb\x33\xf0\x6b\xff\x49\x3d\xaf\x38\x73\x55\x64\x12\x29\x94\xa6\xa2\x01\x8d\x6b\xc3\x4a\x97\x25\x44\x6e\x5e\xd6\x9b\xb5\xb6\x10\x67\xa7\x2e\xcf\xc1\x36\xbe\x1b\x8b\x92\x2d\xac\x71\x23\x40\xcf\x0e\xca\xde\xd4\x6c\x42\xa5\x96\xe0\x93\xdb\x31\x96\xaa\x4e\x36\xa9\x10\x8c\x8b\x08\x53\x6a\x21\x49\xd0\xf0\x03\xd8\xbf\x8d\xc1\x60\x7b\x2e\x3d\xea\x8d\x9b\x65\xdd\x44\x5f\x89\xd3\x09\x6f\x9b\x9b\xb2\x2a\x55\x07\x83\x8a\x8c\x69\x91\x58\xec\x1d\x6c\xb6\xf4\xf6\x5a\xdb\x95\xbb\x60\x53\x72\x1c\x56\x7a\x4d\x8f\x21\x3d\xac\x2f\x9a\x7c\x18\x35\x55\x52\x43\x0a\xb8\x76\xb7\xd6\x2e\x7b\x5f\xb3\xfa\xcd\x47\xd0\x2d\xf6\x7a\x61\xbb\xc4\xbd\x0e\xc2\x5e\x83\xb3\xdc\xee\xcb\x90\xa2\x93\x32\xbe\x8e\x9b\x32\x78\x3c\x57\xdd\xcc\xa7\xbf\x96\x3f\x9f\xc6\x90\x41\x78\x45\x4e\xa8\x42\xc9\xd5\x95\xcd\x2f\x4b\xbb\x96\x35\x7d\x9b\xcc\xe2\x5e\x12\xdc\x23\xac\x48\x93\x8f\xe2\x08\x75\x6a\x5f\x9e\x3f\x84\xda\xf5\xb0\xe1\x9b\x11\x7e\x28\x1c\x79\xe5\x05\xf9\x1e\x30\xac\x8c\x16\x22\x99\x90\x59\x46\x31\x54\x7d\x42\x15\x92\xb4\x73\x83\xd3\x21\xcf\xb8\x86\x24\x3b\x74\x20\x55\x56\xd8\x68\x34\x34\xbf\x77\xe0\x0e\xb4\x4c\xf1\x5e\x46\xf4\x3b\x86\x6a\x95\x15\xa4\x9e\x33\x58\xab\x3c\xb2\xc1\x17\x4b\xbd\x4f\x25\x59\xda\x40\xad\x72\x3b\xb0\xc6\xb9\x96\x41\x35\xac\xcd\x76\xd6\xb6\x78\x5d\xfd\x3c\x5a\xef\x9a\x8b\x7a\xf3\xa8\x00\x8b\x5b\xb4\x01\x9b\xaf\xa2\x1a\xd5\x9e\xac\x51\x26\x69\x43\xed\x0b\xd7\x36\x82\x14\x35\xb5\x9d\xca\x62\xd8\x04\x8a\x81\xa3\x5a\xde\xfa\x32\x13\xbf\x3b\xb7\xfb\xb2\x0b\x86\x0c\x90\x6a\xa6\xf9\x66\xa6\x8d\x60\xd2\x54\xb3\x63\xf8\xbc\xbe\x71\x0b\x05\xb1\xf6\x9c\x17\x08\xad\x44\xb3\xf3\xd0\x1b\x46\xa4\xad\xa9\x9f\xf8\xd7\x02\x6a\x34\x5e\x8d\x6e\x31\xed\x6b\x17\x22\xd3\x7c\x91\xc2\xea\x4f\x62\xb5\xd7\x5e\xec\x3f\x09\x69\x60\xc6\x92\xf5\xaf\x99\x6a\xbb\xb7\xe6\xeb\xf5\x0f\x64\x5c\x1f\x6a\x96\x73\x09\xc9\x59\xb6\xa8\xd4\x92\xfc\xf1\xda\x7e\x77\x58\xc9\x5f\x0b\x56\x30\x43\xfb\xc3\x22\x1d\x2f\xda\x36\x37\x90\xce\xca\x29\x4d\xe4\x23\x99\x16\xc9\x84\xb8\xc6\x49\xca\x32\x3a\x8f\xa6\x06\xf2\x92\x96\x19\xe0\x71\x6c\x09\x0f\x91\x14\x4a\xcb\x29\x84\xb1\x95\xed\xe6\x85\x00\x82\x27\x54\xeb\x9c\x0f\x0b\x5d\x1b\xfb\x14\xe5\x49\x6f\xe9\xbb\xba\xbd\xee\x9c\x75\xdf\x77\x2b\x8e\xa3\xf6\xed\xcf\xe1\xdf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x39\xfc\xed\xa2\x7d\x77\x79\xf6\xd3\xe0\xfa\xa2\x7d\x19\xb9\x97\xda\xbd\xf6\x6d\xa7\xb7\xc2\xad\xb4\xd8\x6b\xf3\x46\xd0\x20\x8d\xdb\xc8\x2e\xd6\x70\x09\xce\x3e\xa7\x5d\xda\x5e\x4f\x49\xdb\x25\xb5\x87\x55\x3f\xa8\xf3\x02\x82\xf7\x1a\xcb\x90\x58\x67\x21\x54\xd9\xc6\xb2\x4e\x2d\xd2\x26\xae\x3c\x17\x84\x3a\x2a\x23\x2c\xd8\x94\x5f\xb3\x3b\xd8\x84\x91\x18\x92\x52\x73\x2b\xa1\xa5\xe5\xc8\xe6\xda\x67\x2c\xc4\x37\xb2\xa5\x58\x5b\x7d\xd1\x79\x60\x42\x17\x00\xbe\x42\xb3\xcc\x55\x51\x73\x2f\x04\x99\x71\x6e\x94\x8a\x4f\x79\x46\xf3\x12\x05\xf8\xca\xb6\x05\x02\xbb\x1b\xab\xcf\x84\x5c\x84\x86\x74\xca\xc3\x5d\x97\xc0\xb8\xcf\x2e\xba\x20\x02\x25\xda\xe1\xe7\xb9\xce\xfb\x02\x93\xb9\x6d\x8f\x53\x0a\xe1\xb7\x5a\x5a\x7b\x1a\x76\xdf\x58\x55\xf6\xa6\x06\x85\x77\x0b\xb0\x00\xb4\x3c\x3f\x55\x20\x8d\x1f\xa4\xfb\x47\x47\xe8\x7c\xbe\x09\x3a\x33\x49\x99\x02\xd9\xd4\xc6\xcc\xc4\xc8\xc0\x68\xee\x20\xae\xf5\x4b\x10\x76\x5c\x4c\x97\xb5\xc6\x7b\xa3\x3b\x03\x2c\xf3\x06\xf9\x3b\x33\x97\xd0\x4b\x5d\x87\x30\xf3\x0c\x56\x61\x28\x0b\x91\xba\xb2\xa6\x53\x2e\x4e\xa6\xf4\xcb\x5b\x37\xd3\xc7\x09\xb7\x0a\x48\x99\xa5\xcb\x32\xa3\x89\xcc\x0d\x93\x5b\xbe\x5c\x7d\xb1\x64\xbd\x56\x4b\x8b\x8e\xb3\x82\xda\x53\xea\xa8\x18\xa7\xf4\xc0\xe6\x75\xfb\xb7\x00\xe0\x88\xb1\x50\xf6\xc0\x43\x23\xb3\x9c\x41\x15\x6f\x1f\x05\x95\x61\x74\x9b\xff\x1b\xa2\x6c\x23\x20\xe8\x7a\xe6\x1d\xba\x79\x77\x3a\x37\xb5\x0e\xe6\x27\x80\xe0\xb4\x3d\x99\x4d\x43\x77\xb3\xb3\x74\xda\xa8\x62\xeb\x47\x33\xbb\xf5\x77\x39\x84\x5a\x93\xca\xd5\x79\xc9\x19\x58\xb6\x61\x2f\x1c\x66\x10\x24\x73\x2e\xf8\xb0\x1d\x0d\x64\x4c\x81\xbd\x17\xea\x20\xb3\x5f\x0b\xeb\xb2\xfb\xf1\x87\xcd\x2e\x5a\x9d\xcf\x89\x43\x27\x0b\x83\xc0\x6d\x0e\x84\xbd\x74\x61\x5c\x85\xe0\x75\x19\xde\x37\x58\x01\xf8\x79\x0b\xad\x57\x3a\xb5\x7f\xae\x8c\x93\x77\x96\x58\x5b\xb5\xf8\xc9\x20\x31\x3e\x55\x90\x30\x6c\x77\x10\xfe\x6a\x5b\x0f\x6f\xb4\x21\x4d\xee\x1f\x69\x9e\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x58\x7e\x44\x12\x96\x6b\x6a\x93\x64\x15\xf8\x5f\xe1\x40\xd9\x76\xfa\x02\x22\xc2\x31\xe3\x58\x40\x8d\x1c\xcd\xc7\x13\xa3\x50\x06\xde\x73\x99\x1b\x7e\xa4\x11\x81\x60\xc6\x12\x4c\x05\x68\x8a\x7f\x1e\x65\xf4\x61\x31\xeb\x77\x9b\x84\xce\xa0\x1c\xb8\x73\x4f\x59\x5f\xcd\xd2\x78\x07\x57\x55\x1a\xb9\xe6\x6c\xae\x27\x52\x1c\x91\xb1\xcc\xa8\x18\xb7\x5a\x2d\xc2\x74\xd2\x7a\xbb\x11\xa1\xdb\x06\x43\x87\x97\x8f\xe3\xcc\xa4\x62\xd9\xdc\x63\x77\xfa\x78\x7b\xb3\xca\x10\xdf\xaf\x38\x9a\x3c\x6a\xa8\xff\xb6\x9a\x17\xfa\xbc\xa6\xf3\x7a\x4d\x75\xe3\x04\x93\x86\x76\x00\xd3\x73\x83\x96\xf0\xfd\x7a\xcd\x6b\x83\x84\x29\x87\x92\x5d\x26\x4e\x35\x80\xe6\x48\xb1\x69\x36\xd0\x27\xd9\x54\x4e\x66\xab\x44\xf7\xda\x96\x6c\x5a\xf2\x56\xf9\x31\x8b\x14\x5d\x43\x71\x3e\x95\x6c\x27\x50\x8d\xac\x98\x2e\xd6\x44\xdc\x97\x14\x55\x0e\x12\xff\x75\x06\xdd\xad\x2d\x45\x95\x55\x73\x64\x8e\x39\x3c\x76\xbc\x68\x0b\x45\x62\x02\x6e\x99\x73\x05\xe9\xfd\xdb\xa4\xd9\xf8\x66\xb0\x69\x70\xd9\x40\x59\x65\xa8\x63\x96\x4b\x31\xce\xe6\x98\x39\xe4\x4c\xfc\xf6\x13\x85\xa2\x0e\xf8\x79\x9a\x39\x43\x35\x90\x68\xe3\x3d\x02\x48\xc1\xad\x9c\x5b\x20\x3a\x04\xb0\x56\x36\xd2\x01\x1a\x74\x35\x5e\x25\x19\xb9\xa4\x8d\x7b\x16\xe0\xd4\xa7\x00\x78\xf5\xd8\x22\xef\x65\x0e\x60\xf4\xd6\x71\x6b\x7d\xeb\xe5\xad\xa5\xcb\x4e\xd0\x40\xfc\xf0\xa3\x0b\xa9\xc0\x19\x62\x13\x80\x2a\x9b\x52\xa1\x6b\x1b\x28\x23\x8e\xa0\x2d\xfc\xe4\x93\x51\x85\x6b\x5f\xb7\xed\xc3\xab\x7d\x61\xde\x6d\x7f\xbe\x25\xb8\xd4\x16\x1a\x29\x5f\x36\xd0\xa0\x91\xd5\x41\x1d\xb0\x5c\x83\x2d\xa4\x81\x68\x1f\x70\xd1\x1d\x36\x96\x59\x76\xa6\x93\x49\x79\xfb\xc4\xe5\x1a\x2c\x3a\xb0\x9d\xe7\xb4\x04\x7b\xc2\x78\xb9\x30\xf0\xc8\x56\x04\xf5\x6a\xac\x14\x0c\x2c\xf5\x54\x93\x54\x86\xcd\x12\xae\x57\x47\x77\x6c\x08\x10\xb1\x8a\xd4\xb4\x44\xaf\xbd\x9d\x67\xe4\x70\x01\xb1\x92\x63\xba\xbd\x0b\x8d\x13\x41\xa5\x9e\x05\x88\xa2\x38\x81\xb1\x2f\xe2\xae\x16\x16\xc9\x85\x5f\xf0\x9c\x21\xb2\x88\x32\x57\xb8\xe6\x0f\xe6\xa0\x2e\x92\xb5\x27\x50\xe0\x00\x8b\xb4\xd7\x17\x38\xec\x00\x9e\xe4\x9e\xcd\x55\x88\x6c\x6b\x29\x8a\x34\x11\x24\x37\xf3\x71\x15\x5c\x57\x6e\x05\x2c\xdc\x20\x28\xa7\xb3\xde\x55\x82\x9d\x7e\x34\x1f\x2f\x89\xeb\x5a\x68\xdc\xd0\x60\x99\x12\x53\x1a\x96\xca\x52\xd0\x76\x9d\xed\x1e\x96\xa1\x1b\x35\xa5\x96\x4a\x1b\x1d\x28\x3f\x46\xc7\xe9\x0b\x8b\x60\x14\xb8\x44\x0d\xc3\x59\xdc\x36\x9b\xaa\x87\xb8\x29\xf3\x28\xfb\x19\xd0\xa5\x5c\x4d\x90\xfa\x0a\x57\x0e\x18\xdd\x56\x76\xc4\xec\x56\x67\xc8\xa9\xed\x70\xcb\x78\x20\xbb\xb9\x8d\x31\x40\xa5\x18\x6b\x17\xce\x62\x70\x21\x44\x32\x4a\xc0\x09\x33\xcb\xd7\x16\xb5\xe1\x37\x2e\xf8\xe6\xb6\x73\x76\xd3\xe9\x3d\x5b\x8c\x90\x0b\xd0\xd9\x38\x48\xc8\x8d\xf3\xbc\xf3\xbe\x7d\x77\xd1\x1b\x9c\x77\x6f\x9e\x22\x4a\xc8\x3e\xda\x22\x4c\xe8\xd6\x02\xa3\x9d\x49\xa1\xd9\x97\x9d\xee\xe4\xbc\x10\x03\xba\x41\xb8\xba\x07\x1f\x5c\x26\xee\x60\xa3\x8b\xc0\x6e\x1e\x75\x8d\x92\x99\x4c\xdd\x8d\xe6\x71\xdc\x82\x92\x65\x23\x9e\x65\x90\x2f\xe6\x6d\xac\x36\x09\xc4\x2c\x2a\xf0\x1f\x57\x7b\xc5\xf2\xd4\xbe\x18\x46\xc8\x76\x60\xf7\x99\x48\xa9\x70\x7f\xe8\xcc\x2c\x40\xce\x21\x5d\x68\x19\xf6\xdb\x98\x0b\x56\x0e\x03\xcb\x19\x14\x82\xc8\x26\x3c\x29\xbb\x89\x4f\x99\x0e\x68\x05\xaf\x75\x65\x4d\x47\x71\x11\x7d\x3a\xf1\xd3\x3d\xf4\x33\xc4\x43\xcc\x05\x0a\xa6\xd1\x69\xbe\xad\x27\xdd\x93\xf2\x08\xc0\xba\x9b\x9d\xa4\x60\x88\x86\x8a\x01\xe5\x46\xda\x8d\x40\xd4\xd5\xd2\x42\x7d\xcf\x31\x94\x42\x8e\x2a\xeb\x6c\x58\xa1\x59\x6b\x0e\xe6\x6a\x8a\xc8\xeb\x24\xc9\x0a\x65\x94\x7f\x54\x9d\xdb\x9f\x6f\xfb\x02\x6b\x3f\xd9\x5b\xc8\x22\x73\x62\x17\xe8\xc8\x97\x51\xff\x4e\x42\x09\x39\xd8\xf7\x68\xa8\x9c\x32\x2a\x14\xd6\x73\xc9\x32\x96\x97\x94\x81\xe3\x61\x2c\xb5\x98\xce\x50\x97\xa7\xfc\xde\x96\xf4\x90\x70\x6a\xcd\x78\xed\x53\x5b\xd2\xa2\x4a\x4f\x4d\xe9\x88\x10\x25\xf8\x94\x94\x53\x13\xac\xbe\x2e\x15\xd9\x00\xcb\x5a\x22\x8a\x43\xc7\xd7\xa2\xa5\x1e\x36\x77\x20\xa5\x3d\x92\xd2\x1a\xf7\x7a\x78\x4b\x90\x89\x34\x0c\xd4\x83\x6a\x96\xbe\x46\x9f\x0e\x9d\x41\x10\x0c\x94\x1d\xaf\xbb\x75\x4a\x6c\x9a\xad\xbc\x8f\x97\x57\x97\x9d\xd0\x77\xd8\xbd\xec\x75\x3e\x74\x6e\xa2\xd4\xb7\x8b\xab\x76\x94\xbe\x76\xdb\xbb\xa9\x64\xc7\xbd\xbb\xba\xba\xe8\x2c\x38\x21\x3b\xbd\xee\xc7\xa8\xf1\xf3\xbb\x9b\x76\xaf\x7b\x15\xbd\xf7\xae\x7b\xd9\xbe\xf9\x25\xfc\xa5\x73\x73\x73\x75\x53\xe9\xef\xee\x6c\xb9\x3b\x33\x9a\x46\xbd\x2a\x5e\x7a\x4b\x02\x98\x9e\xba\x25\xed\x51\x75\xbf\xe7\xa4\x4f\x48\x72\xde\x24\x69\xb3\x36\x47\x33\xb2\x4a\xa5\x6c\xb0\x5d\x3e\x68\x53\x4e\x6b\x6d\x3f\x39\xd3\xf9\x7c\x40\xb5\x66\xd3\xd9\x6e\x15\xc6\xd6\x3f\x22\x9b\xa5\x9a\x02\x7f\x59\x23\xd5\x34\xda\xd5\x97\x93\x6a\x5a\x93\x45\xba\x98\x6a\xda\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xe5\x8b\xa3\x2f\x95\xb6\x63\x12\xf6\x73\x4a\x7a\x81\x38\x8d\x6e\x01\xab\xad\x99\x15\x07\x60\x62\xae\x01\xfd\x87\x8b\xf1\x11\xd4\xc0\x3a\x25\x9d\x3c\xef\x4e\xe9\x98\x5d\x17\x59\x06\x4a\x2f\xfa\xe0\xce\x72\x46\x35\xbc\x76\x2d\xd3\x6e\xf0\x1d\x44\x0e\xd4\x4e\x03\xfa\xb7\x15\xe5\xb0\xfb\x23\xdb\x7f\xa0\xe2\xf9\xa8\x04\x6b\xe2\xf0\xf5\x3e\x4f\x01\x53\x59\x8e\x6c\x71\x8c\x23\xef\xe3\x24\xbf\x16\x52\x53\xc2\xbe\x24\x90\x44\x51\x4f\x27\x17\x72\xa7\x8a\x70\xab\xcb\x57\xd4\x9f\xe9\xd5\x79\x67\xf5\x9a\x3c\x02\xaa\x0d\x36\x29\xc8\x64\x67\xf9\x11\x3f\xb5\x35\x98\xea\x05\x22\x9d\xed\x21\xa8\xeb\x42\x8e\xeb\xc1\x8b\x20\xeb\xcd\x22\x2e\x95\xb5\x03\x20\x44\x54\x8e\x89\xe2\xe2\xbe\x2f\x3e\x4f\x98\x20\xb2\xc8\xf1\x27\x2d\x73\xc0\xc1\x1a\x65\x85\x9a\x30\xa8\xfc\x78\x44\x1e\x19\x99\xd2\x39\x86\x8a\x4e\x65\x1e\xc0\x39\x01\xc9\x18\xe2\x84\xaf\x33\x2e\x0c\xb7\x98\x71\xe7\x42\xa8\x6e\xfd\x3e\x3c\x8c\x2e\x85\x88\xee\x9e\xe1\xbb\x5e\x9c\xd4\xe3\x84\x41\x88\x48\x69\xdd\x72\x6a\x9c\xe5\xdc\x00\x6d\x29\xe5\xbd\xd1\xcc\x5c\xb2\xe1\x77\x0e\xbc\x03\x96\xfb\x41\xf2\x94\xa4\xc5\x2c\xe3\x89\xe7\xbb\x8f\x32\x6f\xcc\xa8\x46\x57\xd7\x06\x19\xd5\x15\x07\xee\xb2\x89\xd5\xf8\xd1\x02\x7b\xc7\x92\xdc\xea\x27\xce\x2e\x0f\x2a\xd9\x14\x8a\xe5\xc7\x3a\xe7\xe3\x31\x38\x0e\x9c\x57\xfe\xe5\xa7\x9f\x97\xe9\x6d\xbb\x3b\xa0\xc3\xf8\xb0\x4c\x8e\x79\x42\xb3\xd0\x04\x5d\xca\xae\x3e\xbf\xd5\x1d\xfb\x59\x91\x63\x05\xd1\x51\x99\x63\xd8\x18\xb7\xef\xca\x36\x0f\xb0\x38\xd0\xee\x45\x8b\xba\x23\x2c\x94\x69\xe1\xf5\xcb\x00\x4a\x57\xa0\xc4\xdd\x70\x65\xdf\x0e\xcd\x0d\x81\x94\xa1\x20\x27\x91\x8f\x50\xdc\xcc\x68\x23\x46\x38\x37\x33\x15\x12\x64\x13\x8f\xf0\xe6\xad\xc8\x0e\x03\x6f\xe4\xcd\xe5\x18\xe4\x82\x35\xe5\xbf\x3e\x5c\x40\x69\x69\x37\x53\xf7\xa7\xb4\x96\x45\xee\x0a\xf7\xe6\x9d\x40\xdb\x4a\xc4\xcb\x9d\x7a\xe3\x4c\x0e\xb1\xba\xda\x02\x10\x5c\x78\xeb\x6c\x16\xc1\x32\xb2\x70\x7d\xf1\x9d\xe5\x50\x13\x20\x7f\x42\x2e\x01\xd8\x0e\x8b\x8c\xef\x14\x13\xff\x04\x0b\x56\x68\x19\xd4\xb3\x33\x93\xeb\xfa\xb2\x76\xce\x55\x02\x54\xd1\x4d\x6b\x8b\xa3\x94\x27\xc6\xad\x7c\x13\x77\xae\x71\xa2\x6f\x04\xf4\x37\xcb\x99\x0b\x9f\x98\x33\xed\xa3\x26\x32\x07\xeb\x04\xc9\xe4\x7e\xd6\x71\xd8\x98\x0b\x0c\xf1\xa1\xbe\x80\x01\xe1\x6b\x2d\x4e\x67\x52\x30\x61\x8d\x1b\x42\xf6\x85\x6d\xdc\xc1\x86\xfa\xb2\x37\x91\x0f\xe9\xc8\xea\x20\xb6\xc0\xaa\x92\xd9\x83\xb5\x53\x06\x19\xfd\x00\xeb\x65\x06\x78\x66\xd8\xb9\x11\x5e\xa8\x48\xbd\x43\x01\x4c\x2c\x15\xec\xcc\x9c\x8d\xb9\xd2\x2c\x74\xbb\x85\xdf\xef\x0d\x4f\x30\x92\x77\x96\x2d\x7d\x23\x9e\xe0\x2a\xc6\x35\xa2\xc9\x26\xb8\x5e\xf3\x19\x4b\xbb\xfe\xbb\xe5\xc4\x10\xf9\xce\xd3\x20\xb6\x30\x3a\xe4\x48\x03\xae\x82\x32\x04\xd2\x2a\x9f\x8b\xef\x37\xc9\x17\x52\x72\x58\x5f\xb0\x45\x63\x5a\xd0\x9c\x0a\xcd\x98\xea\x0b\x8c\x32\xc6\x14\x88\x28\xe6\x69\x14\x21\x48\x96\xb2\x54\x22\x95\xc6\x00\x4b\xf8\x64\x44\x79\x56\xe4\x8d\x22\x02\x92\xe5\x56\xd1\x1c\xcb\x96\xe9\x0c\x9a\x25\x75\xbb\xe6\x5d\xc3\xc1\x31\xf2\x41\x49\xae\xd8\x8b\x2b\x48\x13\x7b\x4e\x9b\xa0\x80\xad\xb2\xb7\xfe\x86\x7b\xfd\x70\x09\x34\x9c\xd9\xde\x55\xb2\xca\x6a\x03\xc4\x9f\xfe\xb8\x1a\x15\xb6\x91\x53\x00\x8d\x4c\xa8\x48\xa1\xc4\x1b\xd5\x81\xb9\x01\xf7\xd6\x52\x1c\x60\xed\x69\xc7\x8a\x9a\x7d\x13\x60\xea\x1b\x24\x0b\x7e\xa2\x15\xab\x55\x75\x30\xad\xf0\x37\x44\xbd\xc4\x6e\x9f\x3a\x73\x63\x19\x7e\x6b\x41\x1f\xfd\xf1\x68\xde\xef\xb8\x72\x3a\x59\x72\xa3\xc1\xb3\xf5\x12\xe1\xd6\x85\xc1\x2c\x4b\xfa\x2d\xf2\xa5\xc4\xd2\xbd\xbd\x2d\x3c\xf0\xe5\x8e\x94\x0f\x66\x62\xc3\x3a\xc2\x74\xc3\xbe\xb0\xa8\xb0\xf0\x22\x42\x0b\x63\x44\xad\x22\x3f\x7a\xdf\xe1\x8f\xff\xe1\xe2\x29\xe7\x64\x04\x6b\x0d\x41\xcb\x32\x49\x8a\x1c\x50\x38\x5d\xf1\x47\x86\x37\xc1\x26\x59\xe1\x6d\xbc\xff\x14\xf0\x03\x88\xcd\x6c\x2e\x64\x66\xf5\x98\x68\x52\x3d\x10\x5f\x11\xdf\xd6\xdf\x3c\x16\x41\x26\x57\x9a\x28\xcd\x66\xb5\x2c\x20\x12\x71\x62\xe6\xbd\x53\xe2\x5f\x1d\x12\xed\xea\x04\xe3\x8f\x74\xb6\x0c\x24\x74\xe7\x16\x57\x6d\x83\x8f\xf8\xaa\xde\x4c\x00\x90\x09\xc0\x28\x16\xdc\x73\x71\xf5\x7c\x92\xf4\xb3\x04\x36\x6f\x02\x59\xee\x73\xe5\x2d\xd8\xff\x32\xde\x16\x7f\xba\x79\x98\x4f\x19\xd1\x6b\x6b\xc4\x63\x83\x43\x4c\x70\x0f\x73\xf2\xb7\xc1\x4c\xa8\x6e\x8c\x6b\x6b\xc9\x76\xec\x98\x2f\x5c\x42\x3c\x3c\x63\xba\xf0\xa7\x85\x25\xda\x34\x5b\xf8\x21\x84\x47\x00\x71\xa9\x0c\xc7\x58\x4b\x89\xf4\x59\xc2\x9f\x62\x8c\x8b\x68\x89\x25\x5f\x0b\x0c\x64\xb1\x08\x25\xdc\x50\x29\x13\x52\x33\x42\x89\xe0\xd9\x89\x28\xb2\xec\xe4\x52\x0a\xc3\x98\x15\x1f\x63\x08\x09\x18\x11\xb1\xa2\x4e\x59\x99\x25\xb2\x1e\x07\x47\x00\x98\xb3\x19\x12\x1a\xb6\xb5\xe1\x98\x66\x0b\xb2\x79\x5f\x98\x2f\xf0\x1e\xc1\x82\x16\xdc\x47\x9b\x63\x6f\x0e\x61\xd4\xf6\x05\xa9\x97\xf3\xb0\xf1\x1a\x02\x5b\x06\xca\xb9\x53\x98\xf7\xa1\x54\xea\x8b\x29\x95\x2a\x73\x67\x8c\xdd\xa0\x68\x6a\xf3\xa1\xda\xba\x6a\xa9\xd7\x4d\xbc\xd8\xba\x06\x3d\x7e\x4d\x0f\xd9\x53\x42\xb4\x96\x78\xac\xf6\xb7\x4d\x41\x57\xdd\x4a\xed\xc3\x51\xf0\x2b\xe6\x60\x0f\xe4\xc8\x95\x3a\xdd\x3e\x6f\x7c\x4d\x4b\x6d\x98\xf8\x12\x66\x8b\x2f\x12\x49\x93\xaa\x2a\xc5\xc0\x2a\xb3\xeb\x0d\xb6\xba\x60\x57\xe2\x3d\x7e\x7e\x2d\x33\x9e\x2c\x37\x6f\xbb\xab\x09\x0a\x00\x2c\x38\x37\xa0\x54\x86\x2d\xc0\x4d\x9d\x86\x8d\x76\x5b\xcd\x12\x5d\x5a\x6b\x16\x27\xb7\x89\xf5\xcf\xa9\x0b\xbe\x15\x00\x26\x2a\x2b\x98\x98\x6b\x05\xe2\x7f\x21\xf5\x09\x05\x69\xc0\xd2\xa7\x33\x70\xa7\x58\xfd\x22\x1a\x08\xf0\xa6\xc7\x89\xcc\xd8\x11\x9a\x83\xc0\x76\xdc\x17\x33\x96\x27\xd2\x28\x69\x50\x23\x1d\xe3\xe5\x78\x96\x96\x09\xc6\xdf\x83\x2b\x0b\x0c\xce\x6f\x2d\x8a\x0a\xf3\xe6\x3a\x5f\xc7\x62\x35\xd9\x3a\x24\xc5\x5d\x11\x3a\xf6\x65\x9b\x5e\x46\x05\x9f\xad\x7b\x0b\x97\xc2\xe2\xce\x57\xec\x2e\x66\xd1\xa3\xf1\x6c\xb6\xc3\xcc\xa7\x8e\xc2\x05\x83\x45\x4f\x74\x65\x5f\x6d\x22\x43\x75\x29\x21\x26\x1e\x21\x74\xd0\x26\x6c\x14\x44\x70\x41\x52\x14\x43\xca\x08\x55\xbb\xa9\x7d\x51\x9a\x9a\xbe\x53\xa1\x48\x52\xbb\xcf\x18\xf2\xcd\x01\xa0\x2c\x61\x47\xe4\xbb\x68\xa2\xdf\x41\xcc\xb4\x90\xd0\x9f\x35\x50\x44\x4b\x03\xe4\x7a\x44\xb8\xee\x0b\xae\x90\x32\x73\x96\xb1\x07\x6a\xcb\x06\x3b\xad\xd0\x9a\xaf\x6d\x6a\xbb\x9f\x36\x38\x50\xa9\x8d\xd2\x4e\x3d\x00\x27\x44\x27\xe5\x61\xec\x2d\x85\x18\x2f\x28\x46\x50\x08\xc8\x1c\x65\x5f\xb0\xe4\x83\x51\x74\x1f\x58\x9e\xf3\x34\x35\xdd\x95\xb5\x48\x2c\xc6\x17\x14\xb7\x9c\xcb\x02\x2b\x34\xa5\xe0\x2a\xa1\x3e\x97\xd0\x07\x42\x71\x14\x46\x87\x52\x4f\xa2\x8d\xb0\x20\x40\x78\x92\x98\x51\xb1\x35\x94\xb0\x82\x75\x15\x8c\xea\x09\xe1\xfa\x08\x22\xd8\x1c\xe3\xe8\x0b\x9a\x5a\x0c\x45\xdb\x9c\x59\x1a\xa0\xfb\x25\xfb\x6c\x9f\x0f\xe5\xc3\x32\x99\x6e\x57\xff\x08\x9e\xea\x59\x46\xc5\x00\x19\xea\x57\xf0\x90\x04\xf8\x4c\x4d\x76\xac\x62\x38\xf0\xa5\x11\xf6\x32\x4e\x2f\xe9\xdc\x44\xa8\x69\x46\x84\x73\x1d\x1d\x55\x0b\x18\x3b\xc9\x1c\x32\x89\x9d\x29\x9f\x67\x86\x59\x58\x2b\xd9\xfa\x5c\xa0\xf4\xf2\xd0\x8a\x4d\xd7\x51\xeb\x2a\x37\x8f\xa3\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\x67\x5f\x4a\xca\xdb\x94\x31\x6a\x80\x11\x25\x8d\x5e\xe3\x2c\x1c\xf5\xf8\x5b\x95\x10\xbf\x27\x0d\x44\x8e\x51\xfa\xd7\x4e\x96\xc4\x9a\x56\xa4\xfb\xff\xb3\x77\x6d\x3d\x6e\x1b\x57\xf8\x3d\xbf\x62\x90\x97\xd8\x00\x57\x06\x5a\xf4\x25\x6f\x5b\xaf\x83\xac\xe1\xba\x5b\xaf\x9d\x16\x08\x03\xed\x88\x1c\x49\xac\x47\x43\x75\x48\x7a\xa3\x00\xfd\xef\xc5\x9c\x73\xe6\xc6\x9b\x48\x49\x76\x5c\xc7\x0f\x41\x80\xb5\xc8\xb9\x70\xe6\xdc\xbf\xef\x28\x66\x23\x15\x09\x4b\xbf\xc5\x93\x55\xa5\xdf\x22\x01\xb9\xa5\x71\xb3\x0d\xb3\xe8\xfe\xe4\x51\x5b\x44\x17\x69\xc7\x74\xb9\xbf\x70\xd4\xc8\x69\x56\x34\xef\xf7\xec\x54\x15\x20\x49\xb1\xa2\x66\x85\x2f\x20\x35\x89\x3e\xe7\xc1\xb6\xb1\x02\xaa\x51\xdd\x64\xb5\x5f\xb0\xeb\xfa\xf3\x57\xfb\xa0\xd9\xa2\x7d\x43\x1a\xd5\x75\xd9\x29\x75\xaa\xec\xdb\x7c\xf3\xcd\x6b\x29\x3b\xaf\xea\x36\xbc\x0a\xce\x2a\xc4\xa8\x2d\xc7\x03\x70\x87\xf8\x02\xf1\xb6\x1c\x80\x98\xf7\x4a\x78\x02\xca\x05\xf3\x2d\xd7\xc0\xf4\x68\xf5\x76\x0a\x5b\x3b\x49\x69\xfb\x1a\xa1\xd5\x16\x34\xb3\xa9\x1a\xa8\xbc\x5e\x37\x46\x1c\x05\xe5\xe9\xa9\x82\x36\x5f\xeb\xc2\x5c\x12\xbb\x2f\xa9\xfa\x5b\x49\x65\xee\x60\x5e\xd9\x45\xda\xd2\x75\xda\xb6\xef\x1c\xd5\x05\xfd\xe1\x06\xd4\xf6\x1a\x53\xc3\x2d\xf2\x53\x28\xe9\x80\xc2\xb3\xc4\xd8\x1e\xda\x2f\x2a\xe3\x2a\x55\xff\x36\xdb\x63\x7b\x57\xd1\x67\x2d\xd7\x78\x89\x2d\x59\x2c\x7b\xf2\x80\x2f\x7d\xf2\x97\xa7\x0f\x4f\xb1\x33\x60\x53\x01\xbd\x50\x12\xab\x10\x87\x54\x6a\xa4\x84\xb2\x47\xbb\x82\xb5\x2e\x77\x08\xac\x74\x43\x8c\xb6\xb2\x20\x2f\xe7\xd2\x3d\xdd\x7d\xe4\xf5\x9a\x65\xbc\xce\xb6\x57\xd6\x9a\x0b\xfb\x79\x15\xb6\xb3\x18\xd1\x8c\x18\x5b\xab\x1f\xac\x63\x3c\x30\xbd\x73\xf4\x9d\xd1\x79\x31\x4b\x80\xbc\xc9\xdb\xe8\x54\x86\x24\xb9\x78\x38\x3d\x73\xa6\xb7\xf4\xdc\xcf\x2d\x77\x88\x0f\x97\x52\x88\x58\xf1\x9d\xc8\x59\x8a\x58\xfb\xf4\x5b\xfb\xf9\x53\xb5\x5f\x2d\xe4\x61\x5d\x2f\x00\x77\xb0\x30\xdb\xb2\x00\x80\xfd\x11\x4d\xb7\xcc\xbb\xae\xd2\x91\xed\x1e\x74\xb6\xfa\xed\x1d\xb7\x3b\x6e\xa4\xe9\x46\x0b\x86\x78\xdc\xfe\xdc\xc7\x39\xa0\x18\xec\x05\x1d\x90\xa8\x5f\x93\x31\x72\x03\xc3\xca\xdf\x4f\xec\x8f\xc1\xaa\x9a\xd7\x45\x86\x44\x59\x8a\xcb\x03\x30\xf8\x24\xa9\xca\x0b\x8d\xae\x35\xcf\x0e\x99\x2c\x32\xea\xbd\x14\xdb\x42\xe2\x83\x50\xf5\x8b\x5f\x6b\xa1\x15\x97\xb6\xf2\xf6\x56\xad\xcb\x73\x0c\x22\x41\xef\x3b\x8f\x74\xf8\x36\xb6\x78\x00\x25\x8c\xef\xf5\x01\xc6\x4c\x63\x1b\x62\xf0\xaa\x6d\x8d\x80\x3b\xe2\x09\x51\x76\x70\x00\x11\xfc\xa3\x59\x95\x52\xb0\xff\x34\x42\x1f\xd8\xed\x0d\x2b\x35\xc0\x1d\xeb\x92\xfe\x54\xe4\xb3\xf8\x35\xb1\x65\x28\xa5\x02\x5d\x83\xd2\x96\x3d\xd4\x99\x71\xe5\x19\x85\x4b\xed\x5a\x50\x06\xc1\xce\x78\x05\x7d\x5f\x2b\x42\x05\x00\x4b\xda\xa7\x32\x5e\x87\xf0\x08\xfd\x77\xe5\xdd\x80\xe1\xea\xba\x1a\xc6\x31\xce\xf6\xa5\xa6\x7d\xd2\xa7\xb6\xa1\x41\xc0\xa4\x8d\x3e\x94\xba\xd8\x14\x8a\xd7\xa5\x66\x4f\xee\x2c\xca\xe8\xa9\x43\xc6\xc2\x2e\xf6\x4f\xa3\x15\x5d\x9d\xb3\x45\x18\x99\xed\x37\x8d\x20\x9b\x2c\xf2\x65\xb7\x0c\x7c\x2e\xcb\xe7\xd1\x6a\x09\xf3\xab\xaa\xe6\xbb\x7d\xc8\xf2\xe7\xb8\xa7\x68\x67\x24\x6e\x02\xb3\x13\x03\x27\xbc\xa8\x7c\xbd\x59\xaa\x28\x74\x85\xdf\xad\xd4\x3d\xf4\xd5\xed\x55\x82\x98\x5f\x9e\x58\x64\x4f\x0d\x23\x8f\x3f\x3d\x1a\xde\x7f\xf3\xca\x46\xf4\xbc\xda\x8e\xf4\x20\x2c\x54\xa8\x0c\xa4\x2a\x14\x13\x6f\xa3\x7a\xe6\x54\xf9\x5a\xe2\xe7\xb2\x6c\x72\x46\xb2\x87\x52\x05\x7a\xc1\x0a\xb1\x48\x58\xf5\xe7\xef\x9f\x3d\x5b\x2c\x06\x76\x62\x2e\x9d\x8c\xbb\xdf\xf0\x5c\xff\x09\x87\x7f\xeb\xad\xd5\x3f\x72\xb5\xa2\x3e\x89\xcb\x79\x7e\xa2\x25\xe3\x81\xd3\x12\xc6\x51\xe2\x4a\xd4\xf6\x90\xae\x77\xe4\x39\xc3\xd9\x92\xd6\xf1\xa1\xf6\x5c\x0b\x55\x2f\x61\xc4\x79\x83\xc1\x20\x77\xf0\x78\x84\x41\x9a\xe4\x0f\xff\xfc\xb6\xc4\x30\x87\x2d\x44\xfe\x25\xe8\xf2\x4a\xc4\x7e\x46\xb6\x3f\x29\x20\xeb\x18\x84\x84\x8f\xb5\xb5\xa4\x05\x9d\xb0\x7b\xc1\x82\x22\xc1\x34\x69\x41\x7e\xf6\x88\xc9\x77\x2d\x4c\x5d\x2d\xa6\x11\x14\xf6\x6f\x5e\x65\x61\x9d\xad\x4f\x4e\x30\x5e\x33\xec\xf7\xfc\x9b\xd0\xa5\x07\x98\x12\x59\x78\xf0\xe2\x91\xa2\xfc\xc3\xf2\x74\xf6\x1b\x64\xb5\x43\xde\x95\x90\x78\x00\xfe\x42\xb5\xde\x68\x54\xad\x0e\xb6\x38\x7f\x98\x2f\x78\x79\x42\x3b\x05\x37\x95\xc0\xa6\x09\xa4\xa7\xf5\xfb\x9c\x28\xb6\x17\xf4\x19\x98\x6c\xc6\xfc\x36\xb6\x06\xdf\x53\x86\x9f\x3a\xd0\xb7\x63\x58\x0b\x58\xc4\xcf\xff\xfa\x65\x31\x44\x6a\x05\x53\x3f\xb9\x69\xd6\x0f\xb6\x83\xa0\x16\x3c\xf7\x4d\x19\xc2\x9e\x0b\xc7\x08\xab\x8e\x1e\xc8\x33\x2c\x99\x73\xbe\x4b\xd7\x56\x71\x54\x14\xfe\x88\x17\x79\xc8\x48\xea\x0e\x38\x7d\x1e\xc7\xc9\x5f\xae\x19\x78\x2c\x03\xd6\xd2\x82\xe6\xd9\x33\xc2\x8c\xdd\xeb\x97\x4f\x9f\xc8\x0e\x1c\x82\xdd\x4e\x99\xbe\xf5\x31\xee\xca\x52\x9e\xeb\x67\x70\x69\x49\x5e\x96\x80\xa9\x3f\xc7\x4e\xc0\x03\xe0\x1c\x8b\xdb\x1b\x17\xf3\x72\x38\x56\x90\xd3\x01\xa3\x0d\x24\x64\x68\x0a\x90\x06\xc1\x8e\x4e\xc3\x65\x0a\xd5\xbe\x27\xec\x39\xb3\xdc\x02\xde\x81\xf9\x12\x47\x17\xdb\x71\x7c\x82\x12\x51\xee\xe7\x08\x58\x9f\xd6\x0c\x67\x79\x39\x88\x80\x6f\x0d\xe5\x3c\x9e\x10\x13\xe8\xf6\x31\x18\xdb\xee\x27\xf2\xee\x18\x97\x89\x14\x48\xaa\x02\x65\x81\x60\x1b\x5b\xcf\xe2\x76\xad\xcf\x11\x8a\x8e\xe1\xd9\x8e\xd0\x39\xc0\xef\x51\x37\xf6\x26\xe4\x57\x80\x68\x6c\x56\xee\x56\xc6\x19\x41\x5e\x24\x4a\x87\x80\x96\xbb\xb6\x20\x40\x87\x60\xb2\xda\x0a\x29\xd5\x5a\x7b\xef\x6a\x49\x42\x88\x52\x28\xb2\x7a\xb3\xe8\x03\xa6\xc5\x65\x31\xea\xfd\x72\xf6\xba\xbd\x02\xa0\x0e\x7f\xe4\x87\x0a\xc8\x28\x8c\x57\xbc\x5e\xfb\x5e\x3b\xa1\x95\xee\xfc\x34\x87\xd9\x22\x66\xa7\x86\x38\x6a\x68\x2d\x05\xb5\x5b\x93\x96\x76\xc3\x83\x3b\xbe\xab\xfa\x37\xe7\x63\x03\xea\xfb\xf7\x02\xde\xef\x60\x9f\xc4\xec\x1b\xd5\x3f\x27\xe8\x59\xfc\xc9\x97\xad\x8b\xac\x54\x0e\x2a\x7a\x11\x87\xb5\x07\x6c\xdf\x3f\x5d\xf8\xb7\x0e\x25\xf0\x31\xef\xf9\x4c\x27\x3e\x50\x93\xba\xcc\x88\xe2\xb8\x66\xc0\x51\x85\xe2\xd8\x8c\x9d\xb0\x1d\x2f\x14\x5d\x83\x5a\x1b\x01\x99\x8b\x55\xb3\xd9\x0c\xfa\x96\xb2\xdc\x7c\xd4\xb4\x84\x85\xa6\x07\xbf\x1f\x28\x89\x97\x63\x70\xeb\x23\x27\xf4\x0b\x0a\x22\x8c\xc2\x93\x2e\x11\x06\xb8\xb5\x23\x61\xe8\x79\x5d\x48\xf1\x69\x3c\xff\x0b\x85\x31\x6e\xa7\x84\x31\x6c\xee\x02\xea\x27\x71\x1d\x2e\xba\xfc\x07\x8a\x6f\x20\xa6\x64\x59\xc4\xe6\xe5\xc8\x94\x4e\xc4\x69\x39\x64\x29\x5c\x56\x22\x39\xaa\x84\xca\x2b\xa0\xf0\xbe\x3c\x70\x0b\x64\xfb\xf9\x10\xab\x23\x14\xf6\xf7\xe5\x4e\x30\x18\xaa\x42\xb2\x10\x46\x05\xa0\x09\xe4\x3a\xcd\x02\x3d\xaf\x1c\x5c\x78\x4a\xe6\x65\x5b\xae\x36\x22\xf7\x26\xe1\x13\x25\x1e\x99\x91\xb5\x49\x98\xfc\x09\x3e\x4f\xc2\x44\x9d\x3d\x25\x96\x52\x5f\x2b\xa2\x45\x56\xea\x1c\xd0\xfa\x1b\xae\x73\xa8\x50\xa2\x03\x2f\x79\xf6\x1e\xfa\x64\x81\x3a\xc2\x11\x29\x41\x65\x01\xed\x98\x34\xf5\x6f\x2b\x54\x86\x8c\x91\xae\x75\xb5\x9d\x1f\x3e\x5e\x31\x9e\xe9\xb2\xa2\x46\xba\xd4\x1e\x89\xfa\xf2\x04\xad\x49\x60\xc4\xc1\x10\x05\xaf\xce\x02\xe8\x5f\x2b\x5f\x6f\x20\x7e\xdd\x4b\xae\xe2\x13\x8f\xcb\xad\x35\x07\xe6\xd2\x41\x7b\xce\xe1\xf0\x3e\x29\x7a\x37\x64\x1e\xf4\xd7\x0a\x6d\x3b\x2d\x78\x7e\x08\xd1\x4a\x85\x22\x3a\x31\x9e\xef\x0a\x65\x3e\xbd\xd1\x2e\xd8\xaa\x86\xa4\x57\x8e\x0d\xcf\x25\xa6\x69\x81\x2d\xc6\xc8\xad\x48\x23\x56\x4c\x09\x63\x10\x70\x5d\xc8\x03\xd8\x80\x7b\x2d\xae\x82\x71\x82\xfb\x4d\x75\x62\x45\x95\x2a\x9c\x3b\x34\xba\x5b\x37\x12\x2d\x45\xf0\xa5\xdc\x02\xe8\x1e\xbe\xbb\x4d\x8c\x92\xa8\x89\xa3\x21\x18\x18\xce\xec\x45\x6a\x6e\xba\x5e\xcc\xa4\xc0\x9c\x47\xd1\x69\x28\x08\xd8\x96\x8f\xb6\x30\xf0\x91\xfb\xbc\xef\x1c\x37\xef\x8e\x64\x97\x75\xe1\x82\x2c\x31\x28\xf4\x88\x27\xff\x87\x52\x13\x8f\x02\x08\x87\x3b\xa2\xe3\xff\xb1\xf8\x20\x12\x76\xbf\xe7\xfa\x7d\xc2\x6e\x0e\x8a\xef\x8a\xec\x65\xb9\x3a\xea\xb9\x5d\x22\x7a\xe1\x0c\x8c\xd9\xd1\xad\xde\x38\x40\x12\xc0\xec\x83\x18\x57\xd7\xcf\xb6\x09\x3c\x73\x62\x88\x40\x73\x48\x41\xda\x9c\xa8\xee\xe9\xfe\xc3\x2e\x69\x7f\x0e\xa7\x74\x07\xad\xd1\xb6\x04\xf0\xb2\x9a\xaa\x66\xfb\x12\x99\x46\x46\x42\xb1\xaf\x59\xf8\x15\x68\xbd\x52\xb3\xbd\xe4\xb5\x39\x2b\xb6\xc5\x0d\x9e\x0a\xcc\xbd\xa2\xb4\x6f\xd5\x42\x77\x36\x75\x50\xc4\xe2\xc0\xcb\x7d\x59\xca\x5e\xdd\x7e\xd1\x0d\xec\xc4\xa9\xa6\x6e\xde\x2d\xd6\x90\x55\xa1\xc6\xb3\xbb\xe8\x63\x1e\x3e\x42\x12\xd0\x10\xc3\x69\xca\x1b\x8d\x6d\x39\xec\x76\x2c\x7c\x80\x91\x1b\xe3\x1b\x33\xde\xa8\xe4\x56\x22\xe3\x80\x72\xb5\xd6\x07\xb6\x0c\xc2\x56\xe3\x4e\x47\xf7\x44\x63\xaa\xee\x38\x03\x26\x07\xbc\x77\x59\xf4\x81\x9e\xe6\x5e\xae\xb7\xdb\xde\x10\x2b\xce\xdc\x86\x87\x6c\xd5\xd1\x31\x50\xb3\x2d\xb2\x5e\x66\x92\x57\x13\x2b\x3e\x7a\xe5\xce\x2d\xbd\xe8\x39\xbc\x67\xba\xcc\xfc\x11\xa2\x61\xbb\x89\xc2\x38\x55\xd7\x0e\xd4\xeb\xd5\xb8\x33\x3d\x50\xcc\xa2\xd1\xd5\xf9\x34\x58\xca\xe4\x11\xe0\x09\xab\x9a\x6c\x0b\xc5\x5a\xb1\x9c\x0a\xe5\x56\xf7\xc6\x26\xa9\x32\x8a\x10\x49\xb7\x38\x64\x44\x1e\x8d\xba\xab\x8a\xdf\x84\xd3\xb4\x68\x12\x45\xca\x75\xc5\xcd\xa7\x21\xe6\xec\xb6\x21\x62\xeb\xe6\xb8\x7e\x2f\xf2\x20\x48\xd3\xec\x8d\x73\xb9\x48\xdd\x36\xe3\xf9\xf5\xbd\x9e\xc8\xb2\xa9\xc2\x85\x85\x86\x58\x4b\xd2\xca\x62\x2d\xb2\x43\xd6\xc1\x80\x46\x79\xc8\xcb\x45\x03\x4f\x0b\x86\x8d\x61\x05\xfb\x7d\x9c\x7f\x76\xf0\x2e\x6c\x28\x79\xf3\xff\x59\x10\x31\x00\x57\xfb\xd2\xe3\x19\x47\x8a\xa0\xbf\xd6\x36\x5c\xd4\xf7\xff\x26\xfc\xbf\x95\x0c\xb6\x74\x00\xfc\x0c\xb2\x47\x7b\x0b\x16\x3e\xaf\xd2\xff\x22\x0f\x4f\x64\xbd\x15\x3d\x08\x80\x69\x87\x8c\x00\x16\xb9\x03\x7f\xcc\xa1\x7b\xc1\x47\xed\x7e\x3d\x97\x65\xd5\xe8\xf1\x6b\xf5\x26\x9e\xb5\x1d\xdd\xaf\x26\xa2\xe1\x11\xbb\x95\x00\x5c\x4f\x8e\x5f\xa6\x77\x31\xc7\x54\xb0\xf1\x44\xda\xcf\x53\x2a\xff\x51\xb0\x8c\xef\xa1\xbe\xb2\x9f\x9c\xb0\xf3\x5c\xe0\xb9\x82\x4e\xdb\x88\x50\xbf\xb6\xd4\x4e\x74\xb8\xa2\x1c\xc8\x67\x55\x8c\xd7\xeb\xdd\xb4\xb0\xc7\x51\x90\x63\x52\xd6\xe8\x12\x11\xd9\x3b\x5e\x6f\xd1\xfd\x06\xa2\x6e\xcc\x20\xd6\xc6\x34\x41\xea\x58\x0c\xd3\xae\x64\xb9\x02\xbe\xd1\xba\xd4\x83\x0d\xf8\x33\x3a\x9c\x93\xb6\xae\xfb\xc1\xa6\x9c\x6d\x73\x1f\xa0\x96\x5a\x8b\x0a\x40\x75\xdd\x3c\x48\xa7\xac\xf1\x22\x21\x82\xee\x74\x8d\xd8\xba\xe9\x84\x08\xba\x14\x3b\x46\x5e\x42\x25\xce\x8b\x11\x81\x39\x74\xb1\x5e\x84\xd5\xc8\x1c\xda\xa7\xd4\xd0\x9f\x12\x13\x8d\x55\xa1\x36\x52\xb4\xd6\x6b\x09\x9d\x53\x75\x8d\xff\x12\xf6\x14\xf6\xc4\x6d\xae\xd8\x85\xb8\x3b\xdd\xfd\xc3\xf2\x64\x76\x6d\xe1\x86\x00\x6b\xe3\x94\x08\x73\xbe\x0c\x04\x1e\x12\xdb\xa4\x58\x1b\x4b\xb5\x02\x45\x5c\x35\xab\x2b\x0f\x3e\x2b\x35\xa8\x6e\xc0\x26\xee\xb9\x06\x62\xe4\x6d\x21\xf3\xab\x1e\x80\x31\x46\x0f\x3d\x25\x94\xe5\x27\xe0\x92\xc4\x17\x78\x5c\x88\x7d\x70\x6b\x77\xef\x31\x86\xb3\xe0\xd9\xd6\xd5\xdd\xa3\xb8\x1e\x93\x17\x91\x1b\xf2\x7b\x17\x6d\x4c\xa8\x8a\x18\xe0\x65\xfc\xf2\xe5\x44\xb4\x67\x53\xe4\xc4\xdb\xd8\x69\xb1\xb7\xc6\xb8\x5d\x24\x39\x86\xb6\xaa\x5a\x62\x6a\xfa\x13\x80\xb3\x7d\xcc\xa5\xda\xf3\x47\x45\x90\xaf\x59\xc5\xef\xd3\xe4\x43\x3f\xe1\xbb\x91\x0f\x9d\x72\x95\xb0\xfb\x38\x7a\xf6\x75\xe1\x58\x2e\x93\x80\xce\x97\x4b\x19\xf2\x34\xf9\x20\x4b\xaa\xbc\x2b\x6e\xd4\xbf\x94\xe6\xff\x59\x5b\x70\x13\xc4\x2f\x07\xd8\x84\x48\x2c\x3e\x89\xb0\xfd\x14\xfc\xbf\x42\x97\x77\xb0\x9d\x7c\xe7\x36\x5f\xca\x9e\xcc\x78\xb6\x15\x4b\x33\xb5\x66\x06\x88\x85\x7a\xa3\x3f\x37\x0f\xdf\xe3\xb3\xa3\xca\x0c\xed\x22\x34\xd3\x70\x2c\x28\x5a\xe3\x19\x60\xb1\x5d\xac\xf3\xd8\xf5\xce\x70\xd8\x65\x4f\xab\xb8\xa3\x73\xed\x0f\x74\x07\x5d\xe4\xe0\x32\x5b\x84\x4c\xc6\xb5\xb6\x85\xa8\x34\x2a\xe3\xba\x2e\xd6\x3c\x8b\x62\xd3\x93\xd8\x59\x22\x0d\x89\x6f\xac\x20\x65\xea\xbb\x6f\x5b\x51\xce\x99\x63\xd1\x1d\xfe\xfe\x97\xf6\x29\x84\x17\xd2\x97\x89\x3c\xcc\xde\x14\xce\x22\x80\x7c\xef\xd2\x83\x66\xac\x67\xac\xf5\x44\x68\xc0\x3c\xfe\xb4\xa0\x43\xea\x74\x09\xd7\xa1\x2d\xa5\xee\xa0\xd8\x4f\x91\x50\xc6\x75\x1b\x16\x07\x5b\x88\x25\xc4\x1f\x44\xee\x21\x83\x01\x6f\x84\x51\x51\x7c\x23\xd8\x4e\xe4\x45\xd3\xa6\xe7\x8b\xca\xdd\xbf\xfa\xac\x7f\x3c\x9f\x15\x92\xeb\x1f\xd3\x61\xed\x07\x52\x7c\x55\x59\x9f\x81\xca\x0a\xe6\x49\xdf\x7a\xe6\x2d\x98\x2c\x3d\xc6\xf3\x57\x5e\x29\x7a\x4b\xd1\xe5\xec\x78\xf7\x1c\x86\xa1\x96\x3a\xdc\x03\x63\xa0\xf7\x5d\x8d\xe1\x83\xf9\xd1\x74\xe9\xc5\xc2\xf8\x53\x94\xa9\xb9\xe2\x2e\xb0\xff\xda\x5e\x6d\x68\x62\x56\x97\x63\x57\x3c\xe0\x31\xe1\xf5\x77\x95\xdb\xf5\xf8\x2a\xdb\x6a\xa5\x57\x45\x55\xff\xc4\x65\x73\x16\x79\x09\x60\x16\x3e\x5a\x2e\xda\x4e\x15\xa7\x19\x3c\x31\x9a\x42\x7d\x13\x27\x39\x8d\x5e\xc5\x33\x07\x20\x67\x4b\x09\x6a\xe6\x3d\x47\xf0\x3e\xb8\xfd\x7a\x40\xdb\xee\x51\xf3\xfd\x5e\x68\x9b\xb9\xeb\x24\x57\x81\x5f\x13\x46\x49\x15\xc6\x08\x5e\xde\xff\xfd\x75\x5b\x37\x18\xd9\xd3\x7a\x35\xfc\x0c\xb6\x6e\xd1\xff\xe5\x5e\x37\x52\x0e\x7e\xb9\x09\x9d\xe0\xde\xbd\x7a\xb5\xfc\xe9\xfa\xd5\xbb\x17\xa3\xd4\x78\xc1\xcf\x06\xf7\xc4\xcd\x84\xf6\x04\x3d\xb7\x1a\xbc\xb5\x66\x27\xb4\x85\x0d\xf8\x55\xa3\x81\xdc\x48\x19\x53\x24\xa6\xea\x81\xde\x03\x25\x36\x8d\xc2\xc8\x4a\xaa\xd8\xe8\xc6\xc5\xe3\xc3\xcf\x1e\xcc\xcb\x1f\xf0\xd9\x2b\xe6\x17\xf1\x3d\x7b\xed\x46\x1d\xd8\x57\xaa\xdf\x3b\xe3\x3a\x20\x53\xe3\xd0\x75\xb8\x34\x09\xec\x69\xd7\xe3\x9d\xb2\x5d\xf0\x89\xbb\xf5\x22\xb7\x03\xf7\xee\x21\x8e\xda\x39\x59\x9e\xa3\x69\x0b\xef\x4d\x90\xba\x13\x1b\x76\x3b\x76\xcb\x54\x51\x27\x47\x0e\x28\xbb\xc1\x39\xb1\x5b\xca\x67\x4b\xae\x36\x0d\xdf\x88\x2a\x61\x76\xf0\x54\xed\x8a\xcd\x16\xb8\x4e\x7c\x0b\x74\x44\x03\xf0\xba\xf8\x20\x5a\x47\x08\x4b\x91\x08\xdf\x9f\xb0\x42\xa5\x8a\xd6\xa4\x36\xfe\xf5\x58\xa5\xf4\xf2\xde\x2d\xc7\x9c\x34\xf7\x22\x62\x1f\x55\xa9\xb2\x4d\xea\x81\x62\x8e\xc2\x19\x60\xf8\x41\xdb\xe9\xe8\xe8\x72\x2d\x2c\xe1\x31\xc8\xf4\x0d\x04\x56\x52\xe5\x4a\xe2\xe1\xc3\x46\x0d\x64\xb0\x76\x11\xa7\x74\x5c\x9e\xd8\x8f\x61\xef\x04\xcd\xad\xff\xd4\x9f\xad\x03\xcc\x85\x5b\x7e\x68\xbd\x65\xc2\xb1\xf5\x62\x6c\xa2\x8d\xcd\x03\xc1\x31\x84\x93\x02\x1c\x44\xff\x6c\xec\xba\xf0\x37\x83\x49\xe0\xb2\x59\xc9\x19\x53\xc2\xdf\x8f\x4e\x0a\x45\xf2\xf8\xa4\x26\xc4\x32\xdf\xb4\xae\x96\x39\xa6\x63\xc3\xae\xca\x72\xe0\xbb\x5c\x30\x2a\x18\x4d\x8a\x1e\x38\xb6\x19\x4d\x56\x9f\x72\x5e\x26\x94\x57\xb7\xb7\xc8\x4a\x9f\xb1\x09\xc9\xa2\x3a\x69\x3a\xde\x7e\x9a\x3c\x23\x67\x21\x90\xb2\x9b\x25\x61\x49\xcf\x45\x02\x76\x40\x4c\x52\x2c\x8a\x32\x11\xa2\x40\xf1\xa2\xa0\x55\x23\x27\xac\x50\xe2\x0e\x51\xe2\xbf\x5c\x02\x93\xcc\x1a\x5d\x19\x71\x49\xf2\x8e\xa4\x76\xa9\x19\x4f\x95\xe5\xbf\xb2\xe2\xf8\xda\x32\x92\x68\xf7\x57\x2c\x59\xdf\x23\x7b\x0c\x58\xac\x35\x2b\x95\xb0\xd2\x30\x55\x40\x32\xae\x20\x6a\xba\xaa\x80\xfe\x8f\xa8\xb4\xe9\x1f\x82\x56\x5d\x5c\x61\x5f\xc7\xe3\x32\xaf\x65\x06\x44\x7a\xfe\x1b\xf3\xdf\x7f\xbf\xf9\x5f\x00\x00\x00\xff\xff\xb6\x7d\x0b\x1b\xb4\x98\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7d\x73\x23\xb9\x91\x27\x8e\xff\xef\x57\x81\x6b\x5f\xc4\x4c\xdb\x12\x35\x33\xde\x75\x78\xb5\x71\xf1\xfb\xb1\x25\x76\x0f\x6f\xd4\x92\x2c\x51\xdd\x3b\x77\xdc\xe0\x81\x55\x20\x09\xab\x08\x70\x00\x94\xd4\xb4\xc3\xef\xfd\x1b\xc8\x04\x50\xa8\x62\x15\x9f\xa5\x96\xda\xdc\x8d\xf0\xb4\x58\x55\x78\x4c\x24\xf2\xf1\x93\xff\xf8\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xd4\xfa\xe1\xcd\x91\xfd\x8d\x8b\x91\x7c\x73\x4a\xec\x73\x42\xde\x18\x6e\x32\x66\x9f\x8f\xb2\xb9\x61\x3c\xcd\x4e\x34\x53\x0f\x3c\x61\x27\x34\x9d\x72\xd1\x9a\x29\x69\x24\x7c\x48\xc8\x9b\x07\xa6\x34\x97\xc2\xbe\xee\xfe\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x13\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x2f\x7e\x34\x31\x66\xe6\x1b\xb0\xff\xd6\xf6\xdd\xff\x86\x77\x13\x29\x74\x5e\x7a\x99\xce\x66\x19\x4f\xa8\xe1\x52\x9c\xfc\x4d\x4b\x51\xbc\x3b\x53\x32\xcd\x93\x35\xdf\xa5\x66\xa2\x8b\x39\x9e\xd0\x19\x3f\x79\xf8\xf1\x84\x26\x86\x3f\xb0\x41\x46\x73\x91\x4c\x06\xb3\x8c\x0a\x7d\xf2\x0f\x9e\xda\x39\xfe\x8d\x25\xe6\x9f\xf0\x47\x2a\xa7\x94\x0b\xfc\xb7\xa0\x53\xf6\xcf\xd0\x0e\x21\x6f\xc6\xcc\x44\x7f\x12\xf2\x26\x65\x3a\x51\x7c\x66\xdc\xaa\xdc\x30\xa3\x38\x7b\x60\xc4\x4c\x18\xc1\xee\x08\x76\x47\x6c\x77\xc4\xaf\x9a\x9e\xb1\x84\x8f\x38\x4b\xc9\x70\x4e\xb8\x98\xe5\x86\x28\xf6\x5b\xce\xb4\x21\x23\x9e\x19\xa6\x74\xcb\x2d\x19\xf4\x22\x67\x4c\xc1\x3c\xbb\xa9\xed\xe5\x03\x33\x6d\x68\xfb\x02\x9a\xbe\xce\xa8\x88\xdf\x56\x4c\xcf\xa4\xd0\x4c\x97\x86\x4a\xc8\x9b\x9f\x7e\xf8\xa1\xf2\xd3\xe2\x0c\xda\x44\xe7\x49\xc2\xb4\x1e\xe5\x19\xf1\x2d\xc5\x83\x81\x8f\x60\x93\xe9\x42\x63\x84\xbc\xf9\x9f\x8a\x8d\x6c\x3b\xbf\x3f\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xf3\x77\x75\xff\xfe\x67\x34\xa3\x19\x55\x74\xca\xec\xb2\x84\xdd\xc7\xff\xab\xcc\xc5\xee\x97\xed\xbc\xd8\xd3\xea\xc0\x2b\xb3\xbd\xa4\x53\x46\xe4\x08\xb6\xcb\x7d\x01\xff\x56\x4c\xcb\x5c\x25\x8c\x0c\x59\x26\xc5\x58\x13\x23\x17\xd6\x80\x43\x0b\x96\xd4\xaa\x4f\xec\x56\x72\xc5\xec\x5e\x19\x95\xb3\xca\x53\x33\x9f\xc1\x20\xb5\x51\x5c\x8c\xe3\xa5\xf8\xe7\xd1\x5a\x53\x43\x0a\xdd\x60\x66\xf8\x41\xe3\xc4\xfa\xa2\xed\x5f\x49\xa8\x20\x43\x46\xec\xb9\xe4\x29\x53\x2c\x25\x54\x13\x4a\x74\x3e\xd4\xcc\x90\x47\x6e\x26\x5c\xd8\xbf\x91\x7c\x13\xbf\x66\x2f\x67\x6d\xe0\x9f\xcb\x57\xe6\x4e\x33\x65\x07\xfe\xc0\x53\x96\x92\x07\x9a\xe5\x8c\x8c\xa4\x2a\x2d\x4f\xab\x2f\x7a\x13\xbb\x0e\xd3\x21\x17\x70\xf2\xec\x5a\x7a\x0a\xf9\xa3\x5f\xae\x3f\x12\xdb\x1f\xc9\x05\xff\x2d\x67\xd9\x9c\xf0\x94\x09\x63\xcf\xb5\xae\xb6\xf6\x47\x09\xfd\xd3\x8c\x1c\x13\xbb\xce\x4c\x19\x58\x6f\x29\x0c\xfb\x62\x34\x39\x26\x19\xbf\x67\xe4\xbb\x0b\xae\x0d\x69\x5f\x77\xbf\x3b\x22\xdf\x5d\x14\x8c\x43\x7f\xf7\x0c\x2b\x1c\xfe\xfd\xdf\xd1\xd1\x33\x74\x5c\x3d\x74\x6f\xda\xf6\x34\xdf\xe2\x35\x51\xb4\xf0\xdf\xbf\x8b\xdb\x71\xfb\xb5\x9c\xf7\x16\x8c\xd7\x71\xdd\x4d\x78\xed\x7b\x66\x92\xc9\x0a\x46\xab\x77\xe4\xb4\x76\x3b\xaa\xac\x56\xbf\x2e\x5e\x6b\xa7\xf0\xd4\xfc\x76\x17\x66\x4b\x0d\x9c\x02\xca\x05\x1e\x9a\x70\x86\xca\x3b\x43\xbe\x1e\x5b\xd9\x85\xdf\x46\xb3\x89\x58\xae\xe7\xa4\xd1\x4a\xbc\x90\xb9\x66\x7c\xca\x57\xed\x63\x57\xa4\x56\xec\x72\x4c\x4e\xe4\xd3\x21\x53\x76\xea\x9e\xdd\xc1\x0c\x87\x96\xfd\x99\x5c\x09\x96\x36\x4c\xed\xb7\x9c\xa9\xf9\x92\xb9\x8d\x68\xa6\x9b\x26\xc7\x85\x61\x56\xae\xad\x3c\x1e\x49\x35\xa5\xc6\xbd\xf0\xe7\x7f\xdb\x74\xf2\x46\xde\xb3\x55\xfb\xdc\xc5\x5d\x4b\xa8\x86\xed\x9e\xe6\x99\xe1\xb3\x8c\x91\x19\x1d\x33\xed\x56\x21\xcf\x8c\x3e\x82\xd7\xac\x2c\xcd\xd4\x71\xb8\x6d\xa0\x07\x7f\xcb\xe6\x1a\x7e\x21\xa3\xc0\xc8\x04\xfb\x62\xa0\xa5\xbe\x80\x7b\x16\x96\x28\xbe\x3d\x9e\x60\x29\xb7\xa3\x13\x2d\x95\x19\x0c\xe7\xad\x7b\xb6\xd0\x6f\x23\xb5\x50\x41\xa8\x31\x8a\x0f\x73\xc3\xec\xbc\x6d\x1b\xfe\x9e\x04\xd6\x87\x97\xb1\xb6\x97\xef\xd5\xf9\xd5\xf7\xf7\xd4\x28\x39\xa6\xe2\xed\x29\x69\xa7\x29\xc1\x81\xda\x77\x78\x8a\x57\xf2\x84\x29\xd6\x22\xbd\x09\xd7\x44\x4f\x64\x9e\xa5\x44\xb0\x07\xa6\xec\xda\xb2\xe9\xcc\xcc\x5f\xdc\x6a\xa5\x5c\xb1\x04\x16\x66\x93\x13\x16\xbe\xb2\x8b\x66\x95\x9e\x39\x2e\xdd\x3d\x9b\x83\xe0\xb2\xb8\x7c\xcf\x40\x2f\x95\xa7\x4c\xe4\xd3\xca\x5d\x01\xbf\x9f\x77\x6e\xcf\x3a\x97\xe7\xdd\xcb\x0f\x95\x2f\xac\x18\x11\x1e\x95\x9e\xfc\xf7\xc2\xda\x8c\x68\x9e\xc1\xa9\x8e\x5a\x7b\x36\xc1\x25\x99\xf0\x2c\x55\x4c\x9c\x18\xaa\xef\x07\xec\x0b\x4b\x72\xbc\x67\xff\x51\xfe\x61\x60\xa5\x4f\x99\xb2\xf2\x2f\xa5\x3f\x0a\x71\x67\xe3\x4f\x83\x56\xba\xf1\x97\xa0\xc3\xae\xf7\x1d\xfc\xc2\xd3\xda\xb7\xe1\x97\x15\x73\xf0\xef\x2c\x19\xac\x7f\xa5\x71\x54\xfe\x05\x27\xc0\xd5\xbe\xa3\x98\x51\xf3\x01\x35\xc6\x9e\xf2\x2d\x64\x46\xd8\x52\x62\x67\x4b\x8a\xfd\x74\xe2\x23\x0a\x8a\xc0\xbb\x83\xe4\x68\x47\x50\xbc\xb9\x4a\x5e\xbc\x94\x29\xeb\x84\x66\xdf\x4b\xd5\xa3\xfa\xfe\x35\xc8\x8c\xa5\x81\x3f\x87\xd8\xb8\xed\x01\xfa\xe6\x94\xfa\x2d\xd9\xc1\xc1\x04\xb0\xfb\x4a\xae\x6b\x30\x90\x8a\xe8\xb9\x36\x6c\xba\xd2\x74\xf0\x7a\x16\xc2\xf1\xfb\x97\x3a\xe0\xca\x95\xf3\x2f\x70\xea\xcb\x17\xe8\xe1\x78\x6f\xb0\x64\xfb\x32\xfc\xbd\xf4\x79\x7a\x17\xcc\xf2\xa9\xde\xfa\xed\xf3\x0e\x07\x47\x27\x2f\x7e\x9a\x25\xd1\x6e\xdf\x83\x7c\x22\xab\x41\xe3\x5e\xf9\xd5\x1e\xc0\x00\x56\xa8\x7c\x65\xd3\x71\x38\x7f\xf6\xd3\xd8\xb8\x82\x16\x33\x63\x75\x5e\x67\x5b\x62\x8a\x24\x52\xa1\x28\x98\xba\xe3\xde\x17\xe4\x98\x9c\xb7\x7b\xed\xdb\x4e\xef\x94\xb4\x49\x4a\x0d\xb5\xe7\x5b\xb1\x99\x62\x9a\x09\x03\xda\xb8\xfd\xdc\xcc\xc9\x54\xa6\x2c\x63\x29\xe1\x82\xbc\xcf\xe6\x86\x91\x73\x6a\xe8\x19\x35\x34\x93\xe3\x16\x69\xc3\x9f\xf6\x63\xae\x09\xcd\xb4\x24\xd4\x53\x15\x4b\x7d\x13\x54\xa4\x9e\xb3\x50\x92\xc8\xe9\x8c\x67\xc1\x6a\x1e\x4c\x24\x5c\xa4\xfc\x81\xa7\x39\xcd\x88\x1c\x5a\xa6\x62\x55\xd5\xce\x03\x13\x26\xa7\x59\x36\x27\x34\xcb\x88\xeb\xd6\xbf\xe0\xf5\xfa\x21\x0b\xa3\xd4\x7c\xca\x33\xaa\xac\x2e\x8c\xa3\xbd\x72\x6d\x91\xde\x84\x85\xb1\xc2\xb8\xec\x62\x4e\xe9\x3d\xd3\x84\x1b\x32\x93\x5a\xf3\x61\x56\x1c\xf9\xbb\x2e\x81\x71\x9f\x5d\x74\x41\xb1\x4e\x0c\x91\xc8\x42\x7d\xe7\xce\x0a\xe3\x7b\x9c\x52\x21\x18\x74\x2c\xcd\x84\x29\xd7\xbd\x7b\xf9\x6b\x2b\xda\x77\x97\xb7\xd7\x9d\xb3\xee\xfb\x6e\xe7\x7c\x51\xd3\xee\xb5\x6f\x7f\x59\xfc\xf5\xf3\xd5\xcd\x2f\xef\x2f\xae\x3e\x2f\x3e\xb9\x68\xdf\x5d\x9e\xfd\x3c\xb8\xbe\x68\x5f\x2e\x3e\x74\x64\xb5\xb6\xd2\x1e\x8f\x6c\xc3\xa3\x75\xb0\x46\xee\xd3\x1a\x79\xf4\xed\x9a\x23\x9d\x2b\x67\x7d\x53\x24\xc9\xb8\x36\x76\x81\xdc\x97\x64\x46\xb5\x46\x61\x08\x47\xd0\xea\x8b\x8f\x52\x59\xa6\x35\x92\x96\x2f\x58\x81\xc9\xa8\x3c\x31\x5c\x8c\xc3\x47\xa7\xa4\x9f\xff\xf0\xc3\x9f\x92\x0b\x2e\xee\xe1\x5f\xec\x25\x2e\xce\xc1\x56\xbb\xcd\x6a\x1d\x6c\xb5\xf1\xb3\xd7\x61\xab\xb5\x62\xce\x49\x6c\xa2\x7d\x9a\xe0\x1e\x74\x23\x5b\xd9\x41\xe6\xc6\xfe\xd3\xf6\x4b\x46\x4a\x4e\x41\xaa\xfa\xc2\x35\x70\x89\x47\xa9\xee\x47\x99\x7c\x5c\xcf\x74\xf8\x81\x99\x60\x7c\xb3\x52\xcc\x6b\xb0\x18\x7e\x76\x33\x0c\x03\xff\xc0\x8c\x1d\xfb\x8d\xeb\xe5\x10\xe7\x73\x88\xf3\xf9\xba\x71\x3e\x2f\xca\x6c\xf7\xf4\xbc\xaf\x6c\xe3\x43\x06\xd8\xe0\x82\x6a\xf4\x30\x35\x38\x90\x22\xff\xd0\x53\x32\xcd\xb2\x57\x66\x05\xc3\x2c\x79\x2c\x5e\x0b\xd3\x2c\x0d\xfa\xf9\x19\xe6\xbf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x2f\xea\xf5\x3f\xb8\xf9\x9f\x70\xe9\xbe\xf5\x8b\xec\xe5\x3a\xf2\xff\x05\x3c\xf7\x07\x57\xfd\x46\x6b\xf4\x6d\xf9\xe6\xbf\x55\x67\xfc\xeb\xf4\xbe\x1f\xdc\xed\x07\x77\xfb\xc1\xdd\xbe\x86\xbb\xfd\x49\x95\x52\x66\xc9\x4a\x83\xf9\x31\xd6\x6d\xde\xcc\xa4\x5e\xae\x8b\x9d\x29\x46\x8d\xa5\xe2\xb2\xdd\x8f\x40\x83\x44\xb1\x44\xaa\xd4\xea\x60\x94\xcc\x26\x54\x33\x62\x14\x15\x9a\xaf\xd2\xc3\xb0\x55\x30\xb4\xd9\x76\x5e\x83\x0a\x56\xb2\x0a\xc2\xa8\x9f\x4b\x01\x1b\xca\x74\xe1\xcc\xe0\x71\xaa\x7b\xb2\x9c\xd7\xef\x6d\xea\x90\xa1\xb9\xce\xcc\x9f\x90\x9a\xed\xbd\xb2\x25\x35\x97\x4d\x06\x7b\xa1\x66\xd0\xd1\x5f\x0b\x35\x97\x0c\x0a\xff\x5a\xd4\x5c\x37\xf5\x97\x40\xcd\xde\x1b\xbd\x25\x45\x2f\x3a\xb3\xf7\x42\xd5\xc1\x83\xfc\x5a\x28\x7b\xc1\xe5\xfd\xaf\x45\xdd\x4d\xd3\xff\xba\x14\x1e\x0c\xe1\xfb\xa2\xed\xd5\x84\x1b\x16\xe0\x35\x10\x6d\x18\x2c\x8e\xfd\x5f\x86\x5a\x17\xe6\xfd\x42\xc8\xf4\x44\x31\xcc\x36\xdc\x88\x5e\x6f\xdc\x47\x1b\x53\xac\xff\xf0\x40\xb3\xaf\x89\x66\xfd\xae\xbd\x1c\xaa\x6d\x0a\xa7\xdb\x3c\x03\x77\x49\x8c\x9c\x26\x53\x6a\x92\x89\x7d\x88\xfe\xb9\x35\x61\x5a\x8a\x94\xdb\x57\x45\xdd\xcf\x91\x67\xfb\x6d\x5b\xe2\x0f\x16\xf8\x7f\x41\x38\xac\x17\x13\x2e\x7e\x48\x51\xd9\x63\x8a\x0a\xd7\x87\x14\x95\x43\x8a\xca\xba\x0b\x74\x48\x51\x39\xa4\xa8\x44\xcf\x5e\x47\x8a\xca\xd3\x67\xa7\xec\x27\x05\xe5\x55\x09\xd1\x07\x01\xfa\x20\x40\x1f\xf2\x4c\xc2\xd4\xf6\xc5\xc0\xfc\xd7\x6f\x52\x96\x31\xc3\x96\xb2\x9f\x1e\x53\x53\xab\x1b\x94\xa0\xaf\x6b\x9c\x06\x05\xaa\x56\xa0\x20\x30\x6f\x2c\xe3\x4b\xa1\xed\xd7\xc9\x9d\xc2\xf0\x0f\x69\x71\x07\x76\x75\x60\x57\xdb\x4c\xed\xe5\x58\x65\xa3\xc3\xfc\x55\xcd\xb2\x11\x90\xf6\x80\xa7\xfb\xc1\xd2\x0e\x62\x63\x8c\xa4\x5d\x2c\x45\x09\xcc\x78\x3b\x23\x6d\x01\x4b\xdd\x4d\x5f\x85\x9d\xd6\xf2\x91\xb4\x03\x51\x77\x21\x64\x50\x1d\x20\xb5\x0f\x90\xda\xeb\xcf\xf5\x60\x21\xdc\xa3\x85\xf0\x00\xa9\x7d\xb0\x81\x1d\x6c\x60\x4f\x6f\x03\xfb\x5a\x06\xed\x67\x3e\x96\xcf\x25\xa2\x6d\x17\x98\x24\x52\xa2\xd8\x98\x6b\xc3\x94\x5d\xbd\x5a\xa1\x6c\x75\xa4\xd2\x6b\x2d\x12\xb5\x76\xdc\x47\xdc\xed\x9b\x7f\x5b\x63\xf8\x37\xee\x16\x85\xa3\x3e\xa4\x69\xa8\x08\x03\xa2\xd3\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\xc5\xc8\x71\xc7\x25\x33\x5c\x36\xa0\xff\xd8\x6c\x40\xb4\x3c\x1c\xc5\x46\x4c\x31\x91\x20\xb7\x47\xe1\x27\xa1\x99\x4f\x05\x81\x77\x26\x56\x4d\xcd\x14\xa3\xe9\x9c\x0c\x19\x13\x81\x6c\x6a\x24\x85\x86\x31\xef\x45\x68\xfd\xea\x6a\xda\x22\xf5\xbc\x14\x25\xed\x49\xa2\x67\xea\x59\xc2\xee\xca\x99\xfe\xe9\x75\xb1\x8a\x43\x10\xcd\xc1\xa8\xf6\xf5\x8d\x6a\x87\x20\x9a\x83\x8a\xfc\x02\x54\xe4\x43\x10\xcd\x21\x88\xe6\x60\x40\x58\x7b\xb5\x0e\x06\x84\xf8\xd9\xeb\x08\xa2\x79\xc2\x0a\xce\xcf\x25\x61\x1f\x04\x6c\xff\xde\x41\xc0\x3e\x08\xd8\xdf\xa8\x80\xfd\x32\x56\xf8\x20\x5d\x1f\xa4\xeb\x83\x74\x7d\x90\xae\x0f\xd2\xf5\x41\xba\x76\x5f\xed\x53\xba\x86\x7f\x79\x68\xd6\x9d\x23\xd6\x37\xf7\x72\x7d\x60\xe6\xb5\xba\xb8\x0e\x22\xf5\x41\xa4\x7e\xd9\x22\xf5\x8b\x99\xd0\xb7\x07\xb5\x78\x00\x2b\x3c\x80\x15\x1e\xc0\x0a\x9f\x16\xac\xd0\x7f\xfd\x66\x96\x2f\x97\x45\xee\x66\xa9\xcf\x5d\xd1\x86\x9a\x1c\xd4\xbe\x35\xe4\x12\xd2\x36\x64\x2a\xad\x12\x24\x58\xe9\x1d\xcf\x80\x30\xa2\x63\xcc\x1f\x98\x20\x3e\x46\xfb\xc8\x5d\x33\x47\x60\x89\xf8\x67\x38\x1d\x98\x34\x43\x0d\xa1\xc4\xf0\x29\x6b\x91\xee\x08\x4f\x73\x62\xc9\x5f\x33\xa3\x2b\x61\x40\x48\x9a\xf0\x91\x48\x8b\xb1\xfa\xbe\x79\x11\x15\x82\xaf\x1d\x79\x66\x98\x67\x06\x59\xa3\x6f\xfc\x91\x67\x99\x1d\x83\xe3\x20\x70\x12\xa6\x4c\x65\xfe\xcb\x52\xb7\xfe\xe5\x29\x4d\xed\xc9\x8d\x86\x50\x64\xf7\xc4\xef\xc3\x9d\xcb\x75\x88\x6b\x29\x7d\x8f\x5f\xb7\x88\x53\xc2\x11\x54\x6c\xad\x61\x4c\x68\x6a\x4f\x60\x32\x61\x69\x9e\x31\x42\xb5\x96\x09\xa7\xc6\x72\x2b\xbc\xa3\x09\x37\x5e\x65\xf7\x2f\xf9\xae\x53\xae\xe9\x30\x63\xa9\x5b\x63\x56\x84\xd9\x2c\x1d\x39\xd7\x64\xc8\xec\x12\x5b\x3e\x52\x5e\xfd\x09\x4a\x08\x35\xa3\x89\x86\xc2\x16\x47\xc2\x04\x0e\x64\x89\x84\x8b\xc4\xf9\x5a\x85\x5c\x1c\xfd\x21\xf7\xe9\x20\xf2\x1e\x44\xde\x8d\x26\xf4\x4d\x89\xbc\x2f\x28\x34\xd0\x33\xa4\xaf\x1a\x1a\x08\x0e\x44\xcb\xf9\x07\xc1\x42\xa8\xb7\x33\x9e\x04\x23\xec\x47\xdf\x64\x3b\xb4\x78\x26\xc5\x88\x8f\x73\xe5\x04\x6e\x27\x0d\xaf\xf0\x52\xd6\xb4\xf3\x2a\x6e\x9c\xfa\xa1\x3f\xd7\xc5\xb3\x89\x42\x47\x8e\x89\x15\xbb\x07\x37\x9d\xdb\xab\xbb\x9b\xb3\xce\x29\x69\xcf\x66\x19\x47\x2f\x4b\x92\x6b\x23\xa7\xfc\xef\x76\x1a\x08\x24\x1c\x38\xb7\x13\x43\x34\x08\x1c\xe0\xd6\xb1\x6a\x12\x39\x26\x67\x17\x77\xb7\xbd\xce\x4d\x43\x83\x8e\x08\xa0\x96\x11\x9b\xce\x32\x90\x4a\xee\xf3\x21\x53\x82\x19\xa6\x49\x92\xe5\x10\x63\x1e\x9c\x3d\xd8\x68\xe7\xbf\x3a\x67\x77\xbd\xee\xd5\xe5\xe0\xaf\x77\x9d\xbb\xce\x29\xf1\xd4\x64\x9b\xb5\xe3\xb2\xa3\x48\xe7\x82\x4e\xad\x2e\x5a\x46\x3c\xfe\x2d\x67\x39\x08\x41\x7c\x2c\xa6\x4c\x98\x6a\x8b\x7e\xc0\x17\xed\x77\x9d\x8b\x72\xcb\x13\x46\x7e\xf9\x4b\x31\xa8\x8c\x0e\x59\xe6\xbc\x4f\xe0\x5c\xb1\x0c\xbb\xe8\xc8\xb9\xa5\x72\x54\x6b\xff\x7a\xd7\xbe\xe8\xf6\x7e\x1d\x5c\xbd\x1f\xdc\x76\x6e\x3e\x75\xcf\x3a\x03\xa7\x60\x9c\xb5\x6d\xbf\xa5\x9e\x9c\x1e\x42\x7e\xcb\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9c\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xfa\xe2\xee\x43\xf7\x72\x70\xf5\xa9\x73\x73\xd3\x3d\xef\x9c\x92\x5b\x96\x81\x7e\xe8\x17\x1d\x76\x71\x96\xe5\x63\x2e\x08\x9f\xce\x32\x66\x57\x03\x8f\xe3\x90\x4d\xe8\x03\x97\xaa\xa4\x23\xc0\x3a\x5a\x12\xfa\xea\x86\xec\x12\x85\x2e\xaa\x7a\x55\x92\x5b\x7c\xa3\x42\x3f\xcb\x5e\x28\x91\xc3\xe2\x8b\xab\xb6\x75\xf1\x8b\xca\xbe\xac\xad\x90\x96\x27\xfd\x6c\xb7\x81\x65\x22\xe9\xc0\x1b\x26\x4e\xfe\x51\x62\x26\xff\x7c\x32\xa4\x18\x12\xa5\xb7\xba\xdb\x61\x55\xc5\xcd\xe2\x83\xd7\x70\x27\xc4\xc3\xfd\x9a\xfc\x7f\x4f\x32\xd7\x2b\xb1\xf7\x6c\x2e\xea\x1e\x54\xb6\x83\xca\x56\xbf\x32\x87\xc0\x9f\x86\x15\xde\xd7\x7d\xb4\x8d\x89\x74\xc4\x59\x96\xea\x05\x1b\x57\xe9\x3e\x59\x69\xcf\x7a\xbd\x57\xc9\xf3\x5a\xb4\x36\x51\x2c\x6e\x82\x27\xc8\xb9\x86\xec\x6e\x4d\x99\xa1\x50\xd9\xd4\x48\x92\xc3\xd0\x0f\xd7\x93\xfb\xbf\xc3\xf5\x74\xb8\x9e\x0e\xd7\xd3\xbf\xaa\x49\xb0\x86\xa5\x7f\x55\x9b\xe0\x2a\x2d\x70\x27\x88\xa7\x1a\x83\xe1\xa2\xf6\xa7\x89\x9e\x50\x85\xc5\x7c\x12\x39\x9d\x4a\x11\x05\x17\xcc\x67\xec\x88\x04\x17\x26\x18\x7f\x60\x18\xab\xec\x89\x45\x37\xfc\x75\x58\x12\xa3\x75\x79\x8e\xc4\x87\x83\xe6\xe8\xff\x6f\xd3\xab\xf9\x00\x92\x75\x00\xc9\x3a\xe4\x28\x1c\x40\xb2\x96\x53\xcb\x21\x0a\xff\x10\x85\x1f\x3f\x3b\x80\x64\xbd\x20\x90\x2c\x21\x53\x36\xa8\x80\xe2\x87\x3f\x07\x55\xbf\x47\xe9\x49\xec\x04\x29\x3d\x28\xd2\x12\xa0\x75\x9e\xee\x9e\x96\x50\x2e\x4f\xbc\xca\x49\x12\x17\xb4\x7d\xe1\x02\xef\x28\x9b\x1b\xc6\xd3\x6c\xb1\x12\xef\x33\x44\x6a\xd5\x6d\xf4\xb7\x68\x64\xa9\x21\xdb\x83\xc5\x65\xe5\x42\x7d\xab\x60\xd6\x05\x5f\x7a\x45\x6e\x82\xf5\x98\xb7\x07\xfc\x1f\x34\xb0\xf0\xfa\xe7\x81\x91\xd7\x3f\xde\x15\xc3\xa1\xcc\xbb\xb7\xc5\x6e\x28\xf1\xc6\xd7\x61\xc6\x88\x47\xfc\x1c\x86\x8c\xa5\xbb\xff\xcd\xf1\xf5\x65\xb4\x7c\xe0\xee\x6b\x2e\xd7\xb7\xca\xe3\x0f\xf6\x8c\x7d\xda\x33\x8e\xbe\x5d\x83\xc6\x01\x73\x61\xc9\xe2\x1c\xac\x3d\xdb\xac\xd6\xc1\xda\x13\x3f\x7b\x4e\x6b\x0f\xfa\x6e\x07\x33\xaa\x98\x30\x35\xf2\x7d\xf5\x66\x83\xd7\x23\x5b\x7d\x10\x80\xa0\x01\x14\x5c\x9d\x6c\x10\x6e\xcd\x6f\xcb\xfc\xe3\x64\x94\x01\x8a\x38\x51\x2e\xc4\xc9\x3f\x8a\x7f\x47\x0a\x44\xf4\x63\x8d\x0f\x74\x83\x10\x26\x1f\x65\xcf\xd2\x42\xec\x2a\x1a\xaf\x09\x6d\x72\x63\x38\xf6\xc2\x58\xe1\xcd\x5f\x19\xe9\x74\x8d\x9f\x9e\xc3\x97\xaf\x2b\xa9\xa2\x61\xe8\xcf\x1b\x01\xb5\x48\x09\xeb\x1d\x2c\xaf\x47\x70\x4c\x1a\x78\x9c\x70\x10\x0f\x00\xc2\x09\xae\xd0\x68\xc3\x7d\x3a\x26\x85\xbc\x89\x26\x59\xeb\xb9\xc5\xc8\x05\x72\x5f\x6f\xe2\x8e\x46\x5f\xef\xbc\xbf\x7a\x68\xc8\x0a\xba\xff\xaa\x61\x22\x4b\x78\xe6\x7e\x22\x44\x9e\x8f\x3f\x7e\x60\xe6\xdb\x63\x8e\x1f\x98\x79\x2e\xce\xb8\x2d\x3b\x5c\xca\x12\x8a\x8a\x13\x2f\x84\x1b\x6c\xc7\xfa\x5e\xd7\x1c\x0f\xe9\x83\x87\xf4\xc1\x43\xfa\x60\xfc\xc6\x21\x7d\x70\xd7\x9a\xcc\xe7\xf0\xca\x33\x5e\xe7\xd8\xe1\xb7\x77\xa3\xe3\xbc\x0e\x97\xfa\xe1\x52\xdf\x6c\x8e\x2f\x55\x8d\xf1\xf4\xfc\x12\xd4\x98\x8d\x50\x2f\xd0\xb3\x5b\x54\x37\xf3\xe4\xbf\xd2\x7b\x7b\xed\x3b\x7b\x3d\x4c\x48\x3f\x35\x9f\xd9\xc5\x47\xe5\xd7\xfd\xe0\xa2\x3a\xc0\x82\x1f\x5c\x54\x07\x17\xd5\xc1\x45\xe5\x9e\x7e\x13\xb0\xe0\x41\xc9\x58\x59\xaa\xf6\xa6\xa8\x4f\x5b\x13\x6e\x52\xbd\x89\xfd\xdb\xd7\x0b\x12\xee\x4b\xbf\x8c\xfd\xc8\x9f\x4b\x07\x78\x29\x92\x63\x31\xef\x17\x21\x2b\x9e\xfc\xa3\x12\xcc\xbd\xe0\xf1\xd3\xf9\x74\x4a\xd5\x1c\xee\x2d\x17\xda\xdc\x82\x09\xb5\xdc\x8c\x22\xd8\x60\x77\x2d\x0d\x73\x13\x45\x62\x69\x4b\xc8\x33\xa6\xcc\x3c\x7a\x13\xb8\xe8\x7f\xf6\x05\x2f\xc0\x4b\xf9\x58\x48\x85\xc6\x1d\xfb\xf1\x84\x8a\x34\xb3\xe7\x40\x87\x76\x12\x2a\x84\x34\x70\xfb\x83\xdb\x20\x25\x0f\x9c\xa2\xac\xd0\xbe\xee\x96\xce\x49\xbd\x9f\x72\xad\x33\x55\x72\x31\xbe\xa2\x13\xf5\xdc\xb0\xa0\x07\x8d\x30\x5e\xfd\xaf\x75\x90\x0d\xd5\xf7\xd5\x74\x8f\x72\x14\xf1\x60\x69\x02\xc8\x8a\x77\x4b\xb8\x58\xcb\x5f\xad\x24\x89\x94\x9f\xb9\xb4\x11\x78\x0c\x43\xae\x8e\xc3\xff\x18\x77\xe8\x7f\x2b\x5a\xf6\xbf\xf8\xea\x18\xf0\xa3\x62\x46\xcd\x07\xd4\x18\xcb\x54\x76\xcf\x4c\x29\x5b\xce\x57\x64\xa6\xf4\xa8\xbe\x7f\x95\x99\x29\xe5\x81\x3f\x39\xb3\x58\x93\x26\xbf\xb9\x98\xe6\x75\x4f\xd8\x21\xbe\x79\x8b\xa5\xfb\x56\x63\x9d\x97\xb1\xd0\x17\x33\xc2\x0a\x17\xff\x16\x4f\x6e\xf9\x4e\x3a\x1c\xd1\x65\x6b\xf4\xcd\x81\x85\x57\x44\x8d\x15\x73\x7b\x25\xa0\xe1\x55\x69\x69\xdf\xa3\x7a\x1a\xdb\x72\xb4\x1b\x87\x2a\x3f\x87\x2a\x3f\x87\x2a\x3f\x4f\x5d\xe5\x67\x3d\x4d\x73\x6d\x35\x73\x5d\x1d\x73\x3d\x05\xb3\x59\xbb\xdc\x21\xa5\xb5\xac\xf4\x6d\x9b\xd2\x5a\x52\xaa\x5e\x85\x6b\xb4\x34\xe2\xe7\x48\x69\xfd\x17\xd5\x03\x0f\x4a\xe0\x93\xac\xdb\xb7\xaa\x01\xbe\x70\xf5\xef\x90\x8c\xbb\xc7\x48\x87\x6f\x18\x5c\xec\x10\xe8\xb0\x64\x71\x0e\x81\x0e\xdb\xac\xd6\x21\xd0\x21\x7e\xf6\xe2\x02\x1d\x9a\x35\x07\x9e\xee\x9a\x4e\x55\x27\xb2\x17\x02\x6d\x09\xa1\x73\x7b\xf1\xbd\x9b\xbe\x0a\xb9\x3d\x42\xd4\x0d\x66\x0e\xf5\x1c\xf2\xfb\x01\x21\xf6\x80\x10\x7b\x10\xe2\xfe\x95\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5b\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\xb1\xd9\x80\x68\x79\x38\x45\x06\x98\xe5\xe9\x28\xe2\x24\x34\xf3\x4e\x2a\x78\x07\x0a\xb5\xbb\xb2\xf8\x43\xc6\x44\x94\x4e\xb4\xee\x98\xf7\x22\x9a\x7e\xf5\x50\xc0\x98\x6e\xbe\x6a\x74\x2f\x9c\xf0\xc6\x22\x97\xfb\xd3\xb9\x76\x51\xb4\xf4\x4f\xaf\x85\x15\x3c\x87\x5a\xf5\x0d\xbb\x3e\x0e\xee\x8d\x7f\xcd\x9a\x58\x2f\x46\x24\x3f\x28\xba\x7b\x54\x74\x0f\x79\x99\x07\x77\xc5\xc1\x0c\xb0\xf6\x6a\x1d\xcc\x00\xf1\xb3\xd7\xe3\xae\x68\x96\x9e\xb7\x2b\x11\xff\x84\x72\xf4\x41\x8c\x3e\x88\xd1\x07\x31\xfa\x9b\x15\xa3\x5f\xc6\x0a\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\xee\xab\xbd\xc8\xd0\xf0\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xfc\xd0\x2b\xff\x55\x9a\xc5\x45\xaf\xfc\x57\x67\xe9\x6c\xa2\x86\xab\xec\xec\x98\x7c\xe8\x9d\x92\x0f\x10\x82\xa1\x48\x6f\x42\x91\x25\x5d\xf4\x4e\xc9\x05\xd3\x1a\x7e\x29\x3e\x36\xdc\x64\x30\xb7\x77\x5c\x50\x35\x27\x7e\xfa\x98\x3d\x47\xc1\x36\xeb\x97\xa6\xba\x78\xe2\x6f\xb9\x00\xed\xa1\x58\xbd\x0b\x39\xe6\x09\xcd\x76\x5b\xc4\xf6\x65\x7c\x90\xde\x5c\xdd\x2c\x5d\x8a\xf8\xed\xc5\xb5\x68\x5f\x9e\x43\x2e\x9f\x1f\x6a\xcd\xcc\x2f\x99\x36\x2c\xb5\xd2\x48\x8a\xc4\x0b\xfc\x6c\x1e\x49\x29\x7f\x93\x90\xdd\x97\x6b\x2b\x3b\xb7\x2f\xcf\xc9\x09\xb9\xba\xe9\x8b\x2b\x95\xa2\xf1\x86\xd9\xeb\x1d\xb9\x2e\xd7\x44\x48\x43\xf8\x74\x26\x95\xa1\xc2\x58\xc9\x06\x18\x9b\x5b\x11\x4d\xa8\x62\xe4\x4c\x4e\xa7\xb9\xa1\x86\x3f\xb0\x85\x45\x15\xa8\x91\xdd\x32\xd3\x4d\xc1\x1c\x5c\xb3\x86\xc8\xf9\x8a\xb9\xcc\x94\x6d\xdf\x72\xdd\xb2\x2e\xc0\xd3\x05\xd9\xdc\x37\x41\x95\xa2\x65\xfe\xf8\x86\x1b\x36\xad\xbe\xbf\x66\xd8\xde\x3f\x6b\x15\x1d\x7b\x25\x5c\x48\x9a\x72\x31\xc6\x74\xca\x0b\x6e\x98\xa2\xd9\x47\x3a\x7b\xef\xad\x4d\x5b\xd0\xc7\xff\xbe\x2d\x65\xf2\xbd\xf9\xb5\xfd\x31\xce\x05\x7c\x73\x7d\x73\xd5\xbb\x5a\x4a\x33\xa5\x16\x16\x89\xc6\x3e\x3e\x85\xff\x25\x27\xc4\xb6\x1e\x6e\xae\x29\x33\xd4\xde\xe8\xe4\x7b\x4c\xdc\x09\xe1\xfd\x5c\x64\x40\x23\x33\xc5\xa7\xdc\xee\xab\x53\x99\xdf\xe2\xe5\x18\x6e\xff\x40\x25\xf8\x01\x26\xe1\x81\xd8\x61\xa8\x48\xa9\x4a\xc9\xdf\xb4\x4b\x1c\xb5\x42\x08\xbe\x4e\xb5\xff\x81\xa5\xe4\x98\x4c\x8c\x99\xe9\xd3\x93\x93\xc7\xc7\xc7\x96\x7d\xbb\x25\xd5\xf8\xc4\xfe\xe3\x98\x89\xd6\xc4\x4c\x33\xcc\x38\xb5\xab\x70\x4a\xae\x95\x34\x12\x04\x08\xa2\x99\xe2\x34\x83\xd4\xc0\x21\x9e\x76\x39\x22\xff\x2f\x91\x8a\xb5\x8a\x8d\xf9\x7f\x24\x4a\x66\x1d\xd9\x7b\x96\xa7\xd9\x89\x7d\xa9\xe6\xe8\x54\xf7\x93\xa4\x2c\xe1\xa9\x13\xa4\x98\x48\x24\xa0\x2d\xa1\x65\xd1\xb6\xe7\xb3\x9d\x98\x73\xe5\x84\xe5\x8c\x84\x0d\x9a\x32\x42\x1f\x28\xcf\x30\xaf\x59\xa2\xc9\x10\xd7\x99\x29\x2b\xb8\x74\x51\xea\xcc\xad\x84\x0d\xb1\x77\xa0\x47\xfa\x57\x67\x76\xc2\x89\xcc\xc8\x30\x1f\x59\x09\x2d\xba\x95\x8e\xac\x34\xc2\x35\x51\x2c\x91\xd3\x29\x13\x68\x54\xb4\x0d\xc1\x97\xb0\x62\x6e\xb4\xad\xbe\x80\xfd\xb7\x62\x0a\x50\x40\x2a\xe1\x60\x0b\x66\xb5\x15\x31\xc7\x6e\x86\xf9\xa8\xe4\xa9\x32\x92\x28\x46\x53\xc2\x4d\x5f\xb4\x33\xab\xd7\x4e\xa5\x61\x71\x10\x21\x98\xb5\x4b\x0b\x0e\x0c\x41\xb1\x59\x46\x13\x9f\x94\x99\xc9\x84\x66\x64\xc4\x33\xe6\xea\xe5\x47\x0d\x7c\x0f\xaa\x96\x5d\x33\xae\x49\x2a\x1f\x45\x26\xa9\x9b\x47\xf5\xb3\xb7\x65\xde\xd2\xf1\x69\xc9\x1d\xa5\xa4\x82\xff\xf9\x85\x8b\x74\xbb\x33\x78\x77\xf9\xcb\xe5\xd5\xe7\xd2\x31\xbc\xbb\xed\xdc\xc4\x7f\xdf\xfe\x7a\xdb\xeb\x7c\x5c\x7a\x0e\xab\xad\x14\x94\x05\xc3\x03\x11\xfc\x94\xdc\xe2\x22\x48\x45\xac\x52\xd5\x30\xa9\x8f\x8e\x94\x8a\x1f\x64\xca\xb6\x9b\xdb\xc7\xf6\xe5\x5d\xbb\xc4\x51\x6e\xcf\x7e\xee\x9c\xdf\x5d\x94\x04\x3c\x3f\xbf\xe8\x97\x9b\x0e\x8a\x6f\xf1\x6f\x67\x3f\x77\x2f\xce\x07\x41\xe0\x5b\xb6\x1a\x95\x7e\xab\x7c\xa9\x87\xfc\x67\x22\x53\x32\x9c\xc7\x89\x83\x45\xbe\xf9\x23\xd5\x24\x03\xc7\x08\x4b\xbd\x2e\x82\xad\x9e\x02\x1b\xf2\x99\xec\xc5\x17\x56\xb6\x3f\x72\xef\x40\xde\x39\xaa\x41\xd4\x94\x13\xd9\xe3\x86\x6d\xef\x54\x44\x3a\x05\x66\xb8\x87\x35\xb2\x5a\x8f\xb6\x2f\xe6\xf6\xfc\x2a\x3e\x1e\x83\x8a\x5f\x19\x2a\xb6\xe6\x3e\x85\x95\x84\xef\x70\xab\x67\x4a\xc2\x91\xb6\xdd\x3a\xdb\x50\x50\x20\xf0\x43\x44\x71\x2b\xb5\xa8\x28\xe8\x06\x35\x43\xf3\xfb\x72\x8a\x16\xdd\x86\x69\xc1\xd1\x2b\x22\x7c\x81\x43\x69\xb4\x4c\xcc\x14\x7b\xe0\x32\x8f\x3e\x75\x70\x0a\xa5\xcd\xad\x6d\xbe\x58\x00\x58\x36\xd4\x5f\x8a\x66\xca\xd4\xdc\xbd\xba\x35\x8a\x1a\x36\x9e\x9f\xbb\x93\xbd\x3d\x15\x9f\x5f\x7d\xbe\xbc\xb8\x6a\x9f\x0f\x3a\xed\x0f\xe5\x83\x19\x9e\xdc\xf6\x6e\x3a\xed\x8f\xe5\x47\x83\xcb\xab\xde\xc0\xbf\xb1\x94\x5c\x1b\x3a\x58\xbc\x4e\xcb\x2f\x9e\x12\xcb\x19\x81\x83\x79\xe4\xa5\x88\x8d\x0d\xd9\x48\x2a\x64\xc7\x53\xef\x03\x04\xc6\x4f\xc2\xca\xb2\x14\x75\xec\xf2\x2c\x4e\x41\x01\xad\x6b\x12\x6d\x4b\x46\x31\x3a\x05\x76\x4e\x05\xe9\x88\xf4\xf8\x6a\x74\x7c\x8b\x3f\x4e\xa9\xba\x67\x2a\x7c\xfa\xa8\xb8\x31\x0c\x4c\xe2\xdc\x59\xcb\x41\x41\x86\x21\xdb\xfb\x06\x62\xbc\x8b\x0e\x5a\xe4\xc6\xb2\x67\xfb\x7e\xb8\x7b\x2c\xa1\xa6\xcc\x50\x9e\x69\x37\xd8\xd2\xba\x9e\x92\x0b\xaa\xc6\x85\xba\xfb\xbd\x1c\x8d\xb0\xb1\xb7\x38\x0c\x7b\xd5\x94\x66\x51\xc3\x22\x2d\x69\xf8\xeb\x0b\xfa\x73\x2f\x07\x21\x6d\x91\xaa\xee\x66\xbb\xd1\xd4\xdd\x35\xac\xf8\xd5\xe5\xa0\xf3\x5f\xdd\x92\xc2\xe2\x9e\xd4\xd0\x1a\x4c\x1c\x1f\x2f\xbf\x0b\xea\xdb\x5e\x24\xa7\xf2\x8b\x35\xe4\x94\xcf\xfc\xce\x8f\xac\x0a\x54\x43\x4b\xec\x0b\x37\xb8\x31\xf1\xb8\x2b\x24\x54\x34\x03\x56\x0c\x3a\x9b\x31\xaa\x74\xdd\x6e\x97\xa5\xb5\x86\xbd\xc7\x9e\xe2\x3e\xdc\x26\xfb\x7e\x8e\x88\x14\xd9\x3c\xbe\xeb\x2b\x14\xb9\x06\x0d\x60\x5b\x0b\x14\x70\x0d\xb8\x22\x57\x0f\x4c\x29\x9e\xb2\x8f\x5c\x5b\x4d\x06\x7f\x7c\xe7\xc0\x45\xb6\x23\x88\xf7\xed\xee\x45\x45\x06\x18\x9c\x77\xde\xb7\xef\x2e\x96\x6b\xe3\xa5\xef\x6a\x50\x6f\xa2\x76\x4e\xed\xad\xef\x4c\x73\x70\x3b\x1c\x7b\xc8\x14\x96\x86\x0b\xad\x8c\x98\x52\xe1\xaa\xd7\x68\x3e\x76\xff\xb9\x35\xd4\x6c\x49\xfe\xed\xb3\x5e\xf7\x53\x49\x6b\x6f\xdf\x9c\xfd\xdc\xfd\x54\x27\x17\x0c\x3e\x74\x2e\x3b\x37\xed\x5e\x67\x39\xd5\x57\x9a\xac\xbb\xf3\xb5\x1d\x70\xd5\x7d\xc0\x75\xf0\x80\x5b\xb2\x56\x32\x23\xdc\x68\xf2\xc0\x35\x1f\x72\x40\xa9\x71\xa6\xf8\xbb\x2e\x30\x3d\xf0\x6d\x72\x33\xf7\x52\x01\xf6\x7b\x4a\xde\xcd\xfd\x1a\x1e\x01\x93\x73\xed\xa3\x9a\x1a\x1b\xe8\x13\xab\xd4\xe0\xad\xe7\x27\x7d\x4a\xda\x2a\x99\xf0\x07\x50\x7b\xa2\xcf\x84\x15\x45\xc5\x98\x29\x1c\x0e\xd8\x1f\xe3\xb1\x44\xcf\xed\xa8\x62\x19\xa0\x58\xb5\x20\xf6\x8d\x99\xb0\xaa\x73\xdc\x09\xca\x27\x8a\x89\xef\xac\x28\x33\xcb\x78\xc2\x4d\x36\x27\x09\xd8\x3c\x52\x2b\x28\x4e\xa9\xa0\x63\x77\xe7\x82\xa2\x50\x21\x89\xbf\x22\x94\xcf\xd5\xc8\x19\xb7\x7a\x9c\x6d\x79\x02\xee\x2e\xcf\x3b\xef\xbb\x97\x65\x12\xf8\xb9\xfb\xa1\x24\x04\x7e\xec\x9c\x77\xef\x4a\x17\xed\x2a\x59\x70\xb1\xd9\xba\x53\xe2\x5f\x3a\x25\xe7\xf8\xe9\xa9\x5d\xdc\x1a\x9c\xa2\xa0\x3e\x56\xd6\xe1\xc6\x87\x9d\xf8\x7f\x74\x84\x51\xb5\x96\xb9\x75\x4d\x0e\xce\x08\x5f\xb2\x39\xd4\xfb\xea\x16\xfa\xbe\xac\x7a\x55\x16\x7d\x99\xce\x12\x6f\x3b\x69\x15\x96\x88\xd8\x89\x07\x6a\x77\x93\xd1\xa3\xc6\xb0\x5b\xf0\xd2\x4f\xe0\xa3\x99\xe6\xda\xa0\x31\x1d\x88\x93\xdc\xff\x45\xdb\x05\x05\x63\x7b\x8b\xdc\x32\xd6\x17\x5e\xff\x1e\x73\x33\xc9\x87\xad\x44\x4e\x4f\x0a\x90\xac\x13\x3a\xe3\x53\x6a\x05\x54\xa6\xe6\x27\xc3\x4c\x0e\x4f\xa6\x54\x1b\xa6\x4e\x66\xf7\x63\xf0\xfc\x7a\x7f\xc2\x49\x68\x76\x2c\x7f\x7f\xf1\xa7\x1f\x8e\x2f\xfe\xf2\xc3\x9b\x45\x8b\x4a\xd3\xfe\x77\x44\x42\x67\x3a\xcf\x5c\x84\x88\x8a\xd7\xc6\x1f\xf9\x9c\xad\xda\xef\xcb\xf2\x76\xed\xa6\x01\x9e\x5d\xdf\x95\x2c\x9c\xe5\x3f\x3f\x76\x3e\x5e\xdd\xfc\x5a\xe2\x94\xbd\xab\x9b\xf6\x87\xe5\x96\xce\x05\x15\xb1\xb2\x0c\xbf\x08\xf9\x28\xca\xb3\xd7\xd5\x49\xe7\xc2\xf0\x29\xf3\x1a\xa2\xfb\xb3\x87\x33\xdd\x62\xe6\x57\xbd\x9f\xcb\x42\xce\xfb\x8b\x5f\x7b\x9d\xc1\xed\xf9\x2f\x4b\x67\x82\x9f\x95\x46\x76\x0b\xee\xed\x33\x99\xe5\x53\x11\xff\x7b\xfb\xb1\x75\x2f\x7b\x9d\x0f\xd5\xd1\x5d\xb5\x7b\xe5\x65\xbf\x29\x47\x4d\xbc\x79\x77\x75\x75\xd1\x29\x79\x1c\xde\x9c\xb7\x7b\x9d\x5e\xf7\x63\xe9\xb6\x3b\xbf\xbb\x41\x18\xad\x65\xd3\xf4\x23\xa8\x99\xa8\x9d\x56\x3c\xcd\x7d\xf3\x99\xb5\x8e\x79\xdb\x45\x24\xe2\x41\x39\x8e\xe0\x2a\x30\xd8\x00\x8c\x0e\xc7\xc1\xe2\x97\xe0\x48\x6b\x79\x8d\x29\x6f\x13\x69\xe6\x75\x4b\x37\x7a\x19\xcb\xeb\x85\x21\x20\xd8\x1b\xaa\x98\x34\xcb\xe4\x23\xc6\x85\x4d\xb9\xbd\xf2\x1c\x76\x90\x7d\x45\x93\x24\x57\x8a\x09\x93\xcd\x5b\x35\xec\xa4\xbc\x2d\x2c\x51\xcc\x7c\x94\xb9\x30\xdb\x93\x5c\xfb\xb2\x74\xa8\x3b\x97\x9f\x06\x9f\xda\x65\x0a\xec\x5e\x2c\x3f\xe4\x71\x13\x35\xf7\x5c\xfb\xf2\xd7\x70\xc3\x41\xf4\xe0\x51\xd0\xcc\x50\x30\x4c\x32\xce\x84\x01\x8b\xbd\x91\x19\x88\x0b\x84\x71\x50\xb5\xa7\x76\x72\x5c\x8c\x09\x06\x2e\x79\xc8\x42\x1c\xe4\xa9\xff\x47\xa5\x3d\x0d\xeb\x02\xc6\x3e\x1f\x90\x09\xed\x38\x6d\x52\x10\x26\x1e\xb8\x92\x80\x58\x48\x1e\xa8\xe2\x74\x98\x39\xe1\xc8\xce\xf5\x14\xfe\x77\xb3\x36\xc1\x6e\x57\x61\x5c\xb7\x52\x99\xf3\x10\xd8\xb5\x9d\x15\xa0\x2e\x4a\x6a\x31\x3e\xaa\x5e\xc1\xaf\xc4\x44\xf9\x61\xf5\xa8\xbe\x5f\xb0\xbb\x75\x85\x36\x54\x24\xec\x2c\xa3\x5a\x6f\x3b\x56\x54\x1c\x8e\xca\xec\xec\xe6\xe6\xee\xba\xd7\x7d\xb7\x82\x84\xaa\x1f\x2f\x06\xbe\x25\x59\xee\x4d\xd3\x43\x25\x69\x4a\xec\xde\xc8\x31\x9a\xc1\xdd\x95\x5d\x20\x47\x62\x04\x6a\x88\x05\x28\xa1\x56\x06\x37\xbf\xd7\x50\x62\xdb\x1a\x77\x0b\x41\x12\xbb\x12\x24\x52\x56\x3c\x4b\x01\xab\x3a\xc2\x4d\x3b\x95\x71\x96\x51\x33\x92\x6a\x8a\x24\x54\x9a\x34\x36\xbe\xbc\x51\x2e\x0c\x53\x2a\x9f\x19\xee\xa1\x40\xab\x57\x20\x94\xfe\x94\xe3\x8f\x4c\x6b\x3a\x66\xbb\x38\x5f\xea\xae\xfd\xdb\x4f\xf1\x9f\xe0\x5c\x59\xe7\x4a\x2f\x8d\xd0\x07\x6d\x79\x7a\xba\x12\xef\x29\xcf\x72\xc5\xae\x65\xc6\x93\x2d\x9d\xc5\x56\xcd\x1c\x74\x3f\x5a\xf1\xbb\xdd\xeb\x5c\x94\xf8\x14\x3c\x6b\xbf\xef\x75\x6e\x06\x88\x2f\xd9\x7e\x77\xd1\x19\x5c\x5e\x9d\x77\x6e\x07\x67\x57\x1f\xaf\x2f\x3a\x2b\x7c\xb0\x8d\x8d\x2f\x9a\x2c\xaa\xaf\x9e\x2e\xfc\x02\x3b\xac\x72\xd4\x6e\xbc\xa6\x0b\xf1\xcd\x94\x67\xe0\x00\x92\xe8\x08\xa2\x44\x58\x9d\xdf\xfe\xac\xbd\x5e\xe5\xc3\xf9\x5a\xa4\x6b\xbe\xcb\x32\x42\x73\x23\xa7\x14\xcc\x98\xd9\xbc\x2f\xe8\x50\x2a\x03\xda\x5d\xb8\x19\x88\xca\x85\xb0\x5c\xd1\x36\x86\x30\xb1\x49\xc6\xa8\x20\xf9\x2c\x0a\x45\x77\xc6\xb8\x11\x17\x10\x25\x32\xa5\xea\xde\x57\xcf\x08\x11\x84\xe1\x50\x68\x42\x75\x5f\x20\x6a\x83\x63\x85\x6b\xac\xf0\xe9\x5a\x6f\x35\xae\xce\x94\xde\x33\xbb\x2a\xd3\x3c\x99\x58\xfd\x70\xac\x98\xd6\xce\x60\x93\x50\x81\xce\x37\xf7\xfa\x23\xcf\xb2\xbe\x10\xd2\x2e\x85\xb7\x0b\xa5\x6c\xc6\x44\xca\x44\xc2\x31\x00\x1d\xfc\x56\xc1\x7e\x3b\x56\x74\x36\x21\x5a\x82\xc3\x07\x96\x1d\x34\x4f\xfc\xc8\x87\xac\x38\x9c\x0a\x78\x1c\x9b\x75\x54\x6e\xf9\xc4\x15\x5c\x42\xb8\xca\xf0\xb1\xb7\xe9\x78\x5b\x26\x6a\xf0\xd3\x59\xc6\x0c\x62\xbd\xc2\x92\xc3\x66\xd8\xb5\x2e\xed\x87\xdd\xa6\xba\x4d\xe8\x8b\x62\xcc\x54\xbb\x11\xb5\x6a\xcc\x45\xee\x48\x91\x9f\xa9\x48\x33\xdb\x8a\x37\x0c\x96\xcf\x22\x44\x51\xb6\x2d\xd5\xf8\xd3\xb8\x8b\xa4\x96\xd0\x5c\x6f\x24\xaa\x2d\xcf\x1a\x40\x7d\xfe\xb8\x70\x88\x02\x79\xbb\x94\x01\x58\xdd\x99\x65\x91\x34\x93\x6e\x95\xf0\xf5\x1c\xd1\xfd\x09\x8c\xa6\x41\x77\x9c\x29\x2e\x12\x3e\xa3\xd9\x56\x82\x65\x25\x8e\xcc\xc5\x67\x7d\xcf\x47\x96\x7c\xde\x2e\xf8\x31\x0c\x53\x53\x48\x9f\x71\xc3\x0c\x5b\xb8\x4a\x68\xc3\xdd\xb1\x84\x4c\xcb\xb1\x36\x5b\xec\x0d\x3a\xa9\x9b\xa6\x5b\x69\xc5\xf5\x8e\x51\x12\x34\xbb\xae\x6f\xb3\x6e\xc1\xa2\x87\xff\x5c\xb6\xd5\x1f\xe9\xcc\x6e\x31\x62\xd8\x12\x5a\xcc\xd1\x09\x4c\xae\x44\x83\x77\xf5\x46\xbe\x9f\x10\x81\xb8\xbe\x02\x5d\x2c\xa1\xf3\xd5\x2f\x76\x52\xf2\x81\x45\x09\x4b\x8e\x24\x47\xb9\xb1\xa7\x89\x82\x17\x8d\x7c\xcf\x5a\xe3\x16\xf1\x48\xc2\x47\xa4\x7d\x7d\xdd\xb9\x3c\x3f\x22\xcc\x24\x6f\x7d\x30\x89\xf3\xad\xf7\x85\x91\x4e\xb8\x98\x93\x89\x7c\x04\x56\xc6\xd4\x98\x95\xe6\xec\x1d\xf1\x00\x43\x33\xe6\xda\x28\x17\x0e\x20\xd2\x18\xd8\x9a\x4f\xab\x72\x23\x52\x48\x6e\x26\xbb\x90\x06\xd5\x3a\x9f\x5a\xb9\x76\xc0\xe9\x74\xa0\x64\xb6\xea\x0c\xd7\x1e\xa9\xc2\x30\x32\x70\xb6\xa8\x01\x4d\x12\x2b\xf7\xae\xdd\xda\xaa\x7d\x3c\x87\x65\xd2\x64\x66\x0f\x14\x44\x21\x2d\xc2\x1c\x47\xb7\x94\xb7\x12\x0e\xe7\xc8\x32\xb2\x22\x91\xcc\xe3\x75\x9f\xb3\x99\x62\x56\x3a\xac\x9a\xcb\xc2\xc2\xde\x94\x97\xe3\x1b\x5a\xdc\xc0\xce\x36\x5b\xd6\xd2\xaa\x1d\x91\x59\xc6\x2c\xbb\xce\x35\xc3\x70\x87\x5b\x96\xe4\x8a\x9b\xf9\x19\xa6\xf4\xd5\xac\xea\x19\xc2\xb8\x7b\xbb\x54\x04\x22\xbd\xcb\x32\xd7\xb5\xb2\xac\x25\xf2\xe4\x2c\xee\x0c\x79\x5b\x1d\x36\x37\xba\xf4\x2b\xe5\x68\x20\x62\xa4\x82\xbb\x8f\x34\x0c\x35\xcd\x80\xe7\xfc\x96\x4b\x43\xf5\xdb\x56\x5f\x58\x06\x7a\xcf\xe6\x68\x87\xb7\x2c\xea\x0f\xf6\xda\x3c\xd6\x4c\x68\x88\x4a\xfa\x03\x1a\xc8\x2c\x93\xf5\x6a\x2b\x4a\x91\x08\xf7\x5f\x86\x0d\x87\x48\x12\xd7\xa8\xe3\x90\x45\x9c\x4e\x81\x35\xee\x9f\xe1\xf0\xc7\xcc\x40\x20\xbf\xe1\x06\xc4\x9b\x14\xeb\x09\x2c\x0c\x7d\xa5\x6d\x02\xa9\x42\x49\xb0\x97\xa4\xf9\x6e\xe7\x4d\x2f\xb6\x51\xb7\x89\xf5\x17\xfb\xad\x0b\xcd\x3a\xf1\x2a\x5e\xa2\xe4\x02\x48\x3f\xb5\xfc\xda\xee\xf4\x10\x79\x8b\x37\x12\x33\xd1\x7a\xe4\xf7\x7c\xc6\x52\x4e\x21\x50\xcb\xfe\x75\x62\xe7\xf5\xfb\xb3\x9b\xab\xcb\x41\x11\x5e\xf9\x9f\x7d\xd1\xce\xb4\x24\x56\x54\x91\xca\x68\x22\xa4\x08\x51\x61\x33\xc5\xfc\x75\xe0\xe6\x62\x57\x35\x32\x31\xf5\x45\xd3\x08\x52\x99\xe8\x16\x7d\xd4\x2d\x3a\xa5\x7f\x97\x02\xec\xd5\x6d\xf8\xe7\x59\x26\xf3\xf4\x33\x35\xc9\xe4\x04\xcc\xc8\xe6\x84\x3d\x30\x61\xd0\x5c\x65\x97\x2b\x85\x18\x71\x0d\x41\x65\xbf\xb7\x63\x2e\x22\x3d\xb5\x15\x3a\x13\x36\x33\xe4\xff\xaf\xd8\x50\x4a\x53\xcf\xa2\xe4\x68\xa4\xd9\x2a\x76\xd4\x20\x4f\xdd\x5e\x91\xbf\xfc\xf9\x87\x1f\x2d\x09\x6d\xb3\xc6\xdd\xdb\xab\x81\xfd\xfe\xf7\xe7\xee\x7b\xbd\x16\xc9\x9d\x63\xde\xcb\x4e\x51\x97\xdb\x30\xf3\x4d\x0d\x9a\xd5\x5b\x90\xeb\x59\x46\xe7\x0b\xae\x91\x55\xb7\xe7\xa5\xe5\x07\x33\x9a\xb0\x22\xef\xc6\xfb\x18\x13\x39\x9d\x82\x4b\xda\x7b\x1a\x53\x3e\x02\xdf\xb4\xb1\x57\x00\x19\x32\xf3\x08\x91\x10\xfe\xd7\xe0\x6d\xf2\xd6\x0a\xcb\x3c\x80\x41\xf5\xed\x5a\xa5\x39\xd8\xb1\xfa\x6f\x8e\x48\xff\x4d\xca\x1e\x58\x26\x67\xf6\xfc\xd8\x1f\x98\x49\xea\xae\xda\xce\x94\xf2\xec\x52\x9a\xe0\x5c\xdf\x65\x5b\x14\x4b\xf8\x8c\x5b\x7a\x1e\x30\xdb\xee\x93\x46\xc6\xae\xb2\xe9\xfa\x84\x5e\x18\x09\xa1\x69\x6a\x8f\x15\x40\xbe\xfb\x41\x16\x56\x28\x11\x2d\xc0\x7a\x6c\x33\x58\xe7\xf6\x4b\xc6\xf5\xb6\x6d\x7b\xc1\x7b\xeb\x4d\xe8\xb8\x00\xe9\x5e\x4a\xb5\x0e\xf2\xbf\x80\x92\xf6\x4a\xf8\xa2\x7d\xa1\x41\x67\xb3\x22\xdb\x7a\xe3\x2c\xaf\xcc\xad\xfd\x6e\xe9\xd0\x74\x9c\x7b\x1e\xca\xb4\x04\x09\xdc\xc5\x87\x55\x43\xd2\xd8\xca\x11\x27\x99\xd4\xb9\x5a\xd3\x71\x50\x1e\xf4\x99\xfb\x74\xd9\xb8\x3b\xb1\xc2\x92\x67\x46\x6f\xa4\x13\xd5\x2c\x7c\x25\x75\x09\x0f\xb7\x71\x52\xa0\x7b\xfb\x88\x14\xc5\x55\x69\x56\x04\xcf\x89\x94\x14\xd2\x54\x5f\x84\x78\x5f\xaa\xc9\x23\xcb\xc0\xb0\x95\xc8\xe9\x0c\x24\x05\x37\x5c\xd7\x92\xbd\xe8\x0c\x35\xec\x88\xc8\xdc\xd8\xc6\x8e\xb0\x8c\x90\xdb\x82\xe3\x21\x85\x04\xf8\xa2\x38\x60\x5f\xdc\x69\x6f\x4b\x0f\x79\xcb\x48\xeb\xc8\xc0\xb8\x20\x1f\x98\x81\x56\x00\x48\x22\x9e\x20\x96\x4b\xaa\x65\x41\xd5\xb5\xdf\xe1\x44\xb9\x99\x6c\xb0\xf3\x45\x98\xf0\xbb\x4c\x0e\x97\xee\x7b\x9b\x4c\x51\x7b\x76\xbd\x78\xe3\x60\x61\x37\x89\x12\x6e\x57\xd1\x28\x53\xaa\x14\x12\xb4\xe2\xf8\x97\x43\x8b\x97\x93\x27\x04\xf6\x46\x55\x77\x17\xc7\xe9\x2c\x6a\xab\xc6\x08\x76\x9f\xc1\xeb\xb1\x2e\xe1\x78\xa7\x8b\x16\xb5\x55\x44\x50\xb6\xc4\x3d\xf5\x64\xe0\x80\x98\x09\xe3\x8a\xac\x35\x2d\x7f\x7e\x07\x78\xe6\xd7\x27\x9a\x82\xb6\x9b\x04\x40\x64\x22\x81\x41\xd8\x81\x39\xe0\x8b\x52\x6d\xaf\x56\x5f\x54\x06\xe1\x4c\xb4\x9a\x00\x79\xf9\xd3\x50\xe2\xfd\x47\x64\xc4\xbf\xb8\x46\x0b\xd7\x8d\x7f\x35\x32\x0a\x34\x98\x0a\x27\x74\x91\xec\x36\xb8\x1f\xaf\xe1\xfb\xa5\xb6\x30\xa9\x8d\x15\x07\xac\x60\xa5\x58\x22\x95\x65\x89\xd0\x6d\x70\x24\xad\xbc\x1b\x0d\x55\x76\x51\xe8\x46\x02\x78\x01\x04\x93\x52\xc3\x8e\x0d\x5f\x19\x95\x63\xd5\x15\xcb\x60\xa7\x56\x9d\x8d\x92\x3c\x0a\x0e\x3b\x64\x63\x2a\xbc\xd3\xa1\x61\xb4\x9e\xb5\xef\x70\x98\xad\x64\x45\xc1\xab\x0a\x72\x84\x1d\x50\x79\x1c\x7a\x06\xcb\xb9\x74\x1c\xce\x40\xf4\x5c\xab\x66\x96\x2c\xdb\x23\x0d\xf6\xaa\x86\xc1\xe6\x50\x93\xf5\xc5\x0c\x36\xa3\xda\x10\x37\xa6\x86\x11\xc7\xd2\xec\x1e\xb2\xd3\x96\xd5\x8c\x89\x15\x87\x4d\x84\xf3\x78\x88\x44\x33\x63\xb8\xab\x6d\x92\x6b\xe6\x82\x8a\xa7\x4c\x8d\xbd\xc0\x87\x70\xd7\xe1\x68\x3b\xdc\x6b\xcf\x47\x63\x5e\x02\xee\xa7\xc5\xa6\x5b\xa4\x2d\x16\x52\x23\xbc\x8d\xad\xb4\x5e\xc8\xb5\x69\xf6\x48\xe7\x9a\xcc\x14\x46\x22\xa3\x4f\xca\x4f\x1e\x6c\xcb\xe5\x8f\x82\xe5\xc0\x78\xa7\x20\x54\x2a\x8c\x47\xd6\xb0\x59\x51\x61\xa3\xf5\x99\xdd\x9a\xb2\x7f\xc5\x5f\x52\x57\xe6\x28\xa8\x40\xb5\x9c\xae\xd9\x76\x59\x8a\x8d\x73\x08\x05\x20\x5b\x3a\xed\xa2\x53\xf6\xb5\x34\x09\x7c\x60\x75\xbb\xa0\x43\x96\xed\xec\x63\xd9\xca\x02\x02\x5d\x3b\xec\x08\xab\x7e\x33\xf4\x19\x41\xd9\x49\x55\x65\x6d\xde\x6e\xa8\xf2\xf5\x3c\x48\xc5\x3c\x4b\x68\xed\x3b\x4c\xd4\x83\xa1\x6c\xcf\xbf\x9b\x80\x52\xe2\x8b\xa4\x40\x4a\xa9\xbf\x45\xaa\xe6\x9b\x5d\xc6\x10\x41\x9a\xd4\x0e\x61\x1f\x98\x26\x7b\x31\x06\x05\x92\x59\x13\xbf\xaf\x3b\x22\x42\x0a\x46\xb8\x2e\x5e\x36\x65\x57\x79\x08\xbc\xb6\x62\x24\xaa\xe9\x8b\xd5\x41\x9e\x59\x27\x6f\x07\x5d\x92\x8c\x38\xcb\x52\x4d\x04\xb3\x2a\x0d\x55\x73\x48\x80\x44\x7e\xb6\x8e\x68\xb4\x2f\x61\xb5\xe6\xf6\x70\x52\xa4\xc7\x9a\x00\x3c\x32\x2b\x88\x55\xc6\x45\x30\x41\xd4\xbd\xe4\x3e\x72\xd1\xc7\x7d\x11\x94\x60\x20\x3f\xae\xad\x72\xd7\x22\xb0\x6d\xa6\xf8\x0a\xa3\xe9\x4d\xd8\xc3\x23\x2f\xca\x6a\x44\xf3\xda\x44\xf5\xf7\xd7\x56\xb1\x8e\xe5\x0c\x40\x9f\xa8\x8c\xe5\x67\xeb\xaa\x86\x7a\xa2\xc8\x4a\x56\xc8\xe5\x4c\xc7\x95\x17\x79\x01\x66\xaa\xf5\x57\xca\x6e\x72\xbe\x60\xb8\xc2\xe2\x21\x85\x8e\x1d\x25\x24\xc4\x9a\x8a\x4b\x5e\xc6\xe2\x8f\x54\x93\x3f\x08\x69\xfe\x10\xa5\x77\x7b\x6d\x18\xab\xcf\x38\xcb\xc4\x51\x09\x76\x86\xfb\x64\x35\x47\x24\x84\x46\x49\x12\x2b\x57\x7e\x57\x4c\x81\xc2\xe7\xf7\xa4\xc2\x5b\x67\x31\x1c\xa2\x09\xb7\x0b\xa1\x27\xf7\x66\x02\x78\x8e\xba\x67\x04\xc9\x40\x31\x9f\x30\x33\x95\x8a\x55\xe0\x2f\x91\x79\x87\x78\x21\x84\x1d\x5c\x9f\x4a\x6b\xac\x61\x08\xe9\x57\x1c\xf3\x92\x15\x6c\xb9\xf5\x6b\x1f\x81\x40\xd3\x72\xde\xe1\x12\x0a\x58\x91\xd5\x5d\xaf\x91\x6f\x13\xbc\xd3\x24\x92\x06\x3b\x74\x5c\xe7\xa7\x29\x97\xb9\xd5\x17\xef\xa5\x72\x77\xa7\x76\x30\x21\x43\x9a\xdc\x1f\x33\x91\x12\x9a\x9b\x09\xe6\x14\x3b\xd3\xf1\xdc\xed\xac\x95\x0b\x80\x04\x42\xce\x2a\xd7\x09\x55\x8e\xe9\x8f\xe8\x83\xf4\xa3\xe8\x8b\xa8\x11\x00\x22\x01\xe4\x29\x70\xa5\x37\x09\x10\x0c\x90\xfe\x9a\xd6\xa2\x0e\x03\x76\x01\x01\x76\xf9\x99\x29\xe1\xd8\x02\x84\x8a\x60\xda\x49\xd8\x95\xd5\xe9\x7a\x53\x94\x57\x6d\x74\x5c\x49\x2b\xbc\x79\xe4\x42\xf2\xd0\x18\xe3\x66\x60\x45\x94\x1f\x3c\xdf\x2c\x65\x57\x8f\x72\x05\xc1\x75\x75\x6d\x7e\x9f\x4c\x78\x56\x98\xa7\xdf\x1e\x85\x61\xda\x26\x33\xf6\xc0\x32\x04\xe1\x48\x14\xf8\x70\xd1\x9f\xf8\x03\xf9\x5f\x88\x8b\x4a\x7e\xec\x8b\x0f\xc0\x52\xb3\x6c\x7e\x44\xf8\xa8\x68\x99\x9a\x4a\x33\xf7\xb5\x03\xb0\xdb\x85\x5c\xa5\x34\x10\xdc\xeb\x09\x7d\x60\x7d\xe1\x9b\xf9\x5f\xe4\x9e\xfc\x91\xfc\xd8\x64\xc3\xf1\xae\xd8\x27\x56\xf1\x81\x82\x7d\x5f\x11\x57\x38\x72\xa2\x23\x70\x0d\x6f\x01\x28\x97\xd6\x5f\x0c\x97\x0e\xe9\xff\x5c\x3c\xc8\x45\xc7\x55\x7c\x6a\xa9\x62\xc2\x0c\x84\x4c\xd9\x80\xd5\x78\xad\x96\x30\x09\x7b\xa1\x5f\xca\x94\xad\xf4\x39\x05\xe1\xf8\x33\x58\x2d\x74\x3e\x0c\xdb\x01\x51\x9b\x41\xdf\x2e\x13\x58\xfd\x80\x43\x7a\xee\x36\xc3\xdd\xd6\x4d\x76\xe5\x24\xab\x23\xe0\xe6\x6e\x00\xf5\xae\x9a\x8c\x1a\x1f\x20\x57\x3d\x85\x55\xe3\xb0\x7d\xd9\xce\xdc\xdd\x37\x51\xe2\x31\x20\x16\x29\x3e\xe6\x56\xd2\x5e\xdf\x15\x07\x0c\x70\x1b\x0b\x37\xa6\x7a\xae\x65\xe2\x2e\x96\xc2\x07\xcd\x1f\x07\xb2\x2b\xdc\x4b\x43\x99\x57\xe5\x6d\xb7\x00\x5c\xc7\xa1\x7b\x4e\xb4\x9e\x5b\xf6\x3b\xc6\xb0\x30\x36\xe1\x08\x12\xd0\x3e\xbb\x20\xf6\x50\xc8\x29\x43\x54\x5c\xbb\x68\xb9\x99\x48\xc5\xff\xde\xe8\x8b\x6d\x96\xae\x0b\x1f\x5a\x54\x8d\x1f\xc6\x59\x96\xb3\x81\x46\x51\x2a\x30\x25\x25\xa2\x4e\xbb\x21\xc3\x1c\x32\x61\x2d\x77\x1d\xe5\x19\x02\xd0\x24\x52\xa5\x88\xd1\xae\xcb\xb5\xff\xad\xb8\xa1\x35\x1f\xbb\xa0\x42\xdf\x20\x77\x09\x83\x0e\xe2\x26\x99\x50\x31\x5e\x2e\x43\xfe\x35\x67\xf9\x9e\x42\xb4\x1c\xec\xdc\x57\xf2\xc4\xd3\xb1\x2e\x52\x3e\x70\x6d\x2c\x4b\x2e\xd6\xf7\x37\x3b\x53\xe7\x8b\xa7\xfa\xbe\xb0\xa5\x85\xbc\x31\x54\xa1\xab\xba\xfc\x1a\x76\x97\x1b\x77\xfc\xf6\x60\x79\x79\x0e\x57\xfd\xa2\x6c\x54\xc3\x7f\x80\xfe\x1c\xb4\xcb\xb3\x5a\x36\x02\x0f\xaf\xc8\x1d\xfb\xb6\x72\x6c\xa0\x45\xfb\x41\xb9\x11\x3a\xe6\xba\xe8\xd7\xac\xa7\x8e\xdb\xb2\x0d\x65\x63\x92\xc0\xbe\x07\xe0\xc1\xda\xd9\x72\x1b\x59\x24\x8b\x60\x59\x8c\x96\xf6\x79\x0c\x4f\x6b\x66\x29\xfb\x04\xcb\xf1\xda\x91\x4b\xb0\x29\x8e\x3e\x1a\xd1\x16\xb7\xd3\xa2\x12\x54\x3f\x36\xff\x78\xdd\xa1\x2c\xf5\x84\xac\xe9\xd7\x00\x6d\x7e\xd9\xb1\xbd\x70\x81\x46\x65\x8f\x00\x46\x4f\xc8\xc8\x27\x0a\xce\x81\x5c\x13\xa3\x28\xc4\x8a\x42\x84\xdf\x67\x94\x62\xb9\x46\x5d\xd1\x81\x1b\x82\x2a\xea\xa0\xd4\x80\x79\x3a\xe4\x25\x33\xa1\xc2\xa5\xca\xd4\x79\x1f\x02\x36\x74\x38\x09\xb1\xff\xa1\xae\x33\xe8\xc8\x89\xee\xb5\x4d\xfa\x85\x8e\x63\xb8\x2b\xf1\xb3\x4d\x66\x62\xae\x21\xfc\x9a\x66\x8d\xfa\xe2\x50\xca\x8c\x51\xd1\x24\x56\xd7\x3e\x5e\xb0\x14\xf1\x38\x66\xd6\x6a\x7c\x56\x32\x53\x39\xb3\x3a\x05\xc5\x64\xa1\x68\x5e\x14\x4a\x38\x98\x80\x4c\x87\x4a\xa1\x1d\x68\xba\xc2\x17\x72\x14\x9f\xfc\x21\xcb\x36\x0a\x32\xc1\x0f\x96\x52\x11\xbc\x52\x54\x09\x58\x2b\x01\x23\x8e\x7d\xa8\x4d\x57\x59\x35\xb0\x38\xc9\x65\xa9\x59\xb8\x9c\x28\xb2\xdd\x10\xb5\x0b\x51\x1f\x38\xc5\x7a\x7d\xa6\x55\x0d\x6e\x5f\x47\x7c\x3d\x25\xbe\x3f\xaf\xc8\x13\xe9\xe0\x79\xa2\x29\xac\xb3\xdd\x56\x24\xad\xcd\x20\x58\xb6\xb0\x3e\x85\x61\xbd\xa1\xda\x2e\xb6\x1d\x9e\x03\x23\x19\xc8\x91\xcf\x51\x58\x7f\x61\xab\x28\x2d\x1b\x58\x24\x14\x82\x3c\x90\x99\xe2\x52\x39\x30\x94\x46\xbf\xc0\xaa\x4b\xbd\x5d\x89\x1d\x01\x68\xcb\x29\xdc\x3b\xba\x80\x06\xf3\xb6\xbf\x70\xeb\x97\x56\x07\x32\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x13\x1a\x7d\x7e\xa3\xed\x34\x51\x52\x6b\x17\x0e\x82\xed\xe8\xd6\x52\x79\xa2\xe7\xd2\xcd\xf6\xe1\xe8\x7b\xbe\xc8\xd0\xc5\xb2\x51\x11\x94\x79\xbd\xfc\x39\x64\x21\xb5\xae\x91\xfb\xef\x1a\x34\xe6\x8f\x06\x51\x8c\x6a\x67\x01\x81\xd8\xaa\x4a\x54\xc9\x06\xd2\x62\x18\x33\xc6\x58\x1e\x87\x64\xd6\x88\x84\x1c\xf8\x03\x56\x6c\xe1\x9a\x70\xa5\x18\x00\xc2\x23\xfa\x40\xb7\x42\x35\xbc\x28\x4b\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xa8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x13\x99\x8f\x2c\x25\xc6\x55\xd1\xad\x88\x7d\x0c\x95\x45\x98\x30\x75\xae\x0e\xdf\x08\xb8\x46\x00\xfc\x60\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\xff\xda\xc7\x3a\xf9\xcb\x3d\x24\x4a\x4a\xd1\x17\xc1\x0d\x15\x4a\x86\xc1\x5e\x12\x9a\xa6\x45\x5e\x20\x46\x40\x0e\xd0\x9c\xbe\xee\xa9\x58\xe9\x89\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x38\xb1\xbd\x84\x07\xac\x65\xa7\xad\x25\xf1\x5c\xf0\x35\xaf\xb0\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\x95\xdc\x46\x40\x03\x22\x99\x13\x48\x07\xb0\x44\x3b\x27\x3f\x91\x29\x17\x10\xba\xbb\x6c\x69\xef\xca\xf3\xd8\x04\xc6\xb5\x7b\x79\x57\xc6\x58\xff\xf9\xea\xae\x0c\x4e\xd8\xfe\x75\x39\x20\x6b\xb9\x85\x65\x36\x9d\x68\x8a\x45\x78\x94\xc4\x95\x08\x2b\x53\x37\xd1\x0f\xcc\x7c\xc2\x9a\x0e\xfb\x70\x86\x3a\x2c\x38\x50\xfb\xd8\xc0\x57\xf5\x58\x9f\x0c\x3e\xd5\xd4\x01\x29\x14\x9c\x9e\x43\x62\x56\x32\x03\x59\x9b\x85\x42\x20\x51\x3c\x6f\x0b\xab\x33\x40\xe9\x00\x30\x2b\x79\x9b\xa4\xbd\x32\xa5\xb0\xcb\xd5\x87\xb7\x03\xb0\x73\xd1\x9c\x1c\xe1\xc7\x6b\x05\xf9\xdc\xc4\x6e\x2d\xdb\x56\xb1\x94\xa4\x7d\xdd\xad\x59\xeb\x8b\xaa\x64\xfc\x6d\xe5\x4b\x67\x41\x48\xdf\x77\xaa\x74\x14\x88\xf4\x22\xb2\xa4\xdd\x4c\x77\x4b\x90\x46\x5b\xc6\x75\xd9\x40\xf2\xa4\xb2\x50\x6d\xb4\xc1\xf6\x71\x33\xc5\x04\xc0\x58\x54\x2f\xe9\x6c\x9c\x6c\x52\xb4\xea\x33\x1e\x36\x10\x94\x49\xf1\xb5\x37\xb9\x39\x84\x26\x3a\xa3\x0e\x98\x12\x84\x1d\x9f\x6e\x5a\x07\x24\xd2\xea\x8b\xb8\xba\x27\x8a\x27\x96\x06\x7c\xfa\x31\xc0\x39\x59\x76\xa1\xd0\x6f\x1e\x6e\x9e\xa3\x38\xf1\xa4\x1a\x38\x69\x26\x64\x2e\x73\x15\x7a\x5c\xe8\xc7\x51\x9f\x9e\x50\x1f\x5b\xe3\x45\x7a\xe7\xf9\x8d\xd3\xc8\xa1\xbd\x28\x2b\xd3\x75\xcc\x1e\x98\x20\x8f\x13\x26\x22\x67\x60\x5f\x44\x21\x8d\x56\xfa\x17\xdf\x99\x10\xb8\xc4\xb3\x39\xf8\x03\x09\x0d\x9e\xcf\xc2\xb6\xa9\x29\x77\x2d\x2f\x27\xe0\x3d\xe4\xa6\xe8\x0a\x2c\xea\x06\xc4\x07\x5f\x36\x99\xeb\x1c\x80\xb2\xa5\x81\xd8\x78\x88\xf1\xf3\xb5\x24\xcb\xbe\xcc\x58\xb2\x4d\x42\xc1\xb5\xaf\xdf\xb6\xcc\x7c\x58\x86\xe4\x02\xd3\x98\xdb\x3a\x23\xbd\x31\xb3\x3a\xda\x15\xe3\xdc\x28\xad\xc7\x0e\xf4\x93\x4b\xbd\xde\x70\x9c\x3e\xb1\x67\xa4\xe4\x74\xbd\x21\x3e\x4f\x28\x7b\x6f\x21\x28\xbc\x64\x8f\x7b\x21\x31\xec\xab\x47\xd9\x14\xbc\xbe\x8a\xeb\x7d\xc2\x7b\x31\xe4\xa9\x00\xb2\x84\x87\xf9\xf2\x5e\x4a\x17\x37\x1e\xf7\x19\xdf\x59\xc1\x5f\xe7\x63\xba\x2a\xa7\xa0\xe4\x09\x1c\x32\xe2\x24\x4f\x8c\xe3\xae\x0f\x40\x87\xeb\xb3\xce\x05\x11\x05\x33\xb8\x34\x3c\xbb\x78\xda\xd0\x69\xc8\xf3\xaf\x02\x3d\x54\x96\x6b\x05\x37\xda\x57\x40\xf1\x13\x04\x9d\xd7\x99\x15\x4a\x81\xf0\x2e\xe2\x67\x3f\xd9\xa6\x95\x1b\x7a\xe9\xc0\x4a\xe9\xa6\xf1\x80\x1c\x96\x78\x9c\x62\xb9\xb8\x95\xa5\x9b\x0f\x8b\x0c\x78\x4f\xc7\x96\x06\x09\xa4\x4e\xa6\x2a\x79\x02\x24\xbe\xe3\xc1\x9e\x35\xa5\xf3\x28\x12\xd1\x61\x59\xc1\xe5\xcc\x45\xf8\xab\xcc\x6a\x3d\x31\xc7\x24\x5a\x17\x11\xd4\x8a\xf0\xa9\xc1\xd0\x96\xc5\xf7\x35\x16\x4e\xc1\x51\xa2\x7f\x01\xa1\xb2\xbb\x97\x88\x6e\x0d\x51\x76\x73\x99\x93\x47\xae\xad\x36\xd6\x17\x60\x80\x0f\x90\xda\x46\x3a\x18\xec\x23\x78\x0b\x62\x6f\x75\x3e\x9c\x72\xab\xba\x16\x93\xbc\x03\x8e\x70\xe3\x23\x31\xf1\x1c\xdb\x0f\xe0\xda\xf6\x31\x9e\x75\xd9\x14\x2b\xce\xc7\x16\x16\x87\xa2\x91\x5d\xc3\x38\x23\xff\xe0\xd3\x06\x72\x46\x62\x76\xac\xd6\xd4\x1e\xaf\x43\x24\x67\xfd\xa1\x2c\x67\x33\x43\xca\x39\xd7\xa6\x72\x99\x34\xe7\x30\x17\x5b\xb0\x8f\x30\xce\x26\x2c\x95\x65\xf1\x3d\xfe\x93\x7a\x69\xe7\x36\x54\x8b\xa9\x15\xc1\xae\x1b\xe5\x9b\x97\x96\x4b\x16\x15\xc6\xda\xda\xeb\xba\x89\xba\x55\xa4\x43\xc4\xa4\x10\x85\xfc\x94\xd3\x08\x58\x95\x75\x0b\x69\x20\xdc\x21\x01\x48\xc8\x85\x58\xa3\xbe\xa8\x97\x1b\x96\xd3\xd8\xae\x91\x0b\x7b\xcd\x39\x8b\xac\x45\x7e\x16\xce\x22\xf2\x39\x84\x6a\xa2\x32\x1a\xea\xbb\xb2\xca\xb9\xf2\xa6\xee\x06\x2d\x00\xc4\x85\x6d\x82\xde\x6a\x4e\xe5\x9a\x71\x05\x2b\xcf\x85\xbb\x32\x9f\x46\x83\xda\x31\x00\x03\xd2\xae\xf7\x9f\x2c\x0e\x06\xe3\x23\x70\x46\x38\x4f\x25\xc5\xca\x13\x01\xa5\x63\xad\x95\x5b\x03\x8a\xad\x81\x87\xc1\xc3\x52\xd1\x20\x38\x3c\x32\x0b\x05\x5a\x2a\xdc\x2d\x88\x3b\xb9\x48\x99\x12\x8c\x9a\xc9\xf3\x39\xf4\xcf\x76\x35\x19\x3e\x9b\x73\xff\x6c\x2f\x60\x90\x15\x87\xf9\x86\xbe\xf2\x0d\x1c\xcf\x05\x5c\xde\x82\x12\x55\x87\x99\x5b\xe4\x14\x38\x3d\xab\x8c\x48\xf8\x14\x3e\xff\x7a\xc5\xe6\x69\xa2\x1f\x6a\x0c\x1a\x0b\x71\x0f\xf6\x6c\xc6\x20\x83\x2b\x96\xe4\xf5\x86\x19\xc4\x6c\x86\x3e\x3a\xb3\xd1\xc0\x72\xf6\x01\xc2\x0b\x6d\xb0\x9b\x37\xf4\xf1\x0a\xbe\x87\x8a\xe1\xf8\xf5\xfa\x82\xc3\x32\x65\x33\x58\x2a\x01\x14\xba\x04\x7b\x84\x5c\x7f\xc5\xed\xbf\x7d\x79\x25\xaf\xb7\x95\x90\xea\xf1\x17\xf7\x43\x43\xc1\x89\x15\x45\x94\x62\x1d\x52\xcc\xab\x26\x18\xaa\xd2\xcc\x25\xae\xa0\x5a\x58\x51\x00\x96\xa9\xa7\x7d\xf1\xb3\x7c\x64\x0f\x4c\x1d\x11\x6a\xc8\x54\x5a\xa1\x2f\xf2\x8a\x41\x94\x7d\x29\xfd\x1f\xbd\x1f\x94\x5c\xd2\x29\x4b\x3b\x20\x3a\x44\x71\xb5\x4e\x49\x76\x06\xe8\xba\x14\x4b\x48\x1b\x74\x95\x65\xdd\x40\xfb\x02\x6b\x33\xa1\xc7\x15\xa8\x91\xfb\x89\x01\xab\xfc\x43\x30\x8f\xff\xa1\x45\x7a\x56\xc6\xe1\xba\x3c\xde\x28\x5d\xa3\x69\x6c\x7d\x31\x56\x32\x9f\x05\x25\x46\x0e\x41\x7b\x42\x33\x79\x8d\x79\x1c\x06\xe3\x6d\xe3\x09\x4d\xad\x04\xb5\x9c\x70\x4a\x6a\xf6\x0b\xb3\x1a\x95\x63\x9f\x63\x02\xb2\xcc\x2b\x78\x7b\x5d\x40\x0f\x90\x51\x33\x24\xcb\xfe\xcc\xec\x0b\x40\xb8\x1a\xe4\xf7\x60\xdd\x28\x05\xc2\x35\xdc\x2a\x1b\x58\x84\xbc\xf5\xa4\x3e\x82\xb3\xe8\xd6\xf9\x75\x7d\x85\x82\xba\x3a\x44\x0d\x7b\xbf\xbe\x03\xbc\x32\xca\xeb\x5c\xcd\x24\xa4\x40\x64\x73\x1f\x36\xea\xd2\x3a\x66\x72\x96\xa3\x03\x9a\xc7\xfe\xc8\xda\x01\x71\x6d\x3e\x52\x93\x4c\xac\xe8\x58\xa4\x37\xec\xc9\x31\x5f\x30\xd2\xa7\x55\x55\x6b\x66\x70\x16\xf7\xde\x60\x86\x59\xdb\x0a\x81\x89\xce\x3e\xaa\x07\xfe\xca\x32\x32\xb5\xbd\x96\x90\x5e\x23\x6c\xb6\xda\xb5\x2e\x21\x9b\xed\xdd\x27\xbf\x83\x2a\x01\x15\x1a\xb9\x20\x51\x8d\x66\xe7\x6c\xa8\x3d\xd2\xb9\xe2\x5b\x69\x0c\xce\x58\x05\x90\xab\x85\xee\x39\xa5\x33\xc2\x2d\xdf\xb6\x37\x8f\x1a\xb3\x23\xf2\x68\x4f\x9c\xc9\x95\xe5\xcd\xb9\xe2\xfe\x84\x81\xc2\xb8\x64\xfb\xca\x1a\xdb\x09\x4a\x1b\x18\xa9\x98\xd0\x08\xd4\xcf\x55\xc9\x4b\x4c\x4e\x83\x8b\x1f\x76\x38\xe3\xe2\xde\x76\x86\x60\x23\xde\x31\xa0\x2c\x7f\x93\xca\x07\xfc\x97\xf6\x74\x25\xe5\xed\xb0\xcb\xcd\x50\xce\xab\x8e\x02\x17\xe3\x28\x55\xa9\x5e\x5f\x5e\x07\x34\xa4\xf6\xcb\xf5\x30\x4f\x6a\x3f\xf5\xf2\xc4\x36\xdf\x2e\xc9\xee\xd8\x1a\x47\xbd\x14\xce\xe4\x42\x4a\x9c\x44\x12\x27\x91\x39\xad\x0b\x52\x40\xb1\xc4\x12\x75\x12\xca\x7f\x86\x7f\x21\x54\x1b\x2e\xcd\x7f\x12\xa9\xfa\x02\x7f\x3f\x0a\xa8\x2e\xf6\x85\x22\x0b\xb3\x01\xb3\x20\xd0\x93\x47\x05\xdf\x4e\xae\xec\xb5\x6f\x7f\x19\xdc\x74\x6e\xaf\xee\x6e\xce\x4a\xc2\xe5\xd9\xc5\xdd\x6d\xaf\x73\x53\xfb\x0c\x6b\x91\x74\xaf\x2e\x07\x7f\xbd\xeb\xdc\x35\x3c\xf2\x0d\x5c\xb4\xdf\x75\x4a\x75\x50\xff\x7a\xd7\xbe\xe8\xf6\x7e\x1d\x5c\xbd\x1f\xdc\x76\x6e\x3e\x75\xcf\x3a\x83\xdb\xeb\xce\x59\xf7\x7d\xf7\x0c\x2b\xa8\x45\xef\x5e\x5f\xdc\x7d\xe8\x5e\x0e\x7c\x48\xcc\x52\x59\xb7\x7e\x2a\x4d\x88\xf8\x51\x55\x40\xe0\x2f\x05\x46\x8d\xbf\x9b\x87\x73\xb7\xd3\xfc\xef\x60\x2e\x71\x35\x52\x8f\x8f\xfc\xbf\x10\x0d\xf9\xd8\x72\x04\x6f\x30\x2b\x0e\x53\x5f\x04\x8b\x66\x60\xff\x86\x8e\xb5\xaf\x8f\x54\x1a\xed\x29\x69\xcf\x5c\x79\x71\x59\xee\x14\x8a\x2b\x85\x91\x7a\x43\x36\x90\x08\xd4\x37\x73\x35\xbb\xaa\xbb\x55\x6e\xd0\xcd\x09\x86\xe0\x0c\x7a\x29\x29\x00\xf2\x17\x30\xd4\x7d\x21\xb0\xf2\x36\x9f\x12\xcf\xb0\x6c\xb3\x76\x5c\x90\x18\x39\x17\x74\xba\x50\x05\x0a\x73\x03\x5d\xd6\xe0\x94\x09\x53\x6d\xb1\x44\x1d\xe5\x96\x27\x8c\xfc\xf2\x97\x62\x50\x60\x86\x71\x66\x8d\x7c\x01\xdf\xd0\x3d\x50\x39\xae\xea\x2a\xda\x2a\xf5\xe4\x15\x9f\x9a\x9a\xa0\x10\xa5\x92\x8b\x28\x3d\xa7\x14\xc8\xe5\x6a\x21\x90\x63\x52\x21\xd0\x53\x72\xcb\x32\xa8\xc3\x1a\x84\x1a\xbb\x8b\x33\x28\x27\x5c\x85\x45\x1f\xba\xf2\xc2\x4e\x6a\x40\xf0\x18\x58\x47\x28\x67\xd7\x74\xe8\xcb\x3c\x7b\xa7\xf4\x52\x7d\x3f\xf0\x7b\x3e\xd8\xea\x12\xe9\x51\x7d\x5f\x53\x96\xa0\x96\x2f\xbb\x0d\xdd\xb1\xc7\xe6\x5a\x08\xb5\x9d\x86\x3d\x1b\x00\x45\x6e\xd7\x67\x63\x6e\xef\x8a\x2e\xfd\x8c\xb3\x0a\x4c\xda\xda\xfd\x95\x60\xd6\x9e\xde\xb6\x53\x7f\x8b\x03\xed\x0e\x7c\x8a\xcb\x26\xeb\x56\x2e\xad\xbd\x89\xf7\x06\x00\x26\x78\x12\x95\x25\x87\x53\x1f\xa0\xeb\x3c\x96\x32\x16\x75\x74\x86\x25\x3a\x94\x0f\xa5\xa4\xee\x29\x96\x74\xab\x95\xb1\x23\x4d\x7e\x97\x33\x14\x88\x79\xfd\x7a\x97\x76\xe9\x3d\xf9\x42\x65\xc9\xda\x65\x5f\x57\x53\xaf\x4e\x66\x55\x1c\xe5\x16\xce\x98\xa8\xf5\xe0\x8d\x59\x47\xb8\x3e\x77\xf5\x08\x74\x09\xd2\x18\x91\xf3\x41\x05\x8f\xcd\x29\x47\x45\xd4\x89\x2b\x4d\xed\xc5\xa1\x13\x2f\x21\x91\x13\xb4\xf1\x9c\x44\x57\xf7\x7c\x66\xef\xec\xe9\xd0\x25\x41\x2c\xdf\xe8\x68\x6d\x76\xd8\xf2\xa7\x83\xf2\x0b\xd3\xfa\x6a\x48\x7e\x75\x23\x78\xb5\x40\x7e\x18\x92\x1f\x68\xc3\x4e\xd7\xaf\xf6\x1f\xfd\x8c\xfe\x88\x24\x95\x37\x64\x54\x45\xad\x85\x8c\x77\x72\x0c\x75\x67\x5c\xfa\x86\xb3\xd4\x6b\x72\x4c\x32\x7e\xcf\xc8\x77\xe0\xde\x6e\x5f\x77\xbf\x3b\x22\xdf\xc5\x21\xb4\xdf\x6d\xc0\xfe\x0a\x8c\x4e\x37\x6e\x87\xe8\x07\x92\x6a\x29\x3a\x0b\x52\x02\xe2\x61\xb6\xa3\x72\x32\x90\x2d\x65\x98\x42\xdc\x39\x08\xc9\x09\x61\x1f\xce\x0e\xbb\x8a\x37\x16\x47\x66\x67\x6c\x34\xdb\xde\x62\x80\xff\x9e\x43\x11\x96\x33\xc2\x15\x29\x03\xed\x50\x7a\xa2\x40\x93\xd3\x0d\xc4\x7b\x08\xc7\xa9\x9b\x55\x49\x4f\xf6\x8b\x59\xbb\x29\xab\x08\xef\xb5\x91\xdb\x1a\x81\x2f\xed\xba\x15\x71\x81\x4b\x0d\xb2\xe4\x81\xca\x9e\x96\xca\xf6\x11\xf3\x55\x1e\xdc\xe6\xb7\xd9\x19\x0a\x44\x51\x33\x3e\x85\xd9\x4a\xb8\x9e\x4f\x97\x41\xf7\x56\xc3\xcc\x6e\xe8\x4b\x89\xd6\x64\xb5\x33\xe5\x16\x9d\x70\xe8\xd4\x58\x1c\x6b\x75\xa8\x6d\xe3\xa0\x80\x24\xc7\xa8\x6c\xc3\xa7\xec\x88\x40\xf9\xa4\xc2\x71\xe8\xce\x2b\x90\x1b\x5c\x55\xae\xce\x02\x76\xa2\x92\x09\x7f\xa8\x0f\x3d\x5f\xba\xc1\x3b\xb8\x5c\x2f\xdb\x1f\x3b\xe7\x83\xce\x65\xaf\xdb\xfb\x75\xb0\xe8\x7d\x2d\x3f\xbe\x39\xfb\xb9\xfb\xa9\x73\x1e\xbf\x70\xfb\xeb\x6d\xaf\xf3\x71\xf0\xa1\x73\xd9\xb9\x69\xf7\x3a\xe7\x4b\x8d\x57\xcb\x3a\xab\xc3\x58\x75\xb1\x71\xb2\x40\x4c\x4d\x3d\x1e\xa3\x47\x1e\x41\xcb\x0f\x64\x10\x72\xa3\xc9\x03\xd7\xdc\x65\x19\x39\x61\xef\xae\xeb\x8d\x51\x35\xbd\x9f\x46\xe1\xc5\x47\x08\xc7\x51\x74\xc2\x9d\xb5\x3b\x16\x04\x9d\xa3\x55\xa4\x18\xb3\x43\xa2\x2a\x56\xad\x9a\x4e\xdc\x82\x9d\x92\xb6\xdb\xda\xba\xf6\x85\x24\x56\x0c\x65\x0a\x47\x8f\x5e\xd8\x30\x74\x72\x4c\xaa\x6b\x7c\x4a\x10\x2e\x2d\x02\x7d\x0d\x0d\x82\xf0\x44\x15\x13\xdf\x19\xc2\xbe\xcc\x32\x9e\x70\x13\x01\xd1\x4a\x45\xa6\x54\xd0\xb1\x57\x3f\x72\xcd\xd4\x0a\xee\xb1\x37\xb7\xec\x3e\xb4\xc8\xa6\xd0\xbe\x58\x53\x72\xe4\x12\xb0\xe0\x8c\x74\x39\x1d\x4f\xa6\x83\x36\xb8\x77\x16\xf0\xb2\xd6\x1d\xd2\x9e\xd4\xd7\x15\xc1\x84\x2e\x98\xd8\xf9\x75\xa9\x07\xf2\x7c\xc4\x8b\xeb\x65\x78\x88\x6b\xe8\xf0\x2b\xbb\x88\x4b\x80\x93\x7b\x2b\x09\x35\x58\xed\x43\xac\xa5\x94\x3d\x96\x69\x2a\x6a\x27\x2c\x14\x68\xf2\x6a\xe7\x65\x33\xf6\xee\x66\xd5\x70\x4a\x8b\xb8\xba\x12\x0e\xd4\xcb\xa3\xba\xa1\x0c\x0e\x80\x52\xa5\x2f\xa5\x18\xce\x62\x96\x59\x79\x70\x5f\xb9\x12\x4e\x65\x30\x2f\xa7\x1c\xce\xca\x75\x7b\xb9\x69\x84\x35\x03\x5d\xa3\x0c\x4e\x88\x72\x07\xe8\xdb\xcd\x58\x3e\x64\x16\xf2\x34\x03\x8e\xe4\xdd\x72\xf6\x50\xd5\x98\x2e\x63\x45\x8b\xea\xfb\x9d\xbb\xeb\x51\x7d\xdf\xd0\xd5\xaa\x8b\xe2\xac\x64\xe8\xae\x2c\x9b\xcb\x72\x73\x88\x11\x71\xe1\xc2\x66\xfe\x0b\xd5\x69\xf7\x22\x9a\x40\x13\x35\x09\x07\xeb\x99\xea\x10\x37\xb2\x7b\x5e\x70\xa4\x80\xb2\x1e\xb9\x5d\x8d\xa2\x09\x00\xcc\x62\xd9\x54\xe7\xca\x68\x72\xb0\xd8\xa9\xad\xb7\x3d\xf0\xea\xe2\xba\xac\x08\x15\x73\xab\x5d\x00\xe5\x16\x61\x28\x32\x49\x72\xa5\x36\xcb\x81\x2d\x09\x01\x22\x05\x58\xa0\xa8\xd2\x11\xca\xa5\xd5\x3d\xc7\x3e\x27\x54\x57\xbb\x5c\xb9\xe5\x5b\xa4\xce\x95\x9a\xf9\xc0\x20\x70\x76\x2f\xf5\x27\x36\xc8\x64\x80\x81\xdc\xa9\x6c\x65\x31\xc7\x5b\x04\xe9\xcd\x55\x56\x98\x23\x28\x96\x52\x8f\xa2\x92\x20\xc1\xa8\xb4\xa2\x38\x98\x06\x96\xb3\x79\xf9\xc9\xa7\x1c\xaa\x1b\x4d\xc3\x58\xad\x98\xb6\xb7\x24\x91\x46\x08\xe9\xa8\x17\xb4\xd4\x80\xbe\x5e\x96\x08\x41\x76\x9f\x23\xc8\x32\x28\x7d\x34\x16\x5d\x35\xff\xbb\xbd\x59\x15\xd3\x13\x99\x35\xf1\x7a\xe8\x66\x63\x94\x80\xed\x66\xe3\x41\x02\x9e\x70\x3a\x2e\x1c\x62\xd0\x14\xc0\xb4\xc6\x2d\x72\x8e\x4d\xd4\xde\x5d\xeb\x4c\xb6\xc8\xde\x72\x00\x27\x2e\xbe\xc0\x0d\x0d\x7c\x01\x85\x7a\x1c\x27\x49\x17\xb6\xc2\x42\x74\x9c\xa3\xe7\x21\x7c\x1e\xc1\xf5\x87\xd8\x3b\x6e\x34\xd1\x46\xe5\x09\x80\xd9\x4c\x98\xda\x08\x40\x27\x04\x4f\x16\x4d\xd8\x01\xd7\xf3\x24\x87\xb9\x06\x02\x86\x73\x0e\xeb\x52\x7a\xb7\xc7\x81\x80\x29\xd7\x0a\xbf\xcd\x9c\x6f\x57\x9b\x73\x19\xa9\xff\xc9\x4c\xcf\x25\x6a\x29\x4d\xe0\x90\x45\xbc\xad\x41\xd9\xc1\xf0\x05\x0a\x84\x24\x7f\xa3\x38\x03\xf4\x99\x2c\xa4\xac\x96\xef\x68\x67\x5a\x5a\x49\x58\xf6\xfc\x9e\xef\x68\x66\xb6\xc3\x99\x0f\x20\xd3\x60\x17\xbf\x6f\x69\x06\x68\x65\x83\x36\x59\xea\x0a\xc3\x22\x80\x90\x9b\x7d\xb0\x30\x62\x2d\x8a\xbe\xb8\xb1\xa3\xc0\x2f\xc0\xd0\x88\xe2\x5d\x00\x7c\x67\x05\x62\xeb\x88\x50\xf7\x15\x2c\x5b\x53\xad\x31\x3d\x88\xca\x5c\x34\x4d\x6c\x1b\xb8\xe1\x20\x82\xbe\xc3\xa7\x64\x94\xd1\xb1\x4f\x40\x84\xe2\x29\xa3\x42\x45\xb1\x72\x16\x56\x23\xb1\x7f\x6a\xc7\xfe\x79\x43\x54\xb3\x9e\xb1\x04\x95\x85\x2d\xa5\x62\xd8\x05\x9e\x06\xf3\x2d\xfc\x29\xea\x4b\x4b\x38\xb8\xc9\x29\x9d\x41\x30\x1f\x52\xba\x1c\x05\x2e\xdf\x73\x11\x7d\x2d\x18\xf9\xff\xfd\xaf\xff\x6e\xf1\x74\x4d\x8c\xb8\xc2\x8b\x52\x24\x4b\x47\xe1\x33\x51\xc1\x0c\x0a\xec\x78\x69\x6d\xc8\x52\x16\xf8\x2e\xe1\x15\x13\xaa\x9f\xce\x6d\xb7\xa4\xe0\x70\xcc\x3b\xd7\xf3\x12\xe3\x50\x31\x0e\xdc\x5e\x48\xb9\x66\x0a\x1d\x18\x21\xbd\xb1\x06\xa0\xbb\x31\xa8\x83\x4d\x29\xdf\x28\x4c\xcc\xbe\x5f\x9f\x7c\x5f\x32\x40\xd1\x31\x53\x83\x34\x2f\x05\x3a\xad\x6a\xfb\xda\x7e\x74\x9e\x9b\xf9\xea\xf6\x75\x46\x93\xfb\x4d\x00\x0f\xec\xfb\x0d\xcd\xae\x66\xd4\x91\xe7\xaf\x2c\x2f\x34\xc0\x09\xb0\x0a\x9c\x80\x8b\x0b\x89\xfb\x47\x9e\x25\x00\x56\x3d\x92\xf7\x1c\x53\x03\xb0\xc6\x16\x79\x8f\x48\x7d\x20\x77\x62\x17\x89\xcc\xb3\xb4\x2f\xd8\x97\x99\xd4\xac\x14\x64\x5b\x83\xae\xe6\x62\xc6\x5d\x4f\xf5\x17\x46\x05\xb9\x7e\x27\x41\xe4\xab\x63\x3f\x2c\xee\xe9\xe2\x94\xeb\x89\x6c\xa7\x3b\x32\xe1\x33\x6e\xc9\x63\x50\x7b\x98\x9e\xad\x78\xca\x99\xd5\xd8\x85\xc9\xe6\x47\x24\x4c\xb2\x42\x16\x19\x7b\x60\x8a\x8e\xad\xb4\x42\x79\x16\x23\xe9\x95\xed\x03\xeb\xb9\x3c\xcb\xa1\x96\x3b\x47\x05\xd7\xf9\xa1\x36\x90\x32\xda\x31\xfa\xdf\x9c\x19\xc2\xbe\x18\x26\xd0\x83\xd7\xf3\x01\xce\x51\x90\x4d\x53\x01\x2c\x0c\x3d\x6d\xbe\x64\x9f\x7c\x1f\xdb\x3e\xcb\xc3\x47\x70\xa7\xda\xf1\x7a\x57\xb9\x60\x42\x45\xea\xc2\xf4\x8b\xfa\x6e\x38\x3b\xa1\x0d\xa3\xe1\x8e\xf7\xc1\xe6\x11\x28\x13\xb6\x89\xe8\xe7\x70\xa5\x78\xf9\xd5\x4a\x5e\xe0\x6f\x91\xca\x8a\x21\xb9\x30\x3c\xb3\xd2\x94\x1b\x83\xd5\x6e\x72\x11\x52\xc0\x21\x24\xac\x61\x05\x21\x71\x5c\x8c\x07\x6e\x25\x7d\xc4\xf9\x7a\xdc\xba\x4c\x53\x1f\xb1\x29\xfc\xf1\x9d\x6f\x68\xb9\x21\x0d\x53\x2d\xec\xf4\x43\xac\x3b\x44\xd6\x0b\xe9\x27\x13\xf0\xfa\xc2\x5e\x97\xca\x69\xc0\x44\x37\x91\xe4\x41\x56\x5a\xcc\xb5\x2a\xf8\xba\x26\x1a\x22\xf4\x31\x82\x18\x82\xe3\x4c\x43\x80\xbe\x6e\x08\xcc\x07\xf4\x56\x2f\x32\x39\x90\xd7\x50\x01\xa0\x12\xe3\x4f\x7d\x77\x2e\x8e\x8f\x66\xd9\x90\x26\xf7\x01\x50\x33\xa8\x46\x52\x79\x68\x32\x2b\xc6\x01\x0a\x30\x12\x97\x1d\x68\x02\x72\x46\x51\xd9\x3a\x75\xd9\xac\x6e\xd8\x45\xe7\xae\x08\x89\xc0\xb2\x18\xa0\x44\xe1\xe8\x31\x4e\x30\x65\xb3\x4c\xce\xa7\x0d\x37\x50\x35\x5c\x7b\x17\xd7\x5d\x53\xb4\xf8\x5e\x2f\x9f\x0a\xd3\xdb\xf8\xfa\x59\x08\xe4\xdd\x43\x3e\xf5\x3a\xae\xc9\x4d\x03\x5f\xab\xe7\x8a\xeb\x59\x46\x4b\x85\x84\xab\x3d\x60\x74\xeb\xd3\xae\x3e\xa6\x3f\xad\x36\x39\xac\x1f\x1f\x55\xfb\xf9\x93\x94\x6c\xf1\x77\xaf\xab\xdd\x02\x5c\xc8\x99\x55\x58\xd6\x82\x66\x5a\x18\xa8\xde\x9a\x29\x69\xef\x66\xd9\x17\x86\x8e\x7d\x00\xb1\x93\xea\xe4\xa3\x60\x4a\x4f\xf8\xac\x04\xf2\xbd\x73\x44\x96\x23\x4c\xf7\x1f\x0c\x61\xda\x80\x05\xca\xd9\x31\x96\xdf\xb4\x04\xa2\x67\x34\x29\x6c\x2d\x49\x46\xb5\xe6\xa3\x39\x49\xf9\x08\xc2\x10\x4c\x11\x1f\x03\xe1\xcb\x01\x00\xb8\x0c\x14\x5d\x6b\xe2\x28\xa5\xc1\xed\x27\x25\x69\xf7\xd8\x7a\xe7\x70\xf2\x81\xde\x3c\x8d\x61\x08\xa0\xe4\xd0\x42\xda\xe6\x9a\x55\x91\x76\x0d\xb9\x77\x23\x73\x81\xe7\xfb\x1b\x98\x4f\x2f\xdc\x2e\xb7\x69\x69\x1a\xf0\x4a\xde\x59\xdd\xfb\x73\x96\xb1\xbd\x44\x44\x3d\x05\x21\x2c\x5d\xeb\x02\xcb\xec\xd9\xf6\x7f\xb7\xf1\x6c\x11\x33\xd6\x90\x38\xbc\x87\xfd\xfe\xca\x91\x47\x0d\xa3\xfb\xc0\xd6\x71\x87\xae\xa4\xc5\xad\xce\x55\x13\x73\xdc\x61\xb1\xf7\x16\x6e\xf8\xc4\x13\x6a\xda\xeb\x5b\x66\xb4\x37\x84\x44\x94\x8e\x42\xb6\x3b\xa7\xc7\x3e\xd3\xa8\xc8\xdb\xd9\x60\xc3\x5f\x48\x20\x9c\x1b\xdd\x8d\x53\xf5\x9e\x8e\x1d\xae\xde\xae\x4d\xe8\xad\x18\xef\x16\x21\x04\xae\x8d\xb5\x77\xa0\xb1\x85\x7d\xc8\x0f\x4f\xac\x76\x54\x97\xf6\xe0\x6c\x5b\xcf\x48\x55\x07\xcc\xb6\x7b\x7c\x68\xe6\xaa\xa8\x0f\x66\x8a\x8d\xf8\x97\xad\x1c\x32\xd7\xf0\xa9\x93\xc8\xec\xec\xe5\x68\x94\x49\x6a\x97\x11\xd1\x45\xad\x82\x00\x55\xfa\x0b\x01\xd9\x2f\xc0\xa3\xe2\xc6\x30\xd1\x17\x80\x5f\xa6\xff\x74\x7a\x72\x32\xcc\x93\x7b\x66\x4e\xee\xd9\x1c\xaa\x64\x47\x3f\x6d\x95\x04\xc8\x34\xf6\xad\x99\x31\x5c\x8c\x35\x99\x61\xf2\xa1\x03\xd5\xac\x8c\xf5\x7b\xde\x62\x2d\xf2\x2e\x93\x43\x7d\x44\x6e\x93\x09\x9b\xd2\x23\xdc\x5d\x78\x0e\xe5\x64\x5a\x6f\x5b\x7d\x71\xcb\x18\x99\x18\x33\xd3\xa7\x27\x27\x63\x6e\x26\xf9\xd0\xea\x3c\xe8\x5e\x96\x6a\x8c\xff\x38\xe1\x5a\xe7\x4c\x9f\xfc\xf4\xe3\x8f\xb0\x3c\x40\x0f\x43\x9a\xdc\x8f\x15\x18\xa1\x16\x15\x9f\xd2\x96\xdf\x2e\x02\x22\x6f\x8e\x0f\xa5\xa4\x18\xb0\x2f\x33\xc5\x74\x5d\xc9\xa6\x75\x53\x46\x35\x69\x7f\xbe\x25\x7a\x2e\x0c\xfd\x72\x4a\x3e\x62\x7d\x2d\xf2\xb3\xcc\x95\x26\xe7\x74\x7e\x2c\x47\xc7\x53\x29\xcc\x84\x7c\x84\xff\x75\x3f\x3d\x32\x76\x4f\x7e\x65\x54\xb9\xfd\xc5\xdb\x2a\xa0\xc2\x81\xf9\x4d\xe5\x42\xbb\xc2\x5d\x3f\xfe\xbb\xaf\xdc\x75\x4a\x7e\x38\xf9\xf1\xdf\xc9\x1f\xe0\xff\xff\x7f\xe4\x0f\x4d\x60\x87\x1b\xa5\xe9\x14\x55\xd5\x6a\x5b\x83\x95\xda\x02\x83\xfa\x4c\xc9\x62\xa7\x6a\x5b\xbe\xe7\xc9\xbd\x1c\x8d\x06\x86\x4f\x19\x46\x05\x0d\xa8\x5a\x00\x65\xdc\x32\x01\x99\x3b\xdc\x5c\xac\xfc\x51\xe0\x3d\xb9\x4e\x31\x44\xd7\x1f\x37\x9d\x17\xd8\xa6\x8f\x58\x16\x37\xc2\x8b\xe5\x1a\xbe\x62\xa9\x3d\x15\x9b\x18\x0e\xbd\xb1\x72\x11\x95\xbf\x08\xf6\x8e\x51\xa0\x83\xb1\x3e\x76\x31\xc9\x55\x15\xcd\x16\x7d\x5f\xdf\x98\xb7\x03\x26\xf8\xa4\x9e\x8e\x5b\xa9\x76\x12\xa5\xee\xd9\x82\x1f\x74\xa3\x2b\xd9\x43\x9c\xc6\x60\xe2\x10\xda\x29\x55\xc8\xe2\xc7\x78\x26\x07\x09\xda\x17\xbd\xab\xf3\xab\xef\xef\xa9\x51\x72\x4c\xc5\xdb\x53\xd2\x4e\x53\x57\x49\xdd\xbe\xc3\x53\xa4\x2e\x88\x9b\x22\x71\x59\x64\x61\x17\xae\xf6\x8e\x8d\xf5\x52\xae\xd0\xbe\xbc\xde\x79\xb7\xcb\x77\x1e\x3e\xa9\x67\x96\x65\x1c\xd7\xd0\x41\x01\x9b\x08\x73\xb5\xb7\x9b\xe5\x86\x8b\xf3\xdd\xa6\x38\xfc\xed\x8c\x25\x9c\x69\x6c\x1a\xfc\x1e\x10\xa3\x21\x7c\xf4\x8d\x8b\x1a\xae\x3d\x54\x90\xf2\xb5\x8f\x54\xce\x05\xe8\x96\x1d\x28\xe5\x33\x68\xf7\x05\x6f\xf0\x78\x46\xe5\xda\xb7\x44\x51\xcb\x36\xb6\xcc\x7e\x75\xc5\xfa\xe3\x1a\xe3\x56\x50\x38\x1e\xd1\xc4\xae\x5e\x48\xaa\xc2\x50\xe6\x98\x55\xd5\xad\x63\x8f\xea\xfb\xfd\x1a\xc3\x77\x06\x17\xe5\x69\x01\xc6\x87\xd4\xe8\x22\x8e\xf8\x42\x06\x99\xa1\xfa\xbe\x29\x4d\x63\xe3\x42\x6f\x76\x29\x7c\x06\xd3\xb2\xf1\xf9\x08\x4b\x16\xcb\x6a\x00\x4c\x63\x15\xc4\x08\xb4\xc1\x87\xef\x60\x11\x18\x9e\xb1\xb4\x9a\x2d\x5b\x1d\xff\x2a\x32\x40\x8f\x4e\x64\xaf\x85\x7c\xcc\xa9\x55\x5f\xc1\xe9\x38\xa5\x62\x8e\x07\xc9\x5e\x58\x54\xdf\xeb\x80\x70\x4b\xf4\x94\x66\xd9\x11\x51\x2c\x87\x02\xea\x47\x44\xb3\x6c\x74\xec\xc1\x76\x52\x92\xc9\x31\x4f\x68\x46\x86\x99\x4c\xee\x75\x5f\xd8\x1b\x44\x8c\xf1\xe2\x9b\x29\x99\x30\xad\xa3\x2b\xb7\x88\xbe\x9c\x29\x99\xe6\x09\xd6\x6b\xc3\xd2\xb4\x5c\x1b\x9e\x54\x8a\x74\x59\x8e\x08\xfe\x52\xab\x9b\x24\x12\x41\x79\x61\xb8\x56\x04\x60\x98\xac\x99\xfb\x1a\xf6\x00\x26\x42\x33\xfe\x77\xc8\x0f\x40\x2f\x62\x13\xf5\xee\x21\xe9\xcc\x6f\xcf\xc0\x94\x4f\xc3\x0a\x7a\x3e\x73\x9f\xc1\x19\x5a\x46\x31\x37\x65\x72\x0e\xd4\x10\xc8\x3c\x60\x7e\x78\xa2\x28\x7c\xa4\x1e\x57\x05\x5f\xf1\x8a\xde\x0b\xcb\x4d\x82\x21\x37\x64\x24\xad\xa2\xe9\x33\x2c\x13\xe6\xd0\xe5\x22\x43\x38\xb4\xee\x0b\x29\x39\xb8\x4d\x7b\x45\x3c\x58\x22\xf1\xcb\x63\xd7\xde\x5e\x23\x47\xa1\x76\x17\xd5\xce\x45\x7a\x1c\x20\x69\x2c\x3f\xec\x0b\x40\x66\xb6\x9d\x54\x0a\x41\x2d\x52\xd4\x0b\xae\xd7\xb5\x1f\xe6\xb8\x61\xd9\x2e\xbf\xc8\x9b\x10\x79\x99\x6e\x21\x11\x68\x43\x66\x57\x8a\xfb\x52\x75\xd1\xba\x48\x6d\xf0\xf4\x81\x17\x08\xe3\x51\x47\x8d\x7b\xbb\xb5\xb5\xb0\x32\xaa\x85\x30\x76\x3e\x42\x22\x83\xb1\x41\x08\x9a\x2b\xf3\xdd\x34\xa2\xaf\x92\x3d\xbb\x6c\x23\xaf\xa9\xc1\x5a\xcd\x6c\x2a\x0d\xe2\xea\x22\xc4\xad\x37\x93\x20\x72\xee\x30\x93\x43\xb8\x57\x00\xfd\xd6\x47\xd6\x46\xa1\x77\x38\x6f\x96\x92\xef\xa3\x6b\x22\x44\xeb\xbf\x6d\x0a\x88\xdc\x5f\x0a\x6f\xd5\xb6\xd2\x98\xc8\x5b\xc6\xb1\x6c\x91\xeb\x4a\x7a\x48\x34\xab\x11\xb5\x9c\xbb\x29\x76\x69\xb3\xb4\xdf\xd2\xee\xef\x21\xed\xb7\x32\x8d\x06\xd7\xba\x1c\x3f\x69\xa0\xad\x9d\xd4\x85\x5c\x5f\x8f\xc4\xcc\x3b\x94\x3f\x4a\x9b\xe3\xc9\x6c\x5e\xb7\x45\x2f\x2b\xa5\xb9\x82\x83\xfa\x75\x53\x9a\x2b\x83\x79\xc9\x29\xcd\x95\xa1\xbe\xdc\x94\xe6\x9a\x81\xae\x91\xd2\x8c\x6e\xaf\x81\x25\xea\xf5\x98\x02\x84\x9d\x0c\xf3\xd1\x2d\xdc\x26\x4b\xc7\xe8\xaa\x00\x21\x73\xf6\x72\x8e\x43\x92\x80\xd1\xba\x40\xc3\x26\x3f\x32\xd5\x3b\xd1\x5e\xf0\x18\x70\x8d\x2a\xe6\x2c\xa3\xa2\xcc\x54\xa1\x9a\x86\x62\x89\x25\x3f\x64\x54\x45\x51\xb7\x23\x67\x34\xb1\xa3\x40\x23\x5f\x42\x67\x2e\xd6\xba\x09\x7b\xed\xe5\x84\xa8\x6e\x96\x2d\x0e\x49\xbd\x25\x56\xbf\x56\x66\x5f\xc0\x25\xa1\x68\x73\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xc2\x59\x1b\x4a\xda\x71\xbe\x79\x85\xa6\xd7\xcc\x37\x2f\x4d\xe4\x90\x6f\x5e\xbf\xc1\x2f\x36\xdf\xbc\xb2\xe7\xeb\xe5\x9b\xd7\x6d\xf9\x16\xae\xde\x52\x33\xdf\x4c\xbe\x79\x65\x45\x5f\x72\xbe\x79\x65\xa8\x87\x7c\xf3\x27\x99\xcd\x53\xe5\x9b\xaf\x66\x00\xb5\x19\xd5\xf5\xa7\x6e\xb3\x8c\xea\x5a\xd9\xbb\xf9\x6c\xef\x9a\xc8\x04\x37\xfd\x33\x67\x54\x97\x26\x70\x08\xf2\xd8\xb1\x2e\x73\x99\x04\xdd\x08\xa0\x76\x9c\x4b\xa2\xac\xde\x43\x4b\x72\xaa\x41\x9f\xdc\x03\x45\x3d\x6d\x78\x10\x98\x80\xd7\x55\x79\xdb\xa5\x75\xd0\x0e\x51\xc1\x8a\x26\x3e\x81\x11\xa5\xe3\xd8\xf9\x75\xa0\xc0\x8d\x4d\x86\x0d\x8b\x1c\x4c\xc7\x18\xf1\xdf\x40\x72\x35\xb5\x26\x76\x20\x40\x97\x08\xb6\x6d\x95\x0d\xb0\xbd\xd6\x5b\x73\xa0\x1e\xcc\x7e\x9a\xfd\x5d\xfc\xdf\xc6\x05\xd9\xb5\x9a\x75\x32\xcb\xb7\xc9\x08\x19\x6f\xf7\xd9\x94\x4d\xa5\x5a\xe5\xfb\xaf\xfd\x52\x1b\xa9\xe8\x78\x95\xb6\xb9\xee\xea\xed\xba\x6a\xbe\x84\xcf\x66\xc6\x45\x0f\x13\xb0\xdc\xda\xe1\xcb\x7d\xc7\xee\x27\xd0\x17\x6a\x1d\x9c\xc1\xbf\xbc\xa5\x0b\xb3\x21\x9b\x7b\xb1\x43\xf0\x6d\x68\xa6\x8e\x63\xf1\xa8\xe4\x54\x58\x1c\x41\x69\xdd\xbd\xf0\xbc\xc3\xb2\xe7\xaa\x31\xc0\x66\x1d\x73\x03\xd6\x90\xb3\x92\x79\x8c\xe8\x59\xa5\xb4\xe1\xbc\x26\x28\x7b\x3d\x7b\x16\x17\xe6\xcf\xff\xb6\x91\x57\xc6\xca\x97\x6e\xdd\x46\x3c\x63\x84\x26\x09\xd3\x68\x01\x71\x01\x58\x58\x51\x25\x57\xd9\x2e\xbb\xca\xc5\x18\xe6\x6d\x85\xc9\xa8\xec\x73\x20\x1e\xbc\x33\x26\x4a\xe6\xe3\x89\xd7\x80\x2d\x15\xda\xa9\xd5\xed\xe5\x27\xf4\x9b\xef\xb2\x97\xef\x72\x9e\x6d\x67\x5f\xb8\x45\xaa\x73\x34\xf9\xa1\xdb\x23\x7a\x12\xe8\x7f\x08\xcd\xd6\x6e\xec\xe2\xa0\xd7\xef\xd3\x7d\x1b\xac\x69\xd0\xcd\x91\x0f\x12\x1a\xc9\x2c\x03\x7b\x90\x66\xd3\x87\xa6\xaa\x2f\x30\xe1\x1e\xdf\xb2\xde\x06\x7c\x0d\x56\x65\x6d\xe8\x74\xb6\x16\xba\xc8\x35\xca\x07\x9a\xf8\xd1\x57\x9d\x2d\x18\x09\x21\x05\x13\x75\x16\x82\xcf\x8b\xf8\x59\xaf\xcc\xe5\xea\xe3\x23\xf6\x16\x93\xe2\x97\xe4\x99\xe3\x52\xea\xe6\xb1\x01\x0b\x28\x45\x67\x16\x3c\xde\x7b\x0a\x51\xf4\x04\x8c\x8d\xbe\x68\x97\xe2\x38\x3d\x30\xf7\x70\x5e\xc4\x83\xa1\xfc\x16\x73\x12\x80\x2b\x72\x2a\xaa\x91\x4e\x71\x05\x59\x13\x93\xe7\x31\x62\xc5\x47\xa5\x40\x28\x1b\x4b\x8f\x69\x32\x4f\x32\x9e\x44\x7a\xc7\x58\xd1\xd9\xa4\x8e\xdd\x2c\x96\xf6\x7b\x69\x79\x6d\xdf\x7a\x82\xe3\x9a\xc5\x40\x97\x06\xe3\xc5\xe5\x34\x5f\x75\xe2\xe5\x22\x39\x1e\x72\x2e\x37\x20\xc9\xdd\xc6\xb3\x77\x4a\x7c\x4d\x29\xa0\xcd\x94\xf7\x95\xd3\xed\x16\x07\xf6\x35\x13\x3f\x6b\xee\x8b\xed\x56\xf7\xeb\xa6\x7b\xae\x35\x8d\xa6\x7d\x5d\x27\xd3\xf3\x28\xae\x87\x1c\xee\xfd\x15\x79\x9f\xcd\xab\xf4\x42\x68\x70\x9f\x11\xa8\x9b\x61\xc8\xc6\x51\xa8\x9b\x88\x8a\x9b\x05\xa4\x86\x8d\x7a\x5d\x41\xa9\x05\x68\xed\x76\x81\xa9\xed\xa8\x12\xe9\x44\x66\x00\x92\x59\x5a\xad\xd0\x41\x88\x6d\x0b\x0b\xe4\x37\xc3\xaa\x8e\x28\xba\x16\x68\x8b\xcb\xc2\x4f\xc3\x26\x7e\x1b\x21\xa8\x2b\xf4\xa1\x0d\xc3\x50\xe3\x45\xdd\x2d\x14\x75\x47\xfd\x66\xb3\x70\xd4\x4a\x67\x4b\xf7\x7b\x0b\xbf\xfa\x02\xb2\xe5\x21\x2a\x23\x44\x65\xd4\xaf\xcd\x4b\x8c\xcc\x28\x6a\xa2\x6d\x18\x9d\xd1\xb4\xfd\xfb\xa0\xa4\x3d\x46\x69\x7c\xe5\xd8\x87\x75\xc3\x1e\xbe\x6e\x30\xc9\x9a\x71\x24\x87\xd8\x8c\x6f\x23\x36\xa3\xf9\xbc\x6d\x14\x9f\xb1\x22\xc3\xcf\xf7\xb2\xab\x13\x3d\x64\x9d\x3d\xa9\x23\x3d\xd8\x80\xa3\x2f\xd6\x74\xa6\x17\x69\x71\x07\x87\xfa\x93\x3a\xd4\x6b\x16\x7a\xb5\x53\xbd\x24\xbc\x3d\xab\x27\xb4\x0a\x9a\xfe\x94\xde\xd0\x55\x02\x6f\x3e\x1c\x3c\xf9\x39\xaa\x9d\xf3\xba\xc7\xe9\x73\xd8\x5b\x5f\x3a\x93\xb0\xe9\x90\xa5\x29\x28\xc4\x46\x3a\xc0\xd2\x82\x04\x04\x43\x62\xb5\x9c\x94\x6a\x4b\xb9\x14\xaa\xc8\xf3\x94\x45\x45\x04\x0a\xf9\x06\x63\xd4\xfb\x02\xf6\x37\xcb\x98\xf2\xfa\x94\x22\xdf\x6b\x2e\x12\x16\xeb\x58\x8a\xa4\x92\x69\xf1\x9d\xc1\xea\xb0\x54\xcc\xc9\xbd\x90\x8f\x19\x4b\xc7\xb0\x43\xd5\xc1\x1c\x13\xce\x8e\x08\x37\xe1\x33\xc5\x68\x32\xb1\xec\xb2\x6f\xc7\x0e\x2e\x07\x14\xc4\x98\xfb\x36\x82\xe6\x0d\xcd\xbc\x6d\x11\xd2\x15\x64\x44\x13\x73\x44\x74\x3e\x2c\xda\x4f\x25\x62\xad\x3e\x30\x11\x4f\xbc\x68\xe4\xc9\x3c\xe1\xb5\x9e\xef\x06\xcd\xc2\x12\x40\x3b\xe3\x74\x27\xa7\xc5\x03\xdd\x25\x11\xfe\x63\xae\x0d\x01\x5b\x39\x91\x22\x1c\x26\x97\xd2\x13\x40\x3f\x00\xab\x12\x01\x34\x96\x94\x8b\xa0\x95\xa9\x6c\x3a\x96\xc2\xc3\xe4\x20\x32\x9d\xba\x0a\xed\xe2\x72\xa7\xf2\x51\x68\xa3\x18\x9d\xba\x5a\x10\x96\x13\x83\x29\x16\xfd\x4b\xae\x2e\x31\xdc\xc0\x9b\x6c\xf1\x05\x17\xf7\x76\x77\x0b\x98\x13\x00\x0e\x86\x9e\x6b\x36\xed\x1d\x17\xb4\x14\xad\xb2\xc5\xae\x65\xf9\x46\xfe\xde\xa8\xa0\xc6\xbc\x09\x61\xc6\xd0\x55\xa0\x2f\x9b\x18\x55\x34\xa0\x25\x13\xdb\x1d\x01\x56\x87\xb0\xaa\x94\x18\x0a\xc8\x46\x13\x96\xcd\x22\xa8\xd2\x19\x55\x26\x54\x24\x71\xd8\x07\x89\x9c\x4e\x73\x01\x70\x15\x4e\x4f\x7b\x74\x49\xee\xce\x66\x57\x34\xde\xea\x8b\xae\xf9\x0e\x4a\x15\x49\x31\xce\xe6\x84\xa6\x0f\x5c\x17\x90\x33\x89\x14\x3a\x9f\x32\x55\x01\xf2\xc6\x24\x11\x42\x3d\xad\xd8\xb1\x59\xc1\xcb\x41\x77\xf8\x4c\xab\x31\x19\xb2\x91\xbd\x74\x67\x54\x69\x6f\x1f\xaa\xb1\xed\xb8\xcd\x4d\xed\x5a\x7d\xb5\x33\xf9\x29\x3e\x76\x64\x5a\x9c\x50\xea\xf4\x8d\x93\xea\xf9\x8c\x4a\x95\x34\xc5\xae\x2c\x4c\x8a\x2c\xbf\x98\xdc\x2a\x9c\xaf\x4a\x7f\x39\xf7\x75\x81\x35\x1c\x1a\xdb\x8f\x17\x68\x70\x70\x1b\x59\xf2\x2a\x13\x74\xa3\x46\xf3\x4c\x7c\x36\x19\x87\x4b\x41\x1b\x6a\x78\xe2\xcb\xae\x84\xa2\x52\xf8\x75\xf3\xd6\xee\x5a\xed\x47\x27\x34\x5b\xdc\xe1\xe6\xb5\xbc\xc5\xf7\x97\xf3\x3e\x77\xdc\xb0\xed\xa5\x71\x48\x89\xcc\xb2\x4d\x50\x65\x2a\x33\x3f\x2b\x3e\x5f\x3e\xa2\xa2\x1f\xbb\x01\x7e\x2f\xe0\xd4\x20\x12\x0e\xcd\x9c\x64\xa1\x8d\xdb\xa5\xf8\x25\xe4\xa1\x73\x22\xf2\xe9\x90\xa9\xbe\x90\x23\x00\x1b\xca\x9a\xb4\xe5\x99\x92\x53\xbe\x49\x5a\x2e\xc2\xd5\xdd\x78\x47\xdc\x0a\x4b\xa3\x77\xd7\x01\x20\x3c\x92\x97\xeb\x11\x6b\x8a\x0b\x94\x33\x96\x9c\xa1\x29\x5d\x28\xee\xb4\xd6\x82\xaf\x52\x7e\xdb\x64\x8a\x66\x05\xb7\x7a\x1a\xab\x0e\xdc\x33\x28\x17\x4f\xb3\x47\x3a\x2f\xa2\xb5\x36\x39\x4e\x45\x3c\x94\x3b\x2f\xd4\x53\x59\x74\x62\x82\x23\x13\xf7\x0b\x57\x61\x9d\x13\x74\x56\x47\x86\x1b\x9f\x25\x3f\xe7\xa7\x14\xb2\xe3\x63\x1f\xcb\xd7\x9b\xdc\x86\xe5\xc3\x10\xb5\x48\x60\x38\xcb\x97\xea\x63\x89\x72\xf6\xbe\x46\x95\x76\x08\xea\x72\xde\x8f\x71\x5d\xdf\xea\x33\xac\x99\x23\xeb\xb5\x16\x6b\xc7\x00\xd0\xcd\x52\x3d\x7d\x8f\xcb\xcb\x0e\x6f\x52\xdb\x7c\xb5\x0e\x31\xb2\xb2\x8b\xab\x47\x11\x30\x21\x5d\x5c\xc1\x88\x67\x4c\xb7\x48\xb7\x46\x9f\x00\x29\xc7\x4b\x55\x00\xee\x00\x5e\x2a\x2f\xef\xe4\x8a\x47\xc0\x98\x5e\xaa\x21\xdc\x95\x52\x2a\x4c\x0e\x8a\xd9\x31\x03\x01\x83\x24\x3f\xb1\x2a\xde\x04\x1b\x80\xa2\x25\x56\xbc\x34\x60\x3d\xb3\xbc\x80\xbb\x82\x27\x58\x76\x2e\x7c\x60\x65\x6c\xc3\x14\x4d\x8c\x2f\x70\xe2\x46\xd5\xb0\xa5\xfb\xc0\xfd\x5a\x3f\x7e\xc2\xf7\xda\xb3\x5f\x2c\xee\x4d\xed\x08\x7b\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\xbc\x87\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\xc0\x5c\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x72\x72\xd7\x25\xcc\x24\x50\x0d\xa0\x2f\x12\xfd\x70\x64\x05\xda\xdf\x72\x66\xec\xcf\x4d\x10\x74\x53\x26\x34\x70\x02\xbe\x6e\x95\x31\xbf\x30\xf6\xbf\xe7\xe5\xef\x97\x90\x7c\x98\x58\xa8\x2d\x63\x69\x37\x14\x97\xb1\x64\x0a\x58\x24\xb8\xb4\xba\x86\x62\xb0\x18\x60\xa7\x0e\x4d\x74\x0b\x4f\xbd\xf8\x5b\x2e\x36\x14\x93\xce\x8a\x8f\xa2\x51\x34\x48\x61\xd3\x19\x55\xbc\x26\x3d\x7f\x79\x08\x00\x7e\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\x54\x91\x14\xc0\xab\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x0b\xe7\x0d\x13\x8b\x3e\x6a\xf5\xc5\x47\x6f\xff\x2c\x7e\x0d\xf5\x6f\x30\xde\x83\xa5\x24\x07\x9d\xa9\xdc\x0a\x96\xad\xe5\x3a\xfc\x00\x48\x34\x3a\xcf\x0c\x02\x03\x8e\xa0\x50\xa2\x1f\x28\x3e\xa9\xe3\x12\x8a\x8a\x64\x72\x29\x77\xab\x8b\xc5\x47\x03\x96\x6d\x22\x3b\x76\x47\x9d\x4c\x5b\xfa\x4e\xee\x1b\x4e\xe7\x1f\x3d\xa0\xe8\x06\x1b\x54\x4c\x06\x24\x37\x0f\x8f\x86\x5a\x09\xda\xe9\x32\x84\x19\x64\x04\x8c\x6c\xd5\xc0\x0d\x0c\x74\xb5\xbb\xe8\x64\x6b\x5f\xb5\x53\xc9\x8c\x78\xb3\xdc\x10\x7a\x21\xd4\xf4\x85\xca\x05\xe0\x89\x04\xfb\x39\x25\x9a\xf9\xd2\xa0\x89\x14\x28\x03\x38\xe3\xc9\xd8\xb2\x09\x2b\xf9\x81\x13\x45\x0a\xd0\xa8\x64\xae\x2d\x0f\xa1\x53\x66\xec\x05\xf5\x3d\xe0\xe8\xa2\x07\xe3\x88\xcc\x14\x9f\x1a\xfe\xc0\x02\x08\x50\xbc\x73\x67\xd4\xd0\x4c\x8e\xdb\xca\xf0\x11\x4d\x4c\x8f\xee\xa4\x32\x53\xd7\xcc\xb6\x5e\x6c\x3f\x0c\xd2\x3d\xb7\x6b\x5f\xd4\x50\x86\x7a\x3e\xb5\x27\x78\xd3\x4a\x3f\x05\xe3\x06\x74\xbf\x04\xf1\xd0\x74\x30\x31\xd0\xdc\xc8\xa9\x55\x48\x69\x96\xcd\x01\xe7\xcc\x3e\x99\x50\x3d\xf1\xfb\x8c\xe0\x68\xeb\x5c\x4d\x6e\x71\xcf\x68\x32\x61\xb7\x50\x1b\xb1\x6e\x71\x2b\xa3\x7c\xc3\x44\x3e\x7d\x73\x4a\xfe\x6f\x31\xc7\xb3\xf6\xd9\xcf\x9d\xc1\x79\xf7\xb6\xfd\xee\xa2\x73\x1e\xcd\xc7\x3d\xf9\xd8\xbd\xbd\x5d\xfc\xf5\xe7\x6e\x6f\xf1\xc7\xeb\xab\xeb\xbb\x8b\x76\xaf\xae\x95\x8b\xab\xab\x5f\xee\xae\x07\xef\xdb\xdd\x8b\xbb\x9b\x4e\xcd\xa7\x77\xbd\xf0\xd0\x3d\xfb\xef\xe8\x0c\x41\xce\x9d\x9d\x4f\xc3\x68\xab\xc7\xec\x98\x94\x5f\x3c\x25\x77\xce\x13\xe3\x2a\xc8\x7a\x9b\x11\x85\x20\x5e\x88\x2b\x4a\xd1\x98\x94\xf6\x05\xf1\x9f\xdb\xb9\x37\x7d\x8a\x2e\xa2\x64\xc2\x48\x26\xe5\x7d\x3e\x73\x0c\x0c\xa3\xcd\x84\x44\x83\x0c\xd3\x51\x6b\x3f\x77\x7b\xa7\xc1\x23\xb4\xd8\x58\x94\x5c\xe3\x49\x1d\xc6\x45\x3d\xd3\xc4\x9a\xbc\x8a\x3d\xc0\x91\x0c\x9e\xc2\xa8\x87\xb0\x01\xcb\xfa\xc1\xd6\xa8\x30\x95\x6e\xd2\xd4\x41\x23\xfb\x89\x45\x0d\x97\xb7\x6f\xd9\x6a\x86\xe5\x40\x78\x2d\x32\x64\x09\xcd\xd1\x91\x66\x6f\x23\xa5\xa4\x8a\x07\x5c\x6c\xfb\x8e\x8d\xbe\x59\x14\x32\xca\x38\xb8\x58\x3f\xd4\x7e\x12\x9d\x1c\xab\x2e\x83\x2a\xed\x01\x6c\x26\x73\xb4\x4d\xf9\x52\x6c\xd3\x21\x43\x7f\x09\xa4\xdf\xc7\xc5\xdc\x09\x07\xc7\x1c\x35\xe4\x91\x41\xc4\x61\xee\x00\xbc\x50\x3f\xb6\x07\x50\xfb\xa2\xd3\x3a\x40\x1a\x96\x22\x11\x1b\x39\xe6\x3e\x84\x62\xfb\xbd\x66\x75\xdc\x72\xf3\xb0\xb1\x42\x6e\xc3\x46\x81\x85\x7a\x2f\x29\x8c\xb8\xc1\xde\xef\x59\x76\x8d\xdd\x79\x89\x0c\xb4\x78\x6d\xac\xe0\xe8\x06\x4a\x43\xaf\x1e\x8f\x8f\xb7\x2e\xc1\x12\x6c\x96\x88\x19\x3c\xfc\x2b\xd7\xaa\x27\x53\x3a\xb7\xc4\x01\xe1\x09\x3a\x9f\xcd\xa4\x32\xa4\xa1\x0d\x02\x07\x1d\xc7\x07\x17\x83\x9b\x47\xe0\x50\xd0\x88\x95\x02\x74\x0d\xe4\xcf\xd2\xe0\xde\x30\x20\xb7\xae\xc5\xb1\x8f\x73\xba\x40\x59\x0b\xf0\x53\xd3\x92\xda\x5b\xa2\xd0\x3a\x01\x75\x97\x68\xa2\x99\xbd\x85\xd7\xc5\x09\xac\xeb\xfd\xca\xb7\x50\xbb\xe5\x19\x1b\x99\x41\xad\x2f\x65\x89\xd9\xd0\xb6\x28\x1a\x52\x01\x15\x1f\x4f\xf6\xd0\xe2\xfa\x92\xfc\x4f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x3a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xc9\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x67\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\xff\xe5\xe9\x11\xe1\x2d\xd6\x3a\x72\x55\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x71\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x37\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xfb\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf6\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xc2\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xca\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xba\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\xbf\xfc\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xd8\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\x97\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xda\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x1f\x7f\xfe\xf7\x7f\xff\xd3\x9f\xb7\x29\x97\x0c\xed\x16\x6b\x14\x90\x1d\xcb\x52\x4b\xbc\x03\x8b\xcc\x64\x87\x5d\x70\x67\xa4\x69\xf9\x9d\xc6\xde\x98\xe6\x54\xf7\x38\x0a\xc1\xa1\x63\x77\x08\x75\x7c\x78\x48\xe9\xf4\x14\xae\x7e\xcd\xcc\x51\xf9\x10\x07\x79\xd4\x09\xdd\xff\x63\x09\xd0\xc0\xc0\x52\xf3\x76\xa1\x42\x3c\x0b\x12\xb0\x6d\x84\x7c\xef\x4c\x74\x06\x5c\x7c\x6f\xfd\x1d\x24\xb3\x94\x29\x57\x61\xc7\x5b\xd5\x82\xad\x0f\xce\x2f\xfb\x32\xcb\xa4\x0b\xe2\xa0\x44\xb3\x19\x85\x3b\xde\x9e\xd7\x56\x5f\x74\xbe\x50\xcb\x5c\x8f\x7c\x21\x34\xac\xda\x0d\xbe\x91\x11\x4d\x18\x41\x69\xfa\xfb\x2f\xa7\xf6\xb7\x23\x32\x3f\x85\x50\xcc\x23\xf2\xf7\x53\x97\x01\x4d\x95\x19\xd8\x9f\xde\x7a\x71\xd8\x35\x01\x83\xe6\x9a\xf4\xdf\x9c\x3c\x50\xe5\xcb\xce\x23\x90\xe3\x1b\xc7\xfe\x02\x48\x6d\x2c\x40\x67\x52\xde\xbb\x40\xd5\x85\x2f\xdd\x7f\x5a\x48\xe0\xc1\xb7\x81\x9b\xef\x62\x8e\xad\xb0\x77\x0c\x2f\x30\xd2\x9a\x0d\x49\xeb\x6f\x5a\x0a\xd2\x9a\xd3\x69\xe6\x7e\xf5\x4f\x5d\x1c\x2d\xd5\xc4\x97\x0c\xf2\x61\x34\xd9\x1c\xcd\x99\xef\x32\x39\x84\x79\x7d\xf4\x73\xc5\x48\x54\x18\x68\x71\x45\x14\xb7\x8a\x9b\x88\x13\x77\x30\x2b\x1c\x8a\xec\xd9\x57\xe0\xee\xad\x9b\xd5\x97\x30\xa4\xff\x42\xdf\x2d\x2c\x8a\x4f\x5f\x43\x0b\x6e\x08\x03\xb3\x8d\x7e\x21\xdf\x3b\x26\xf4\xd6\x5e\x04\x2e\xec\x17\x97\xa1\xae\x83\x79\xe8\xe0\xd7\xa8\x03\x2e\x08\x26\x24\x2e\xf9\xf2\xef\x27\xad\x56\x2b\x7c\x7d\x69\xa7\xf2\x7f\x08\x37\x9a\x65\x23\x6c\xc9\x5f\x33\xf3\xbe\xf8\x68\x35\x9d\xd8\xc2\x5c\x40\xac\x40\xe1\xab\x44\x66\xe4\xb8\xb0\xba\xa6\x32\xd1\xe4\xf7\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xf7\x99\xbc\xe6\x99\xbd\xb7\x80\xc6\x5b\x7d\x51\xfa\xf9\x88\xb0\x8c\x4f\xb9\x08\xe1\x6f\xc8\xde\xe5\x08\x45\xdc\x7b\x6e\xec\x96\xe9\xf4\xde\x72\x30\x9f\xe0\x1f\xe9\x3d\x6d\x31\xf7\xa4\x13\xbc\x47\xce\x4c\x90\x6b\x3b\xae\x42\x91\xb6\x12\xa7\x6d\xe2\xd8\x49\x8d\x3c\x22\x3c\x38\xbf\x7d\x61\x5b\xf3\x67\xa9\x88\xbb\x8d\xda\x8b\x9a\x3b\x06\x21\x9d\xfb\x14\x3c\x68\x01\xfa\x28\x05\xcf\x06\x21\xb5\x46\x44\xe9\x54\xea\x8e\x6e\x9e\xb1\x01\x51\x86\x03\x21\x53\xb6\x61\xb0\x71\x4d\x5d\x47\x67\x2a\xf6\x1e\x46\xc5\x30\xab\x06\xf8\x44\x63\x55\x3a\xad\x37\x34\x9f\xd6\x16\x48\x75\xed\x00\x3a\xfb\xe3\xb6\x45\xea\x0b\x9e\x06\xad\x78\xa5\x20\xca\x82\x2c\xad\x7d\xb9\x88\xeb\x4e\x12\x7a\xba\x9d\x01\x19\xe7\x9e\xc0\xb2\x87\x08\x50\x4a\xc6\x4a\xe6\xb3\x90\x2a\xec\x93\xa6\x70\x1b\xdc\x8d\xd6\x15\x23\x79\xea\x64\xea\x0b\x2e\xee\xf1\x2e\x7c\xaa\x3d\x0a\xe5\x52\xa3\xdf\x3d\x07\xc3\x15\x3f\x76\x35\xb3\xed\xa8\xb5\xa1\xc9\x3d\x42\xac\x2d\x2b\xb7\xbb\x69\xc1\xe0\xe2\xbe\xcc\xb3\xcc\x75\x5b\xb0\xcf\xa2\xa2\xc0\x03\xa7\x84\x92\xbb\x9b\x6e\x7d\xdf\xf7\x7c\xd1\xde\x5e\xcf\x3b\xcb\x04\x02\xff\xf3\x0b\xdf\x28\x32\xae\x02\x09\xc8\x4a\xa4\x1e\xf4\xff\x26\x20\xa5\x0a\xef\xde\xd1\xc1\x67\x79\xd0\x60\x5a\x43\xa9\xf5\x93\x2f\x3a\x3e\x77\x1f\x7f\xb4\xdf\xd6\xef\xc8\x47\x48\x09\x09\x79\xf3\x53\x2a\xec\x04\x7d\xaf\x0d\x06\x22\x64\x8b\x5b\x0d\xe9\x6e\xb6\xd5\x80\xb0\xc7\xf5\x22\x50\x7d\x57\xbe\x95\x47\xb4\x18\xd1\x0c\xd5\x2d\x33\x01\x39\xfc\x88\xdc\x26\x13\x36\xa5\x10\x95\x30\x2d\xcb\xe3\x20\x97\x7c\x9f\x51\x35\x46\x29\x41\x33\xa3\xdf\xd6\xec\x70\x11\x9c\xbb\xc3\x0e\x6f\x01\xd0\x1c\x5b\xe8\x21\x71\x70\x19\x07\x08\xa3\x2c\x03\xc3\x04\xe6\xe4\xfb\xf7\x77\x87\x55\x56\xf1\x13\xb8\x31\x15\xd6\x2c\x4f\xad\x28\xd6\x9c\x31\xbf\x23\x26\xf8\x25\x9d\x86\xec\x52\x0f\x0c\xee\xb2\x08\x70\x6c\x43\x06\x20\x41\xcd\x63\xd8\x19\x05\x3c\x1e\x82\x03\x1d\x6e\x1a\x41\x5f\xb4\xfd\x2b\x21\x43\x0d\xe4\x1b\x85\x7e\x55\x88\x63\xc2\xa8\x3d\x90\x31\xa2\x8a\xbb\x6e\x72\x0d\x93\xd8\x34\x13\xa8\x0a\x64\x6e\x65\x9c\x00\x11\x86\xda\x9d\x17\x76\xfd\x3c\x1a\x7a\x7e\xd8\xbc\xf4\x48\x7d\x92\x7f\x52\x2d\x0d\x51\xd7\xf1\x2a\xe6\xdb\x09\xd9\xc7\xae\xa1\xb8\x1a\x05\xc6\x3a\x65\xf3\x22\xb2\xc6\xae\x38\xca\xa5\x95\xce\x16\x0f\xab\xd9\x89\x19\x73\x3a\x1d\x28\x99\xed\xb2\x47\xbe\x89\x92\x8e\x03\xb9\x1a\x56\xde\xfc\x2d\xa7\x19\xda\x63\x85\x23\x47\x3f\x6c\x10\x18\x7e\xfa\x33\x69\xc3\x6d\x49\x3e\x02\x5b\x04\x4f\x14\xb4\x66\x24\xe1\xd3\x19\x53\x5a\x5a\x61\xbc\x61\x93\xef\xff\xa2\x07\x0e\x2f\x75\x40\x93\x44\xe6\x8b\xd8\xa8\x1b\xcc\xa4\xa6\xb5\x78\x52\x94\xdc\xe7\x43\xa6\x04\x33\xe0\xe0\x84\xf7\x88\x7f\x6f\xad\xe1\x4a\x9a\x9b\xc9\x4f\x83\x24\xe3\x6b\x83\xb8\x42\x14\x7c\xdb\x7e\x76\x86\x5f\x2d\x9b\x40\xa9\xfd\xd2\xd0\x05\xc1\x67\x04\x9f\xb5\xc8\x3b\x9a\xdc\x33\x91\xba\x22\xd9\x98\x98\x0a\x17\x14\x70\xcb\xc8\x44\x51\x9e\x18\xea\x3b\xd8\xbe\xbd\x85\xfa\x62\x4a\xef\xed\x2d\xc4\xbe\xb8\x60\x61\xab\x66\xe8\x4d\x8e\x46\xa0\x87\x85\x0c\x7d\x9f\x45\xa9\x59\x92\x2b\xfb\x06\x9e\x0f\x83\xe7\x03\x8c\x0a\x09\x96\x99\x27\x14\x92\xfc\xbf\xd3\x24\x9f\x79\xcd\x17\xb4\xdd\x0c\x1c\x04\x38\x49\x28\x8a\xc2\xad\x34\x38\x61\x7d\x01\x41\x57\xbe\xc5\x79\xe0\x2a\xb1\x4f\x2a\xf8\x46\xeb\x0e\xdf\x08\x53\x5c\x77\xb3\xa5\xa3\x0d\x61\xef\x01\x65\x66\xc2\x04\xa8\x61\xeb\xb7\x0c\x79\xc2\xeb\x6f\x5a\x29\x78\x0c\x67\x51\x58\x0d\xc2\x12\xe6\x82\x3b\xd8\x60\x67\x28\x8a\xe2\x3a\xbc\x3d\xb5\xf8\x9e\x6b\xa2\xa9\xe1\x7a\xc4\x6b\xd5\xd3\x38\xb1\x78\x97\x55\xa7\x9b\x65\x33\xd7\x64\x32\x57\xd6\x22\xc4\xa7\xb6\xc8\x7b\xae\xb4\x89\xa6\x64\x64\xc8\x0b\x6e\x62\x09\x66\xc2\x1a\x21\xad\xf6\xe1\xd9\xf5\x33\x88\xde\x5f\xea\x23\x0f\xb1\xc8\x2d\xd2\x2e\x6c\x5c\x98\x19\x8d\xd6\xab\x15\x33\x62\x99\x66\xdb\x10\xdf\x5a\x06\x01\xf0\x04\x01\x01\x11\x90\x55\xb4\xfd\xbd\x80\xd7\x0b\xc3\x7c\x84\x74\x1f\x7a\xcf\x9a\xea\xff\xb3\x8a\x9e\xbd\x62\x84\x9d\x52\xae\x64\xdd\x10\xdb\x41\xdf\x97\xa8\xf2\x6f\x33\xc0\xf5\x8f\x5d\x91\x8c\xce\x47\x27\x76\xc9\xad\x9c\x9f\xdc\xbb\x28\xe3\x11\xd0\xa1\x4b\x67\x7f\x9c\x48\x1d\x9f\x33\xbf\x7f\xb0\x99\x46\xe5\xcc\x47\x13\x43\x90\x76\x58\x60\x74\xcf\x0a\x19\x67\xbb\xc3\xa8\xc3\x21\xc5\x28\xa4\xb0\xdf\xc4\xb3\x50\x58\x06\xb0\x95\xfa\xa6\x16\x4f\xf3\x2f\x7f\xd1\x57\x70\x62\xf7\x91\xb3\x99\xd1\x21\xcb\x9e\x00\xc4\x67\xcb\x88\xae\x10\x0a\x80\xe3\x02\x8b\x6f\x1a\x72\x84\x67\x32\x25\x05\x79\x35\x45\xa4\x09\x21\xd1\x15\xfc\x02\xa7\x15\x0d\x6e\xed\xb9\xad\xa2\xec\x8f\x91\xab\x0a\x4b\xfd\x21\x30\x46\x24\x72\xb9\xbc\x1e\x50\x7e\xdd\xf5\xcf\x75\xb8\x4f\xea\x69\xec\x5a\xa6\xcf\x0b\x7e\xb4\x48\xd7\x6b\x84\x9b\xe9\xba\xe2\x18\x4b\x56\x62\x26\x9b\x03\x85\xd2\xc1\xfa\x35\x25\xc0\xe9\x34\xcc\x47\xb7\x00\xbd\xda\x94\xbb\xec\x31\x67\x26\x2c\x64\x23\xd8\x7d\xb6\xdd\x84\xd8\xd8\xa6\x4d\x71\x3e\x8c\xe2\xfa\xa7\xe4\x7f\xdf\x5e\x5d\x1e\x4f\xa9\xd2\x13\x0a\xb9\x61\xbe\xad\x23\x8f\xf6\x8d\x0a\xa8\xf7\x38\x72\x41\xfa\xe2\x98\x8c\xe5\x11\x9a\xf2\x4f\xc9\xc4\x98\x99\x3e\x3d\x39\x19\x73\x33\xc9\x87\xad\x44\x4e\x4f\x8a\xb5\x39\xa1\x33\x7e\x32\xcc\xe4\xf0\x44\x31\x88\xb8\x3a\xfe\xb1\xf5\xd3\x8f\xb0\x35\x27\x0f\x3f\x9e\x40\x7a\x79\x6b\x2c\x7f\x7f\xf1\xd3\x7f\xfc\xe9\xcf\xb6\xe1\xd9\xdc\x4c\xa4\x38\x75\x7e\x82\xa5\x6d\x1f\xa3\xe0\x7b\x82\x9f\x54\x7a\xf9\x8f\xd6\x0f\xf1\x30\xdc\xab\x53\x99\xb2\x4c\x9f\x3c\xfc\x38\xf0\x3b\xd3\x9a\x6d\xe2\xf9\x28\x18\x7e\x58\xf2\x4a\x2d\x15\xfb\x7b\x20\x19\x9f\x1b\xb2\x6a\x5b\x6a\xce\x4a\x1c\x4f\xb7\xc3\x89\xb9\x67\xab\x6a\x0d\x2f\x3b\x0f\x41\x92\x6a\xd0\xe9\x37\xc5\x76\x6d\x94\x6d\x36\x4a\x1f\x02\xd7\x0b\x4f\x00\x37\x10\x6d\x10\x33\xca\xeb\x82\x3c\x9c\x8b\x71\x97\xf5\x7b\x4a\x04\xcc\x7d\x43\x5f\xba\xe9\x6e\x09\x7b\x99\xe1\xd7\xde\x21\x2a\x1f\x3d\xdc\xe5\x3e\x40\x22\xd7\xac\x8e\x10\x90\xf4\x90\x78\x34\x56\xe8\xc7\x71\x6d\x46\x23\xa5\x25\x46\x1f\xb9\x0b\x81\xd3\x10\x2e\x87\xb9\xe8\x72\x14\x30\x3d\x31\xd2\x11\xe1\x7f\xe5\xa8\xe6\x1f\xef\x32\x39\xd4\x6f\x03\x02\x06\xd5\xbe\x8f\x22\x25\xbd\x99\x04\xf7\x03\x21\xe9\x97\xe2\x29\xf5\x13\x7f\x66\x62\x29\x64\x93\x85\xaf\x27\xaa\x22\x10\x11\x33\xf2\xa8\x92\xb9\xf0\x10\x7c\x52\x30\x39\x02\x17\x31\x5c\x80\xde\x09\x02\x46\x10\x21\x4d\x94\x7d\xa7\xd8\x0c\x19\x29\x98\xeb\x9a\x97\x7b\x47\x18\xca\x55\xeb\xfc\x14\x30\x94\xbb\xae\xbb\x3b\x38\x5f\x69\xc1\x77\x05\x17\xc4\xa3\xb4\x01\x9b\x85\xf7\x57\x7a\x26\x02\x1f\x00\x57\x44\x5c\xe4\x09\xc1\x26\x20\x7c\x94\x1d\x1b\x79\x0c\x59\xcb\x90\x0b\x8b\xc0\xb0\x4d\xe5\x12\xc0\xa3\xb3\xc9\x75\x60\xdf\x5f\x63\x9c\x18\x32\xfc\x25\x1a\xa8\xbb\x7b\x35\xf1\x05\x5e\x41\xb9\x14\x82\x29\x67\xac\x5e\x79\x73\x6c\xe8\xef\x89\xb7\x72\xb9\xc3\xb7\x10\x40\x63\xd0\xce\x10\xec\x45\x23\x26\xd0\x22\x10\x17\x3b\x91\x53\x69\xaf\x6d\x99\xeb\xe8\x21\xc6\x55\xc3\x65\xb3\xa4\xbc\xed\x0c\x51\x4a\xbe\xde\x6c\xec\xd1\xb2\x8f\x50\x97\x8f\x5f\x5a\x8d\x5c\x1c\xcd\x64\x58\x46\x7e\x5d\x31\xfe\x00\xd9\xb9\x9c\x6e\xc0\x9b\x38\x05\xdb\x29\x14\xa4\x70\x40\x7c\xfc\xef\x56\x54\xb7\x24\x15\x62\x98\x7d\xde\xb3\x8b\x3a\x44\x30\x9e\xba\x52\xf8\x8d\xd1\x1c\x9b\xe8\x5e\xcb\x54\x99\xba\x68\x22\x04\xb1\x28\x82\x07\xed\x22\x2f\x88\xd1\xe1\xc3\x87\xa2\x1a\xca\x7c\xc6\x8e\xc8\x30\x87\xe7\x97\x57\xbd\xd8\x51\xc6\x05\x3c\x3e\x4e\x26\x2c\xb9\x87\x60\x7f\x64\x8a\xb8\x5c\xbe\xac\xcd\x70\xde\x17\x05\xe6\xbe\x91\xde\xeb\x33\x0f\xa0\x86\x01\xd8\x53\x2a\x92\x72\x3d\xcb\xe8\x1c\xec\xeb\x02\xc3\x84\xca\x05\xe5\xfd\xa0\xb6\x34\x23\x41\x51\x00\xc7\x05\xbc\x1c\x06\x7f\xf9\x49\x84\xba\x74\x21\xe4\xb5\x4e\xec\xd8\x19\x66\x72\x97\x70\xa1\xa6\xf2\x16\x51\x35\x46\xdc\xd1\xd8\x6f\x1c\xb2\x51\x45\x25\xad\xb4\xff\xc6\x07\xe1\x82\xaa\xd5\xf7\x85\xdb\xec\xdf\x58\x5c\x88\xa9\x07\x96\xf6\x45\x39\xdf\xd7\x5d\x65\xc5\x2e\x93\x02\xf6\xbc\x89\x75\x6e\x6e\x5e\x88\x91\xd4\x96\x47\x32\x41\x8e\x53\x01\x6e\x12\x02\x4d\x97\xc0\xb0\xd7\x17\x54\x7b\x02\xbc\xf0\xb5\x4d\x4e\x05\xce\xba\x03\x49\x76\x55\x10\x4a\xde\x9d\x40\x98\x21\x9b\x11\xa1\x0e\x42\x00\x9e\x0b\xc8\x5b\x48\x0d\xa9\x6b\xa3\x2f\x7c\x0e\xc1\x28\xcf\x32\x84\xaf\x69\x58\x2e\x9f\xdd\xec\x03\xde\xbe\x5e\x0a\x69\xd0\x6b\x49\x04\x4c\x1f\xbc\x30\x29\x9b\xa5\x10\xf6\x9d\xcc\x8b\x42\x94\x40\xbc\x4c\xe8\x1c\x02\xa3\x3d\x28\x35\xe4\xea\x8c\x99\x21\x56\xee\x48\xf3\x0c\x83\xe2\xc1\xc1\x06\xa9\xd2\x34\xcb\x08\x37\xba\x2f\x42\x66\x37\xc2\xf4\xc1\x55\xe0\xb3\x90\x52\x27\x0b\x42\x17\xd0\xac\x2b\x5d\x04\x17\x04\x4f\xb8\x29\x0d\x09\x3c\x47\xf3\x18\xc9\x75\x36\x63\x14\x43\x38\xdd\x49\x14\xb1\x34\x58\xdd\x06\x17\xef\x08\x15\x65\x16\x13\x42\xf7\x49\xbd\x58\x51\x68\xe3\x4d\x69\x91\x36\xce\xce\x8a\x82\xbe\xac\x0a\x8e\xd6\x25\x8e\xb8\xe0\x0a\x2b\x6f\x19\x1d\xea\x33\x06\x89\x7a\x46\x95\xe1\x49\x9e\x51\x95\x01\x5c\xe2\x28\xcf\x08\x1f\x45\x15\x62\x60\x13\x30\xb1\x17\xaa\xb0\x4a\xb8\x23\xbc\x51\x56\xd3\x29\x8b\x12\x16\x9c\xe2\x99\x45\x4e\x1d\x04\x2b\x43\x6f\x81\x6d\xeb\x6d\x8b\x9c\x57\xeb\x01\xc1\xb1\x88\x00\x41\xb8\x46\x0e\x18\xc6\x1b\x45\xda\x62\x5d\x21\x3e\xb2\xc2\xee\x77\xd1\xc1\x6b\x2a\x3c\x47\xf5\xfd\x86\x1e\x23\x8f\x2a\xb9\x3c\x4e\xa8\x36\xd2\xbe\x07\xf5\xcc\x4a\x7e\xa4\x70\x22\x56\x14\xc0\xdf\x70\x90\x31\x98\xca\x16\x03\xfd\x1c\x15\x0c\xab\x0e\x76\xba\xa4\x20\x0d\xec\xe3\x86\x43\x8d\xc0\xa2\x37\x1f\x68\x44\x39\xb1\x7f\xb0\x71\x65\x57\x2b\x97\x9f\x4b\xb0\xcd\xc4\x8e\xcb\x0a\xf6\x0c\x3d\xca\x95\x3a\xa1\x30\x06\x87\xef\x0c\x70\x7c\xe1\xb0\x0d\x19\xc9\xb8\xb8\xf7\xa9\x3d\x76\xe7\x8f\x08\x2d\x5a\x87\xc3\x87\xa3\x47\x62\x6e\x90\x6c\xea\xc0\x2b\x77\x10\x76\xd6\x0b\x90\xae\xdd\xdc\x30\xef\x8d\xf0\x49\x17\xca\x6c\x46\xf3\x58\x7f\x5b\x96\xc6\x30\x05\x21\xd6\x07\x2e\xe1\x05\x13\x45\x53\x18\x1e\x0a\x2f\x36\xae\xef\xf5\x84\xd6\x17\xd9\x5d\x8d\xc7\x7c\x77\x79\xde\x79\xdf\xbd\x2c\x83\x28\xff\xf5\xae\x73\x57\xfe\xe5\xe6\xee\xf2\xb2\x7b\xf9\x21\xfe\xe9\xf6\xee\xec\xac\xd3\x39\x2f\xbf\xf7\xbe\xdd\xbd\xa8\xbc\x67\x7f\x2a\xbf\xd4\x7e\x77\x75\x53\x81\x6d\xbe\xfd\xa5\x7b\x7d\x5d\xfe\xa9\xd7\xfd\xd8\x39\x1f\x5c\xdd\x95\x90\x9f\xcf\x7f\xbd\x6c\x7f\xec\x9e\x0d\xfc\x78\xdc\x93\x5a\xf0\xe6\x62\x6a\xb5\xab\xb7\x0f\x0f\xea\xd6\x88\xdd\x6d\x32\x52\x9c\x89\x34\x9b\x63\x80\x97\x57\x49\x2a\xf1\x24\x31\xb7\xe7\x53\x26\xf3\x5d\xe2\xb4\xac\x56\x2c\x1f\xac\xb6\x9d\x11\xd7\x9a\x8b\x4e\xa7\xfa\xbe\x11\x31\xc2\xa8\x45\x0b\xd9\xd2\x68\x54\xa3\xe6\x21\xde\x79\x69\x9c\x65\x48\x56\x75\x9d\x90\x19\x53\xcb\xc6\x02\x77\xb1\xca\x67\x86\x0f\x9b\x23\xef\xd6\x4c\xe2\xdc\x5c\xe9\x43\xf4\x83\xfa\x2c\xb4\xcb\x7a\x1e\x58\x0a\x40\xdb\x25\xf6\x06\x5a\xd8\x16\x88\x3e\x7c\xed\xe3\x15\x66\xf9\x30\xe3\x09\xe1\x69\x81\xd9\x80\x91\x69\x18\x26\x8d\xe6\x93\x2a\x48\xca\x8c\x29\x10\x8e\xac\xcc\x39\x53\xec\x98\xe6\x66\xe2\x8b\xda\x85\x6a\xe4\x08\x5a\xc2\x12\xc5\x8c\x2f\x9a\xcb\x52\x0f\x4d\x1e\xf5\x04\x83\x71\xc9\x12\x29\x64\xe5\xb5\x22\xbc\xba\x06\x7b\x19\x7e\x89\xad\x6f\x60\xd9\xc3\xf7\x97\x2e\x8d\x1b\x31\xd7\xd5\xea\x53\x20\x06\xe2\x43\x0f\x70\x6e\xe7\x6d\x99\x72\xe2\xa3\xfa\x70\x93\x7d\x80\x60\xfd\x34\x56\xd1\x58\x4c\x28\xe5\x78\x3e\xd7\xba\x7b\x74\xa6\x18\xdc\x17\xce\xfd\xe3\x95\x66\x70\x57\xba\x80\x42\x88\x23\xb4\xca\xc1\x90\x4d\x68\x36\x42\xfb\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\xc2\xff\x5b\xb3\x43\x81\xb2\x76\x91\x3e\x13\x4c\x11\x85\xb1\x06\x0a\x1d\x2b\x5f\xe1\x1a\x03\xaa\xb1\xee\x22\x4a\xa6\xd1\x63\x8c\x6a\x2c\xf0\x8b\x7c\x2c\xf6\x68\xc4\xbf\xd8\x06\xfb\x82\xd5\x22\xb8\x80\x8f\xd8\xa7\xb1\x06\xbe\x0c\x08\x06\x98\x0b\x78\xcf\x04\x80\xab\x63\x7d\xa4\x95\x34\xbb\x99\x29\x74\x71\x2f\x16\x0d\x8b\x61\xc5\xc0\xd8\xc4\x4b\x90\xf3\xb1\xc5\xd3\xaf\x13\x24\x4e\xdc\xb3\x16\x39\xc7\x7b\x11\xe8\xe6\xec\xa2\xdb\xb9\xec\x0d\xce\x6e\x3a\xe7\x9d\xcb\x5e\xb7\x7d\x71\xbb\xee\xf1\xdb\x47\xf0\x6d\xe5\xf4\x55\xe3\x9f\x03\x87\x38\x71\x27\xaf\x48\x01\x09\x93\x2a\x8e\x1d\x6c\xc9\xea\xd1\xf3\x74\x36\x48\xb9\x4e\xec\xf5\x37\x1f\x30\x91\x02\xf4\xd5\x56\xa4\x5a\xdf\x54\x75\x16\xe1\x0d\x12\xde\xf0\x1c\x04\x6f\xbb\x07\x4f\xd1\xe1\x39\x60\x63\xb8\xd2\xc2\x50\x56\xbe\x2f\xa2\xdb\xa6\xb5\x1a\xee\xd4\x36\xb7\xdb\xdc\xca\x4d\x54\xe7\x84\xe3\xe5\x5a\xe7\xd4\xf2\x47\xff\x1a\x40\x1b\x34\xac\x8a\x03\x3b\x88\xf1\xb7\x78\x54\xde\x85\x58\x6d\x78\x4a\x45\x4a\x8d\x54\xf3\x86\x29\xae\xc7\x3c\xe3\x63\x53\x66\xa1\xf1\x95\x6d\x55\x7d\xbf\x0b\xf8\x2a\x15\x55\x52\x42\x94\xae\xde\xd5\x2f\x9d\xcb\xdb\x41\xe7\xf2\xd3\xe0\xfa\xa6\xf3\xbe\xfb\x5f\x21\x8b\xd9\x15\xab\x2e\x57\x8e\x60\xf6\x52\xb4\xdc\xc5\x67\xd4\xd5\xf2\x17\xac\xdf\xe0\xdb\x71\x98\xdd\x7c\xd4\x17\x9e\xb3\xa8\xa2\xf9\x89\x92\xf9\x78\x52\xdf\x50\x75\x94\xd7\xed\xde\xcf\x5b\x0d\x13\xb2\x5d\x11\xe4\x1d\x4f\xdb\x22\x6e\x0b\x1f\x39\xbe\x87\x60\x2f\x95\xe1\x41\xce\x36\xbc\x5a\x67\xde\x6e\xe0\x68\x5b\x29\x2a\x8b\x4c\x6b\xa9\xf0\x5f\xf3\x7a\x13\x01\xf5\x22\xbe\x59\xba\x46\x20\x10\x0b\xcb\x87\x2c\xb4\x76\x5a\xf3\x5b\xe9\x06\xfb\xe9\x38\x63\xe3\x31\x4b\x91\xbc\xaa\x0d\x3b\xab\x8f\x63\x81\x49\x71\xaf\xd7\xad\xa2\x43\xf3\xdf\xe1\x62\x0e\xb1\x0f\xeb\x33\xf0\xeb\xf0\x49\x3d\xaf\x38\xf3\x55\xbd\x12\x29\xb4\xa1\xa2\x01\x1d\x71\xc3\xca\xc3\x05\x64\xb9\x2a\xea\x7f\x3b\x5b\x88\xb7\x53\x17\xe7\x60\x1b\xdf\x8d\xab\x5a\x20\x9c\x71\x23\xaa\x66\x10\x95\x21\xab\xd9\x84\x4a\x6d\xd7\x27\xb7\x63\x2c\x55\x9d\x5c\x92\x37\x18\x17\x11\x36\xda\x41\x44\xa1\xe1\x07\xb0\xd8\x1b\x83\xc1\xf6\x5c\x0a\x3a\x18\x37\x8b\x3a\xb6\xa1\x32\xb2\x17\xde\x36\x37\x65\x55\xaa\xc0\x46\x15\x72\xd3\x3c\x71\x58\x68\xd8\x6c\xe1\xed\x75\xb6\x2b\x7f\xc1\xa6\xe4\x38\xae\xbc\x9d\x1e\x43\xba\x6e\x5f\x34\xf9\x30\x6a\xaa\x56\xc7\x14\x70\xed\x6f\xad\x5d\xf6\xbe\x66\xf5\x9b\x8f\xa0\x5f\xec\xf5\xd2\x28\x88\x7f\x1d\x84\xbd\x06\x67\xb9\xdb\x97\x21\x45\x27\x65\xf9\x3a\x6e\xca\xa8\x0c\x5c\x75\x33\x9f\xfe\x5a\xfe\x7c\x5a\x86\x70\xc3\x2b\x72\x42\x35\x4a\xae\x26\x99\x94\x07\x6e\x8a\x1a\xeb\x4d\x66\xf1\x20\x09\xee\x11\xe6\xa9\xc9\x47\x71\x84\x3a\x35\x54\x17\xb7\xa3\x8f\xa1\xcf\x43\x19\x87\xcd\x08\x3f\x16\x8e\x82\xf2\x82\x7c\x0f\x18\x56\x46\x73\x91\x4c\xc8\x2c\xa3\x98\x3a\x34\xa1\x1a\x49\xda\xbb\xc1\xe9\x90\x67\xdc\x40\xd2\x33\x3a\x90\x2a\x2b\x6c\x35\x1a\xaa\xee\x3d\xd8\x0e\x2d\x20\x37\x96\x11\xfd\x8e\xa1\x5a\x45\x45\xbf\xe7\x0c\xd6\x2a\x8e\x6c\xf4\xc5\x52\xef\x53\x41\x96\x2e\x50\xab\xd8\x0e\xcb\xf1\x80\x2c\x8b\xb9\x6c\xb6\xb3\xae\xc5\xeb\xea\xe7\xa5\xf5\xae\xb9\xa8\x37\x8f\x0a\x70\x38\x72\x1b\xb0\xf9\x2a\xca\x5c\xed\xc9\x1a\x65\x92\x36\xd4\x22\xf2\x6d\x23\x68\x5c\x53\xdb\xa9\xcc\x87\x4d\x20\x45\x38\xaa\xe5\xad\x2f\x33\xf1\xfb\x73\xbb\x2f\xbb\x60\xcc\x00\xa9\x61\x86\x6f\x66\xda\x88\x26\x4d\x0d\x3b\x86\xcf\xeb\x1b\x77\xd0\x3c\x6b\xcf\x79\x81\xd0\x0a\x74\xd1\x00\x85\x64\x45\xda\x9a\x7a\xb6\x7f\xcd\xa1\x66\xee\xd5\xe8\x16\xd3\x70\x77\x21\x32\xc3\x17\x29\xac\xfe\x24\x56\x7b\xed\x95\xfd\x27\x31\x0d\xac\x9d\x82\x51\x37\x9b\x5b\xfb\xf5\xfa\x07\xb2\x5c\xaf\x6f\xa6\xb8\x84\x64\x59\x57\xe4\x6f\x09\x9e\x47\x6d\xbf\x3b\xac\xe4\x6f\x39\xcb\x99\xa5\xfd\x61\x9e\x8e\x17\x6d\x9b\x1b\x48\x67\xc5\x94\x26\xf2\x91\x4c\xf3\x64\x42\x7c\xe3\x24\x65\x19\x9d\x97\xa6\x06\xf2\x92\x91\x19\xe0\x23\x6d\x09\xd7\x93\xe4\xda\xc8\x29\x84\xb1\x15\xed\xaa\x5c\x00\xc1\x13\x6a\x8c\xe2\xc3\xdc\xd4\xc6\x3e\x95\x70\x2b\xb6\xf4\x5d\xdd\x5e\x77\xce\xba\xef\xbb\x15\xc7\x51\xfb\xf6\x97\xf8\xef\xcf\x57\x37\xbf\xbc\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x79\x70\x7d\xd1\xbe\x2c\xb9\x97\xda\xbd\xf6\x6d\xa7\xb7\xc2\xad\xb4\xd8\x6b\xf3\x46\xd0\x08\x56\xc3\xca\x2e\xce\x70\x09\xce\x3e\xaf\x5d\xba\x5e\x4f\x49\xdb\x83\x8c\xc4\x55\x98\xa8\xf7\x02\x82\xf7\x1a\xcb\x42\x39\x67\xe1\x39\x35\xd4\x95\xd9\x6b\x91\x36\xf1\xe5\x12\x21\xd4\x51\x5b\x61\xc1\x41\x30\xd8\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x01\xf5\x2f\x47\x0e\xfb\x24\x63\x31\xde\x9c\x2b\x8d\xdd\xea\x8b\xce\x03\x13\x26\x07\x30\x2c\x9a\x65\xbe\xaa\xa5\x7f\x21\x4a\x55\xf2\xa3\xd4\x7c\xca\x33\xaa\x0a\x54\xf6\x2b\xd7\x16\x08\xec\x7e\xac\x21\x33\x7d\x11\xaa\xd7\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x8f\x67\xea\x3b\xef\x0b\x04\xd7\x70\x3d\x4e\x29\x84\xdf\x1a\xe9\xec\x69\xd8\x7d\x63\x95\xef\x9b\x1a\x54\xf4\x2d\xc0\x5b\xd0\xf2\xfc\x54\x81\x34\x61\x90\xfe\x1f\x1d\x61\xd4\x7c\x6d\xb9\xa6\x07\x48\xb8\x1a\x64\x53\x17\x33\x53\x46\x6a\x47\x73\x07\xf1\xad\x5f\x82\xb0\xe3\x63\xba\x9c\x35\x3e\x18\xdd\x19\xd4\x96\x68\x90\xbf\x33\x7b\x09\xbd\xd4\x75\x88\x33\x81\x61\x15\x86\x32\x17\xa9\x2f\x33\x3d\xe5\xe2\x64\x4a\xbf\xbc\xf5\x33\xc5\xcc\xba\x00\xc5\x08\xa8\x09\x2c\xb3\x9a\xc8\xdc\x32\xb9\xe5\xcb\xd5\x17\x4b\xd6\x6b\xb5\xb4\xe8\x39\x2b\xa8\x3d\x85\x8e\x8a\x71\x4a\x0f\x6c\x5e\xb7\x7f\x0b\x80\xba\x18\x0b\xe5\x0e\x3c\x34\x32\x53\xcc\xd8\x37\x43\x14\x54\x86\xd1\x6d\xe1\x6f\x88\xb2\x2d\x01\xf3\xd7\x33\xef\xd8\xcd\xbb\xd3\xb9\xa9\x75\x30\x3f\x01\x24\xb2\xeb\xc9\x6e\x1a\xba\x9b\xbd\xa5\xd3\x45\x15\x3b\x3f\x9a\xdd\xad\xbf\xc9\x21\xd4\xfe\xd5\xbe\xee\x96\x62\x60\xd9\x86\xbd\xf0\x18\x6e\x90\x5c\xbf\xe0\xc3\xf6\x34\x90\x31\x0d\xf6\x5e\xa8\x4b\xcf\x7e\xcb\x9d\xcb\xee\xc7\x1f\x36\xbb\x68\x8d\x9a\x13\x8f\x16\x19\x07\x81\xbb\x1c\x08\x77\xe9\xc2\xb8\x72\xc1\xeb\x10\x37\x6e\xb0\x22\xfb\x3e\xa2\x1d\xd6\x77\x67\x55\x3a\x75\x7f\xae\x8c\x93\xf7\x96\x58\x57\x45\xfe\xc9\x20\x8a\x3e\x55\x90\x89\x5c\x77\x10\xfe\xea\x5a\x8f\x6f\xb4\x21\x4d\xee\x1f\xa9\x4a\xd1\x58\x08\xe1\x07\x2d\xf2\xb3\x7c\x64\x0f\x4c\x1d\x91\x84\x29\x43\x1d\x68\x81\x06\xff\x2b\x1c\x28\xd7\x4e\x5f\x40\x44\x38\x22\x40\x08\xa8\x59\x66\xf8\x78\x62\x15\xca\xc8\x7b\x2e\x95\xe5\x47\x06\x11\x61\x66\x2c\x71\x69\xe2\x0d\x0b\x30\xca\xe8\xc3\x22\x0a\xc3\x36\x09\x9d\xa4\x1b\x32\x6d\xbc\x7b\xca\xf9\x6a\x96\xc6\x3b\xf8\x2a\xff\xc8\x35\x31\xaf\xf7\x88\x8c\x65\x46\xc5\xb8\xd5\x6a\x11\x66\x92\xd6\xdb\x8d\x08\xdd\x35\x18\x3b\xbc\x42\x1c\x67\x26\x35\xcb\xe6\x21\xb3\x39\xc4\xdb\xdb\x55\x86\xf8\x7e\xcd\xd1\xe4\x51\x43\xfd\xb7\xd5\xbc\xd0\xe7\x35\x9d\xd7\x6b\xaa\x1b\x27\x98\x34\xb4\x03\x18\xcb\x1b\xb4\x84\xef\xd7\x6b\x5e\x1b\x24\x4c\xf9\xaa\x05\x45\xe2\x54\x03\x88\x99\x14\x9b\x66\x03\x7d\x92\x4d\xe5\xbd\xb6\x02\x1e\xa9\x6d\xc9\xa5\x25\x6f\x95\x1f\xb3\x48\xd1\x35\x14\x17\x52\xc9\x76\x09\xf9\x91\x59\x3e\x6d\x06\xb1\xd8\x55\x8a\x2a\x06\x89\xff\x3a\x83\xee\xd6\x96\xa2\x8a\x2a\x66\x52\x61\x0e\x8f\x1b\x2f\xda\x42\x91\x98\x80\x5b\x2a\xae\x01\x6e\x65\x9b\x34\x9b\xd0\x0c\x36\x0d\x2e\x1b\x28\x73\x0f\x75\x25\x95\x14\xe3\x6c\x8e\x99\x43\xde\xc4\xef\x3e\xd1\x28\xea\x80\x9f\xa7\x99\x33\x54\x03\x89\x36\xde\x23\x80\x78\xdd\xca\xb9\x05\xa2\x43\x04\x33\xe8\x22\x1d\xa0\x41\x5f\x73\x5b\x92\x91\x4f\xda\xb8\x67\x51\xdd\x90\x14\x00\x08\x1f\x5b\xe4\xbd\x54\x50\x1c\xc4\x39\x6e\x9d\x6f\xbd\xb8\xb5\x4c\xd1\x09\x1a\x88\x1f\x7e\xf4\x21\x15\x38\x43\x6c\x02\x50\xbe\x53\x2a\x4c\x6d\x03\x45\xc4\x11\xb4\x85\x9f\x7c\xb2\xaa\x70\xed\xeb\xae\x7d\x78\xb5\x2f\xec\xbb\xed\xcf\xb7\x04\x97\xda\x41\xd5\xa9\x65\x03\x8d\x1a\x59\x1d\xd4\x01\xcb\x35\xd8\x42\x1a\x28\xed\x03\x2e\xba\xc7\x2a\xb4\xcb\xce\x4c\x32\x29\x6e\x9f\x72\xf9\x1c\x87\xd6\xee\xe6\x39\x2d\xc0\xf7\x30\x5e\x2e\x0e\x3c\x72\x15\x9a\x83\x1a\x2b\x05\x03\x4b\x3d\x35\x24\x95\x71\xb3\x84\x9b\xd5\xd1\x1d\x1b\x02\x44\xac\x22\x35\x23\xd1\x6b\xef\xe6\x59\x72\xb8\x80\x58\xc9\x31\xdd\xde\x87\xc6\xa1\x5c\xec\xc0\xbf\xab\x90\x71\xe5\x04\xc6\xbe\x28\x77\xb5\xb0\x48\x3e\xfc\x82\x2b\x86\x48\x4f\xda\x5e\xe1\x86\x3f\xd8\x83\xba\x48\xd6\x81\x40\x81\x03\x2c\xd2\x5e\x5f\xe0\xb0\x23\xb8\xa8\x7b\x36\xd7\x31\xd2\xb8\xa3\x28\xd2\x44\x90\xdc\xce\xc7\x57\xd4\x5e\xb9\x15\xb0\x70\x83\xa8\xbc\xd9\x7a\x57\x09\x76\xfa\xd1\x7e\xbc\x24\xae\x6b\xa1\x71\x4b\x83\x45\x4a\x4c\x61\x58\x2a\x4a\xf3\xbb\x75\x76\x7b\x58\x84\x6e\xd4\x94\xbe\x2b\x6c\x74\xa0\xfc\x58\x1d\xa7\x2f\x1c\xa2\x5c\xe4\x12\xb5\x0c\x67\x71\xdb\x5c\xaa\x1e\xe2\x58\xcd\x4b\xd9\xcf\x80\xf6\xe7\x6b\x34\xd5\x57\x1c\xf4\x85\x2a\x5c\xa5\x5d\xcc\x6e\xf5\x86\x9c\xda\x0e\xb7\x8c\x07\x72\x9b\xdb\x18\x03\x54\x88\xb1\x6e\xe1\x1c\xd0\x0b\x42\xd6\xa3\x04\x9c\x30\xbb\x7c\x6d\x51\x1b\x7e\xe3\x83\x6f\x6e\x3b\x67\x37\x9d\xde\xb3\xc5\x08\xf9\x00\x9d\x8d\x83\x84\xfc\x38\xcf\x3b\xef\xdb\x77\x17\xbd\xc1\x79\xf7\xe6\x29\xa2\x84\xdc\xa3\x2d\xc2\x84\x6e\x1d\x50\xe5\x99\x14\x86\x7d\xd9\xe9\x4e\x56\xb9\x18\xd0\x0d\xc2\xd5\x03\x18\xec\x32\x71\x07\x1b\x5d\x04\xda\x0c\x28\x98\x0e\x66\x08\x6f\xb4\x80\xab\x19\x95\x90\x1c\xf1\x2c\x83\x7c\xb1\x60\x63\x75\x49\x20\x76\x51\x81\xff\xf8\x5a\x58\x8e\xa7\xf6\xc5\xb0\x84\x34\x0a\x76\x9f\x89\x94\x1a\xf7\x87\xce\xec\x02\x28\x0e\xe9\x42\xcb\xb0\x38\xc7\x5c\xb0\x62\x18\x58\x5e\x26\x17\xa4\x11\x40\xcd\x6d\xe2\x53\xa6\x03\x3a\xc1\x6b\x5d\x59\xd3\x53\x5c\x89\x3e\xbd\xf8\xe9\x1f\x86\x19\xe2\x21\xe6\x02\x05\xd3\xd2\x69\xbe\xad\x27\xdd\x93\xe2\x08\xc0\xba\xdb\x9d\xa4\x60\x88\x86\x0a\x2e\xc5\x46\xba\x8d\x40\x14\xec\xc2\x42\x7d\xcf\x31\x94\x42\x8e\x2a\xeb\x6c\x59\xa1\x5d\x6b\x0e\xe6\x6a\x8a\x95\x30\x48\x92\xe5\xda\x2a\xff\xa8\x3a\xb7\x3f\xdf\xf6\x05\xd6\xe2\x73\xb7\x90\x43\x4a\xc6\x2e\xd0\x91\x2f\x4b\xfd\x7b\x09\x25\xe6\x60\xdf\xa3\xa1\x72\xca\xa8\xd0\x58\x5f\x2b\xcb\x98\x2a\x28\x03\xc7\xc3\x58\xea\x30\xf6\xa1\x4e\x5a\xf1\xbd\x2b\xb1\x24\xe1\xd4\xda\xf1\xba\xa7\xae\xc4\x50\x95\x9e\x9a\xd2\x11\x21\x4a\xf0\x29\x29\xa7\x26\x58\x7d\x5d\x2a\x72\x01\x96\xb5\x44\x54\x0e\x1d\x5f\x8b\x96\x7a\xd8\xdc\x81\x94\xf6\x48\x4a\x6b\xdc\xeb\xf1\x2d\x41\x26\xd2\x32\xd0\x00\x72\x5c\xf8\x1a\x43\x3a\x74\x06\x41\x30\x76\x19\x6b\x6f\x9d\x02\x9b\x66\x2b\xef\xe3\xe5\xd5\x65\x27\xf6\x1d\x76\x2f\x7b\x9d\x0f\x9d\x9b\x52\xea\xdb\xc5\x55\xbb\x94\xbe\x76\xdb\xbb\xa9\x64\xc7\xbd\xbb\xba\xba\xe8\x2c\x38\x21\x3b\xbd\xee\xc7\x52\xe3\xe7\x77\x37\xed\x5e\xf7\xaa\xf4\xde\xbb\xee\x65\xfb\xe6\xd7\xf8\x97\xce\xcd\xcd\xd5\x4d\xa5\xbf\xbb\xb3\xe5\xee\xcc\xd2\x34\xea\x55\xf1\xc2\x5b\x12\xc1\xf4\xd4\x2d\x69\x8f\xea\xfb\x3d\x27\x7d\x42\x92\xf3\x26\x49\x9b\xb5\x39\x9a\x25\xab\x54\xca\x06\xdb\xe5\x83\x36\xe5\xb4\xd6\xf6\xa3\x98\x51\xf3\x01\x35\x86\x4d\x67\xbb\x55\x7c\x5c\xff\x88\x6c\x96\x6a\x0a\xfc\x65\x8d\x54\xd3\xd2\xae\xbe\x9c\x54\xd3\x9a\x2c\xd2\xc5\x54\xd3\xee\x65\xb7\xd7\x6d\x5f\x74\xff\x4f\xa5\xc5\xcf\xed\x6e\xaf\x7b\xf9\x61\xf0\xfe\xea\x66\x70\xd3\xb9\xbd\xba\xbb\x39\xeb\x2c\x0f\x28\x5f\x1c\x7d\xa1\xb4\x1d\x93\xb8\x9f\x53\xd2\x8b\xc4\x69\x74\x0b\x38\x6d\xcd\x01\x4a\x02\x55\xd1\x8c\xff\x9d\x8b\xf1\x11\xd4\x24\x3c\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x81\xd2\x8b\x3e\xb8\x33\xc5\xa8\x81\xd7\xae\x65\xda\x8d\xbe\x83\xc8\x81\xda\x69\x40\xff\xae\xc2\x27\x76\x7f\xe4\xfa\x8f\x54\xbc\x10\x95\xe0\x4c\x1c\xa1\xfe\xf2\x29\x60\xdc\xcb\x91\x2b\x56\x74\x14\x7c\x9c\xe4\xb7\x5c\x1a\x4a\xd8\x97\x04\x92\x28\xea\xe9\xe4\x42\xee\x54\xa1\x73\x75\x39\xa1\xfa\x33\xbd\x3a\xef\xac\x5e\x93\x47\x40\xb5\xc1\x26\x05\xf2\xdc\x2c\x3f\xe2\xa7\xae\x26\x5e\xbd\x40\x64\xb2\x3d\x04\x75\x5d\xc8\x71\x3d\x78\x11\x64\xbd\x39\xc4\xa5\xa2\x96\x0b\x84\x88\xca\x31\xd1\x5c\xdc\xf7\xc5\xe7\x09\x13\x44\xe6\x0a\x7f\x32\x52\x01\x0e\xd6\x28\xcb\xf5\x84\x41\x25\xde\x23\xf2\xc8\xc8\x94\xce\x31\x54\x74\x2a\x55\x04\xe7\x04\x24\x63\x89\x13\xbe\xce\xb8\xb0\xdc\x62\xc6\xbd\x0b\xa1\xba\xf5\xfb\xf0\x30\xfa\x14\x22\xba\x7b\x86\xef\x7a\x71\x52\x8f\x13\x06\x21\x22\x85\x75\xcb\xab\x71\x8e\x73\x03\xb4\xa5\x94\xf7\x56\x33\xf3\xc9\x86\xdf\x79\xf0\x0e\x58\xee\x07\xc9\x53\x92\xe6\xb3\x8c\x27\x81\xef\x3e\x4a\xd5\x98\x51\x8d\xae\xae\x0d\x32\xaa\x2b\x0e\xdc\x65\x13\xab\xf1\xa3\x45\xf6\x8e\x25\xb9\xd5\x4f\x9c\x5d\x1e\x55\x16\xcb\x35\x53\xc7\x46\xf1\xf1\x18\x1c\x07\xde\x2b\xff\xf2\xd3\xcf\x8b\xf4\xb6\xdd\x1d\xd0\x71\x7c\x58\x26\xc7\x3c\xa1\x59\x6c\x82\x2e\x64\xd7\x90\xdf\xea\x8f\xfd\x2c\x57\x58\xd1\x79\x54\xe4\x18\x36\xc6\xed\xfb\x32\xfa\x03\x2c\xd6\xb6\x7b\x11\xb9\xee\x08\x0b\x17\xbb\x72\x27\x45\x00\xa5\x2f\x18\xe5\x6f\xb8\xa2\x6f\x8f\xe6\x86\xc0\xf6\x50\x20\x99\xc8\x47\x28\x36\x69\xb5\x11\x2b\x9c\xdb\x99\x0a\x09\xb2\x49\x40\x78\x0b\x56\x64\x8f\x81\x37\x0a\xe6\x72\x0c\x72\x19\xf3\x07\x26\x5e\x00\x5c\x40\x61\x69\xb7\x53\x0f\xa7\xb4\x96\x45\xee\x0a\xf7\x16\x9c\x40\xdb\x4a\xc4\xcb\x9d\x7a\xe3\x4c\x0e\xb1\xda\xe5\x02\x10\x5c\x7c\xeb\x6c\x16\xc1\x32\x72\x70\x7d\xe5\x3b\xcb\xa3\x26\x40\xfe\x84\x5c\x52\xf0\xc0\x2e\x5b\x8f\x4d\x67\x19\x35\x7b\x46\xca\xdb\x7d\xc1\x72\x23\xa3\xfa\xa2\x76\x72\xdd\x50\x66\xd4\xbb\x4a\x80\x2a\xba\x69\x6d\xb1\xaa\xe2\xc4\xf8\x95\x6f\xe2\xce\x35\x4e\xf4\x8d\x80\xfe\x66\x8a\xf9\xf0\x89\x39\x33\x21\x6a\x22\xf3\xb0\x4e\x90\x4c\x1e\x66\x5d\x0e\x1b\xf3\x81\x21\x21\xd4\x17\x30\x20\x42\xed\xdb\xe9\x4c\x0a\x26\x9c\x71\x43\xc8\xbe\x70\x8d\x7b\xd8\xd0\x50\x86\xac\xe4\x43\x3a\x72\x3a\x88\x2b\x78\xad\x65\xf6\xe0\xec\x94\x51\x46\x3f\xc0\x7a\xd9\x01\x9e\x59\x76\x6e\x85\x17\x2a\xd2\xe0\x50\x00\x13\x4b\x05\x3b\x53\xb1\x31\xd7\x86\xc5\x6e\xb7\xf8\xfb\xbd\xe1\x09\x96\xe4\x9d\x65\x4b\xdf\x88\x27\xb8\x8a\x71\x8d\x68\xb2\x09\xae\xd7\x7c\xc6\xd2\x6e\xf8\x6e\x39\x31\x94\x7c\xe7\x69\x14\x5b\x58\x3a\xe4\x48\x03\xbe\xa2\x3d\x04\xd2\xea\x90\x8b\x1f\x36\x29\x14\xb6\xf3\x58\x5f\xb0\x45\x63\x9a\x53\x45\x85\x61\x4c\xf7\x05\x46\x19\x63\x0a\x44\x29\xe6\x69\x54\x42\x90\x2c\x64\xa9\x44\x6a\x83\x01\x96\xf0\xc9\x88\xf2\x2c\x57\x8d\x22\x02\x92\xe5\x56\xd1\x1c\xcb\x96\xe9\x0c\x9a\x25\x75\xbb\x16\x5c\xc3\xd1\x31\x0a\x41\x49\xbe\xf8\x96\x2f\x10\x56\xf6\x9c\x36\x41\x01\x3b\x65\x6f\xfd\x0d\x0f\xfa\x61\x83\xb7\xf8\x2f\x7a\x30\x93\x1b\xb0\x3c\x57\xf3\xa3\x9e\xfb\x50\x7d\x0f\x71\x3c\xab\x04\x9f\xd5\xd6\x8c\x3f\xfd\xb4\x1a\x62\xb6\x91\xed\x00\xc1\x4d\xa8\x48\xa1\x7e\x27\x35\x91\xed\x02\x09\xc5\x91\x2f\x00\xf7\x19\xcf\xd7\x9a\x1d\x1d\x60\x37\x1c\x24\x0b\x4e\xa7\x15\x4b\x55\xf5\x56\xad\x70\x5e\x94\x7a\x29\xfb\x90\xea\x6c\x97\x45\x2c\xaf\x43\x90\x0c\x67\xad\x99\x78\x46\x7c\xbc\xff\xac\xba\x75\x31\x35\x8b\x7a\xad\x8b\x4c\x2e\x71\x87\xc8\x5d\x3d\x01\x45\x73\xc7\x63\x04\x36\x67\xcb\x87\xe2\xdc\xc5\xbe\x70\x10\xb3\xf0\x22\xe2\x14\x63\x78\xae\x26\x3f\x06\x47\xe4\x8f\xff\xee\x83\x33\xe7\x64\x04\x6b\x0d\x11\xd0\x32\x49\x72\x05\x90\x9e\xbe\xb2\x2f\xc3\x6b\x65\x93\x14\xf3\x36\x5e\xa6\x1a\x98\x0b\x04\x7a\x36\x57\xa9\x74\x4a\x51\x69\x52\x3d\x90\x85\x11\x2c\x37\x5c\x63\x0e\x8e\x46\x69\x43\xb4\x61\xb3\x5a\x7e\x52\x92\x97\xca\x37\xc1\x4e\x59\x84\x75\xb0\xb6\xab\xb3\x95\x3f\xd2\xd9\x32\xc4\xd1\x9d\x5b\x5c\xb5\x0d\x21\x7c\xac\x7a\xcd\x01\xda\x26\xa0\xac\x38\xa4\xd0\xc5\xd5\x0b\x19\xd7\xcf\x12\x25\xbd\x09\xfe\x79\x48\xbc\x77\x95\x03\x96\xf1\xb6\xf2\xa7\x9b\xc7\x0c\x15\xe1\xc1\xf8\x9a\x03\xf4\x1e\x62\xb6\x7c\x9c\xe0\xbf\x0d\x00\x43\x75\x63\x7c\x5b\x4b\xb6\x63\xc7\xe4\xe3\x02\x2f\xe2\x19\x73\x8f\x3f\x2d\x2c\xd1\xa6\xa9\xc7\x0f\x31\xd6\x02\xc8\x5e\x45\x6c\xc7\x5a\x1a\x69\x48\x39\xfe\x54\x06\xcc\x28\x2d\xb1\xe4\x6b\x21\x8b\x2c\x56\x18\x86\x1b\x2a\x65\x42\x1a\x46\x28\x11\x3c\x3b\x11\x79\x96\x9d\x5c\x4a\x61\x19\xb3\xe6\x63\x8c\x47\x01\x8b\x24\x96\xe7\x29\xca\xbc\x94\x4c\xd1\xd1\x11\x00\xe6\x6c\x87\x84\x56\x72\x63\x39\xa6\xdd\x82\x6c\xde\x17\xf6\x0b\xbc\x47\xb0\x3a\x06\x0f\xa1\xeb\xd8\x9b\x87\x2b\x75\x7d\x41\x1e\xe7\x3c\x6e\xbc\x86\xc0\x96\x21\x7c\xee\x14\x33\x7e\xa8\x83\xfd\x62\xea\x60\x4b\xe5\x2d\xbb\x1b\x54\xc4\x6e\x3e\x54\x5b\x97\xa4\x0e\x8a\x4e\x10\x5b\xd7\xa0\xc7\xaf\xe9\x6e\x7b\x4a\xbc\xd7\x02\xdc\xd5\xfd\xb6\x29\x82\xab\x5f\xa9\x7d\x78\x1d\x7e\xc3\x84\xee\x81\x1c\xf9\x3a\xd6\xdb\x27\xa1\xaf\x69\xf6\x8d\xb3\x68\xe2\xd4\xf3\x45\x22\x69\xd2\x7b\xa5\x18\x38\xcd\x78\xbd\xc1\x56\x17\xec\x4a\xbc\xc7\xcf\xaf\x65\xc6\x93\xe5\xb6\x72\x7f\x35\x41\x35\x81\x05\x4f\x09\xd4\xdd\x60\xbe\x68\x9e\x1b\x14\x1a\x81\x0d\x4b\x4c\x61\xfa\x59\x9c\xdc\x26\xa6\x44\xaf\x2e\x84\x56\x00\xe5\xa8\x28\x87\x62\xaf\x15\x08\x26\x86\x3c\x2a\x14\xa4\x01\x98\x9f\xce\xc0\x37\xe3\xf4\x8b\xd2\x40\x80\x37\x3d\x4e\x64\xc6\x8e\xd0\xb6\x04\x86\xe8\xbe\x98\x31\x95\x48\xab\xa4\x91\x54\x3e\xba\xe0\x3b\x9e\xa5\x45\xb6\xf2\xf7\xe0\x17\x03\xeb\xf5\x5b\x07\xc9\xc2\xfe\x3f\xf6\xae\xad\xc7\x6d\xe3\xfa\xbf\xe7\x53\x0c\xf2\x62\x1b\xe0\x2a\xc0\xff\x8f\xbe\xe4\x6d\xeb\x75\x90\x0d\x5c\x77\xeb\x8d\x93\x02\x61\xa0\x1d\x91\x23\x89\xcd\x68\xa8\x0e\xc9\xdd\x28\x40\xbf\x7b\x31\xe7\x9c\xb9\xf1\x22\x92\x92\xd6\x71\x13\x3f\x04\x01\xbc\x22\xe7\xc2\x99\x73\x3f\xbf\x9f\x8b\xfd\x39\x52\x8c\xf1\x63\x6b\x61\x19\xcf\x85\xfb\xb8\x54\xa0\xfb\xd8\x29\xf8\x91\x72\x65\xb8\x15\x04\x62\xdf\x0a\xe2\x98\x4d\x8f\xe6\x33\xef\x0b\x0b\xd7\x87\x0a\x0a\x06\x19\x54\xea\xd6\x77\xa5\xae\x88\xf6\x56\x42\x81\x3d\xe2\xf1\x60\x80\xd9\x38\x88\x90\xcf\xe4\x68\x86\xf8\x72\x57\xfa\xa8\xa9\xf2\x71\xab\x17\x55\x68\x92\xf4\x7e\x67\xac\x1f\x2f\x00\xed\x2c\x13\x09\x7b\x11\x2d\xf4\x05\x14\x60\xab\x12\xc6\xa3\x00\x45\xb4\x35\x70\x5c\x13\x56\xd4\xa9\x2a\x2a\x3c\x99\x5a\x48\xf1\xc8\x55\x4c\xce\x4a\xb1\x70\xea\x93\x77\xcb\x86\x6c\x2c\xa7\x92\xef\xdc\xa1\x79\x42\xa9\x93\x0e\x0b\x79\x39\x14\x8c\x01\xb3\x41\xa3\xa0\x0d\x55\xfc\x8a\xfc\x11\xc6\xd1\x7d\x14\x5a\x17\x79\x6e\x86\xf3\xc4\x26\x04\x18\x06\xcc\xc5\x87\xb2\x41\xba\xa7\x9c\x08\x54\x6d\x63\xa2\xab\xaa\x2a\xd0\x18\x5d\x95\xf5\x36\xfa\x10\x84\x28\x84\x37\x49\x18\x17\xbb\x06\x3e\x2c\xd8\x57\x25\x78\xbd\x65\x45\x9d\x40\x39\x9c\x15\x1c\xa9\xe2\x39\x01\x32\xd2\xeb\x0a\x47\x58\x3b\xfc\x9d\xe9\xef\xab\xf2\xf1\x98\x4d\x77\x6e\xb2\x05\x6f\xf5\x5e\x72\xb5\x44\x81\xfa\x3b\xa4\x5b\x02\xb0\xa7\xa1\x38\x56\xb3\x5a\x3a\x9e\x85\x8b\xcc\xd3\x59\x3a\xef\x23\x08\x36\x63\xc2\xd9\x81\x92\x36\x3b\xbd\xb5\xcc\xa1\x2d\xd9\xe6\x05\x0a\x69\x84\x05\x45\xc9\xa6\x4b\x01\x9f\x32\xe2\xad\x00\xb1\x3d\xad\x63\x39\x23\x7b\x02\x3e\xd5\xbc\xd1\x94\x2f\xdf\xd2\x21\xed\xcf\x3e\x3f\x65\xd1\x31\x98\x4e\x4a\x5b\x8c\x4c\xeb\x79\x53\x17\x83\x21\x84\x6e\x0a\xe3\x47\xc7\x4b\xe5\x62\xca\x58\x82\x20\x58\x55\x1a\xbf\xc6\x46\x38\xfa\xc1\xbc\x5a\xf5\x82\xcf\x5a\xd5\x1c\x43\xfe\x4f\xee\xbc\x44\x82\x2c\x76\xab\x1c\xab\x71\xc2\xd2\x2f\xf1\x64\x55\xe9\x97\x88\x66\x6e\x31\xe1\x2c\xfb\x16\xdd\x9f\x3c\xe2\x58\x74\x91\x76\xcc\xbd\xfb\x0b\x47\xac\x50\xb3\xa2\x79\xbf\x27\xed\x55\xd0\x96\x8a\xe5\x39\x2b\x7c\x01\xa9\x49\xf4\x39\x0f\x96\x13\x0b\x70\x4b\x75\x93\xd5\x7e\xc1\x8e\x42\xe8\xaf\xf6\x41\xb3\x45\xfb\x86\x34\xaa\xa3\xec\x29\x75\xaa\xec\xdb\x3c\x93\xe7\xb5\x94\x9d\x57\x75\xd9\xb3\x82\xb3\x0a\x31\x6a\x0b\x18\x01\x40\x24\xbe\xda\xbc\x2d\x07\x20\xe6\xbd\x12\x1e\xcd\x72\xc1\x3c\x7f\x1b\x98\x1e\x2d\xa2\xa8\x90\x27\x4a\x4a\x4b\x92\x84\x56\x5b\xc0\x8c\x53\x35\x50\xc6\xbd\x6e\x8c\x38\x0a\x6a\xdd\x53\x05\x9c\x61\xeb\xc2\x5c\x12\xbb\x2f\xa9\xfa\x5b\x49\x35\xf3\x60\x5e\xd9\x45\xda\x3a\x78\xda\xb6\x17\x0e\x37\x83\xfe\xe1\x06\xd4\xf6\x1a\xf3\xcc\x2d\x24\x55\xa8\x0f\x81\x2a\xb6\xc4\xd8\x1e\xda\x2f\x2a\xe3\x2a\x55\xff\x32\xdb\x63\x89\xb0\xe8\xb3\x96\x6b\xbc\xc4\x16\x79\x96\xbd\x7c\xc0\x97\xbe\xfc\xcb\xab\x87\x57\x48\x33\xd8\x54\x80\x55\x94\xc4\x2a\xc4\xb5\x3d\x35\x52\x42\x0d\xa5\x5d\xc1\x5a\x97\x3b\xec\xd2\x74\x43\x1c\xe5\xc5\x20\x2f\x67\x26\x5d\xd0\x28\x51\x90\x8f\xbc\x5e\xb3\x8c\xd7\xd9\xf6\xca\x5a\x73\x21\x39\x58\x40\x49\x0e\x96\xa3\xb1\xb5\xfa\x3b\x7f\x8c\x07\xa6\x77\x0e\x0b\x34\x3a\x2f\x66\x09\x44\x35\x2f\xda\x20\xa8\x76\x24\x38\x9c\x1e\x86\xd3\x5b\x7a\xee\xe7\x16\x88\x24\xa0\x56\xc7\x10\xb1\xe2\x3b\x91\xb3\x14\x1b\xf7\xd3\x2f\xed\xe7\x4f\xd5\x7e\xb5\x90\x87\x75\xbd\x80\x26\x86\x85\xd9\x96\x05\x74\xeb\x8f\x68\xba\x65\xde\x75\x95\x46\xb6\x7b\xd0\xd9\xea\xb7\x77\xdc\xee\xb8\x91\xa6\x1b\x2d\x18\xe2\x71\xfb\x73\x1f\xe7\x80\xe2\xce\x31\xa0\x53\x22\xf2\x27\x63\xe4\x06\x86\x95\xbf\x9f\x48\xb6\xc1\xaa\x9a\xd7\x45\x86\xa8\x5b\x8a\xcb\x03\xc0\x01\x25\xa9\xca\x0b\x8d\xae\x35\xcf\x0e\x99\x2c\x32\x22\x72\x8a\x6d\x21\xf1\x28\x54\xfd\xe6\xd7\x5a\x68\xc5\xa5\x2d\xe3\xbd\x55\xeb\xf2\x1c\x83\x48\xd0\xfb\xce\x43\x30\xbe\x8d\x2d\x1e\x68\x39\xc6\xf7\xfa\x00\xa3\x65\xe3\x07\xaf\xda\x16\x1c\xb8\x23\x9e\x10\xfe\x07\x87\x8e\x84\x7f\x34\xab\x52\x0a\xf6\xef\x46\xe8\x03\xbb\xbd\x61\xa5\x86\xde\xc9\xba\xa4\x7f\x2a\xf2\x59\x60\x9d\xc8\x3f\x4a\xa9\x40\xc7\x76\xda\xb2\x87\x3a\x33\xae\x3c\x3c\x71\xa9\x1d\x9f\x65\x10\xec\x8c\x57\xd0\xf7\xb5\xa2\x16\x03\x80\x5c\xfb\x58\xc6\xeb\x50\x73\x43\xff\x5d\xf9\x30\x60\xb8\x3a\x8a\xc4\x38\xc6\xd9\xbe\xd4\xb4\x4f\xfa\x54\x4e\x1b\xec\xbe\xb4\xd1\x87\x52\x17\x9b\x42\xf1\xba\xd4\xec\xe5\x9d\x6d\x59\x7a\xe5\xda\x6c\x61\x17\xfb\xa7\xd1\x8a\xae\xce\xd9\x22\x8c\xcc\xf6\x9b\x46\x90\x4d\x16\xf9\xb2\x5b\x53\x3e\x17\x32\x74\xb4\x5a\xc2\xfc\xaa\xaa\xf9\x6e\x1f\x42\x06\x3a\x20\x2b\xda\x19\x89\x9b\xc0\xec\xc4\xc0\x09\x2f\x2a\x5f\xbc\x96\x2a\x0a\x5d\xe1\x77\x2b\x75\x0f\x16\x76\x7b\x95\x20\xe6\x97\x27\x56\xec\x13\xfb\xe4\xf8\xd3\x47\xc3\xfb\xef\xdf\xda\x88\x9e\x57\xdb\x91\x1e\x84\x85\x0a\x95\x81\x54\x85\xca\xe4\x6d\x54\x1c\x9d\x2a\x5f\x98\xfc\x5a\x96\x4d\xce\x48\xf6\x50\xaa\x40\x2f\x58\x21\x16\x09\xab\xfe\xff\xeb\xaf\xbe\x5a\x2c\x06\x76\x62\x2e\x36\x8d\xbb\xdf\xf0\x5c\xff\x09\x87\xbf\xf5\x16\xfe\x8f\x5c\xad\x88\x74\x71\x39\xcf\x4f\xb4\xc8\x3e\x70\x5a\xc2\x38\x4a\x5c\xd6\xda\x1e\xd2\x11\x51\x9e\x33\x9c\xad\x8f\x3d\x3e\xd4\x9e\x6b\xa1\xea\x25\x8c\x38\x6f\x30\x18\xe4\x0e\x1e\x8f\x1a\x9a\x26\xf9\xc3\x3f\x7d\x5f\x62\x98\xc3\x56\x35\xff\x1c\x50\xc6\x12\x4a\xa0\x91\xed\x2f\x0b\xc8\x3a\x06\x21\xe1\x31\x8e\x4c\x5a\xd0\x09\xbb\x17\x2c\x28\x12\x4c\x93\x16\xe4\x67\x8f\x0d\xfe\x8e\x0f\xd5\x15\x76\x1a\x41\x61\xff\xcd\xab\x2c\x2c\xda\xf5\xc9\x09\xc6\x6b\x86\xe4\xd1\xbf\x09\x5d\xfa\x6e\x55\x42\x1e\x0f\x5e\x7c\xa4\xc2\xff\xb0\x3c\x1d\x4a\x07\x21\xf2\x10\xc4\x25\x44\x31\x80\x7f\xa1\xc2\x71\x34\xaa\x56\x07\x5b\xe9\x3f\x0c\x3e\xbc\x3c\x81\x9b\xc1\x4d\x25\xb0\x69\x02\xe9\x69\xfd\x3e\x27\x8a\xed\x05\xfd\x0a\x4c\x36\x63\x7e\x1b\x5b\x83\xef\x29\xc3\x4f\x74\xf6\xed\x18\xd6\x02\x16\xf1\xd3\x3f\x7f\x5e\x0c\x21\x64\xc1\xd4\x4f\x66\xe0\xfa\xc6\xd2\x11\x6a\xc1\x73\xcf\xf0\x10\x12\x38\x8c\xa1\x5f\x8d\x1e\xc8\x33\x2c\x99\x73\xbe\x4b\xd7\x56\x71\xb8\x16\xfe\x88\x17\x79\x08\x6f\xea\x0e\x38\x7d\x1e\x07\xf0\x5f\xae\x19\x78\x2c\x03\xd6\xd2\x82\xe6\xd9\x33\xc2\x8c\xdd\xeb\x97\x4f\x1f\xc9\x0e\x1c\xea\xe1\x9d\x32\x7d\xeb\x63\xdc\x95\xa5\x3c\xd7\xcf\xe0\xd2\x22\xc6\x2c\xa1\x41\xff\x1c\x3b\x01\x0f\x80\x73\x2c\x6e\x6f\x5c\xcc\xcb\x35\xc5\x82\x9c\x0e\xe0\x71\x20\x21\x43\x53\x80\x34\x08\xd2\x43\x0d\x97\x29\x54\xfb\x9e\xb0\xe7\xcc\x72\x0b\x78\x07\xe6\x4b\x1c\xf6\x6c\xc7\xf1\x09\x4a\x44\xb9\x9f\x23\x34\x0e\xb5\x66\x38\xcb\xcb\xc1\x76\xfa\xd6\x50\xce\xe3\x09\x1b\x0c\xdd\x3e\x06\x63\xdb\xfd\x44\x10\x1f\xe3\x32\x91\x02\x49\x55\xa0\x2c\xb0\x73\xc7\xd6\xb3\xb8\x5d\xeb\x73\x84\xa2\x63\x78\xb6\x23\x74\x4e\x17\xf9\x51\x37\xf6\x26\x04\x6b\x80\x68\x6c\x56\xee\x56\xc6\x19\x41\x90\x25\x4a\x87\x80\x96\xbb\xb6\x1d\x85\xae\x1d\xca\x6a\x2b\xc4\x67\x6b\xed\xbd\xab\x25\x09\xfb\x9d\x42\x91\xd5\x9b\x45\x1f\x30\x2d\x2e\xdb\xf0\xde\x2f\x67\xaf\xdb\x2b\x00\x1c\xf2\x27\x7e\xa8\x00\xd9\xc2\x78\xc5\xeb\xb5\x27\xee\x09\xad\x74\xe7\xa7\xb9\x06\x30\x82\x89\x6a\x08\xf0\x86\xd6\x52\x10\x77\x9b\xb4\x18\x1e\xbe\x53\xe4\x45\xd5\xbf\x39\xcf\xdd\x9d\xdf\xbf\x17\xf0\x7e\xd7\x43\x4a\x30\xc1\x51\xfd\x73\x82\x9e\xc5\xff\xf9\xb2\x75\x91\x95\xca\xf5\x9d\x5e\xc4\x61\xed\xe9\xdc\xef\x9f\x2e\xfc\xad\x83\x2f\x3c\xe6\x3d\x9f\xe9\xc4\x07\x6a\x52\x97\x19\xe1\x25\xd7\x0c\x00\xaf\x50\x1c\x9b\xb1\x13\xb6\xe3\x85\xa2\x6b\x50\x6b\x23\x20\x73\xb1\x6a\x36\x9b\x41\xdf\x52\x96\x9b\x67\x4d\x4b\xd8\x3e\xf7\xe0\xf7\x03\x25\xf1\xf2\x58\xef\xf6\xc8\x09\xfd\x03\x05\x11\x8e\xf6\x3a\x5d\x22\x0c\x70\x6b\x47\xc2\xd0\xf3\xba\x90\xe2\xe3\x78\xfe\x17\x0a\x63\xdc\x4e\x09\x63\xd8\xdc\x05\xd4\x4f\xe2\x3a\x5c\x74\xf9\x4f\x14\xdf\xc0\x9e\x92\x65\x11\x9b\x97\x47\xa6\x74\x62\xd3\x97\x6b\x53\x85\xcb\x4a\x88\x49\x95\x50\x79\x05\x78\xe0\x97\xef\x02\x03\xd9\x7e\x7e\x8b\xd5\x08\x1e\xfe\x7d\xb9\x13\x0c\x86\xaa\x10\x79\x84\x51\x01\x68\x02\xb9\x4e\xb3\x40\x0f\x52\x07\x17\x9e\x92\x79\xd9\x96\xab\x8d\xc8\xbd\x49\xf8\x52\x89\x27\x66\x64\x6d\x12\x26\x7f\x82\xcf\x93\x30\x51\x67\xaf\x08\xf2\xd4\xd7\x8a\x68\x91\x95\x3a\x87\xd6\xff\x0d\xd7\x39\x54\x28\xd1\x81\x97\x3c\xfb\x05\x48\xb7\x40\x1d\xe1\x88\x94\xa0\xb2\xdd\xf1\x98\x34\xf5\x6f\x2b\x54\x86\xf0\x93\x8e\x07\xdb\xce\x0f\x1f\xaf\x18\xcf\x74\x59\x11\x2b\x2f\x71\x2d\x11\xc9\x4f\xc0\x73\x02\x23\x0e\x86\x28\x78\x75\x56\xb7\xff\xb5\xf2\xf5\x06\xe2\xd7\xbd\xe4\x2a\x3e\xf1\xb8\xdc\x5a\x73\x80\x41\x1d\xb4\xe7\x5c\x1f\xde\x47\x6d\x05\x0e\x61\x0c\xfd\xb5\x42\xdb\x4e\x0b\x9e\x1f\xc2\x6e\xa5\x42\x11\x36\x19\xcf\x77\x85\x32\x9f\xde\x68\x17\xe4\xbd\x21\xe9\x95\x23\x7b\xba\xc4\x34\x2d\x40\xcf\x18\xb9\x15\x69\xc4\x8a\x29\x61\x0c\x02\xae\x0b\x79\x00\x1b\x70\xaf\xc5\x55\x30\x4e\x70\xbf\xa9\x4e\xac\xa8\x52\x85\x73\x07\xd6\xbc\x75\x23\xd1\x52\x04\x5f\xca\x2d\x80\xee\xe1\x87\xdb\xc4\x28\x89\x9a\x00\x1f\x82\x81\xe1\xcc\x5e\xa4\xe6\xa6\xeb\xc5\x4c\x0a\xcc\xf9\x2e\x3a\x0d\x05\x01\xdb\xf2\xc9\x16\x06\x3e\x71\x9f\xf7\x9d\xe3\xe6\xdd\x91\xec\xb2\x2e\x5c\x90\x25\x06\x85\x1e\x81\xee\x7f\x53\x6a\x02\x65\x00\xe1\x70\x47\xd8\xfe\xdf\x16\x8f\x22\x61\xf7\x7b\xae\x7f\x49\xd8\xcd\x41\xf1\x5d\x91\x7d\x57\xae\x46\x3d\xb7\x4b\x44\x2f\x9c\x81\x31\x3b\xba\xd5\x1b\x07\x48\x82\x9e\xfd\x20\xc6\xd5\xf5\xb3\x6d\x02\xcf\x9c\x18\x42\xe3\x1c\x52\x90\x36\x27\xaa\x7b\xa8\x84\xd8\x25\xed\xcf\xe1\x94\xee\xa0\x35\xda\x96\x00\x5e\x56\x53\xd5\x6c\x5f\x22\xd3\xc8\x48\x28\xf6\x35\x0b\xbf\x02\xad\x57\x6a\xb6\x97\xbc\x36\x67\xc5\xf2\xe5\xe0\xa9\xc0\xdc\x2b\x4a\xfb\x56\x2d\x74\x67\x53\x07\x45\x2c\x0e\xbc\xdc\x97\xa5\xec\xd5\xed\x17\xdd\xc0\x4e\x9c\x6a\xea\xe6\xdd\x62\x0d\x59\x15\x6a\x3c\xbb\x8b\x3e\xe6\xe1\x23\x24\x01\xa6\x31\x9c\xa6\xbc\xd1\xc8\xf1\x61\xb7\x63\xe1\x03\x8c\xdc\x18\xdf\x98\xf1\x46\x25\xb7\x12\x19\x87\x2e\x57\x6b\x7d\x20\xff\x10\xf2\x96\x3b\x1d\xdd\x13\x8d\xa9\xba\xe3\x0c\x98\x1c\xf0\xde\x65\xd1\xd7\xf4\x34\xf7\x72\x7d\xbf\xed\x0d\xb1\xe2\xcc\x6d\x78\xc8\x56\x1d\x8d\x35\x35\xdb\x22\xeb\x65\x26\x79\x35\xb1\xe2\xa3\x57\xee\xdc\xd2\x8b\x5e\xc3\x7b\xa6\xcb\xcc\x6f\x21\x1a\xb6\x9b\x28\x8c\x53\x75\xed\x9a\x7a\xbd\x1a\x77\xa6\x07\x8a\x59\x34\xba\x3a\x9f\x06\x4b\x99\x7c\x07\x78\xc2\xaa\x26\xdb\x42\xb1\x56\x2c\xa7\x42\xb9\xd5\xbd\xb1\x49\xaa\x8c\x22\x44\x04\x2f\x0e\x19\x91\x27\xa3\xee\xaa\xe2\x37\xe1\x34\x2d\x9a\x44\x91\x72\x5d\x71\xf3\x69\x08\x86\xbb\x6d\x88\xd8\xba\x39\xae\x7f\x11\x79\x10\xa4\x69\xf6\xc6\xb9\x5c\xa4\x6e\x9b\xf1\xfc\x7a\xe2\x28\xb2\x6c\xaa\x70\x61\xa1\x21\xd6\x92\xb4\xb2\x58\x8b\xec\x90\x75\x7a\x40\xa3\x3c\xe4\xe5\xa2\x81\xa7\x05\xc3\x8e\xf5\x0a\xf6\xfb\x38\x3f\x76\xfa\x5d\xd8\x50\xf2\xe6\x7f\xb3\x20\x62\xa0\x5d\xed\x8f\x1e\xcf\x18\x29\x82\xfe\x5c\xdb\x70\x51\xdf\xff\x8b\xf0\xff\x56\x32\xd8\xd2\x01\xf0\x33\xc8\x1e\xed\x2d\x58\xf8\xb4\x4a\xff\x8b\x3c\x3c\x91\xf5\x56\xf4\x74\x00\x4c\x3b\x64\xd4\x60\x91\xbb\xe6\x8f\x39\xd8\x31\xf8\xa8\xdd\xaf\xd7\xb2\xac\x1a\x7d\xfc\x5a\xbd\x8f\x67\x6d\x47\xf7\xab\x89\x30\x7d\xc4\x6e\x25\xa0\xaf\x27\xc7\x2f\xd3\xbb\x98\x31\x15\x6c\x3c\x91\xf6\xf3\x94\xca\x7f\x12\x2c\xe3\x7b\xa8\xaf\xec\x47\x3a\xec\x3c\x17\x78\xae\xa0\xd3\x36\x22\xd4\xaf\x2d\xb5\x13\x1d\xae\x28\x07\xf2\x49\x15\xe3\xf5\x7a\x37\xad\xde\xe3\x28\xc8\x31\x29\x6b\x74\x89\x88\xec\x1d\xaf\xb7\xe8\x7e\x03\xea\x37\x66\x10\x6b\x63\x9a\x20\x0e\x2d\x86\x69\x57\xb2\x5c\x01\x78\x69\x5d\xea\x41\x36\xff\x8c\x0e\xe7\xa4\xad\xeb\x7e\xb0\x29\x67\xdb\xdc\x07\xa8\xa5\xd6\xa2\x82\xa6\xba\x6e\x1e\xa4\x53\xd6\x78\x91\x10\x41\x77\xba\x46\x6c\xdd\x74\x42\x04\x5d\x88\x1d\x23\x2f\xa1\x12\xe7\xcd\x11\x81\x39\x74\xb1\xde\x84\xd5\xc8\x1c\xb8\x58\x6a\x20\xbb\xc4\x44\x63\x55\xa8\x8d\x14\xad\xf5\x5a\x74\xe8\x54\x5d\xe3\x5f\x42\x82\x62\x8f\x02\xe7\x8a\x5d\x08\x08\xd4\xdd\x3f\x2c\x4f\x66\xd7\xb6\xdd\x10\xda\xda\x38\x25\xc2\x9c\x2f\x03\x81\x87\xc4\x32\x1e\x6b\x63\xa9\x56\xa0\x88\xab\x66\x75\xe5\x9b\xcf\x4a\x0d\xaa\x1b\x7a\x13\xf7\x5c\x03\xca\xf2\xb6\x90\xf9\x55\x4f\x83\x31\x46\x0f\x3d\x24\x94\xc5\x27\xe0\x92\xc4\x17\x78\x5c\xd8\xfb\xe0\xd6\xee\xde\x63\x0c\x67\xc1\xb3\xad\xab\xbb\x47\x71\x7d\x4c\x5e\x44\x6e\xc8\xef\x5d\xb4\x31\xa1\x2a\x62\x00\xe4\xf1\x8f\x2f\x27\xa2\x3d\x9b\x22\x27\xbe\x8f\x9d\x16\x7b\x6b\x8c\xdb\x45\x92\x63\x68\xab\xaa\x25\xa6\xa6\x3f\x42\x73\xb6\x8f\xb9\x54\x7b\xfe\xa4\xa8\xe5\x6b\x56\xf1\xfb\x34\xf9\xd0\x8f\x1e\x6f\xe4\x43\xa7\x5c\x25\xa4\x32\x47\xcf\xbe\x2e\x1c\x64\x66\x12\x60\x03\x73\x29\x43\x9c\x26\x1f\x64\x49\x95\x77\xc5\x8d\xfa\x97\xd2\xfc\x3f\x6b\x0b\x6e\x6a\xf1\xcb\xa1\x6d\x42\x24\xb6\x3f\x89\x7a\xfb\x29\xf8\x7f\x85\x2e\xef\x20\x37\x7d\xe7\x36\x5f\xca\x9e\xcc\x78\xb6\x15\x4b\x33\xb5\x66\x46\x13\x0b\x11\xad\xbf\x36\x0f\xdf\xe3\xb3\x47\x95\x19\xda\x45\x68\xa6\xe1\x58\x50\xb4\xc6\x33\xe8\xc5\x76\xb1\xce\xb1\xeb\x9d\xe1\xb0\xcb\x1e\xde\xb9\xd1\xb9\xf6\x07\xba\x03\x4a\x3a\xb8\xcc\xb6\x43\x26\xe3\x5a\xdb\x42\x54\x1a\x95\x71\x5d\x17\x6b\x9e\x45\xb1\xe9\x49\xe8\x2c\x91\x86\xc4\x37\x56\x90\x32\xf5\x54\xde\x56\x94\x73\xe6\x20\x79\x87\xbf\xff\xa5\x7d\x0a\xe1\x85\xf4\x65\x22\x0f\xb3\x37\x85\xb3\xa8\x41\xbe\x77\xe9\x01\xb3\xeb\x19\x6b\x3d\xb1\x35\x60\x1e\x7e\x5a\x40\xb7\x3a\x5d\xc2\x75\x30\x50\x89\x6a\x14\xc9\x19\xa9\xcb\xb8\x6e\xb7\xc5\xc1\x16\x62\x09\xf1\xa3\xc8\x7d\xcb\x60\x80\x1b\x61\x54\x14\xdf\x08\xb6\x13\x79\xd1\xb4\xe1\xf9\xa2\x72\xf7\xcf\x3e\xeb\x9f\xcf\x67\x85\xe4\xfa\x73\x3a\xac\xfd\x8d\x14\x9f\x55\xd6\x27\xa0\xb2\x82\x79\xd2\xb7\x9e\x79\x0b\x26\x4b\x8f\xe3\xf9\x2b\xaf\x14\xbd\xa5\xe8\x72\x76\xbc\x7b\x0e\xc3\x50\x4b\x1d\xee\x81\x31\xd0\xfb\xae\xc6\xf0\xc1\x7c\x36\x5d\x7a\xb1\x30\xfe\x14\x65\x6a\xae\xb8\x0b\xec\xbf\xb3\x57\x1b\x18\xd1\xea\xf2\xd8\x15\x0f\x70\x4c\x78\xfd\xa2\x72\xbb\x1e\x5f\x65\x5b\xad\xf4\xb6\xa8\xea\x1f\xb8\x6c\xce\x02\x2f\x81\x9e\x85\x67\xcb\x45\xdb\xa9\xe2\x34\x83\x27\x8e\xa6\x50\xdf\xc7\x49\x4e\xa3\x57\xf1\xcc\x41\x93\xb3\x85\x04\x35\xf3\x9e\x23\x78\x1f\xdc\x7e\x3d\xa0\x6d\xf7\xa4\xf9\x7e\x2f\xb4\xcd\xdc\x75\x92\xab\x80\xaf\x09\xa3\xa4\x0a\x63\x04\xdf\xdd\xff\xfd\x5d\x5b\x37\x18\xd9\xd3\x7a\x35\xfc\x0c\xb6\x6e\xd1\xff\xe5\xde\x35\x52\x0e\x7e\xb9\x09\xb4\x72\x1f\xde\xbe\x5d\xfe\x70\xfd\xf6\xc3\x9b\xa3\xd0\x78\xc1\xcf\x06\xf7\xc4\xcd\x84\xf6\x04\x3d\xb7\x1a\xbc\xb5\x66\x27\xb4\x6d\x1b\xf0\xab\x46\x03\xb9\x91\x32\x86\x48\x4c\xd5\x03\xbd\x07\x4a\x6c\x1a\x85\x91\x95\x54\xb1\xa3\x1b\x17\x8f\x0f\x3f\x7b\x30\x2f\x7f\xc0\x67\xaf\x98\x5f\xc4\xd7\xec\x9d\x1b\x75\x60\x5f\xa9\x7e\xef\x8c\xeb\x80\x48\x8d\x43\xd7\xe1\xd2\x20\xb0\xa7\x5d\x8f\x0f\xca\x52\xea\x13\x76\xeb\x45\x6e\x07\xee\xdd\x43\x1c\xb5\x73\xb2\x3c\x47\xd3\x16\xde\x9b\x20\x74\x27\xb2\x7f\x3b\x74\xcb\x54\x11\x2d\x24\x87\x2e\xbb\xc1\x39\xb1\x5b\xca\x67\x4b\xae\x36\x0d\xdf\x88\x2a\x61\x76\xf0\x54\xed\x8a\xcd\x16\xb0\x4e\x3c\x9f\x3a\x76\x03\xf0\xba\x78\x14\xad\x23\x84\xa5\x48\xd4\xdf\x9f\xb0\x42\xa5\x8a\xd6\xa4\x36\xfe\xf5\x58\xa5\xf4\xdd\xbd\x5b\x8e\x39\x69\xee\x45\x84\x3e\xaa\x52\x65\x19\xef\x01\x62\x8e\xc2\x19\x60\xf8\x01\x87\x75\x74\x74\xb9\x16\x16\xf0\x18\x64\xfa\x06\x02\x2b\xa9\x72\x25\xf1\xf0\x61\x23\x36\x1a\xac\x5d\xc4\x29\x8d\xcb\x13\xfb\x31\xec\x9d\xa0\xb9\xf5\x9f\xfa\xb3\x75\x80\xb9\x70\xcb\xc7\xd6\x5b\x26\x1c\x5b\x2f\xc6\x26\xda\xd8\x3c\x10\x1c\x43\x7d\x52\xd0\x07\xd1\x3f\x1b\xbb\x2e\xfc\xcd\x60\x12\xb8\x6c\x56\x72\xc6\x94\xf0\xf7\x47\x27\x85\x22\xf9\xf8\xa4\x26\xc4\x32\xdf\xb7\xae\x96\x39\xa6\xc7\x86\x5d\x95\xe5\xc0\x77\xb9\x60\x54\x30\x9a\x14\x3d\x30\xb6\x19\x4d\x56\x9f\x72\x5e\x26\x94\x57\xb7\xb7\xc8\x4a\x9f\x63\x13\x92\x45\x75\xd2\x74\xbc\xfd\x34\x79\x46\xce\x42\x20\x65\x37\x4b\xc2\x92\x9e\x8b\x04\xec\x80\x98\xa4\x58\x14\x65\x22\x44\x81\xe2\x45\x01\xef\x23\xa7\x5e\xa1\xc4\x1d\xa2\xc4\x7f\xb9\x04\x26\x99\x35\xba\x32\xe2\x92\xe4\x1d\x49\xed\x52\x33\x9e\x2a\x8b\x7f\x65\xc5\xf1\xb5\x45\x24\xd1\xee\x5f\xb1\x64\x7d\x8f\xe8\x31\x60\xb1\xd6\xac\x54\xc2\x4a\xc3\x54\x01\xc8\xb8\x82\xa8\xe9\xaa\x02\xf8\x3f\x82\xd2\xa6\x3f\x04\xbc\x5f\x5c\x21\x49\xe4\xb8\xcc\x6b\x99\x01\x91\x9e\xff\xc2\xfc\xf7\x9f\x2f\xfe\x1b\x00\x00\xff\xff\x3a\x31\xb5\xba\x91\x9e\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 235700, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 237201, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/core/Tasks.java b/flyteidl/gen/pb-java/flyteidl/core/Tasks.java index 8832d6b44d..329b82ac5c 100644 --- a/flyteidl/gen/pb-java/flyteidl/core/Tasks.java +++ b/flyteidl/gen/pb-java/flyteidl/core/Tasks.java @@ -5196,6 +5196,19 @@ public interface TaskTemplateOrBuilder extends */ flyteidl.core.Tasks.ContainerOrBuilder getContainerOrBuilder(); + /** + * .flyteidl.core.K8sPod k8s_pod = 17; + */ + boolean hasK8SPod(); + /** + * .flyteidl.core.K8sPod k8s_pod = 17; + */ + flyteidl.core.Tasks.K8sPod getK8SPod(); + /** + * .flyteidl.core.K8sPod k8s_pod = 17; + */ + flyteidl.core.Tasks.K8sPodOrBuilder getK8SPodOrBuilder(); + /** *
      * This can be used to customize task handling at execution time for the same task type.
@@ -5432,10 +5445,10 @@ private TaskTemplate(
               break;
             }
             case 130: {
-              if (!((mutable_bitField0_ & 0x00000100) != 0)) {
+              if (!((mutable_bitField0_ & 0x00000200) != 0)) {
                 config_ = com.google.protobuf.MapField.newMapField(
                     ConfigDefaultEntryHolder.defaultEntry);
-                mutable_bitField0_ |= 0x00000100;
+                mutable_bitField0_ |= 0x00000200;
               }
               com.google.protobuf.MapEntry
               config__ = input.readMessage(
@@ -5444,6 +5457,20 @@ private TaskTemplate(
                   config__.getKey(), config__.getValue());
               break;
             }
+            case 138: {
+              flyteidl.core.Tasks.K8sPod.Builder subBuilder = null;
+              if (targetCase_ == 17) {
+                subBuilder = ((flyteidl.core.Tasks.K8sPod) target_).toBuilder();
+              }
+              target_ =
+                  input.readMessage(flyteidl.core.Tasks.K8sPod.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom((flyteidl.core.Tasks.K8sPod) target_);
+                target_ = subBuilder.buildPartial();
+              }
+              targetCase_ = 17;
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -5494,6 +5521,7 @@ protected com.google.protobuf.MapField internalGetMapField(
     public enum TargetCase
         implements com.google.protobuf.Internal.EnumLite {
       CONTAINER(6),
+      K8S_POD(17),
       TARGET_NOT_SET(0);
       private final int value;
       private TargetCase(int value) {
@@ -5510,6 +5538,7 @@ public static TargetCase valueOf(int value) {
       public static TargetCase forNumber(int value) {
         switch (value) {
           case 6: return CONTAINER;
+          case 17: return K8S_POD;
           case 0: return TARGET_NOT_SET;
           default: return null;
         }
@@ -5732,6 +5761,32 @@ public flyteidl.core.Tasks.ContainerOrBuilder getContainerOrBuilder() {
       return flyteidl.core.Tasks.Container.getDefaultInstance();
     }
 
+    public static final int K8S_POD_FIELD_NUMBER = 17;
+    /**
+     * .flyteidl.core.K8sPod k8s_pod = 17;
+     */
+    public boolean hasK8SPod() {
+      return targetCase_ == 17;
+    }
+    /**
+     * .flyteidl.core.K8sPod k8s_pod = 17;
+     */
+    public flyteidl.core.Tasks.K8sPod getK8SPod() {
+      if (targetCase_ == 17) {
+         return (flyteidl.core.Tasks.K8sPod) target_;
+      }
+      return flyteidl.core.Tasks.K8sPod.getDefaultInstance();
+    }
+    /**
+     * .flyteidl.core.K8sPod k8s_pod = 17;
+     */
+    public flyteidl.core.Tasks.K8sPodOrBuilder getK8SPodOrBuilder() {
+      if (targetCase_ == 17) {
+         return (flyteidl.core.Tasks.K8sPod) target_;
+      }
+      return flyteidl.core.Tasks.K8sPod.getDefaultInstance();
+    }
+
     public static final int TASK_TYPE_VERSION_FIELD_NUMBER = 7;
     private int taskTypeVersion_;
     /**
@@ -5922,6 +5977,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
           internalGetConfig(),
           ConfigDefaultEntryHolder.defaultEntry,
           16);
+      if (targetCase_ == 17) {
+        output.writeMessage(17, (flyteidl.core.Tasks.K8sPod) target_);
+      }
       unknownFields.writeTo(output);
     }
 
@@ -5972,6 +6030,10 @@ public int getSerializedSize() {
         size += com.google.protobuf.CodedOutputStream
             .computeMessageSize(16, config__);
       }
+      if (targetCase_ == 17) {
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(17, (flyteidl.core.Tasks.K8sPod) target_);
+      }
       size += unknownFields.getSerializedSize();
       memoizedSize = size;
       return size;
@@ -6024,6 +6086,10 @@ public boolean equals(final java.lang.Object obj) {
           if (!getContainer()
               .equals(other.getContainer())) return false;
           break;
+        case 17:
+          if (!getK8SPod()
+              .equals(other.getK8SPod())) return false;
+          break;
         case 0:
         default:
       }
@@ -6071,6 +6137,10 @@ public int hashCode() {
           hash = (37 * hash) + CONTAINER_FIELD_NUMBER;
           hash = (53 * hash) + getContainer().hashCode();
           break;
+        case 17:
+          hash = (37 * hash) + K8S_POD_FIELD_NUMBER;
+          hash = (53 * hash) + getK8SPod().hashCode();
+          break;
         case 0:
         default:
       }
@@ -6327,6 +6397,13 @@ public flyteidl.core.Tasks.TaskTemplate buildPartial() {
             result.target_ = containerBuilder_.build();
           }
         }
+        if (targetCase_ == 17) {
+          if (k8SPodBuilder_ == null) {
+            result.target_ = target_;
+          } else {
+            result.target_ = k8SPodBuilder_.build();
+          }
+        }
         result.taskTypeVersion_ = taskTypeVersion_;
         if (securityContextBuilder_ == null) {
           result.securityContext_ = securityContext_;
@@ -6414,6 +6491,10 @@ public Builder mergeFrom(flyteidl.core.Tasks.TaskTemplate other) {
             mergeContainer(other.getContainer());
             break;
           }
+          case K8S_POD: {
+            mergeK8SPod(other.getK8SPod());
+            break;
+          }
           case TARGET_NOT_SET: {
             break;
           }
@@ -7319,6 +7400,142 @@ public flyteidl.core.Tasks.ContainerOrBuilder getContainerOrBuilder() {
         return containerBuilder_;
       }
 
+      private com.google.protobuf.SingleFieldBuilderV3<
+          flyteidl.core.Tasks.K8sPod, flyteidl.core.Tasks.K8sPod.Builder, flyteidl.core.Tasks.K8sPodOrBuilder> k8SPodBuilder_;
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public boolean hasK8SPod() {
+        return targetCase_ == 17;
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public flyteidl.core.Tasks.K8sPod getK8SPod() {
+        if (k8SPodBuilder_ == null) {
+          if (targetCase_ == 17) {
+            return (flyteidl.core.Tasks.K8sPod) target_;
+          }
+          return flyteidl.core.Tasks.K8sPod.getDefaultInstance();
+        } else {
+          if (targetCase_ == 17) {
+            return k8SPodBuilder_.getMessage();
+          }
+          return flyteidl.core.Tasks.K8sPod.getDefaultInstance();
+        }
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public Builder setK8SPod(flyteidl.core.Tasks.K8sPod value) {
+        if (k8SPodBuilder_ == null) {
+          if (value == null) {
+            throw new NullPointerException();
+          }
+          target_ = value;
+          onChanged();
+        } else {
+          k8SPodBuilder_.setMessage(value);
+        }
+        targetCase_ = 17;
+        return this;
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public Builder setK8SPod(
+          flyteidl.core.Tasks.K8sPod.Builder builderForValue) {
+        if (k8SPodBuilder_ == null) {
+          target_ = builderForValue.build();
+          onChanged();
+        } else {
+          k8SPodBuilder_.setMessage(builderForValue.build());
+        }
+        targetCase_ = 17;
+        return this;
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public Builder mergeK8SPod(flyteidl.core.Tasks.K8sPod value) {
+        if (k8SPodBuilder_ == null) {
+          if (targetCase_ == 17 &&
+              target_ != flyteidl.core.Tasks.K8sPod.getDefaultInstance()) {
+            target_ = flyteidl.core.Tasks.K8sPod.newBuilder((flyteidl.core.Tasks.K8sPod) target_)
+                .mergeFrom(value).buildPartial();
+          } else {
+            target_ = value;
+          }
+          onChanged();
+        } else {
+          if (targetCase_ == 17) {
+            k8SPodBuilder_.mergeFrom(value);
+          }
+          k8SPodBuilder_.setMessage(value);
+        }
+        targetCase_ = 17;
+        return this;
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public Builder clearK8SPod() {
+        if (k8SPodBuilder_ == null) {
+          if (targetCase_ == 17) {
+            targetCase_ = 0;
+            target_ = null;
+            onChanged();
+          }
+        } else {
+          if (targetCase_ == 17) {
+            targetCase_ = 0;
+            target_ = null;
+          }
+          k8SPodBuilder_.clear();
+        }
+        return this;
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public flyteidl.core.Tasks.K8sPod.Builder getK8SPodBuilder() {
+        return getK8SPodFieldBuilder().getBuilder();
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      public flyteidl.core.Tasks.K8sPodOrBuilder getK8SPodOrBuilder() {
+        if ((targetCase_ == 17) && (k8SPodBuilder_ != null)) {
+          return k8SPodBuilder_.getMessageOrBuilder();
+        } else {
+          if (targetCase_ == 17) {
+            return (flyteidl.core.Tasks.K8sPod) target_;
+          }
+          return flyteidl.core.Tasks.K8sPod.getDefaultInstance();
+        }
+      }
+      /**
+       * .flyteidl.core.K8sPod k8s_pod = 17;
+       */
+      private com.google.protobuf.SingleFieldBuilderV3<
+          flyteidl.core.Tasks.K8sPod, flyteidl.core.Tasks.K8sPod.Builder, flyteidl.core.Tasks.K8sPodOrBuilder> 
+          getK8SPodFieldBuilder() {
+        if (k8SPodBuilder_ == null) {
+          if (!(targetCase_ == 17)) {
+            target_ = flyteidl.core.Tasks.K8sPod.getDefaultInstance();
+          }
+          k8SPodBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              flyteidl.core.Tasks.K8sPod, flyteidl.core.Tasks.K8sPod.Builder, flyteidl.core.Tasks.K8sPodOrBuilder>(
+                  (flyteidl.core.Tasks.K8sPod) target_,
+                  getParentForChildren(),
+                  isClean());
+          target_ = null;
+        }
+        targetCase_ = 17;
+        onChanged();;
+        return k8SPodBuilder_;
+      }
+
       private int taskTypeVersion_ ;
       /**
        * 
@@ -13839,149 +14056,2288 @@ public flyteidl.core.Tasks.DataLoadingConfig getDefaultInstanceForType() {
 
   }
 
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_Resources_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_Resources_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_Resources_ResourceEntry_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_Resources_ResourceEntry_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_RuntimeMetadata_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_RuntimeMetadata_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_TaskMetadata_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_TaskMetadata_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_TaskTemplate_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_TaskTemplate_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_TaskTemplate_ConfigEntry_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_TaskTemplate_ConfigEntry_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_ContainerPort_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_ContainerPort_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_Container_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_Container_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_IOStrategy_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_IOStrategy_fieldAccessorTable;
-  private static final com.google.protobuf.Descriptors.Descriptor
-    internal_static_flyteidl_core_DataLoadingConfig_descriptor;
-  private static final 
-    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-      internal_static_flyteidl_core_DataLoadingConfig_fieldAccessorTable;
+  public interface K8sPodOrBuilder extends
+      // @@protoc_insertion_point(interface_extends:flyteidl.core.K8sPod)
+      com.google.protobuf.MessageOrBuilder {
 
-  public static com.google.protobuf.Descriptors.FileDescriptor
-      getDescriptor() {
-    return descriptor;
+    /**
+     * 
+     * Contains additional metadata for building a kubernetes pod.
+     * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + boolean hasMetadata(); + /** + *
+     * Contains additional metadata for building a kubernetes pod.
+     * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + flyteidl.core.Tasks.K8sObjectMetadata getMetadata(); + /** + *
+     * Contains additional metadata for building a kubernetes pod.
+     * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + flyteidl.core.Tasks.K8sObjectMetadataOrBuilder getMetadataOrBuilder(); + + /** + *
+     * Defines the primary pod spec created when a task is executed.
+     * This should be a JSON-marshalled pod spec, which can be defined in 
+     * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+     * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+     * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + boolean hasPodSpec(); + /** + *
+     * Defines the primary pod spec created when a task is executed.
+     * This should be a JSON-marshalled pod spec, which can be defined in 
+     * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+     * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+     * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + com.google.protobuf.Struct getPodSpec(); + /** + *
+     * Defines the primary pod spec created when a task is executed.
+     * This should be a JSON-marshalled pod spec, which can be defined in 
+     * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+     * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+     * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + com.google.protobuf.StructOrBuilder getPodSpecOrBuilder(); } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n\031flyteidl/core/tasks.proto\022\rflyteidl.co" + - "re\032\036flyteidl/core/identifier.proto\032\035flyt" + - "eidl/core/interface.proto\032\034flyteidl/core" + - "/literals.proto\032\034flyteidl/core/security." + - "proto\032\036google/protobuf/duration.proto\032\034g" + - "oogle/protobuf/struct.proto\"\232\002\n\tResource" + - "s\0228\n\010requests\030\001 \003(\0132&.flyteidl.core.Reso" + - "urces.ResourceEntry\0226\n\006limits\030\002 \003(\0132&.fl" + - "yteidl.core.Resources.ResourceEntry\032S\n\rR" + - "esourceEntry\0223\n\004name\030\001 \001(\0162%.flyteidl.co" + - "re.Resources.ResourceName\022\r\n\005value\030\002 \001(\t" + - "\"F\n\014ResourceName\022\013\n\007UNKNOWN\020\000\022\007\n\003CPU\020\001\022\007" + - "\n\003GPU\020\002\022\n\n\006MEMORY\020\003\022\013\n\007STORAGE\020\004\"\225\001\n\017Run" + - "timeMetadata\0228\n\004type\030\001 \001(\0162*.flyteidl.co" + - "re.RuntimeMetadata.RuntimeType\022\017\n\007versio" + - "n\030\002 \001(\t\022\016\n\006flavor\030\003 \001(\t\"\'\n\013RuntimeType\022\t" + - "\n\005OTHER\020\000\022\r\n\tFLYTE_SDK\020\001\"\235\002\n\014TaskMetadat" + - "a\022\024\n\014discoverable\030\001 \001(\010\022/\n\007runtime\030\002 \001(\013" + - "2\036.flyteidl.core.RuntimeMetadata\022*\n\007time" + - "out\030\004 \001(\0132\031.google.protobuf.Duration\022-\n\007" + - "retries\030\005 \001(\0132\034.flyteidl.core.RetryStrat" + - "egy\022\031\n\021discovery_version\030\006 \001(\t\022 \n\030deprec" + - "ated_error_message\030\007 \001(\t\022\027\n\rinterruptibl" + - "e\030\010 \001(\010H\000B\025\n\023interruptible_value\"\303\003\n\014Tas" + - "kTemplate\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Id" + - "entifier\022\014\n\004type\030\002 \001(\t\022-\n\010metadata\030\003 \001(\013" + - "2\033.flyteidl.core.TaskMetadata\0220\n\tinterfa" + - "ce\030\004 \001(\0132\035.flyteidl.core.TypedInterface\022" + - "\'\n\006custom\030\005 \001(\0132\027.google.protobuf.Struct" + - "\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl.core.Cont" + - "ainerH\000\022\031\n\021task_type_version\030\007 \001(\005\0228\n\020se" + - "curity_context\030\010 \001(\0132\036.flyteidl.core.Sec" + - "urityContext\0227\n\006config\030\020 \003(\0132\'.flyteidl." + - "core.TaskTemplate.ConfigEntry\032-\n\013ConfigE" + - "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\010\n\006" + - "target\"\'\n\rContainerPort\022\026\n\016container_por" + - "t\030\001 \001(\r\"\245\002\n\tContainer\022\r\n\005image\030\001 \001(\t\022\017\n\007" + - "command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t\022+\n\tresources" + - "\030\004 \001(\0132\030.flyteidl.core.Resources\022(\n\003env\030" + - "\005 \003(\0132\033.flyteidl.core.KeyValuePair\022/\n\006co" + - "nfig\030\006 \003(\0132\033.flyteidl.core.KeyValuePairB" + - "\002\030\001\022+\n\005ports\030\007 \003(\0132\034.flyteidl.core.Conta" + - "inerPort\0225\n\013data_config\030\t \001(\0132 .flyteidl" + - ".core.DataLoadingConfig\"\233\002\n\nIOStrategy\022=" + - "\n\rdownload_mode\030\001 \001(\0162&.flyteidl.core.IO" + - "Strategy.DownloadMode\0229\n\013upload_mode\030\002 \001" + - "(\0162$.flyteidl.core.IOStrategy.UploadMode" + - "\"L\n\014DownloadMode\022\022\n\016DOWNLOAD_EAGER\020\000\022\023\n\017" + - "DOWNLOAD_STREAM\020\001\022\023\n\017DO_NOT_DOWNLOAD\020\002\"E" + - "\n\nUploadMode\022\022\n\016UPLOAD_ON_EXIT\020\000\022\020\n\014UPLO" + - "AD_EAGER\020\001\022\021\n\rDO_NOT_UPLOAD\020\002\"\363\001\n\021DataLo" + - "adingConfig\022\017\n\007enabled\030\001 \001(\010\022\022\n\ninput_pa" + - "th\030\002 \001(\t\022\023\n\013output_path\030\003 \001(\t\022A\n\006format\030" + - "\004 \001(\01621.flyteidl.core.DataLoadingConfig." + - "LiteralMapFormat\022.\n\013io_strategy\030\005 \001(\0132\031." + - "flyteidl.core.IOStrategy\"1\n\020LiteralMapFo" + - "rmat\022\010\n\004JSON\020\000\022\010\n\004YAML\020\001\022\t\n\005PROTO\020\002B6Z4g" + - "ithub.com/flyteorg/flyteidl/gen/pb-go/fl" + - "yteidl/coreb\006proto3" - }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { - descriptor = root; - return null; - } - }; - com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - flyteidl.core.IdentifierOuterClass.getDescriptor(), - flyteidl.core.Interface.getDescriptor(), - flyteidl.core.Literals.getDescriptor(), - flyteidl.core.Security.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.StructProto.getDescriptor(), - }, assigner); - internal_static_flyteidl_core_Resources_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_flyteidl_core_Resources_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_core_Resources_descriptor, - new java.lang.String[] { "Requests", "Limits", }); + /** + *
+   * Defines a pod spec and additional pod metadata that is created when a task is executed.
+   * 
+ * + * Protobuf type {@code flyteidl.core.K8sPod} + */ + public static final class K8sPod extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.core.K8sPod) + K8sPodOrBuilder { + private static final long serialVersionUID = 0L; + // Use K8sPod.newBuilder() to construct. + private K8sPod(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private K8sPod() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private K8sPod( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + flyteidl.core.Tasks.K8sObjectMetadata.Builder subBuilder = null; + if (metadata_ != null) { + subBuilder = metadata_.toBuilder(); + } + metadata_ = input.readMessage(flyteidl.core.Tasks.K8sObjectMetadata.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(metadata_); + metadata_ = subBuilder.buildPartial(); + } + + break; + } + case 18: { + com.google.protobuf.Struct.Builder subBuilder = null; + if (podSpec_ != null) { + subBuilder = podSpec_.toBuilder(); + } + podSpec_ = input.readMessage(com.google.protobuf.Struct.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(podSpec_); + podSpec_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sPod_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sPod_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Tasks.K8sPod.class, flyteidl.core.Tasks.K8sPod.Builder.class); + } + + public static final int METADATA_FIELD_NUMBER = 1; + private flyteidl.core.Tasks.K8sObjectMetadata metadata_; + /** + *
+     * Contains additional metadata for building a kubernetes pod.
+     * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public boolean hasMetadata() { + return metadata_ != null; + } + /** + *
+     * Contains additional metadata for building a kubernetes pod.
+     * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public flyteidl.core.Tasks.K8sObjectMetadata getMetadata() { + return metadata_ == null ? flyteidl.core.Tasks.K8sObjectMetadata.getDefaultInstance() : metadata_; + } + /** + *
+     * Contains additional metadata for building a kubernetes pod.
+     * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public flyteidl.core.Tasks.K8sObjectMetadataOrBuilder getMetadataOrBuilder() { + return getMetadata(); + } + + public static final int POD_SPEC_FIELD_NUMBER = 2; + private com.google.protobuf.Struct podSpec_; + /** + *
+     * Defines the primary pod spec created when a task is executed.
+     * This should be a JSON-marshalled pod spec, which can be defined in 
+     * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+     * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+     * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public boolean hasPodSpec() { + return podSpec_ != null; + } + /** + *
+     * Defines the primary pod spec created when a task is executed.
+     * This should be a JSON-marshalled pod spec, which can be defined in 
+     * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+     * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+     * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public com.google.protobuf.Struct getPodSpec() { + return podSpec_ == null ? com.google.protobuf.Struct.getDefaultInstance() : podSpec_; + } + /** + *
+     * Defines the primary pod spec created when a task is executed.
+     * This should be a JSON-marshalled pod spec, which can be defined in 
+     * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+     * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+     * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public com.google.protobuf.StructOrBuilder getPodSpecOrBuilder() { + return getPodSpec(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (metadata_ != null) { + output.writeMessage(1, getMetadata()); + } + if (podSpec_ != null) { + output.writeMessage(2, getPodSpec()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (metadata_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getMetadata()); + } + if (podSpec_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getPodSpec()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.core.Tasks.K8sPod)) { + return super.equals(obj); + } + flyteidl.core.Tasks.K8sPod other = (flyteidl.core.Tasks.K8sPod) obj; + + if (hasMetadata() != other.hasMetadata()) return false; + if (hasMetadata()) { + if (!getMetadata() + .equals(other.getMetadata())) return false; + } + if (hasPodSpec() != other.hasPodSpec()) return false; + if (hasPodSpec()) { + if (!getPodSpec() + .equals(other.getPodSpec())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasMetadata()) { + hash = (37 * hash) + METADATA_FIELD_NUMBER; + hash = (53 * hash) + getMetadata().hashCode(); + } + if (hasPodSpec()) { + hash = (37 * hash) + POD_SPEC_FIELD_NUMBER; + hash = (53 * hash) + getPodSpec().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.core.Tasks.K8sPod parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Tasks.K8sPod parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sPod parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Tasks.K8sPod parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sPod parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Tasks.K8sPod parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sPod parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Tasks.K8sPod parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sPod parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.core.Tasks.K8sPod parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sPod parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Tasks.K8sPod parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.core.Tasks.K8sPod prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Defines a pod spec and additional pod metadata that is created when a task is executed.
+     * 
+ * + * Protobuf type {@code flyteidl.core.K8sPod} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.core.K8sPod) + flyteidl.core.Tasks.K8sPodOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sPod_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sPod_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Tasks.K8sPod.class, flyteidl.core.Tasks.K8sPod.Builder.class); + } + + // Construct using flyteidl.core.Tasks.K8sPod.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (metadataBuilder_ == null) { + metadata_ = null; + } else { + metadata_ = null; + metadataBuilder_ = null; + } + if (podSpecBuilder_ == null) { + podSpec_ = null; + } else { + podSpec_ = null; + podSpecBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sPod_descriptor; + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sPod getDefaultInstanceForType() { + return flyteidl.core.Tasks.K8sPod.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sPod build() { + flyteidl.core.Tasks.K8sPod result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sPod buildPartial() { + flyteidl.core.Tasks.K8sPod result = new flyteidl.core.Tasks.K8sPod(this); + if (metadataBuilder_ == null) { + result.metadata_ = metadata_; + } else { + result.metadata_ = metadataBuilder_.build(); + } + if (podSpecBuilder_ == null) { + result.podSpec_ = podSpec_; + } else { + result.podSpec_ = podSpecBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.core.Tasks.K8sPod) { + return mergeFrom((flyteidl.core.Tasks.K8sPod)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.core.Tasks.K8sPod other) { + if (other == flyteidl.core.Tasks.K8sPod.getDefaultInstance()) return this; + if (other.hasMetadata()) { + mergeMetadata(other.getMetadata()); + } + if (other.hasPodSpec()) { + mergePodSpec(other.getPodSpec()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.core.Tasks.K8sPod parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.core.Tasks.K8sPod) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private flyteidl.core.Tasks.K8sObjectMetadata metadata_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Tasks.K8sObjectMetadata, flyteidl.core.Tasks.K8sObjectMetadata.Builder, flyteidl.core.Tasks.K8sObjectMetadataOrBuilder> metadataBuilder_; + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public boolean hasMetadata() { + return metadataBuilder_ != null || metadata_ != null; + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public flyteidl.core.Tasks.K8sObjectMetadata getMetadata() { + if (metadataBuilder_ == null) { + return metadata_ == null ? flyteidl.core.Tasks.K8sObjectMetadata.getDefaultInstance() : metadata_; + } else { + return metadataBuilder_.getMessage(); + } + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public Builder setMetadata(flyteidl.core.Tasks.K8sObjectMetadata value) { + if (metadataBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + metadata_ = value; + onChanged(); + } else { + metadataBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public Builder setMetadata( + flyteidl.core.Tasks.K8sObjectMetadata.Builder builderForValue) { + if (metadataBuilder_ == null) { + metadata_ = builderForValue.build(); + onChanged(); + } else { + metadataBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public Builder mergeMetadata(flyteidl.core.Tasks.K8sObjectMetadata value) { + if (metadataBuilder_ == null) { + if (metadata_ != null) { + metadata_ = + flyteidl.core.Tasks.K8sObjectMetadata.newBuilder(metadata_).mergeFrom(value).buildPartial(); + } else { + metadata_ = value; + } + onChanged(); + } else { + metadataBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public Builder clearMetadata() { + if (metadataBuilder_ == null) { + metadata_ = null; + onChanged(); + } else { + metadata_ = null; + metadataBuilder_ = null; + } + + return this; + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public flyteidl.core.Tasks.K8sObjectMetadata.Builder getMetadataBuilder() { + + onChanged(); + return getMetadataFieldBuilder().getBuilder(); + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + public flyteidl.core.Tasks.K8sObjectMetadataOrBuilder getMetadataOrBuilder() { + if (metadataBuilder_ != null) { + return metadataBuilder_.getMessageOrBuilder(); + } else { + return metadata_ == null ? + flyteidl.core.Tasks.K8sObjectMetadata.getDefaultInstance() : metadata_; + } + } + /** + *
+       * Contains additional metadata for building a kubernetes pod.
+       * 
+ * + * .flyteidl.core.K8sObjectMetadata metadata = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Tasks.K8sObjectMetadata, flyteidl.core.Tasks.K8sObjectMetadata.Builder, flyteidl.core.Tasks.K8sObjectMetadataOrBuilder> + getMetadataFieldBuilder() { + if (metadataBuilder_ == null) { + metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Tasks.K8sObjectMetadata, flyteidl.core.Tasks.K8sObjectMetadata.Builder, flyteidl.core.Tasks.K8sObjectMetadataOrBuilder>( + getMetadata(), + getParentForChildren(), + isClean()); + metadata_ = null; + } + return metadataBuilder_; + } + + private com.google.protobuf.Struct podSpec_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> podSpecBuilder_; + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public boolean hasPodSpec() { + return podSpecBuilder_ != null || podSpec_ != null; + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public com.google.protobuf.Struct getPodSpec() { + if (podSpecBuilder_ == null) { + return podSpec_ == null ? com.google.protobuf.Struct.getDefaultInstance() : podSpec_; + } else { + return podSpecBuilder_.getMessage(); + } + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public Builder setPodSpec(com.google.protobuf.Struct value) { + if (podSpecBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + podSpec_ = value; + onChanged(); + } else { + podSpecBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public Builder setPodSpec( + com.google.protobuf.Struct.Builder builderForValue) { + if (podSpecBuilder_ == null) { + podSpec_ = builderForValue.build(); + onChanged(); + } else { + podSpecBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public Builder mergePodSpec(com.google.protobuf.Struct value) { + if (podSpecBuilder_ == null) { + if (podSpec_ != null) { + podSpec_ = + com.google.protobuf.Struct.newBuilder(podSpec_).mergeFrom(value).buildPartial(); + } else { + podSpec_ = value; + } + onChanged(); + } else { + podSpecBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public Builder clearPodSpec() { + if (podSpecBuilder_ == null) { + podSpec_ = null; + onChanged(); + } else { + podSpec_ = null; + podSpecBuilder_ = null; + } + + return this; + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public com.google.protobuf.Struct.Builder getPodSpecBuilder() { + + onChanged(); + return getPodSpecFieldBuilder().getBuilder(); + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + public com.google.protobuf.StructOrBuilder getPodSpecOrBuilder() { + if (podSpecBuilder_ != null) { + return podSpecBuilder_.getMessageOrBuilder(); + } else { + return podSpec_ == null ? + com.google.protobuf.Struct.getDefaultInstance() : podSpec_; + } + } + /** + *
+       * Defines the primary pod spec created when a task is executed.
+       * This should be a JSON-marshalled pod spec, which can be defined in 
+       * - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
+       * - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
+       * 
+ * + * .google.protobuf.Struct pod_spec = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> + getPodSpecFieldBuilder() { + if (podSpecBuilder_ == null) { + podSpecBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>( + getPodSpec(), + getParentForChildren(), + isClean()); + podSpec_ = null; + } + return podSpecBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.core.K8sPod) + } + + // @@protoc_insertion_point(class_scope:flyteidl.core.K8sPod) + private static final flyteidl.core.Tasks.K8sPod DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.core.Tasks.K8sPod(); + } + + public static flyteidl.core.Tasks.K8sPod getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public K8sPod parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new K8sPod(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sPod getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface K8sObjectMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.K8sObjectMetadata) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + int getLabelsCount(); + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + boolean containsLabels( + java.lang.String key); + /** + * Use {@link #getLabelsMap()} instead. + */ + @java.lang.Deprecated + java.util.Map + getLabels(); + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + java.util.Map + getLabelsMap(); + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + + java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue); + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + + java.lang.String getLabelsOrThrow( + java.lang.String key); + + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + int getAnnotationsCount(); + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + boolean containsAnnotations( + java.lang.String key); + /** + * Use {@link #getAnnotationsMap()} instead. + */ + @java.lang.Deprecated + java.util.Map + getAnnotations(); + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + java.util.Map + getAnnotationsMap(); + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + + java.lang.String getAnnotationsOrDefault( + java.lang.String key, + java.lang.String defaultValue); + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + + java.lang.String getAnnotationsOrThrow( + java.lang.String key); + } + /** + *
+   * Metadata for building a kubernetes object when a task is executed.
+   * 
+ * + * Protobuf type {@code flyteidl.core.K8sObjectMetadata} + */ + public static final class K8sObjectMetadata extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.core.K8sObjectMetadata) + K8sObjectMetadataOrBuilder { + private static final long serialVersionUID = 0L; + // Use K8sObjectMetadata.newBuilder() to construct. + private K8sObjectMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private K8sObjectMetadata() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private K8sObjectMetadata( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); + mutable_bitField0_ |= 0x00000001; + } + com.google.protobuf.MapEntry + labels__ = input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + labels_.getMutableMap().put( + labels__.getKey(), labels__.getValue()); + break; + } + case 18: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + annotations_ = com.google.protobuf.MapField.newMapField( + AnnotationsDefaultEntryHolder.defaultEntry); + mutable_bitField0_ |= 0x00000002; + } + com.google.protobuf.MapEntry + annotations__ = input.readMessage( + AnnotationsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + annotations_.getMutableMap().put( + annotations__.getKey(), annotations__.getValue()); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sObjectMetadata_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + @java.lang.Override + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 1: + return internalGetLabels(); + case 2: + return internalGetAnnotations(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sObjectMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Tasks.K8sObjectMetadata.class, flyteidl.core.Tasks.K8sObjectMetadata.Builder.class); + } + + public static final int LABELS_FIELD_NUMBER = 1; + private static final class LabelsDefaultEntryHolder { + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + flyteidl.core.Tasks.internal_static_flyteidl_core_K8sObjectMetadata_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); + } + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { + if (labels_ == null) { + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); + } + return labels_; + } + + public int getLabelsCount() { + return internalGetLabels().getMap().size(); + } + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetLabels().getMap().containsKey(key); + } + /** + * Use {@link #getLabelsMap()} instead. + */ + @java.lang.Deprecated + public java.util.Map getLabels() { + return getLabelsMap(); + } + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + + public java.util.Map getLabelsMap() { + return internalGetLabels().getMap(); + } + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + + public java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+     * Optional labels to add to the pod definition.
+     * 
+ * + * map<string, string> labels = 1; + */ + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + public static final int ANNOTATIONS_FIELD_NUMBER = 2; + private static final class AnnotationsDefaultEntryHolder { + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + flyteidl.core.Tasks.internal_static_flyteidl_core_K8sObjectMetadata_AnnotationsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); + } + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> annotations_; + private com.google.protobuf.MapField + internalGetAnnotations() { + if (annotations_ == null) { + return com.google.protobuf.MapField.emptyMapField( + AnnotationsDefaultEntryHolder.defaultEntry); + } + return annotations_; + } + + public int getAnnotationsCount() { + return internalGetAnnotations().getMap().size(); + } + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + + public boolean containsAnnotations( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetAnnotations().getMap().containsKey(key); + } + /** + * Use {@link #getAnnotationsMap()} instead. + */ + @java.lang.Deprecated + public java.util.Map getAnnotations() { + return getAnnotationsMap(); + } + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + + public java.util.Map getAnnotationsMap() { + return internalGetAnnotations().getMap(); + } + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + + public java.lang.String getAnnotationsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetAnnotations().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+     * Optional annotations to add to the pod definition.
+     * 
+ * + * map<string, string> annotations = 2; + */ + + public java.lang.String getAnnotationsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetAnnotations().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 1); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetAnnotations(), + AnnotationsDefaultEntryHolder.defaultEntry, + 2); + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + for (java.util.Map.Entry entry + : internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry + labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, labels__); + } + for (java.util.Map.Entry entry + : internalGetAnnotations().getMap().entrySet()) { + com.google.protobuf.MapEntry + annotations__ = AnnotationsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, annotations__); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.core.Tasks.K8sObjectMetadata)) { + return super.equals(obj); + } + flyteidl.core.Tasks.K8sObjectMetadata other = (flyteidl.core.Tasks.K8sObjectMetadata) obj; + + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; + if (!internalGetAnnotations().equals( + other.internalGetAnnotations())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (!internalGetLabels().getMap().isEmpty()) { + hash = (37 * hash) + LABELS_FIELD_NUMBER; + hash = (53 * hash) + internalGetLabels().hashCode(); + } + if (!internalGetAnnotations().getMap().isEmpty()) { + hash = (37 * hash) + ANNOTATIONS_FIELD_NUMBER; + hash = (53 * hash) + internalGetAnnotations().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Tasks.K8sObjectMetadata parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.core.Tasks.K8sObjectMetadata prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Metadata for building a kubernetes object when a task is executed.
+     * 
+ * + * Protobuf type {@code flyteidl.core.K8sObjectMetadata} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.core.K8sObjectMetadata) + flyteidl.core.Tasks.K8sObjectMetadataOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sObjectMetadata_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 1: + return internalGetLabels(); + case 2: + return internalGetAnnotations(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { + switch (number) { + case 1: + return internalGetMutableLabels(); + case 2: + return internalGetMutableAnnotations(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sObjectMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Tasks.K8sObjectMetadata.class, flyteidl.core.Tasks.K8sObjectMetadata.Builder.class); + } + + // Construct using flyteidl.core.Tasks.K8sObjectMetadata.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + internalGetMutableLabels().clear(); + internalGetMutableAnnotations().clear(); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.core.Tasks.internal_static_flyteidl_core_K8sObjectMetadata_descriptor; + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sObjectMetadata getDefaultInstanceForType() { + return flyteidl.core.Tasks.K8sObjectMetadata.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sObjectMetadata build() { + flyteidl.core.Tasks.K8sObjectMetadata result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sObjectMetadata buildPartial() { + flyteidl.core.Tasks.K8sObjectMetadata result = new flyteidl.core.Tasks.K8sObjectMetadata(this); + int from_bitField0_ = bitField0_; + result.labels_ = internalGetLabels(); + result.labels_.makeImmutable(); + result.annotations_ = internalGetAnnotations(); + result.annotations_.makeImmutable(); + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.core.Tasks.K8sObjectMetadata) { + return mergeFrom((flyteidl.core.Tasks.K8sObjectMetadata)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.core.Tasks.K8sObjectMetadata other) { + if (other == flyteidl.core.Tasks.K8sObjectMetadata.getDefaultInstance()) return this; + internalGetMutableLabels().mergeFrom( + other.internalGetLabels()); + internalGetMutableAnnotations().mergeFrom( + other.internalGetAnnotations()); + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.core.Tasks.K8sObjectMetadata parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.core.Tasks.K8sObjectMetadata) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { + if (labels_ == null) { + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); + } + return labels_; + } + private com.google.protobuf.MapField + internalGetMutableLabels() { + onChanged();; + if (labels_ == null) { + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); + } + if (!labels_.isMutable()) { + labels_ = labels_.copy(); + } + return labels_; + } + + public int getLabelsCount() { + return internalGetLabels().getMap().size(); + } + /** + *
+       * Optional labels to add to the pod definition.
+       * 
+ * + * map<string, string> labels = 1; + */ + + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetLabels().getMap().containsKey(key); + } + /** + * Use {@link #getLabelsMap()} instead. + */ + @java.lang.Deprecated + public java.util.Map getLabels() { + return getLabelsMap(); + } + /** + *
+       * Optional labels to add to the pod definition.
+       * 
+ * + * map<string, string> labels = 1; + */ + + public java.util.Map getLabelsMap() { + return internalGetLabels().getMap(); + } + /** + *
+       * Optional labels to add to the pod definition.
+       * 
+ * + * map<string, string> labels = 1; + */ + + public java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+       * Optional labels to add to the pod definition.
+       * 
+ * + * map<string, string> labels = 1; + */ + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + public Builder clearLabels() { + internalGetMutableLabels().getMutableMap() + .clear(); + return this; + } + /** + *
+       * Optional labels to add to the pod definition.
+       * 
+ * + * map<string, string> labels = 1; + */ + + public Builder removeLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + internalGetMutableLabels().getMutableMap() + .remove(key); + return this; + } + /** + * Use alternate mutation accessors instead. + */ + @java.lang.Deprecated + public java.util.Map + getMutableLabels() { + return internalGetMutableLabels().getMutableMap(); + } + /** + *
+       * Optional labels to add to the pod definition.
+       * 
+ * + * map<string, string> labels = 1; + */ + public Builder putLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new java.lang.NullPointerException(); } + if (value == null) { throw new java.lang.NullPointerException(); } + internalGetMutableLabels().getMutableMap() + .put(key, value); + return this; + } + /** + *
+       * Optional labels to add to the pod definition.
+       * 
+ * + * map<string, string> labels = 1; + */ + + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); + return this; + } + + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> annotations_; + private com.google.protobuf.MapField + internalGetAnnotations() { + if (annotations_ == null) { + return com.google.protobuf.MapField.emptyMapField( + AnnotationsDefaultEntryHolder.defaultEntry); + } + return annotations_; + } + private com.google.protobuf.MapField + internalGetMutableAnnotations() { + onChanged();; + if (annotations_ == null) { + annotations_ = com.google.protobuf.MapField.newMapField( + AnnotationsDefaultEntryHolder.defaultEntry); + } + if (!annotations_.isMutable()) { + annotations_ = annotations_.copy(); + } + return annotations_; + } + + public int getAnnotationsCount() { + return internalGetAnnotations().getMap().size(); + } + /** + *
+       * Optional annotations to add to the pod definition.
+       * 
+ * + * map<string, string> annotations = 2; + */ + + public boolean containsAnnotations( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetAnnotations().getMap().containsKey(key); + } + /** + * Use {@link #getAnnotationsMap()} instead. + */ + @java.lang.Deprecated + public java.util.Map getAnnotations() { + return getAnnotationsMap(); + } + /** + *
+       * Optional annotations to add to the pod definition.
+       * 
+ * + * map<string, string> annotations = 2; + */ + + public java.util.Map getAnnotationsMap() { + return internalGetAnnotations().getMap(); + } + /** + *
+       * Optional annotations to add to the pod definition.
+       * 
+ * + * map<string, string> annotations = 2; + */ + + public java.lang.String getAnnotationsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetAnnotations().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+       * Optional annotations to add to the pod definition.
+       * 
+ * + * map<string, string> annotations = 2; + */ + + public java.lang.String getAnnotationsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetAnnotations().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + public Builder clearAnnotations() { + internalGetMutableAnnotations().getMutableMap() + .clear(); + return this; + } + /** + *
+       * Optional annotations to add to the pod definition.
+       * 
+ * + * map<string, string> annotations = 2; + */ + + public Builder removeAnnotations( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + internalGetMutableAnnotations().getMutableMap() + .remove(key); + return this; + } + /** + * Use alternate mutation accessors instead. + */ + @java.lang.Deprecated + public java.util.Map + getMutableAnnotations() { + return internalGetMutableAnnotations().getMutableMap(); + } + /** + *
+       * Optional annotations to add to the pod definition.
+       * 
+ * + * map<string, string> annotations = 2; + */ + public Builder putAnnotations( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new java.lang.NullPointerException(); } + if (value == null) { throw new java.lang.NullPointerException(); } + internalGetMutableAnnotations().getMutableMap() + .put(key, value); + return this; + } + /** + *
+       * Optional annotations to add to the pod definition.
+       * 
+ * + * map<string, string> annotations = 2; + */ + + public Builder putAllAnnotations( + java.util.Map values) { + internalGetMutableAnnotations().getMutableMap() + .putAll(values); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.core.K8sObjectMetadata) + } + + // @@protoc_insertion_point(class_scope:flyteidl.core.K8sObjectMetadata) + private static final flyteidl.core.Tasks.K8sObjectMetadata DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.core.Tasks.K8sObjectMetadata(); + } + + public static flyteidl.core.Tasks.K8sObjectMetadata getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public K8sObjectMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new K8sObjectMetadata(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.core.Tasks.K8sObjectMetadata getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_Resources_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_Resources_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_Resources_ResourceEntry_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_Resources_ResourceEntry_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_RuntimeMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_RuntimeMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_TaskMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_TaskMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_TaskTemplate_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_TaskTemplate_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_TaskTemplate_ConfigEntry_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_TaskTemplate_ConfigEntry_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_ContainerPort_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_ContainerPort_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_Container_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_Container_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_IOStrategy_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_IOStrategy_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_DataLoadingConfig_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_DataLoadingConfig_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_K8sPod_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_K8sPod_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_K8sObjectMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_K8sObjectMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_K8sObjectMetadata_LabelsEntry_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_K8sObjectMetadata_LabelsEntry_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_K8sObjectMetadata_AnnotationsEntry_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_K8sObjectMetadata_AnnotationsEntry_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\031flyteidl/core/tasks.proto\022\rflyteidl.co" + + "re\032\036flyteidl/core/identifier.proto\032\035flyt" + + "eidl/core/interface.proto\032\034flyteidl/core" + + "/literals.proto\032\034flyteidl/core/security." + + "proto\032\036google/protobuf/duration.proto\032\034g" + + "oogle/protobuf/struct.proto\"\232\002\n\tResource" + + "s\0228\n\010requests\030\001 \003(\0132&.flyteidl.core.Reso" + + "urces.ResourceEntry\0226\n\006limits\030\002 \003(\0132&.fl" + + "yteidl.core.Resources.ResourceEntry\032S\n\rR" + + "esourceEntry\0223\n\004name\030\001 \001(\0162%.flyteidl.co" + + "re.Resources.ResourceName\022\r\n\005value\030\002 \001(\t" + + "\"F\n\014ResourceName\022\013\n\007UNKNOWN\020\000\022\007\n\003CPU\020\001\022\007" + + "\n\003GPU\020\002\022\n\n\006MEMORY\020\003\022\013\n\007STORAGE\020\004\"\225\001\n\017Run" + + "timeMetadata\0228\n\004type\030\001 \001(\0162*.flyteidl.co" + + "re.RuntimeMetadata.RuntimeType\022\017\n\007versio" + + "n\030\002 \001(\t\022\016\n\006flavor\030\003 \001(\t\"\'\n\013RuntimeType\022\t" + + "\n\005OTHER\020\000\022\r\n\tFLYTE_SDK\020\001\"\235\002\n\014TaskMetadat" + + "a\022\024\n\014discoverable\030\001 \001(\010\022/\n\007runtime\030\002 \001(\013" + + "2\036.flyteidl.core.RuntimeMetadata\022*\n\007time" + + "out\030\004 \001(\0132\031.google.protobuf.Duration\022-\n\007" + + "retries\030\005 \001(\0132\034.flyteidl.core.RetryStrat" + + "egy\022\031\n\021discovery_version\030\006 \001(\t\022 \n\030deprec" + + "ated_error_message\030\007 \001(\t\022\027\n\rinterruptibl" + + "e\030\010 \001(\010H\000B\025\n\023interruptible_value\"\355\003\n\014Tas" + + "kTemplate\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Id" + + "entifier\022\014\n\004type\030\002 \001(\t\022-\n\010metadata\030\003 \001(\013" + + "2\033.flyteidl.core.TaskMetadata\0220\n\tinterfa" + + "ce\030\004 \001(\0132\035.flyteidl.core.TypedInterface\022" + + "\'\n\006custom\030\005 \001(\0132\027.google.protobuf.Struct" + + "\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl.core.Cont" + + "ainerH\000\022(\n\007k8s_pod\030\021 \001(\0132\025.flyteidl.core" + + ".K8sPodH\000\022\031\n\021task_type_version\030\007 \001(\005\0228\n\020" + + "security_context\030\010 \001(\0132\036.flyteidl.core.S" + + "ecurityContext\0227\n\006config\030\020 \003(\0132\'.flyteid" + + "l.core.TaskTemplate.ConfigEntry\032-\n\013Confi" + + "gEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\010" + + "\n\006target\"\'\n\rContainerPort\022\026\n\016container_p" + + "ort\030\001 \001(\r\"\245\002\n\tContainer\022\r\n\005image\030\001 \001(\t\022\017" + + "\n\007command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t\022+\n\tresourc" + + "es\030\004 \001(\0132\030.flyteidl.core.Resources\022(\n\003en" + + "v\030\005 \003(\0132\033.flyteidl.core.KeyValuePair\022/\n\006" + + "config\030\006 \003(\0132\033.flyteidl.core.KeyValuePai" + + "rB\002\030\001\022+\n\005ports\030\007 \003(\0132\034.flyteidl.core.Con" + + "tainerPort\0225\n\013data_config\030\t \001(\0132 .flytei" + + "dl.core.DataLoadingConfig\"\233\002\n\nIOStrategy" + + "\022=\n\rdownload_mode\030\001 \001(\0162&.flyteidl.core." + + "IOStrategy.DownloadMode\0229\n\013upload_mode\030\002" + + " \001(\0162$.flyteidl.core.IOStrategy.UploadMo" + + "de\"L\n\014DownloadMode\022\022\n\016DOWNLOAD_EAGER\020\000\022\023" + + "\n\017DOWNLOAD_STREAM\020\001\022\023\n\017DO_NOT_DOWNLOAD\020\002" + + "\"E\n\nUploadMode\022\022\n\016UPLOAD_ON_EXIT\020\000\022\020\n\014UP" + + "LOAD_EAGER\020\001\022\021\n\rDO_NOT_UPLOAD\020\002\"\363\001\n\021Data" + + "LoadingConfig\022\017\n\007enabled\030\001 \001(\010\022\022\n\ninput_" + + "path\030\002 \001(\t\022\023\n\013output_path\030\003 \001(\t\022A\n\006forma" + + "t\030\004 \001(\01621.flyteidl.core.DataLoadingConfi" + + "g.LiteralMapFormat\022.\n\013io_strategy\030\005 \001(\0132" + + "\031.flyteidl.core.IOStrategy\"1\n\020LiteralMap" + + "Format\022\010\n\004JSON\020\000\022\010\n\004YAML\020\001\022\t\n\005PROTO\020\002\"g\n" + + "\006K8sPod\0222\n\010metadata\030\001 \001(\0132 .flyteidl.cor" + + "e.K8sObjectMetadata\022)\n\010pod_spec\030\002 \001(\0132\027." + + "google.protobuf.Struct\"\374\001\n\021K8sObjectMeta" + + "data\022<\n\006labels\030\001 \003(\0132,.flyteidl.core.K8s" + + "ObjectMetadata.LabelsEntry\022F\n\013annotation" + + "s\030\002 \003(\01321.flyteidl.core.K8sObjectMetadat" + + "a.AnnotationsEntry\032-\n\013LabelsEntry\022\013\n\003key" + + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\0322\n\020Annotations" + + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B6Z" + + "4github.com/flyteorg/flyteidl/gen/pb-go/" + + "flyteidl/coreb\006proto3" + }; + com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { + public com.google.protobuf.ExtensionRegistry assignDescriptors( + com.google.protobuf.Descriptors.FileDescriptor root) { + descriptor = root; + return null; + } + }; + com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + flyteidl.core.IdentifierOuterClass.getDescriptor(), + flyteidl.core.Interface.getDescriptor(), + flyteidl.core.Literals.getDescriptor(), + flyteidl.core.Security.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.StructProto.getDescriptor(), + }, assigner); + internal_static_flyteidl_core_Resources_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_flyteidl_core_Resources_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_core_Resources_descriptor, + new java.lang.String[] { "Requests", "Limits", }); internal_static_flyteidl_core_Resources_ResourceEntry_descriptor = internal_static_flyteidl_core_Resources_descriptor.getNestedTypes().get(0); internal_static_flyteidl_core_Resources_ResourceEntry_fieldAccessorTable = new @@ -14005,7 +16361,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_core_TaskTemplate_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_TaskTemplate_descriptor, - new java.lang.String[] { "Id", "Type", "Metadata", "Interface", "Custom", "Container", "TaskTypeVersion", "SecurityContext", "Config", "Target", }); + new java.lang.String[] { "Id", "Type", "Metadata", "Interface", "Custom", "Container", "K8SPod", "TaskTypeVersion", "SecurityContext", "Config", "Target", }); internal_static_flyteidl_core_TaskTemplate_ConfigEntry_descriptor = internal_static_flyteidl_core_TaskTemplate_descriptor.getNestedTypes().get(0); internal_static_flyteidl_core_TaskTemplate_ConfigEntry_fieldAccessorTable = new @@ -14036,6 +16392,30 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_DataLoadingConfig_descriptor, new java.lang.String[] { "Enabled", "InputPath", "OutputPath", "Format", "IoStrategy", }); + internal_static_flyteidl_core_K8sPod_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_flyteidl_core_K8sPod_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_core_K8sPod_descriptor, + new java.lang.String[] { "Metadata", "PodSpec", }); + internal_static_flyteidl_core_K8sObjectMetadata_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_flyteidl_core_K8sObjectMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_core_K8sObjectMetadata_descriptor, + new java.lang.String[] { "Labels", "Annotations", }); + internal_static_flyteidl_core_K8sObjectMetadata_LabelsEntry_descriptor = + internal_static_flyteidl_core_K8sObjectMetadata_descriptor.getNestedTypes().get(0); + internal_static_flyteidl_core_K8sObjectMetadata_LabelsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_core_K8sObjectMetadata_LabelsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_flyteidl_core_K8sObjectMetadata_AnnotationsEntry_descriptor = + internal_static_flyteidl_core_K8sObjectMetadata_descriptor.getNestedTypes().get(1); + internal_static_flyteidl_core_K8sObjectMetadata_AnnotationsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_core_K8sObjectMetadata_AnnotationsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Interface.getDescriptor(); flyteidl.core.Literals.getDescriptor(); diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 2f6a29e1ba..f1190ab6be 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -4146,6 +4146,9 @@ export namespace flyteidl { /** TaskTemplate container */ container?: (flyteidl.core.IContainer|null); + /** TaskTemplate k8sPod */ + k8sPod?: (flyteidl.core.IK8sPod|null); + /** TaskTemplate taskTypeVersion */ taskTypeVersion?: (number|null); @@ -4183,6 +4186,9 @@ export namespace flyteidl { /** TaskTemplate container. */ public container?: (flyteidl.core.IContainer|null); + /** TaskTemplate k8sPod. */ + public k8sPod?: (flyteidl.core.IK8sPod|null); + /** TaskTemplate taskTypeVersion. */ public taskTypeVersion: number; @@ -4193,7 +4199,7 @@ export namespace flyteidl { public config: { [k: string]: string }; /** TaskTemplate target. */ - public target?: "container"; + public target?: ("container"|"k8sPod"); /** * Creates a new TaskTemplate instance using the specified properties. @@ -4535,6 +4541,122 @@ export namespace flyteidl { } } + /** Properties of a K8sPod. */ + interface IK8sPod { + + /** K8sPod metadata */ + metadata?: (flyteidl.core.IK8sObjectMetadata|null); + + /** K8sPod podSpec */ + podSpec?: (google.protobuf.IStruct|null); + } + + /** Represents a K8sPod. */ + class K8sPod implements IK8sPod { + + /** + * Constructs a new K8sPod. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.core.IK8sPod); + + /** K8sPod metadata. */ + public metadata?: (flyteidl.core.IK8sObjectMetadata|null); + + /** K8sPod podSpec. */ + public podSpec?: (google.protobuf.IStruct|null); + + /** + * Creates a new K8sPod instance using the specified properties. + * @param [properties] Properties to set + * @returns K8sPod instance + */ + public static create(properties?: flyteidl.core.IK8sPod): flyteidl.core.K8sPod; + + /** + * Encodes the specified K8sPod message. Does not implicitly {@link flyteidl.core.K8sPod.verify|verify} messages. + * @param message K8sPod message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.core.IK8sPod, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a K8sPod message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns K8sPod + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.core.K8sPod; + + /** + * Verifies a K8sPod message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + + /** Properties of a K8sObjectMetadata. */ + interface IK8sObjectMetadata { + + /** K8sObjectMetadata labels */ + labels?: ({ [k: string]: string }|null); + + /** K8sObjectMetadata annotations */ + annotations?: ({ [k: string]: string }|null); + } + + /** Represents a K8sObjectMetadata. */ + class K8sObjectMetadata implements IK8sObjectMetadata { + + /** + * Constructs a new K8sObjectMetadata. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.core.IK8sObjectMetadata); + + /** K8sObjectMetadata labels. */ + public labels: { [k: string]: string }; + + /** K8sObjectMetadata annotations. */ + public annotations: { [k: string]: string }; + + /** + * Creates a new K8sObjectMetadata instance using the specified properties. + * @param [properties] Properties to set + * @returns K8sObjectMetadata instance + */ + public static create(properties?: flyteidl.core.IK8sObjectMetadata): flyteidl.core.K8sObjectMetadata; + + /** + * Encodes the specified K8sObjectMetadata message. Does not implicitly {@link flyteidl.core.K8sObjectMetadata.verify|verify} messages. + * @param message K8sObjectMetadata message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.core.IK8sObjectMetadata, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a K8sObjectMetadata message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns K8sObjectMetadata + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.core.K8sObjectMetadata; + + /** + * Verifies a K8sObjectMetadata message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Properties of a Secret. */ interface ISecret { diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 987cafa715..8453f32efd 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -9851,6 +9851,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {flyteidl.core.ITypedInterface|null} ["interface"] TaskTemplate interface * @property {google.protobuf.IStruct|null} [custom] TaskTemplate custom * @property {flyteidl.core.IContainer|null} [container] TaskTemplate container + * @property {flyteidl.core.IK8sPod|null} [k8sPod] TaskTemplate k8sPod * @property {number|null} [taskTypeVersion] TaskTemplate taskTypeVersion * @property {flyteidl.core.ISecurityContext|null} [securityContext] TaskTemplate securityContext * @property {Object.|null} [config] TaskTemplate config @@ -9920,6 +9921,14 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskTemplate.prototype.container = null; + /** + * TaskTemplate k8sPod. + * @member {flyteidl.core.IK8sPod|null|undefined} k8sPod + * @memberof flyteidl.core.TaskTemplate + * @instance + */ + TaskTemplate.prototype.k8sPod = null; + /** * TaskTemplate taskTypeVersion. * @member {number} taskTypeVersion @@ -9949,12 +9958,12 @@ export const flyteidl = $root.flyteidl = (() => { /** * TaskTemplate target. - * @member {"container"|undefined} target + * @member {"container"|"k8sPod"|undefined} target * @memberof flyteidl.core.TaskTemplate * @instance */ Object.defineProperty(TaskTemplate.prototype, "target", { - get: $util.oneOfGetter($oneOfFields = ["container"]), + get: $util.oneOfGetter($oneOfFields = ["container", "k8sPod"]), set: $util.oneOfSetter($oneOfFields) }); @@ -10001,6 +10010,8 @@ export const flyteidl = $root.flyteidl = (() => { if (message.config != null && message.hasOwnProperty("config")) for (let keys = Object.keys(message.config), i = 0; i < keys.length; ++i) writer.uint32(/* id 16, wireType 2 =*/130).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.config[keys[i]]).ldelim(); + if (message.k8sPod != null && message.hasOwnProperty("k8sPod")) + $root.flyteidl.core.K8sPod.encode(message.k8sPod, writer.uint32(/* id 17, wireType 2 =*/138).fork()).ldelim(); return writer; }; @@ -10040,6 +10051,9 @@ export const flyteidl = $root.flyteidl = (() => { case 6: message.container = $root.flyteidl.core.Container.decode(reader, reader.uint32()); break; + case 17: + message.k8sPod = $root.flyteidl.core.K8sPod.decode(reader, reader.uint32()); + break; case 7: message.taskTypeVersion = reader.int32(); break; @@ -10105,6 +10119,16 @@ export const flyteidl = $root.flyteidl = (() => { return "container." + error; } } + if (message.k8sPod != null && message.hasOwnProperty("k8sPod")) { + if (properties.target === 1) + return "target: multiple values"; + properties.target = 1; + { + let error = $root.flyteidl.core.K8sPod.verify(message.k8sPod); + if (error) + return "k8sPod." + error; + } + } if (message.taskTypeVersion != null && message.hasOwnProperty("taskTypeVersion")) if (!$util.isInteger(message.taskTypeVersion)) return "taskTypeVersion: integer expected"; @@ -10889,6 +10913,288 @@ export const flyteidl = $root.flyteidl = (() => { return DataLoadingConfig; })(); + core.K8sPod = (function() { + + /** + * Properties of a K8sPod. + * @memberof flyteidl.core + * @interface IK8sPod + * @property {flyteidl.core.IK8sObjectMetadata|null} [metadata] K8sPod metadata + * @property {google.protobuf.IStruct|null} [podSpec] K8sPod podSpec + */ + + /** + * Constructs a new K8sPod. + * @memberof flyteidl.core + * @classdesc Represents a K8sPod. + * @implements IK8sPod + * @constructor + * @param {flyteidl.core.IK8sPod=} [properties] Properties to set + */ + function K8sPod(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * K8sPod metadata. + * @member {flyteidl.core.IK8sObjectMetadata|null|undefined} metadata + * @memberof flyteidl.core.K8sPod + * @instance + */ + K8sPod.prototype.metadata = null; + + /** + * K8sPod podSpec. + * @member {google.protobuf.IStruct|null|undefined} podSpec + * @memberof flyteidl.core.K8sPod + * @instance + */ + K8sPod.prototype.podSpec = null; + + /** + * Creates a new K8sPod instance using the specified properties. + * @function create + * @memberof flyteidl.core.K8sPod + * @static + * @param {flyteidl.core.IK8sPod=} [properties] Properties to set + * @returns {flyteidl.core.K8sPod} K8sPod instance + */ + K8sPod.create = function create(properties) { + return new K8sPod(properties); + }; + + /** + * Encodes the specified K8sPod message. Does not implicitly {@link flyteidl.core.K8sPod.verify|verify} messages. + * @function encode + * @memberof flyteidl.core.K8sPod + * @static + * @param {flyteidl.core.IK8sPod} message K8sPod message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + K8sPod.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.metadata != null && message.hasOwnProperty("metadata")) + $root.flyteidl.core.K8sObjectMetadata.encode(message.metadata, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + if (message.podSpec != null && message.hasOwnProperty("podSpec")) + $root.google.protobuf.Struct.encode(message.podSpec, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a K8sPod message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.core.K8sPod + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.core.K8sPod} K8sPod + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + K8sPod.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.K8sPod(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.metadata = $root.flyteidl.core.K8sObjectMetadata.decode(reader, reader.uint32()); + break; + case 2: + message.podSpec = $root.google.protobuf.Struct.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a K8sPod message. + * @function verify + * @memberof flyteidl.core.K8sPod + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + K8sPod.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.metadata != null && message.hasOwnProperty("metadata")) { + let error = $root.flyteidl.core.K8sObjectMetadata.verify(message.metadata); + if (error) + return "metadata." + error; + } + if (message.podSpec != null && message.hasOwnProperty("podSpec")) { + let error = $root.google.protobuf.Struct.verify(message.podSpec); + if (error) + return "podSpec." + error; + } + return null; + }; + + return K8sPod; + })(); + + core.K8sObjectMetadata = (function() { + + /** + * Properties of a K8sObjectMetadata. + * @memberof flyteidl.core + * @interface IK8sObjectMetadata + * @property {Object.|null} [labels] K8sObjectMetadata labels + * @property {Object.|null} [annotations] K8sObjectMetadata annotations + */ + + /** + * Constructs a new K8sObjectMetadata. + * @memberof flyteidl.core + * @classdesc Represents a K8sObjectMetadata. + * @implements IK8sObjectMetadata + * @constructor + * @param {flyteidl.core.IK8sObjectMetadata=} [properties] Properties to set + */ + function K8sObjectMetadata(properties) { + this.labels = {}; + this.annotations = {}; + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * K8sObjectMetadata labels. + * @member {Object.} labels + * @memberof flyteidl.core.K8sObjectMetadata + * @instance + */ + K8sObjectMetadata.prototype.labels = $util.emptyObject; + + /** + * K8sObjectMetadata annotations. + * @member {Object.} annotations + * @memberof flyteidl.core.K8sObjectMetadata + * @instance + */ + K8sObjectMetadata.prototype.annotations = $util.emptyObject; + + /** + * Creates a new K8sObjectMetadata instance using the specified properties. + * @function create + * @memberof flyteidl.core.K8sObjectMetadata + * @static + * @param {flyteidl.core.IK8sObjectMetadata=} [properties] Properties to set + * @returns {flyteidl.core.K8sObjectMetadata} K8sObjectMetadata instance + */ + K8sObjectMetadata.create = function create(properties) { + return new K8sObjectMetadata(properties); + }; + + /** + * Encodes the specified K8sObjectMetadata message. Does not implicitly {@link flyteidl.core.K8sObjectMetadata.verify|verify} messages. + * @function encode + * @memberof flyteidl.core.K8sObjectMetadata + * @static + * @param {flyteidl.core.IK8sObjectMetadata} message K8sObjectMetadata message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + K8sObjectMetadata.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.labels != null && message.hasOwnProperty("labels")) + for (let keys = Object.keys(message.labels), i = 0; i < keys.length; ++i) + writer.uint32(/* id 1, wireType 2 =*/10).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.labels[keys[i]]).ldelim(); + if (message.annotations != null && message.hasOwnProperty("annotations")) + for (let keys = Object.keys(message.annotations), i = 0; i < keys.length; ++i) + writer.uint32(/* id 2, wireType 2 =*/18).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.annotations[keys[i]]).ldelim(); + return writer; + }; + + /** + * Decodes a K8sObjectMetadata message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.core.K8sObjectMetadata + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.core.K8sObjectMetadata} K8sObjectMetadata + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + K8sObjectMetadata.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.K8sObjectMetadata(), key; + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + reader.skip().pos++; + if (message.labels === $util.emptyObject) + message.labels = {}; + key = reader.string(); + reader.pos++; + message.labels[key] = reader.string(); + break; + case 2: + reader.skip().pos++; + if (message.annotations === $util.emptyObject) + message.annotations = {}; + key = reader.string(); + reader.pos++; + message.annotations[key] = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a K8sObjectMetadata message. + * @function verify + * @memberof flyteidl.core.K8sObjectMetadata + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + K8sObjectMetadata.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.labels != null && message.hasOwnProperty("labels")) { + if (!$util.isObject(message.labels)) + return "labels: object expected"; + let key = Object.keys(message.labels); + for (let i = 0; i < key.length; ++i) + if (!$util.isString(message.labels[key[i]])) + return "labels: string{k:string} expected"; + } + if (message.annotations != null && message.hasOwnProperty("annotations")) { + if (!$util.isObject(message.annotations)) + return "annotations: object expected"; + let key = Object.keys(message.annotations); + for (let i = 0; i < key.length; ++i) + if (!$util.isString(message.annotations[key[i]])) + return "annotations: string{k:string} expected"; + } + return null; + }; + + return K8sObjectMetadata; + })(); + core.Secret = (function() { /** diff --git a/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py b/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py index b54718dd42..6eee015759 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py @@ -26,7 +26,7 @@ package='flyteidl.core', syntax='proto3', serialized_options=_b('Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/core'), - serialized_pb=_b('\n\x19\x66lyteidl/core/tasks.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1c\x66lyteidl/core/security.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x9a\x02\n\tResources\x12\x38\n\x08requests\x18\x01 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x12\x36\n\x06limits\x18\x02 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x1aS\n\rResourceEntry\x12\x33\n\x04name\x18\x01 \x01(\x0e\x32%.flyteidl.core.Resources.ResourceName\x12\r\n\x05value\x18\x02 \x01(\t\"F\n\x0cResourceName\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x12\n\n\x06MEMORY\x10\x03\x12\x0b\n\x07STORAGE\x10\x04\"\x95\x01\n\x0fRuntimeMetadata\x12\x38\n\x04type\x18\x01 \x01(\x0e\x32*.flyteidl.core.RuntimeMetadata.RuntimeType\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x0e\n\x06\x66lavor\x18\x03 \x01(\t\"\'\n\x0bRuntimeType\x12\t\n\x05OTHER\x10\x00\x12\r\n\tFLYTE_SDK\x10\x01\"\x9d\x02\n\x0cTaskMetadata\x12\x14\n\x0c\x64iscoverable\x18\x01 \x01(\x08\x12/\n\x07runtime\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.RuntimeMetadata\x12*\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12-\n\x07retries\x18\x05 \x01(\x0b\x32\x1c.flyteidl.core.RetryStrategy\x12\x19\n\x11\x64iscovery_version\x18\x06 \x01(\t\x12 \n\x18\x64\x65precated_error_message\x18\x07 \x01(\t\x12\x17\n\rinterruptible\x18\x08 \x01(\x08H\x00\x42\x15\n\x13interruptible_value\"\xc3\x03\n\x0cTaskTemplate\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x0c\n\x04type\x18\x02 \x01(\t\x12-\n\x08metadata\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.TaskMetadata\x12\x30\n\tinterface\x18\x04 \x01(\x0b\x32\x1d.flyteidl.core.TypedInterface\x12\'\n\x06\x63ustom\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12-\n\tcontainer\x18\x06 \x01(\x0b\x32\x18.flyteidl.core.ContainerH\x00\x12\x19\n\x11task_type_version\x18\x07 \x01(\x05\x12\x38\n\x10security_context\x18\x08 \x01(\x0b\x32\x1e.flyteidl.core.SecurityContext\x12\x37\n\x06\x63onfig\x18\x10 \x03(\x0b\x32\'.flyteidl.core.TaskTemplate.ConfigEntry\x1a-\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06target\"\'\n\rContainerPort\x12\x16\n\x0e\x63ontainer_port\x18\x01 \x01(\r\"\xa5\x02\n\tContainer\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x03(\t\x12\x0c\n\x04\x61rgs\x18\x03 \x03(\t\x12+\n\tresources\x18\x04 \x01(\x0b\x32\x18.flyteidl.core.Resources\x12(\n\x03\x65nv\x18\x05 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12/\n\x06\x63onfig\x18\x06 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePairB\x02\x18\x01\x12+\n\x05ports\x18\x07 \x03(\x0b\x32\x1c.flyteidl.core.ContainerPort\x12\x35\n\x0b\x64\x61ta_config\x18\t \x01(\x0b\x32 .flyteidl.core.DataLoadingConfig\"\x9b\x02\n\nIOStrategy\x12=\n\rdownload_mode\x18\x01 \x01(\x0e\x32&.flyteidl.core.IOStrategy.DownloadMode\x12\x39\n\x0bupload_mode\x18\x02 \x01(\x0e\x32$.flyteidl.core.IOStrategy.UploadMode\"L\n\x0c\x44ownloadMode\x12\x12\n\x0e\x44OWNLOAD_EAGER\x10\x00\x12\x13\n\x0f\x44OWNLOAD_STREAM\x10\x01\x12\x13\n\x0f\x44O_NOT_DOWNLOAD\x10\x02\"E\n\nUploadMode\x12\x12\n\x0eUPLOAD_ON_EXIT\x10\x00\x12\x10\n\x0cUPLOAD_EAGER\x10\x01\x12\x11\n\rDO_NOT_UPLOAD\x10\x02\"\xf3\x01\n\x11\x44\x61taLoadingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x12\n\ninput_path\x18\x02 \x01(\t\x12\x13\n\x0boutput_path\x18\x03 \x01(\t\x12\x41\n\x06\x66ormat\x18\x04 \x01(\x0e\x32\x31.flyteidl.core.DataLoadingConfig.LiteralMapFormat\x12.\n\x0bio_strategy\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.IOStrategy\"1\n\x10LiteralMapFormat\x12\x08\n\x04JSON\x10\x00\x12\x08\n\x04YAML\x10\x01\x12\t\n\x05PROTO\x10\x02\x42\x36Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') + serialized_pb=_b('\n\x19\x66lyteidl/core/tasks.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1c\x66lyteidl/core/security.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x9a\x02\n\tResources\x12\x38\n\x08requests\x18\x01 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x12\x36\n\x06limits\x18\x02 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x1aS\n\rResourceEntry\x12\x33\n\x04name\x18\x01 \x01(\x0e\x32%.flyteidl.core.Resources.ResourceName\x12\r\n\x05value\x18\x02 \x01(\t\"F\n\x0cResourceName\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x12\n\n\x06MEMORY\x10\x03\x12\x0b\n\x07STORAGE\x10\x04\"\x95\x01\n\x0fRuntimeMetadata\x12\x38\n\x04type\x18\x01 \x01(\x0e\x32*.flyteidl.core.RuntimeMetadata.RuntimeType\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x0e\n\x06\x66lavor\x18\x03 \x01(\t\"\'\n\x0bRuntimeType\x12\t\n\x05OTHER\x10\x00\x12\r\n\tFLYTE_SDK\x10\x01\"\x9d\x02\n\x0cTaskMetadata\x12\x14\n\x0c\x64iscoverable\x18\x01 \x01(\x08\x12/\n\x07runtime\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.RuntimeMetadata\x12*\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12-\n\x07retries\x18\x05 \x01(\x0b\x32\x1c.flyteidl.core.RetryStrategy\x12\x19\n\x11\x64iscovery_version\x18\x06 \x01(\t\x12 \n\x18\x64\x65precated_error_message\x18\x07 \x01(\t\x12\x17\n\rinterruptible\x18\x08 \x01(\x08H\x00\x42\x15\n\x13interruptible_value\"\xed\x03\n\x0cTaskTemplate\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x0c\n\x04type\x18\x02 \x01(\t\x12-\n\x08metadata\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.TaskMetadata\x12\x30\n\tinterface\x18\x04 \x01(\x0b\x32\x1d.flyteidl.core.TypedInterface\x12\'\n\x06\x63ustom\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12-\n\tcontainer\x18\x06 \x01(\x0b\x32\x18.flyteidl.core.ContainerH\x00\x12(\n\x07k8s_pod\x18\x11 \x01(\x0b\x32\x15.flyteidl.core.K8sPodH\x00\x12\x19\n\x11task_type_version\x18\x07 \x01(\x05\x12\x38\n\x10security_context\x18\x08 \x01(\x0b\x32\x1e.flyteidl.core.SecurityContext\x12\x37\n\x06\x63onfig\x18\x10 \x03(\x0b\x32\'.flyteidl.core.TaskTemplate.ConfigEntry\x1a-\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06target\"\'\n\rContainerPort\x12\x16\n\x0e\x63ontainer_port\x18\x01 \x01(\r\"\xa5\x02\n\tContainer\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x03(\t\x12\x0c\n\x04\x61rgs\x18\x03 \x03(\t\x12+\n\tresources\x18\x04 \x01(\x0b\x32\x18.flyteidl.core.Resources\x12(\n\x03\x65nv\x18\x05 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12/\n\x06\x63onfig\x18\x06 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePairB\x02\x18\x01\x12+\n\x05ports\x18\x07 \x03(\x0b\x32\x1c.flyteidl.core.ContainerPort\x12\x35\n\x0b\x64\x61ta_config\x18\t \x01(\x0b\x32 .flyteidl.core.DataLoadingConfig\"\x9b\x02\n\nIOStrategy\x12=\n\rdownload_mode\x18\x01 \x01(\x0e\x32&.flyteidl.core.IOStrategy.DownloadMode\x12\x39\n\x0bupload_mode\x18\x02 \x01(\x0e\x32$.flyteidl.core.IOStrategy.UploadMode\"L\n\x0c\x44ownloadMode\x12\x12\n\x0e\x44OWNLOAD_EAGER\x10\x00\x12\x13\n\x0f\x44OWNLOAD_STREAM\x10\x01\x12\x13\n\x0f\x44O_NOT_DOWNLOAD\x10\x02\"E\n\nUploadMode\x12\x12\n\x0eUPLOAD_ON_EXIT\x10\x00\x12\x10\n\x0cUPLOAD_EAGER\x10\x01\x12\x11\n\rDO_NOT_UPLOAD\x10\x02\"\xf3\x01\n\x11\x44\x61taLoadingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x12\n\ninput_path\x18\x02 \x01(\t\x12\x13\n\x0boutput_path\x18\x03 \x01(\t\x12\x41\n\x06\x66ormat\x18\x04 \x01(\x0e\x32\x31.flyteidl.core.DataLoadingConfig.LiteralMapFormat\x12.\n\x0bio_strategy\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.IOStrategy\"1\n\x10LiteralMapFormat\x12\x08\n\x04JSON\x10\x00\x12\x08\n\x04YAML\x10\x01\x12\t\n\x05PROTO\x10\x02\"g\n\x06K8sPod\x12\x32\n\x08metadata\x18\x01 \x01(\x0b\x32 .flyteidl.core.K8sObjectMetadata\x12)\n\x08pod_spec\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"\xfc\x01\n\x11K8sObjectMetadata\x12<\n\x06labels\x18\x01 \x03(\x0b\x32,.flyteidl.core.K8sObjectMetadata.LabelsEntry\x12\x46\n\x0b\x61nnotations\x18\x02 \x03(\x0b\x32\x31.flyteidl.core.K8sObjectMetadata.AnnotationsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x36Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') , dependencies=[flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_interface__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_core_dot_security__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -109,8 +109,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=1882, - serialized_end=1958, + serialized_start=1924, + serialized_end=2000, ) _sym_db.RegisterEnumDescriptor(_IOSTRATEGY_DOWNLOADMODE) @@ -135,8 +135,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=1960, - serialized_end=2029, + serialized_start=2002, + serialized_end=2071, ) _sym_db.RegisterEnumDescriptor(_IOSTRATEGY_UPLOADMODE) @@ -161,8 +161,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2226, - serialized_end=2275, + serialized_start=2268, + serialized_end=2317, ) _sym_db.RegisterEnumDescriptor(_DATALOADINGCONFIG_LITERALMAPFORMAT) @@ -398,8 +398,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1351, - serialized_end=1396, + serialized_start=1393, + serialized_end=1438, ) _TASKTEMPLATE = _descriptor.Descriptor( @@ -452,21 +452,28 @@ is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='task_type_version', full_name='flyteidl.core.TaskTemplate.task_type_version', index=6, + name='k8s_pod', full_name='flyteidl.core.TaskTemplate.k8s_pod', index=6, + number=17, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='task_type_version', full_name='flyteidl.core.TaskTemplate.task_type_version', index=7, number=7, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='security_context', full_name='flyteidl.core.TaskTemplate.security_context', index=7, + name='security_context', full_name='flyteidl.core.TaskTemplate.security_context', index=8, number=8, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='config', full_name='flyteidl.core.TaskTemplate.config', index=8, + name='config', full_name='flyteidl.core.TaskTemplate.config', index=9, number=16, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, @@ -488,7 +495,7 @@ index=0, containing_type=None, fields=[]), ], serialized_start=955, - serialized_end=1406, + serialized_end=1448, ) @@ -518,8 +525,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1408, - serialized_end=1447, + serialized_start=1450, + serialized_end=1489, ) @@ -598,8 +605,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1450, - serialized_end=1743, + serialized_start=1492, + serialized_end=1785, ) @@ -638,8 +645,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1746, - serialized_end=2029, + serialized_start=1788, + serialized_end=2071, ) @@ -698,8 +705,158 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2032, - serialized_end=2275, + serialized_start=2074, + serialized_end=2317, +) + + +_K8SPOD = _descriptor.Descriptor( + name='K8sPod', + full_name='flyteidl.core.K8sPod', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='metadata', full_name='flyteidl.core.K8sPod.metadata', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='pod_spec', full_name='flyteidl.core.K8sPod.pod_spec', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2319, + serialized_end=2422, +) + + +_K8SOBJECTMETADATA_LABELSENTRY = _descriptor.Descriptor( + name='LabelsEntry', + full_name='flyteidl.core.K8sObjectMetadata.LabelsEntry', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='key', full_name='flyteidl.core.K8sObjectMetadata.LabelsEntry.key', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='value', full_name='flyteidl.core.K8sObjectMetadata.LabelsEntry.value', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=_b('8\001'), + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2580, + serialized_end=2625, +) + +_K8SOBJECTMETADATA_ANNOTATIONSENTRY = _descriptor.Descriptor( + name='AnnotationsEntry', + full_name='flyteidl.core.K8sObjectMetadata.AnnotationsEntry', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='key', full_name='flyteidl.core.K8sObjectMetadata.AnnotationsEntry.key', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='value', full_name='flyteidl.core.K8sObjectMetadata.AnnotationsEntry.value', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=_b('8\001'), + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2627, + serialized_end=2677, +) + +_K8SOBJECTMETADATA = _descriptor.Descriptor( + name='K8sObjectMetadata', + full_name='flyteidl.core.K8sObjectMetadata', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='labels', full_name='flyteidl.core.K8sObjectMetadata.labels', index=0, + number=1, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='annotations', full_name='flyteidl.core.K8sObjectMetadata.annotations', index=1, + number=2, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[_K8SOBJECTMETADATA_LABELSENTRY, _K8SOBJECTMETADATA_ANNOTATIONSENTRY, ], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2425, + serialized_end=2677, ) _RESOURCES_RESOURCEENTRY.fields_by_name['name'].enum_type = _RESOURCES_RESOURCENAME @@ -721,11 +878,15 @@ _TASKTEMPLATE.fields_by_name['interface'].message_type = flyteidl_dot_core_dot_interface__pb2._TYPEDINTERFACE _TASKTEMPLATE.fields_by_name['custom'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT _TASKTEMPLATE.fields_by_name['container'].message_type = _CONTAINER +_TASKTEMPLATE.fields_by_name['k8s_pod'].message_type = _K8SPOD _TASKTEMPLATE.fields_by_name['security_context'].message_type = flyteidl_dot_core_dot_security__pb2._SECURITYCONTEXT _TASKTEMPLATE.fields_by_name['config'].message_type = _TASKTEMPLATE_CONFIGENTRY _TASKTEMPLATE.oneofs_by_name['target'].fields.append( _TASKTEMPLATE.fields_by_name['container']) _TASKTEMPLATE.fields_by_name['container'].containing_oneof = _TASKTEMPLATE.oneofs_by_name['target'] +_TASKTEMPLATE.oneofs_by_name['target'].fields.append( + _TASKTEMPLATE.fields_by_name['k8s_pod']) +_TASKTEMPLATE.fields_by_name['k8s_pod'].containing_oneof = _TASKTEMPLATE.oneofs_by_name['target'] _CONTAINER.fields_by_name['resources'].message_type = _RESOURCES _CONTAINER.fields_by_name['env'].message_type = flyteidl_dot_core_dot_literals__pb2._KEYVALUEPAIR _CONTAINER.fields_by_name['config'].message_type = flyteidl_dot_core_dot_literals__pb2._KEYVALUEPAIR @@ -738,6 +899,12 @@ _DATALOADINGCONFIG.fields_by_name['format'].enum_type = _DATALOADINGCONFIG_LITERALMAPFORMAT _DATALOADINGCONFIG.fields_by_name['io_strategy'].message_type = _IOSTRATEGY _DATALOADINGCONFIG_LITERALMAPFORMAT.containing_type = _DATALOADINGCONFIG +_K8SPOD.fields_by_name['metadata'].message_type = _K8SOBJECTMETADATA +_K8SPOD.fields_by_name['pod_spec'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT +_K8SOBJECTMETADATA_LABELSENTRY.containing_type = _K8SOBJECTMETADATA +_K8SOBJECTMETADATA_ANNOTATIONSENTRY.containing_type = _K8SOBJECTMETADATA +_K8SOBJECTMETADATA.fields_by_name['labels'].message_type = _K8SOBJECTMETADATA_LABELSENTRY +_K8SOBJECTMETADATA.fields_by_name['annotations'].message_type = _K8SOBJECTMETADATA_ANNOTATIONSENTRY DESCRIPTOR.message_types_by_name['Resources'] = _RESOURCES DESCRIPTOR.message_types_by_name['RuntimeMetadata'] = _RUNTIMEMETADATA DESCRIPTOR.message_types_by_name['TaskMetadata'] = _TASKMETADATA @@ -746,6 +913,8 @@ DESCRIPTOR.message_types_by_name['Container'] = _CONTAINER DESCRIPTOR.message_types_by_name['IOStrategy'] = _IOSTRATEGY DESCRIPTOR.message_types_by_name['DataLoadingConfig'] = _DATALOADINGCONFIG +DESCRIPTOR.message_types_by_name['K8sPod'] = _K8SPOD +DESCRIPTOR.message_types_by_name['K8sObjectMetadata'] = _K8SOBJECTMETADATA _sym_db.RegisterFileDescriptor(DESCRIPTOR) Resources = _reflection.GeneratedProtocolMessageType('Resources', (_message.Message,), dict( @@ -820,8 +989,40 @@ )) _sym_db.RegisterMessage(DataLoadingConfig) +K8sPod = _reflection.GeneratedProtocolMessageType('K8sPod', (_message.Message,), dict( + DESCRIPTOR = _K8SPOD, + __module__ = 'flyteidl.core.tasks_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.core.K8sPod) + )) +_sym_db.RegisterMessage(K8sPod) + +K8sObjectMetadata = _reflection.GeneratedProtocolMessageType('K8sObjectMetadata', (_message.Message,), dict( + + LabelsEntry = _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), dict( + DESCRIPTOR = _K8SOBJECTMETADATA_LABELSENTRY, + __module__ = 'flyteidl.core.tasks_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.core.K8sObjectMetadata.LabelsEntry) + )) + , + + AnnotationsEntry = _reflection.GeneratedProtocolMessageType('AnnotationsEntry', (_message.Message,), dict( + DESCRIPTOR = _K8SOBJECTMETADATA_ANNOTATIONSENTRY, + __module__ = 'flyteidl.core.tasks_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.core.K8sObjectMetadata.AnnotationsEntry) + )) + , + DESCRIPTOR = _K8SOBJECTMETADATA, + __module__ = 'flyteidl.core.tasks_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.core.K8sObjectMetadata) + )) +_sym_db.RegisterMessage(K8sObjectMetadata) +_sym_db.RegisterMessage(K8sObjectMetadata.LabelsEntry) +_sym_db.RegisterMessage(K8sObjectMetadata.AnnotationsEntry) + DESCRIPTOR._options = None _TASKTEMPLATE_CONFIGENTRY._options = None _CONTAINER.fields_by_name['config']._options = None +_K8SOBJECTMETADATA_LABELSENTRY._options = None +_K8SOBJECTMETADATA_ANNOTATIONSENTRY._options = None # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md index 494c1d97d0..401d164017 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -259,6 +259,8 @@ Class | Method | HTTP request | Description - [CoreIdentity](docs/CoreIdentity.md) - [CoreIfBlock](docs/CoreIfBlock.md) - [CoreIfElseBlock](docs/CoreIfElseBlock.md) + - [CoreK8sObjectMetadata](docs/CoreK8sObjectMetadata.md) + - [CoreK8sPod](docs/CoreK8sPod.md) - [CoreKeyValuePair](docs/CoreKeyValuePair.md) - [CoreLiteral](docs/CoreLiteral.md) - [CoreLiteralCollection](docs/CoreLiteralCollection.md) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index 563cd86d1e..ea0e65e622 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -160,6 +160,8 @@ from flyteadmin.models.core_identity import CoreIdentity from flyteadmin.models.core_if_block import CoreIfBlock from flyteadmin.models.core_if_else_block import CoreIfElseBlock +from flyteadmin.models.core_k8s_object_metadata import CoreK8sObjectMetadata +from flyteadmin.models.core_k8s_pod import CoreK8sPod from flyteadmin.models.core_key_value_pair import CoreKeyValuePair from flyteadmin.models.core_literal import CoreLiteral from flyteadmin.models.core_literal_collection import CoreLiteralCollection diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index ef00d64c58..bb19accaa3 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -153,6 +153,8 @@ from flyteadmin.models.core_identity import CoreIdentity from flyteadmin.models.core_if_block import CoreIfBlock from flyteadmin.models.core_if_else_block import CoreIfElseBlock +from flyteadmin.models.core_k8s_object_metadata import CoreK8sObjectMetadata +from flyteadmin.models.core_k8s_pod import CoreK8sPod from flyteadmin.models.core_key_value_pair import CoreKeyValuePair from flyteadmin.models.core_literal import CoreLiteral from flyteadmin.models.core_literal_collection import CoreLiteralCollection diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_object_metadata.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_object_metadata.py new file mode 100644 index 0000000000..439e7a5db1 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_object_metadata.py @@ -0,0 +1,145 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class CoreK8sObjectMetadata(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'labels': 'dict(str, str)', + 'annotations': 'dict(str, str)' + } + + attribute_map = { + 'labels': 'labels', + 'annotations': 'annotations' + } + + def __init__(self, labels=None, annotations=None): # noqa: E501 + """CoreK8sObjectMetadata - a model defined in Swagger""" # noqa: E501 + + self._labels = None + self._annotations = None + self.discriminator = None + + if labels is not None: + self.labels = labels + if annotations is not None: + self.annotations = annotations + + @property + def labels(self): + """Gets the labels of this CoreK8sObjectMetadata. # noqa: E501 + + Optional labels to add to the pod definition. # noqa: E501 + + :return: The labels of this CoreK8sObjectMetadata. # noqa: E501 + :rtype: dict(str, str) + """ + return self._labels + + @labels.setter + def labels(self, labels): + """Sets the labels of this CoreK8sObjectMetadata. + + Optional labels to add to the pod definition. # noqa: E501 + + :param labels: The labels of this CoreK8sObjectMetadata. # noqa: E501 + :type: dict(str, str) + """ + + self._labels = labels + + @property + def annotations(self): + """Gets the annotations of this CoreK8sObjectMetadata. # noqa: E501 + + Optional annotations to add to the pod definition. # noqa: E501 + + :return: The annotations of this CoreK8sObjectMetadata. # noqa: E501 + :rtype: dict(str, str) + """ + return self._annotations + + @annotations.setter + def annotations(self, annotations): + """Sets the annotations of this CoreK8sObjectMetadata. + + Optional annotations to add to the pod definition. # noqa: E501 + + :param annotations: The annotations of this CoreK8sObjectMetadata. # noqa: E501 + :type: dict(str, str) + """ + + self._annotations = annotations + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(CoreK8sObjectMetadata, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, CoreK8sObjectMetadata): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_pod.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_pod.py new file mode 100644 index 0000000000..16eb2cf512 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_k8s_pod.py @@ -0,0 +1,146 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from flyteadmin.models.core_k8s_object_metadata import CoreK8sObjectMetadata # noqa: F401,E501 +from flyteadmin.models.protobuf_struct import ProtobufStruct # noqa: F401,E501 + + +class CoreK8sPod(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'metadata': 'CoreK8sObjectMetadata', + 'pod_spec': 'ProtobufStruct' + } + + attribute_map = { + 'metadata': 'metadata', + 'pod_spec': 'pod_spec' + } + + def __init__(self, metadata=None, pod_spec=None): # noqa: E501 + """CoreK8sPod - a model defined in Swagger""" # noqa: E501 + + self._metadata = None + self._pod_spec = None + self.discriminator = None + + if metadata is not None: + self.metadata = metadata + if pod_spec is not None: + self.pod_spec = pod_spec + + @property + def metadata(self): + """Gets the metadata of this CoreK8sPod. # noqa: E501 + + Contains additional metadata for building a kubernetes pod. # noqa: E501 + + :return: The metadata of this CoreK8sPod. # noqa: E501 + :rtype: CoreK8sObjectMetadata + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """Sets the metadata of this CoreK8sPod. + + Contains additional metadata for building a kubernetes pod. # noqa: E501 + + :param metadata: The metadata of this CoreK8sPod. # noqa: E501 + :type: CoreK8sObjectMetadata + """ + + self._metadata = metadata + + @property + def pod_spec(self): + """Gets the pod_spec of this CoreK8sPod. # noqa: E501 + + + :return: The pod_spec of this CoreK8sPod. # noqa: E501 + :rtype: ProtobufStruct + """ + return self._pod_spec + + @pod_spec.setter + def pod_spec(self, pod_spec): + """Sets the pod_spec of this CoreK8sPod. + + + :param pod_spec: The pod_spec of this CoreK8sPod. # noqa: E501 + :type: ProtobufStruct + """ + + self._pod_spec = pod_spec + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(CoreK8sPod, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, CoreK8sPod): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py index 2af5190878..b3378d2533 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py @@ -18,6 +18,7 @@ from flyteadmin.models.core_container import CoreContainer # noqa: F401,E501 from flyteadmin.models.core_identifier import CoreIdentifier # noqa: F401,E501 +from flyteadmin.models.core_k8s_pod import CoreK8sPod # noqa: F401,E501 from flyteadmin.models.core_security_context import CoreSecurityContext # noqa: F401,E501 from flyteadmin.models.core_task_metadata import CoreTaskMetadata # noqa: F401,E501 from flyteadmin.models.core_typed_interface import CoreTypedInterface # noqa: F401,E501 @@ -44,6 +45,7 @@ class CoreTaskTemplate(object): 'interface': 'CoreTypedInterface', 'custom': 'ProtobufStruct', 'container': 'CoreContainer', + 'k8s_pod': 'CoreK8sPod', 'task_type_version': 'int', 'security_context': 'CoreSecurityContext', 'config': 'dict(str, str)' @@ -56,12 +58,13 @@ class CoreTaskTemplate(object): 'interface': 'interface', 'custom': 'custom', 'container': 'container', + 'k8s_pod': 'k8s_pod', 'task_type_version': 'task_type_version', 'security_context': 'security_context', 'config': 'config' } - def __init__(self, id=None, type=None, metadata=None, interface=None, custom=None, container=None, task_type_version=None, security_context=None, config=None): # noqa: E501 + def __init__(self, id=None, type=None, metadata=None, interface=None, custom=None, container=None, k8s_pod=None, task_type_version=None, security_context=None, config=None): # noqa: E501 """CoreTaskTemplate - a model defined in Swagger""" # noqa: E501 self._id = None @@ -70,6 +73,7 @@ def __init__(self, id=None, type=None, metadata=None, interface=None, custom=Non self._interface = None self._custom = None self._container = None + self._k8s_pod = None self._task_type_version = None self._security_context = None self._config = None @@ -87,6 +91,8 @@ def __init__(self, id=None, type=None, metadata=None, interface=None, custom=Non self.custom = custom if container is not None: self.container = container + if k8s_pod is not None: + self.k8s_pod = k8s_pod if task_type_version is not None: self.task_type_version = task_type_version if security_context is not None: @@ -230,6 +236,27 @@ def container(self, container): self._container = container + @property + def k8s_pod(self): + """Gets the k8s_pod of this CoreTaskTemplate. # noqa: E501 + + + :return: The k8s_pod of this CoreTaskTemplate. # noqa: E501 + :rtype: CoreK8sPod + """ + return self._k8s_pod + + @k8s_pod.setter + def k8s_pod(self, k8s_pod): + """Sets the k8s_pod of this CoreTaskTemplate. + + + :param k8s_pod: The k8s_pod of this CoreTaskTemplate. # noqa: E501 + :type: CoreK8sPod + """ + + self._k8s_pod = k8s_pod + @property def task_type_version(self): """Gets the task_type_version of this CoreTaskTemplate. # noqa: E501 diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_object_metadata.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_object_metadata.py new file mode 100644 index 0000000000..8659bc5603 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_object_metadata.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.core_k8s_object_metadata import CoreK8sObjectMetadata # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestCoreK8sObjectMetadata(unittest.TestCase): + """CoreK8sObjectMetadata unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testCoreK8sObjectMetadata(self): + """Test CoreK8sObjectMetadata""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.core_k8s_object_metadata.CoreK8sObjectMetadata() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_pod.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_pod.py new file mode 100644 index 0000000000..d462530260 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_k8s_pod.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.core_k8s_pod import CoreK8sPod # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestCoreK8sPod(unittest.TestCase): + """CoreK8sPod unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testCoreK8sPod(self): + """Test CoreK8sPod""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.core_k8s_pod.CoreK8sPod() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/flyteidl/go.sum b/flyteidl/go.sum index 61c347786f..4f89708c81 100644 --- a/flyteidl/go.sum +++ b/flyteidl/go.sum @@ -23,13 +23,17 @@ cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNF cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= +cloud.google.com/go/bigquery v1.8.0 h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= +cloud.google.com/go/datastore v1.1.0 h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= +cloud.google.com/go/firestore v1.1.0 h1:9x7Bx0A9R5/M9jibeJeZWqjeVEIxYW9fZYqB9a70/bY= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= +cloud.google.com/go/pubsub v1.3.1 h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= @@ -38,6 +42,7 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= cloud.google.com/go/storage v1.12.0 h1:4y3gHptW1EHVtcPAVE0eBBlFuGqEejTTG3KdIE0lUX4= cloud.google.com/go/storage v1.12.0/go.mod h1:fFLk2dp2oAhDz8QFKwqrjdJvxSp/W2g7nillojlL5Ho= +dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/Azure/azure-sdk-for-go v32.5.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v51.0.0+incompatible h1:p7blnyJSjJqf5jflHbSGhIhEpXIgIFmYZNg5uwqweso= @@ -67,48 +72,74 @@ github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= +github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= +github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= +github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= +github.com/Shopify/sarama v1.19.0 h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s= github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= +github.com/Shopify/toxiproxy v2.1.4+incompatible h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc= github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= +github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= +github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= +github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= +github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d h1:UQZhZ2O0vMHr2cI+DC1Mbh0TJxzA3RcLoMsFw+aXw7E= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6/go.mod h1:V8iCPQYkqmusNa815XgQio277wI47sdRh1dUOLdyC6Q= github.com/antihax/optional v1.0.0 h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= +github.com/apache/thrift v0.13.0 h1:5hryIiq9gtn+MiLVn0wP37kb/uTeRZgN08WoCsAhIhI= github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= +github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= +github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da h1:8GUt8eRujhVEGZFFEjBj46YV4rDjvGrNxb0KMWYkL2I= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= +github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 h1:BUAU3CGlLvorLI26FmByPp2eC2qla6E1Tw+scpcg/to= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= +github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a h1:pv34s756C4pEXnjgPfGYgdhg/ZdajGhyOvzx8k+23nw= github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= +github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA= github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= +github.com/aws/aws-lambda-go v1.13.3 h1:SuCy7H3NLyp+1Mrfp+m80jcbi9KYWAs9/BXwppwRDzY= github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU= github.com/aws/aws-sdk-go v1.23.4/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.37.1 h1:BTHmuN+gzhxkvU9sac2tZvaY0gV9ihbHw+KxZOecYvY= github.com/aws/aws-sdk-go v1.37.1/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= +github.com/aws/aws-sdk-go-v2 v0.18.0 h1:qZ+woO4SamnH/eEbjM2IDLhRNwIwND/RQyVlBLp3Jqg= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= +github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1 h1:VRtJdDi2lqc3MFwmouppm2jlm6icF+7H3WYKpLENMTo= github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1/go.mod h1:jvdWlw8vowVGnZqSDC7yhPd7AifQeQbRDkZcQXV2nRg= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= +github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= +github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= +github.com/casbin/casbin/v2 v2.1.2 h1:bTwon/ECRx9dwBy2ewRVr5OiqjeXSGiTUY74sDPQi/g= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= +github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= +github.com/census-instrumentation/opencensus-proto v0.2.1 h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= @@ -116,93 +147,138 @@ github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+ github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 h1:SKI1/fuSdodxmNNyVBR8d7X/HuLnRpvvFO0AgyQk764= github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927/go.mod h1:h/aW8ynjgkuj+NQRlZcDbAbM1ORAbXjXX77sX7T289U= +github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec h1:EdRZT3IeKQmfCSrgo8SZ8V3MEnskuJP0wCYNpe+aiXo= github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= +github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= +github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 h1:cqQfy1jclcSy/FwLjemeg3SR1yaINm74aQyupQ0Bl8M= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= +github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa h1:OaNxuTZr7kxeODyLWsRMC+OD03aFUH+mW6r2d+MWa5Y= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= +github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w= github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= github.com/coocood/freecache v1.1.1 h1:uukNF7QKCZEdZ9gAV7WQzvh0SbjwdMF6m3x3rxEkaPc= github.com/coocood/freecache v1.1.1/go.mod h1:OKrEjkGVoxZhyWAJoeFi5BMLUJm2Tit0kpGkIr7NGYY= +github.com/coreos/bbolt v1.3.2 h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= +github.com/coreos/etcd v3.3.13+incompatible h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= +github.com/coreos/go-semver v0.3.0 h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM= github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= +github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= +github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= +github.com/creack/pty v1.1.7 h1:6pwm8kMQKCmgUg0ZHTm5+/YvRK0s3THD/28+T6/kk4A= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= +github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c= github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= +github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 h1:cenwrSVm+Z7QLSV/BsnenAOcDXdX4cMv4wP0B/5QbPg= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= +github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ= github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= +github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 h1:qk/FSDDxo05wdJH28W+p5yivv7LuLYLRXPPD8KQCtZs= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/eapache/go-resiliency v1.1.0 h1:1NtRmCAqadE2FN4ZcN6g90TP3uk8cg9rn9eNK2197aU= github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs= +github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw= github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU= +github.com/eapache/queue v1.1.0 h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc= github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= +github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw= github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= +github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc= github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= +github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= +github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad h1:EmNYJhPYy0pOFjCx2PrgtaBXmee0iUX9hLlxE1xHOJE= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= +github.com/envoyproxy/protoc-gen-validate v0.1.0 h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= +github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607 h1:cTavhURetDkezJCvxFggiyLeP40Mrk/TtVg2+ycw1Es= github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607/go.mod h1:Cg4fM0vhYWOZdgM7RIOSTRNIc8/VT7CXClC3Ni86lu4= +github.com/evanphx/json-patch v4.9.0+incompatible h1:kLcOMZeuLAJvL2BPWLMIj5oaZQobrkAqrL+WFZwQses= github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.10.0 h1:s36xzo75JdqLaaWoiEHk767eHiwo0598uUxyfiPkDsg= github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= +github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4= github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94= github.com/flyteorg/flytestdlib v0.3.13 h1:5ioA/q3ixlyqkFh5kDaHgmPyTP/AHtqq1K/TIbVLUzM= github.com/flyteorg/flytestdlib v0.3.13/go.mod h1:Tz8JCECAbX6VWGwFT6cmEQ+RJpZ/6L9pswu3fzWs220= github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= +github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db h1:gb2Z18BhTPJPpLQWj4T+rfKHYCHxRHCtRxhKKjRidVw= github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4= +github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54= github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= +github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= +github.com/go-kit/kit v0.10.0 h1:dXFJfIHVvUcpSgDOV+Ne6t7jXri8Tfv2uOLHUZ2XNuo= github.com/go-kit/kit v0.10.0/go.mod h1:xUsJbQ/Fp4kEt7AFgCuvyX4a71u8h9jB8tj/ORgOZ7o= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= +github.com/go-logfmt/logfmt v0.5.0 h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= github.com/go-logr/logr v0.4.0 h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc= github.com/go-logr/logr v0.4.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= +github.com/go-openapi/jsonpointer v0.19.3 h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w= github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= +github.com/go-openapi/jsonreference v0.19.3 h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o= github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= +github.com/go-openapi/spec v0.19.3 h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc= github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo= github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY= github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-sql-driver/mysql v1.4.0 h1:7LxgVwFb2hIQtMm87NdgAVfXjnt4OePseqT1tKx+opk= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= +github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.7 h1:/VSMRlnY/JSyqxQUzQLKVMAskpY/NZKFA5j2P+0pP2M= github.com/go-test/deep v1.0.7/go.mod h1:QV8Hv/iy04NyLBxAdO9njL0iVPN1S4d/A3NVv1V36o8= +github.com/gogo/googleapis v1.1.0 h1:kFkMAZBNAn4j7K0GiZr8cRYzejq68VbheufiV3YuyFI= github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= @@ -224,6 +300,7 @@ github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFU github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= +github.com/golang/mock v1.4.4 h1:l75CXGRSwbaYNpl/Z2X1XIIAMSCquvXgpVZDhwEIJsc= github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -240,8 +317,10 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3 h1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= +github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db h1:woRePGFeVFfLKN/pOkfl+p/TAqKOfFu+7KPlMVpok/w= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -272,24 +351,34 @@ github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hf github.com/google/pprof v0.0.0-20200905233945-acf8798be1f7/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2 h1:LR89qFljJ48s990kEKGsk213yIJDPI4205OKOzbURK8= github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/readahead v0.0.0-20161222183148-eaceba169032 h1:6Be3nkuJFyRfCgr6qTIzmRp8y9QwDIbqy/nYr9WDPos= github.com/google/readahead v0.0.0-20161222183148-eaceba169032/go.mod h1:qYysrqQXuV4tzsizt4oOQ6mrBZQ0xnQXP3ylXX8Jk5Y= +github.com/google/renameio v0.1.0 h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= +github.com/googleapis/gnostic v0.4.1 h1:DLJCy1n/vrD4HPjOvYcT8aYQXpPIzoRZONaYwyycI+I= github.com/googleapis/gnostic v0.4.1/go.mod h1:LRhVm6pbyptWbWbuZ38d1eyptfvIytN3ir6b65WBswg= +github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= +github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= +github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= +github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/graymeta/stow v0.2.7 h1:b31cB1Ylw/388sYSZxnmpjT2QxC21AaQ8fRnUtE13b4= github.com/graymeta/stow v0.2.7/go.mod h1:JAs139Zr29qfsecy7b+h9DRsWXbFbsd7LCrbCDYI84k= +github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= @@ -304,43 +393,69 @@ github.com/grpc-ecosystem/grpc-gateway v1.12.2/go.mod h1:8XEsbTttt/W+VvjtQhLACqC github.com/grpc-ecosystem/grpc-gateway v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= +github.com/hashicorp/consul/api v1.3.0 h1:HXNYlRkkM/t+Y/Yhxtwcy02dlYwIaoxzvxPnS+cqy78= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= +github.com/hashicorp/consul/sdk v0.3.0 h1:UOxjlb4xVNF93jak1mzzoBatyFju9nrkxpVwIp/QqxQ= github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= +github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= +github.com/hashicorp/go-immutable-radix v1.0.0 h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/go-msgpack v0.5.3 h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= +github.com/hashicorp/go-multierror v1.0.0 h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= +github.com/hashicorp/go-rootcerts v1.0.0 h1:Rqb66Oo1X/eSV1x66xbDccZjhJigjg0+e82kpwzSwCI= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= +github.com/hashicorp/go-sockaddr v1.0.0 h1:GeH6tui99pF4NJgfnhp+L6+FfobzVW3Ah46sLo0ICXs= github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= +github.com/hashicorp/go-syslog v1.0.0 h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE= github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-version v1.2.0 h1:3vNe/fWF5CBgRIguda1meWhsZHy3m8gCJ5wx+dIzX/E= github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go.net v0.0.1 h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= +github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc= github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= +github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= +github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= +github.com/hashicorp/mdns v1.0.0 h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= +github.com/hashicorp/memberlist v0.1.3 h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M= github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= +github.com/hashicorp/serf v0.8.2 h1:YZ7UKsJv+hKjqGVUUbtE3HNj79Eln2oQ75tniF6iPt0= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= +github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/hudl/fargo v1.3.0 h1:0U6+BtN6LhaYuTnIJq4Wyq5cpn6O2kWrxAtcqBmYY6w= github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/imdario/mergo v0.3.5 h1:JboBksRwiiAJWvIYJVo46AfV+IAIKZpfrSzVKj42R4Q= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d h1:/WZQPMZNsjZ7IlCpsLGdQBINg5bxKQ1K1sh6awxLtkA= github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= +github.com/jonboulle/clockwork v0.1.0 h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= +github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA= github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= @@ -350,30 +465,43 @@ github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1 h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= +github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= +github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= +github.com/kisielk/errcheck v1.5.0 h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= +github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/konsorten/go-windows-terminal-sequences v1.0.3 h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/kr/fs v0.1.0 h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= +github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.0 h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs= github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/pty v1.1.5 h1:hyz3dwM5QLc1Rfoz4FuWJQG5BN7tc6K1MndAUnGpQr4= github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743 h1:143Bb8f8DuGWck/xpNUOckBVYfFbBTnLevfRZ1aVVqo= github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= +github.com/lightstep/lightstep-tracer-go v0.18.1 h1:vi1F1IQ8N7hNWytK9DpJsUfQhGuNSc19z330K6vl4zk= github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= +github.com/lyft/protoc-gen-validate v0.0.13 h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA= github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/magiconair/properties v1.8.4 h1:8KGKTcQQGm0Kv7vEbKFErAoAOFyyacLStRtQSeYtvkY= github.com/magiconair/properties v1.8.4/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8= @@ -382,20 +510,28 @@ github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNx github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= +github.com/mattn/go-runewidth v0.0.2 h1:UnlwIPBGaTZfPQ6T1IGzPI0EkYAQmT9fAEJ/poFC63o= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= +github.com/miekg/dns v1.0.14 h1:9jZdLNd/P4+SfEJ0TNyxYpsK8N4GtfylBLqtbYN1sbA= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= +github.com/mitchellh/cli v1.0.0 h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/go-testing-interface v1.0.0 h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0= github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= +github.com/mitchellh/gox v0.4.0 h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc= github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= +github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY= github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag= github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/moby/spdystream v0.2.0 h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8= github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= @@ -403,49 +539,77 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= +github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 h1:8Q0qkMVC/MmWkpIdlvZgcv2o2jrlF6zqVOh7W5YHdMA= github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= +github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d h1:7PxY7LVfSZm7PEeBTyK1rj1gABdCO2mbri6GKO1cMDs= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= github.com/nats-io/jwt v0.3.0/go.mod h1:fRYCDE99xlTsqUzISS1Bi75UBJ6ljOJQOAAu5VglpSg= +github.com/nats-io/jwt v0.3.2 h1:+RB5hMpXUUA2dfxuhBTEkMOrYmM+gKIZYS1KjSostMI= github.com/nats-io/jwt v0.3.2/go.mod h1:/euKqTS1ZD+zzjYrY7pseZrTtWQSjujC7xjPc8wL6eU= +github.com/nats-io/nats-server/v2 v2.1.2 h1:i2Ly0B+1+rzNZHHWtD4ZwKi+OU5l+uQo1iDHZ2PmiIc= github.com/nats-io/nats-server/v2 v2.1.2/go.mod h1:Afk+wRZqkMQs/p45uXdrVLuab3gwv3Z8C4HTBu8GD/k= +github.com/nats-io/nats.go v1.9.1 h1:ik3HbLhZ0YABLto7iX80pZLPw/6dx3T+++MZJwLnMrQ= github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzEE/Zbp4w= github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= +github.com/nats-io/nkeys v0.1.3 h1:6JrEfig+HzTH85yxzhSVbjHRJv9cn0p6n3IngIcM5/k= github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= +github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= github.com/ncw/swift v1.0.49/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM= github.com/ncw/swift v1.0.53 h1:luHjjTNtekIEvHg5KdAFIBaH7bWfNkefwFnpDffSIks= github.com/ncw/swift v1.0.53/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM= +github.com/oklog/oklog v0.3.2 h1:wVfs8F+in6nTBMkA7CbRw+zZMIB7nNM825cM1wuzoTk= github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs= +github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= +github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= +github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 h1:58+kh9C6jJVXYjt8IE48G2eWl6BjwU5Gj0gqY84fy78= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.11.0 h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw= github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= +github.com/onsi/gomega v1.7.0 h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= +github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= +github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU= github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis= +github.com/opentracing/basictracer-go v1.0.0 h1:YyUAhaEfjoWXclZVJ9sGoNct7j4TVk7lZWlQw5UXuoo= github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74= github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= +github.com/opentracing/opentracing-go v1.1.0 h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= +github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 h1:ZCnq+JUrvXcDVhX/xRolRBZifmabN1HcS1wrPSvxhrU= github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxSfWAKL3wpBW7V8scJMt8N8gnaMCS9E/cA= github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw= github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= +github.com/openzipkin/zipkin-go v0.2.2 h1:nY8Hti+WKaP0cRsSeQ026wU03QsM762XBeCXBb9NAWI= github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= +github.com/pact-foundation/pact-go v1.0.4 h1:OYkFijGHoZAYbOIb1LWXrwKQbMMRUv1oQ89blD2Mh2Q= github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM= +github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= +github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= +github.com/pelletier/go-toml v1.8.1 h1:1Nf83orprkJyknT6h7zbuEGUEjcyVlCxSUGTENmNCRM= github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= +github.com/performancecopilot/speed v3.0.0+incompatible h1:2WnRzIquHa5QxaJKShDkLM+sc0JPuwhXzK8OYOyt3Vg= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= +github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= +github.com/pierrec/lz4 v2.0.5+incompatible h1:2xWsjqPFWcplujydGg4WmhC/6fZqK42wMM8aXeqhl0I= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI= github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ= @@ -453,12 +617,16 @@ github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/profile v1.2.1 h1:F++O52m40owAmADcojzM+9gyjmMOY/T4oYJkgFDH8RE= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= github.com/pkg/sftp v1.10.0/go.mod h1:NxmoDg/QLVWluQDUYG7XBZTLUpKeFa8e3aMf1BfjyHk= +github.com/pkg/sftp v1.10.1 h1:VasscCm72135zRysgrJDKsntdmPN+OuU3+nnHYA9wyc= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/posener/complete v1.1.1 h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= +github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9 h1:kyf9snWXHvQc+yxE9imhdI8YAm4oKeZISlaAR+x73zs= github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9/go.mod h1:YARuvh7BUWHNhzDq2OM5tzR2RiCcN2D7sapiKyCel/M= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs= @@ -492,38 +660,54 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= github.com/prometheus/procfs v0.3.0 h1:Uehi/mxLK0eiUc0H0++5tpMGTexB8wZ598MIgU8VpDM= github.com/prometheus/procfs v0.3.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= +github.com/prometheus/tsdb v0.7.1 h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= +github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a h1:9ZKAASQSHhDYGoxY8uLVpewe1GDZ2vu2Tr/vTdVAkFQ= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= +github.com/rogpeppe/fastuuid v1.2.0 h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= +github.com/rogpeppe/go-internal v1.3.0 h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= +github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU= github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E= github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= +github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= +github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= +github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= +github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= +github.com/soheilhy/cmux v0.1.4 h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= +github.com/sony/gobreaker v0.4.1 h1:oMnRNZXX5j85zso6xCPRNPtmAycat+WcoKbklScLDgQ= github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= +github.com/spf13/afero v1.5.1 h1:VHu76Lk0LSP1x254maIu2bplkWpfBWI+B+6fdoZprcg= github.com/spf13/afero v1.5.1/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cast v1.3.1 h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v1.1.1 h1:KfztREH0tPxJJ+geloSLaAkaPkr4ki2Er5quFV1TDo4= github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= +github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= @@ -531,9 +715,12 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= +github.com/spf13/viper v1.7.1 h1:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk= github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= +github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 h1:WhxRHzgeVGETMlmVfqhRn8RIeeNoPr2Czh33I4Zdccw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= +github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a h1:AhmOdSHeswKHBjhsLs/7+1voOxT+LLrSk/Nxvk35fug= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= @@ -547,18 +734,25 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= +github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= +github.com/urfave/cli v1.22.1 h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= +github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.2.1 h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= +go.etcd.io/bbolt v1.3.3 h1:MUGmc65QhB3pIlaQ5bB4LwqSj6GIonVJXpZiaKNyaKk= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= +go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 h1:VcrIfasaLFkyjk6KNlXQSzO+B0fZcnECiDrKJsfxka0= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.20.2/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= @@ -572,11 +766,15 @@ go.opencensus.io v0.22.6 h1:BdkrbWrzDlV9dnbzoP7sfN+dHheJ4J9JOaYxcUDL+ok= go.opencensus.io v0.22.6/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= +go.uber.org/atomic v1.5.0 h1:OI5t8sDa1Or+q8AeE+yKeB/SDYioSHAgcVljj9JIETY= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= +go.uber.org/multierr v1.3.0 h1:sFPn2GLc3poCkfrpIXGhBD2X0CMIo4Q/zSULXrj/+uc= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= +go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= +go.uber.org/zap v1.13.0 h1:nR6NoDBgAf67s68NhaXbsojM+2gxp3S1hWkHDl27pVU= go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -600,8 +798,10 @@ golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u0 golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= +golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= +golang.org/x/image v0.0.0-20190802002840-cff245a6509b h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= @@ -616,6 +816,7 @@ golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPI golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 h1:2M3HP5CCK1Si9FQhwnzYhXdG6DXeebvUHFpre8QvbyI= golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= +golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= @@ -689,6 +890,7 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201207232520-09787c993a3a h1:DcqTD9SDLc+1P/r1EmRBwnVsrOwW+kk2vWf9n+1sGhs= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -744,6 +946,7 @@ golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c h1:VwygUrnw9jn88c4u8GD3rZQbqrP/tgas88tPUbBxQrk= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -938,22 +1141,32 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0 h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= +gopkg.in/alecthomas/kingpin.v2 v2.2.6 h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/cheggaaa/pb.v1 v1.0.25 h1:Ev7yu1/f6+d+b3pi5vPdRPc6nNtP1umSfcWiEfRqv6I= gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= +gopkg.in/errgo.v2 v2.1.0 h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= +gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= +gopkg.in/gcfg.v1 v1.2.3 h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs= gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.62.0 h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU= gopkg.in/ini.v1 v1.62.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/kothar/go-backblaze.v0 v0.0.0-20190520213052-702d4e7eb465 h1:DKgyTtKkmpZZesLue2fz/LxEhzBDUWg4N8u/BVRJqlA= gopkg.in/kothar/go-backblaze.v0 v0.0.0-20190520213052-702d4e7eb465/go.mod h1:zJ2QpyDCYo1KvLXlmdnFlQAyF/Qfth0fB8239Qg7BIE= +gopkg.in/resty.v1 v1.12.0 h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= +gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= +gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME= gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -975,6 +1188,7 @@ honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +honnef.co/go/tools v0.0.1-2020.1.4 h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= k8s.io/api v0.0.0-20210217171935-8e2decd92398/go.mod h1:60tmSUpHxGPFerNHbo/ayI2lKxvtrhbxFyXuEIWJd78= k8s.io/api v0.20.2 h1:y/HR22XDZY3pniu9hIFDLpUCPq2w5eQ6aV/VFQ7uJMw= @@ -984,15 +1198,21 @@ k8s.io/apimachinery v0.20.2 h1:hFx6Sbt1oG0n6DZ+g4bFt5f6BoMkOjKWsQFu077M3Vg= k8s.io/apimachinery v0.20.2/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU= k8s.io/client-go v0.0.0-20210217172142-7279fc64d847 h1:d+LBRNY3c/KGp7lDblRlUJkayx4Vla7WUTIazoGMdYo= k8s.io/client-go v0.0.0-20210217172142-7279fc64d847/go.mod h1:q0EaghmVye2uui19vxSZ2NG6ssgUWgjudO6vrwXneSI= +k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac h1:sAvhNk5RRuc6FNYGqe7Ygz3PSo/2wGWbulskmzRX8Vs= k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= k8s.io/klog/v2 v2.4.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= k8s.io/klog/v2 v2.5.0 h1:8mOnjf1RmUPW6KRqQCfYSZq/K20Unmp3IhuZUhxl8KI= k8s.io/klog/v2 v2.5.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec= +k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd h1:sOHNzJIkytDF6qadMNKhhDRpc6ODik8lVC6nOur7B2c= k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd/go.mod h1:WOJ3KddDSol4tAGcJo0Tvi+dK12EcqSLqcWsryKMpfM= +k8s.io/utils v0.0.0-20201110183641-67b214c5f920 h1:CbnUZsM497iRC5QMVkHwyl8s2tB3g7yaSHkYPkpgelw= k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= +rsc.io/binaryregexp v0.2.0 h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= +rsc.io/quote/v3 v3.1.0 h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= +rsc.io/sampler v1.3.0 h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= sigs.k8s.io/structured-merge-diff/v4 v4.0.3 h1:4oyYo8NREp49LBBhKxEqCulFjg26rawYKrnCmg+Sr6c= @@ -1000,4 +1220,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.0.3/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q= sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= +sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 h1:ucqkfpjg9WzSUubAO62csmucvxl4/JeW3F4I4909XkM= sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU= diff --git a/flyteidl/protos/flyteidl/core/tasks.proto b/flyteidl/protos/flyteidl/core/tasks.proto index 21132e9670..f730144087 100644 --- a/flyteidl/protos/flyteidl/core/tasks.proto +++ b/flyteidl/protos/flyteidl/core/tasks.proto @@ -118,6 +118,7 @@ message TaskTemplate { // handlers. oneof target { Container container = 6; + K8sPod k8s_pod = 17; } // This can be used to customize task handling at execution time for the same task type. @@ -238,3 +239,25 @@ message DataLoadingConfig { LiteralMapFormat format = 4; IOStrategy io_strategy = 5; } + +// Defines a pod spec and additional pod metadata that is created when a task is executed. +message K8sPod { + // Contains additional metadata for building a kubernetes pod. + K8sObjectMetadata metadata = 1; + + // Defines the primary pod spec created when a task is executed. + // This should be a JSON-marshalled pod spec, which can be defined in + // - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936 + // - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py + google.protobuf.Struct pod_spec = 2; +} + +// Metadata for building a kubernetes object when a task is executed. +message K8sObjectMetadata { + + // Optional labels to add to the pod definition. + map labels = 1; + + // Optional annotations to add to the pod definition. + map annotations = 2; +}