qontract-reconcile 0.10.2.dev15__tar.gz → 0.10.2.dev17__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (771) hide show
  1. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/PKG-INFO +1 -1
  2. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cli.py +3 -3
  3. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/endpoints_discovery/integration.py +137 -98
  4. qontract_reconcile-0.10.2.dev15/reconcile/gql_definitions/endpoints_discovery/namespaces.py → qontract_reconcile-0.10.2.dev17/reconcile/gql_definitions/endpoints_discovery/apps.py +22 -22
  5. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/service_dependencies.py +1 -1
  6. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/README.md +0 -0
  7. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/pyproject.toml +0 -0
  8. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/__init__.py +0 -0
  9. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/acs_notifiers.py +0 -0
  10. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/acs_policies.py +0 -0
  11. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/acs_rbac.py +0 -0
  12. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/__init__.py +0 -0
  13. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/advanced_upgrade_service.py +0 -0
  14. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/aus_label_source.py +0 -0
  15. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/base.py +0 -0
  16. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/cluster_version_data.py +0 -0
  17. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/healthchecks.py +0 -0
  18. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/metrics.py +0 -0
  19. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/models.py +0 -0
  20. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/node_pool_spec.py +0 -0
  21. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
  22. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
  23. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
  24. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/upgrades.py +0 -0
  25. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/version_gate_approver.py +0 -0
  26. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/version_gates/__init__.py +0 -0
  27. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/version_gates/handler.py +0 -0
  28. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
  29. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
  30. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
  31. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_account_manager/README.md +0 -0
  32. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_account_manager/__init__.py +0 -0
  33. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_account_manager/integration.py +0 -0
  34. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
  35. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_account_manager/metrics.py +0 -0
  36. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_account_manager/reconciler.py +0 -0
  37. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_account_manager/utils.py +0 -0
  38. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_ami_cleanup/__init__.py +0 -0
  39. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_ami_cleanup/integration.py +0 -0
  40. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_ami_share.py +0 -0
  41. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
  42. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
  43. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
  44. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_garbage_collector.py +0 -0
  45. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_iam_keys.py +0 -0
  46. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_iam_password_reset.py +0 -0
  47. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_saml_idp/__init__.py +0 -0
  48. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_saml_idp/integration.py +0 -0
  49. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_saml_roles/__init__.py +0 -0
  50. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_saml_roles/integration.py +0 -0
  51. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_support_cases_sos.py +0 -0
  52. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_version_sync/__init__.py +0 -0
  53. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_version_sync/integration.py +0 -0
  54. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
  55. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
  56. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
  57. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/aws_version_sync/utils.py +0 -0
  58. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
  59. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/README.md +0 -0
  60. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/__init__.py +0 -0
  61. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/approver.py +0 -0
  62. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/bundle.py +0 -0
  63. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/change_log_tracking.py +0 -0
  64. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/change_owners.py +0 -0
  65. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/change_types.py +0 -0
  66. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/changes.py +0 -0
  67. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/decision.py +0 -0
  68. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/diff.py +0 -0
  69. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/implicit_ownership.py +0 -0
  70. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/self_service_roles.py +0 -0
  71. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/change_owners/tester.py +0 -0
  72. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/checkpoint.py +0 -0
  73. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
  74. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
  75. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cluster_auth_rhidp/integration.py +0 -0
  76. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cluster_deployment_mapper.py +0 -0
  77. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/__init__.py +0 -0
  78. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/assets/__init__.py +0 -0
  79. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/assets/asset.py +0 -0
  80. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/assets/asset_factory.py +0 -0
  81. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/assets/null.py +0 -0
  82. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/client.py +0 -0
  83. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/integration.py +0 -0
  84. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/cna/state.py +0 -0
  85. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dashdotdb_base.py +0 -0
  86. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dashdotdb_cso.py +0 -0
  87. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dashdotdb_dora.py +0 -0
  88. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dashdotdb_dvo.py +0 -0
  89. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dashdotdb_slo.py +0 -0
  90. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/database_access_manager.py +0 -0
  91. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/deadmanssnitch.py +0 -0
  92. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dynatrace_token_provider/__init__.py +0 -0
  93. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
  94. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dynatrace_token_provider/integration.py +0 -0
  95. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dynatrace_token_provider/metrics.py +0 -0
  96. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dynatrace_token_provider/model.py +0 -0
  97. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dynatrace_token_provider/ocm.py +0 -0
  98. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/dynatrace_token_provider/validate.py +0 -0
  99. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/email_sender.py +0 -0
  100. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/endpoints_discovery/__init__.py +0 -0
  101. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/endpoints_discovery/merge_request.py +0 -0
  102. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
  103. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/__init__.py +0 -0
  104. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/aws.py +0 -0
  105. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/factories.py +0 -0
  106. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/integration.py +0 -0
  107. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/integration_secrets_sync.py +0 -0
  108. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/manager.py +0 -0
  109. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/meta.py +0 -0
  110. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/metrics.py +0 -0
  111. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/model.py +0 -0
  112. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/reconciler.py +0 -0
  113. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/secrets_sync.py +0 -0
  114. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/external_resources/state.py +0 -0
  115. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gabi_authorized_users.py +0 -0
  116. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gcr_mirror.py +0 -0
  117. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/github_org.py +0 -0
  118. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/github_owners.py +0 -0
  119. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/github_repo_invites.py +0 -0
  120. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/github_repo_permissions_validator.py +0 -0
  121. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/github_users.py +0 -0
  122. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/github_validator.py +0 -0
  123. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_fork_compliance.py +0 -0
  124. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_housekeeping.py +0 -0
  125. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_labeler.py +0 -0
  126. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_members.py +0 -0
  127. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
  128. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_owners.py +0 -0
  129. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_permissions.py +0 -0
  130. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gitlab_projects.py +0 -0
  131. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip/README.md +0 -0
  132. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip/__init__.py +0 -0
  133. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip/integration.py +0 -0
  134. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip/reconciler.py +0 -0
  135. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
  136. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip_project_alerts/integration.py +0 -0
  137. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
  138. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/glitchtip_project_dsn/integration.py +0 -0
  139. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/__init__.py +0 -0
  140. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/acs/__init__.py +0 -0
  141. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
  142. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
  143. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
  144. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
  145. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
  146. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
  147. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
  148. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
  149. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
  150. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
  151. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
  152. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
  153. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
  154. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
  155. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
  156. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
  157. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
  158. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
  159. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
  160. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
  161. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
  162. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
  163. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
  164. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
  165. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
  166. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
  167. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cna/__init__.py +0 -0
  168. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
  169. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
  170. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
  171. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/__init__.py +0 -0
  172. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
  173. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
  174. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
  175. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
  176. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
  177. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
  178. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
  179. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
  180. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/apps.py +0 -0
  181. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
  182. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
  183. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/clusters.py +0 -0
  184. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
  185. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
  186. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
  187. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/github_orgs.py +0 -0
  188. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/jira_settings.py +0 -0
  189. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
  190. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/namespaces.py +0 -0
  191. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
  192. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
  193. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
  194. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
  195. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
  196. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
  197. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/quay_instances.py +0 -0
  198. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
  199. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
  200. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/saas_files.py +0 -0
  201. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
  202. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
  203. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
  204. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
  205. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
  206. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/common/users.py +0 -0
  207. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
  208. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
  209. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
  210. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/cost_report/settings.py +0 -0
  211. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
  212. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
  213. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
  214. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
  215. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
  216. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
  217. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
  218. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
  219. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
  220. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
  221. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
  222. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/__init__.py +0 -0
  223. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
  224. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
  225. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
  226. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
  227. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
  228. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
  229. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
  230. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
  231. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
  232. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/disable.py +0 -0
  233. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
  234. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
  235. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
  236. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
  237. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
  238. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
  239. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
  240. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
  241. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
  242. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
  243. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
  244. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
  245. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
  246. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
  247. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/user.py +0 -0
  248. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
  249. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
  250. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
  251. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
  252. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
  253. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
  254. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
  255. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
  256. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
  257. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/integrations/__init__.py +0 -0
  258. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/integrations/integrations.py +0 -0
  259. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/introspection.json +0 -0
  260. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
  261. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
  262. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
  263. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jira/__init__.py +0 -0
  264. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
  265. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
  266. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
  267. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
  268. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
  269. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
  270. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
  271. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
  272. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
  273. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
  274. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
  275. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
  276. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
  277. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
  278. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
  279. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
  280. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
  281. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
  282. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
  283. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
  284. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
  285. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
  286. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
  287. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
  288. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
  289. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
  290. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
  291. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
  292. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
  293. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
  294. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
  295. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/sharding/__init__.py +0 -0
  296. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
  297. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
  298. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
  299. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
  300. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
  301. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
  302. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
  303. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
  304. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
  305. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
  306. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
  307. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/status_board/__init__.py +0 -0
  308. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/status_board/status_board.py +0 -0
  309. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
  310. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
  311. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/templating/__init__.py +0 -0
  312. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/templating/template_collection.py +0 -0
  313. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/templating/templates.py +0 -0
  314. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
  315. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
  316. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
  317. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
  318. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
  319. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
  320. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
  321. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
  322. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
  323. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
  324. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
  325. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
  326. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
  327. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
  328. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
  329. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
  330. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
  331. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
  332. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
  333. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
  334. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
  335. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
  336. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
  337. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
  338. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
  339. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
  340. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
  341. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/integrations_manager.py +0 -0
  342. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins/__init__.py +0 -0
  343. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins/types.py +0 -0
  344. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_base.py +0 -0
  345. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_job_builder.py +0 -0
  346. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_job_builds_cleaner.py +0 -0
  347. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_job_cleaner.py +0 -0
  348. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_roles.py +0 -0
  349. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_webhooks.py +0 -0
  350. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_webhooks_cleaner.py +0 -0
  351. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jenkins_worker_fleets.py +0 -0
  352. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jira_permissions_validator.py +0 -0
  353. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/jira_watcher.py +0 -0
  354. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ldap_groups/__init__.py +0 -0
  355. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ldap_groups/integration.py +0 -0
  356. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ldap_users.py +0 -0
  357. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/mr_client_gateway.py +0 -0
  358. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm/__init__.py +0 -0
  359. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm/types.py +0 -0
  360. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_additional_routers.py +0 -0
  361. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_addons.py +0 -0
  362. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
  363. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_aws_infrastructure_access.py +0 -0
  364. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_clusters.py +0 -0
  365. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_external_configuration_labels.py +0 -0
  366. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_github_idp.py +0 -0
  367. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_groups.py +0 -0
  368. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_internal_notifications/__init__.py +0 -0
  369. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_internal_notifications/integration.py +0 -0
  370. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_labels/__init__.py +0 -0
  371. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_labels/integration.py +0 -0
  372. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_machine_pools.py +0 -0
  373. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_update_recommended_version.py +0 -0
  374. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
  375. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_base.py +0 -0
  376. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_cluster_bots.py +0 -0
  377. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_clusterrolebindings.py +0 -0
  378. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_groups.py +0 -0
  379. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_limitranges.py +0 -0
  380. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_namespace_labels.py +0 -0
  381. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_namespaces.py +0 -0
  382. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_network_policies.py +0 -0
  383. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_prometheus_rules.py +0 -0
  384. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_resourcequotas.py +0 -0
  385. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_resources.py +0 -0
  386. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_resources_base.py +0 -0
  387. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_rolebindings.py +0 -0
  388. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_routes.py +0 -0
  389. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy.py +0 -0
  390. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
  391. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
  392. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
  393. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
  394. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
  395. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
  396. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
  397. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_serviceaccount_tokens.py +0 -0
  398. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_tekton_resources.py +0 -0
  399. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_upgrade_watcher.py +0 -0
  400. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_users.py +0 -0
  401. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/openshift_vault_secrets.py +0 -0
  402. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/oum/__init__.py +0 -0
  403. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/oum/base.py +0 -0
  404. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/oum/labelset.py +0 -0
  405. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/oum/metrics.py +0 -0
  406. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/oum/models.py +0 -0
  407. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/oum/providers.py +0 -0
  408. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/oum/standalone.py +0 -0
  409. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/prometheus_rules_tester/__init__.py +0 -0
  410. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/prometheus_rules_tester/integration.py +0 -0
  411. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/quay_base.py +0 -0
  412. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/quay_membership.py +0 -0
  413. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/quay_mirror.py +0 -0
  414. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/quay_mirror_org.py +0 -0
  415. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/quay_permissions.py +0 -0
  416. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/quay_repos.py +0 -0
  417. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/queries.py +0 -0
  418. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/query_validator.py +0 -0
  419. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/requests_sender.py +0 -0
  420. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/resource_scraper.py +0 -0
  421. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/resource_template_tester.py +0 -0
  422. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/__init__.py +0 -0
  423. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/common.py +0 -0
  424. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/metrics.py +0 -0
  425. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
  426. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
  427. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
  428. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
  429. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/sso_client/__init__.py +0 -0
  430. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/sso_client/base.py +0 -0
  431. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/sso_client/integration.py +0 -0
  432. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/rhidp/sso_client/metrics.py +0 -0
  433. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/run_integration.py +0 -0
  434. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
  435. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
  436. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
  437. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
  438. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
  439. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
  440. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
  441. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
  442. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
  443. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
  444. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
  445. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
  446. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
  447. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
  448. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
  449. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
  450. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
  451. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/saas_file_validator.py +0 -0
  452. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/sendgrid_teammates.py +0 -0
  453. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/signalfx_endpoint_monitoring.py +0 -0
  454. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/skupper_network/__init__.py +0 -0
  455. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/skupper_network/integration.py +0 -0
  456. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/skupper_network/models.py +0 -0
  457. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/skupper_network/reconciler.py +0 -0
  458. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/skupper_network/site_controller.py +0 -0
  459. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/slack_base.py +0 -0
  460. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/slack_usergroups.py +0 -0
  461. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/sql_query.py +0 -0
  462. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/status.py +0 -0
  463. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/status_board.py +0 -0
  464. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/__init__.py +0 -0
  465. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/atlassian.py +0 -0
  466. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/integration.py +0 -0
  467. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/integrations/__init__.py +0 -0
  468. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/integrations/components.py +0 -0
  469. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/integrations/maintenances.py +0 -0
  470. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/page.py +0 -0
  471. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/state.py +0 -0
  472. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/statuspage/status.py +0 -0
  473. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templates/__init__.py +0 -0
  474. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templates/aws_access_key_email.j2 +0 -0
  475. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templates/email.yml.j2 +0 -0
  476. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
  477. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
  478. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
  479. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templating/__init__.py +0 -0
  480. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templating/lib/__init__.py +0 -0
  481. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templating/lib/merge_request_manager.py +0 -0
  482. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templating/lib/model.py +0 -0
  483. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templating/lib/rendering.py +0 -0
  484. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templating/renderer.py +0 -0
  485. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/templating/validator.py +0 -0
  486. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_aws_route53.py +0 -0
  487. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_cloudflare_dns.py +0 -0
  488. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_cloudflare_resources.py +0 -0
  489. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_cloudflare_users.py +0 -0
  490. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_init/__init__.py +0 -0
  491. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_init/integration.py +0 -0
  492. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_init/merge_request.py +0 -0
  493. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_init/merge_request_manager.py +0 -0
  494. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_repo.py +0 -0
  495. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_resources.py +0 -0
  496. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_tgw_attachments.py +0 -0
  497. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_users.py +0 -0
  498. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_vpc_peerings.py +0 -0
  499. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_vpc_resources/__init__.py +0 -0
  500. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_vpc_resources/integration.py +0 -0
  501. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
  502. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
  503. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/__init__.py +0 -0
  504. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/alerting_services_settings.py +0 -0
  505. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
  506. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
  507. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
  508. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
  509. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
  510. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
  511. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
  512. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
  513. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
  514. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/apps.py +0 -0
  515. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
  516. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/aws_vpcs.py +0 -0
  517. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/cloudflare.py +0 -0
  518. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/clusters.py +0 -0
  519. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/clusters_minimal.py +0 -0
  520. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/clusters_with_dms.py +0 -0
  521. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/clusters_with_peering.py +0 -0
  522. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/cost_report/__init__.py +0 -0
  523. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/cost_report/app_names.py +0 -0
  524. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
  525. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/cost_report/settings.py +0 -0
  526. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/dynatrace.py +0 -0
  527. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/dynatrace_environments.py +0 -0
  528. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
  529. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/external_resources.py +0 -0
  530. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/get_state_aws_account.py +0 -0
  531. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/github_orgs.py +0 -0
  532. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/gitlab_instances.py +0 -0
  533. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/glitchtip.py +0 -0
  534. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/jenkins.py +0 -0
  535. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/jira.py +0 -0
  536. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/jira_settings.py +0 -0
  537. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/jiralert_settings.py +0 -0
  538. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/namespaces.py +0 -0
  539. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/namespaces_minimal.py +0 -0
  540. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/ocm.py +0 -0
  541. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/pagerduty_instances.py +0 -0
  542. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/quay.py +0 -0
  543. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/repos.py +0 -0
  544. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/reserved_networks.py +0 -0
  545. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/saas_files.py +0 -0
  546. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/slack.py +0 -0
  547. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/slo_documents.py +0 -0
  548. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/smtp.py +0 -0
  549. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/status_board.py +0 -0
  550. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
  551. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/terraform_namespaces.py +0 -0
  552. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
  553. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
  554. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/unleash.py +0 -0
  555. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/users.py +0 -0
  556. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/typed_queries/vault.py +0 -0
  557. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/unleash_feature_toggles/__init__.py +0 -0
  558. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/unleash_feature_toggles/integration.py +0 -0
  559. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/__init__.py +0 -0
  560. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/acs/__init__.py +0 -0
  561. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/acs/base.py +0 -0
  562. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/acs/notifiers.py +0 -0
  563. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/acs/policies.py +0 -0
  564. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/acs/rbac.py +0 -0
  565. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aggregated_list.py +0 -0
  566. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/amtool.py +0 -0
  567. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api.py +0 -0
  568. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/__init__.py +0 -0
  569. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/account.py +0 -0
  570. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/api.py +0 -0
  571. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
  572. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/iam.py +0 -0
  573. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/organization.py +0 -0
  574. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/s3.py +0 -0
  575. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
  576. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/sts.py +0 -0
  577. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_api_typed/support.py +0 -0
  578. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/aws_helper.py +0 -0
  579. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/batches.py +0 -0
  580. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/binary.py +0 -0
  581. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
  582. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
  583. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/clusterhealth/__init__.py +0 -0
  584. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/clusterhealth/providerbase.py +0 -0
  585. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/clusterhealth/telemeter.py +0 -0
  586. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/config.py +0 -0
  587. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/constants.py +0 -0
  588. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/data_structures.py +0 -0
  589. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/deadmanssnitch_api.py +0 -0
  590. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/defer.py +0 -0
  591. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/differ.py +0 -0
  592. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/disabled_integrations.py +0 -0
  593. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/dnsutils.py +0 -0
  594. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/dynatrace/__init__.py +0 -0
  595. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/dynatrace/client.py +0 -0
  596. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/early_exit_cache.py +0 -0
  597. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/elasticsearch_exceptions.py +0 -0
  598. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/environ.py +0 -0
  599. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/exceptions.py +0 -0
  600. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/expiration.py +0 -0
  601. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/extended_early_exit.py +0 -0
  602. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/external_resource_spec.py +0 -0
  603. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/external_resources.py +0 -0
  604. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/filtering.py +0 -0
  605. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/git.py +0 -0
  606. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/github_api.py +0 -0
  607. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/gitlab_api.py +0 -0
  608. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/glitchtip/__init__.py +0 -0
  609. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/glitchtip/client.py +0 -0
  610. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/glitchtip/models.py +0 -0
  611. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/gpg.py +0 -0
  612. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/gql.py +0 -0
  613. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/grouping.py +0 -0
  614. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/helm.py +0 -0
  615. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/helpers.py +0 -0
  616. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/imap_client.py +0 -0
  617. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/instrumented_wrappers.py +0 -0
  618. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/internal_groups/__init__.py +0 -0
  619. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/internal_groups/client.py +0 -0
  620. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/internal_groups/models.py +0 -0
  621. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jenkins_api.py +0 -0
  622. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jinja2/__init__.py +0 -0
  623. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jinja2/extensions.py +0 -0
  624. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jinja2/filters.py +0 -0
  625. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jinja2/utils.py +0 -0
  626. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jira_client.py +0 -0
  627. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jjb_client.py +0 -0
  628. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jobcontroller/__init__.py +0 -0
  629. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jobcontroller/controller.py +0 -0
  630. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jobcontroller/models.py +0 -0
  631. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jsonpath.py +0 -0
  632. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/jump_host.py +0 -0
  633. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/keycloak.py +0 -0
  634. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ldap_client.py +0 -0
  635. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/lean_terraform_client.py +0 -0
  636. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/make.py +0 -0
  637. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/membershipsources/__init__.py +0 -0
  638. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
  639. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/membershipsources/models.py +0 -0
  640. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/membershipsources/resolver.py +0 -0
  641. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/merge_request_manager/__init__.py +0 -0
  642. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
  643. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/merge_request_manager/parser.py +0 -0
  644. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/metrics.py +0 -0
  645. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/models.py +0 -0
  646. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/README.md +0 -0
  647. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/__init__.py +0 -0
  648. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/app_interface_reporter.py +0 -0
  649. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/aws_access.py +0 -0
  650. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/base.py +0 -0
  651. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/clusters_updates.py +0 -0
  652. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
  653. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/labels.py +0 -0
  654. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/notificator.py +0 -0
  655. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
  656. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
  657. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/promote_qontract.py +0 -0
  658. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/mr/user_maintenance.py +0 -0
  659. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/oauth2_backend_application_session.py +0 -0
  660. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/oc.py +0 -0
  661. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/oc_connection_parameters.py +0 -0
  662. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/oc_filters.py +0 -0
  663. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/oc_map.py +0 -0
  664. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/__init__.py +0 -0
  665. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/addons.py +0 -0
  666. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/base.py +0 -0
  667. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/cluster_groups.py +0 -0
  668. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/clusters.py +0 -0
  669. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/identity_providers.py +0 -0
  670. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/label_sources.py +0 -0
  671. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/labels.py +0 -0
  672. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/manifests.py +0 -0
  673. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/ocm.py +0 -0
  674. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/products.py +0 -0
  675. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/search_filters.py +0 -0
  676. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/service_log.py +0 -0
  677. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
  678. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/status_board.py +0 -0
  679. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/subscriptions.py +0 -0
  680. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/syncsets.py +0 -0
  681. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm/upgrades.py +0 -0
  682. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ocm_base_client.py +0 -0
  683. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/openshift_resource.py +0 -0
  684. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/openssl.py +0 -0
  685. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/output.py +0 -0
  686. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/pagerduty_api.py +0 -0
  687. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/parse_dhms_duration.py +0 -0
  688. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/password_validator.py +0 -0
  689. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/prometheus.py +0 -0
  690. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/promotion_state.py +0 -0
  691. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/promtool.py +0 -0
  692. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/quay_api.py +0 -0
  693. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/raw_github_api.py +0 -0
  694. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/repo_owners.py +0 -0
  695. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/rest_api_base.py +0 -0
  696. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/rosa/__init__.py +0 -0
  697. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/rosa/rosa_cli.py +0 -0
  698. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/rosa/session.py +0 -0
  699. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/ruamel.py +0 -0
  700. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/runtime/__init__.py +0 -0
  701. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/runtime/desired_state_diff.py +0 -0
  702. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/runtime/environment.py +0 -0
  703. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/runtime/integration.py +0 -0
  704. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/runtime/meta.py +0 -0
  705. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/runtime/runner.py +0 -0
  706. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/runtime/sharding.py +0 -0
  707. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/saasherder/__init__.py +0 -0
  708. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/saasherder/interfaces.py +0 -0
  709. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/saasherder/models.py +0 -0
  710. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/saasherder/saasherder.py +0 -0
  711. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/secret_reader.py +0 -0
  712. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/semver_helper.py +0 -0
  713. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/sharding.py +0 -0
  714. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/slack_api.py +0 -0
  715. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/smtp_client.py +0 -0
  716. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/sqs_gateway.py +0 -0
  717. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/state.py +0 -0
  718. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/structs.py +0 -0
  719. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/template.py +0 -0
  720. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terraform/__init__.py +0 -0
  721. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terraform/config.py +0 -0
  722. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terraform/config_client.py +0 -0
  723. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terraform_client.py +0 -0
  724. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terrascript/__init__.py +0 -0
  725. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
  726. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
  727. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terrascript/models.py +0 -0
  728. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terrascript/resources.py +0 -0
  729. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/terrascript_aws_client.py +0 -0
  730. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/three_way_diff_strategy.py +0 -0
  731. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/throughput.py +0 -0
  732. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/unleash/__init__.py +0 -0
  733. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/unleash/client.py +0 -0
  734. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/unleash/server.py +0 -0
  735. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/vault.py +0 -0
  736. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/vaultsecretref.py +0 -0
  737. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/utils/vcs.py +0 -0
  738. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/vault_replication.py +0 -0
  739. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/reconcile/vpc_peerings_validator.py +0 -0
  740. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/__init__.py +0 -0
  741. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/app_interface_metrics_exporter.py +0 -0
  742. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/app_interface_reporter.py +0 -0
  743. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/__init__.py +0 -0
  744. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/container_images_report.py +0 -0
  745. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/__init__.py +0 -0
  746. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/aws.py +0 -0
  747. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
  748. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/model.py +0 -0
  749. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/openshift.py +0 -0
  750. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
  751. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/response.py +0 -0
  752. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/util.py +0 -0
  753. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/cost_report/view.py +0 -0
  754. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/erv2.py +0 -0
  755. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/gpg_encrypt.py +0 -0
  756. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/cli_commands/systems_and_tools.py +0 -0
  757. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/glitchtip_access_reporter.py +0 -0
  758. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/glitchtip_access_revalidation.py +0 -0
  759. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/qontract_cli.py +0 -0
  760. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_metrics_exporter/__init__.py +0 -0
  761. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
  762. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
  763. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
  764. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
  765. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_metrics_exporter/main.py +0 -0
  766. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_promotion_state/__init__.py +0 -0
  767. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
  768. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/sd_app_sre_alert_report.py +0 -0
  769. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/sre_checkpoints/__init__.py +0 -0
  770. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/sre_checkpoints/util.py +0 -0
  771. {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev17}/tools/template_validation.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qontract-reconcile
3
- Version: 0.10.2.dev15
3
+ Version: 0.10.2.dev17
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
6
6
  Project-URL: repository, https://github.com/app-sre/qontract-reconcile
@@ -1801,10 +1801,10 @@ def openshift_prometheus_rules(
1801
1801
  @internal()
1802
1802
  @use_jump_host()
1803
1803
  @cluster_name
1804
- @namespace_name
1805
1804
  @enable_extended_early_exit
1806
1805
  @extended_early_exit_cache_ttl_seconds
1807
1806
  @log_cached_log_output
1807
+ @click.option("--app-name", default=None, help="Consider this app only.")
1808
1808
  @click.option(
1809
1809
  "--endpoint-tmpl-resource",
1810
1810
  help="Resource name of the endpoint template in the app-interface.",
@@ -1817,10 +1817,10 @@ def endpoints_discovery(
1817
1817
  internal,
1818
1818
  use_jump_host,
1819
1819
  cluster_name,
1820
- namespace_name,
1821
1820
  enable_extended_early_exit,
1822
1821
  extended_early_exit_cache_ttl_seconds,
1823
1822
  log_cached_log_output,
1823
+ app_name,
1824
1824
  endpoint_tmpl_resource,
1825
1825
  ):
1826
1826
  from reconcile.endpoints_discovery.integration import (
@@ -1833,7 +1833,7 @@ def endpoints_discovery(
1833
1833
  internal=internal,
1834
1834
  use_jump_host=use_jump_host,
1835
1835
  cluster_name=cluster_name,
1836
- namespace_name=namespace_name,
1836
+ app_name=app_name,
1837
1837
  enable_extended_early_exit=enable_extended_early_exit,
1838
1838
  extended_early_exit_cache_ttl_seconds=extended_early_exit_cache_ttl_seconds,
1839
1839
  log_cached_log_output=log_cached_log_output,
@@ -15,12 +15,13 @@ from reconcile.endpoints_discovery.merge_request_manager import (
15
15
  EndpointsToDelete,
16
16
  MergeRequestManager,
17
17
  )
18
- from reconcile.gql_definitions.endpoints_discovery.namespaces import (
18
+ from reconcile.gql_definitions.endpoints_discovery.apps import (
19
19
  AppEndPointsV1,
20
+ AppV1,
20
21
  NamespaceV1,
21
22
  )
22
- from reconcile.gql_definitions.endpoints_discovery.namespaces import (
23
- query as namespaces_query,
23
+ from reconcile.gql_definitions.endpoints_discovery.apps import (
24
+ query as apps_query,
24
25
  )
25
26
  from reconcile.typed_queries.app_interface_repo_url import get_app_interface_repo_url
26
27
  from reconcile.typed_queries.github_orgs import get_github_orgs
@@ -44,7 +45,7 @@ from reconcile.utils.unleash import get_feature_toggle_state
44
45
  from reconcile.utils.vcs import VCS
45
46
 
46
47
  QONTRACT_INTEGRATION = "endpoints-discovery"
47
- QONTRACT_INTEGRATION_VERSION = make_semver(1, 0, 1)
48
+ QONTRACT_INTEGRATION_VERSION = make_semver(1, 1, 0)
48
49
 
49
50
 
50
51
  class EndpointsDiscoveryIntegrationParams(PydanticRunParams):
@@ -52,7 +53,7 @@ class EndpointsDiscoveryIntegrationParams(PydanticRunParams):
52
53
  internal: bool | None = None
53
54
  use_jump_host: bool = True
54
55
  cluster_name: set[str] | None = None
55
- namespace_name: str | None = None
56
+ app_name: str | None = None
56
57
  endpoint_tmpl_resource: str = "/endpoints-discovery/endpoint-template.yml"
57
58
  # extended early exit parameters
58
59
  enable_extended_early_exit: bool = False
@@ -71,14 +72,25 @@ class Route(BaseModel):
71
72
 
72
73
 
73
74
  def endpoint_prefix(namespace: NamespaceV1) -> str:
75
+ """Return the prefix for the endpoint name."""
74
76
  return f"{QONTRACT_INTEGRATION}/{namespace.cluster.name}/{namespace.name}/"
75
77
 
76
78
 
79
+ def parse_endpoint_name(endpoint_name: str) -> tuple[str, str, list[str]]:
80
+ """Parse the endpoint name into its components."""
81
+ integration_name, cluster, namespace, route_names = endpoint_name.split("/")
82
+ if integration_name != QONTRACT_INTEGRATION:
83
+ raise ValueError("Invalid integration name")
84
+ return cluster, namespace, route_names.split("|")
85
+
86
+
77
87
  def compile_endpoint_name(endpoint_prefix: str, route: Route) -> str:
88
+ """Compile the endpoint name from the prefix and route."""
78
89
  return f"{endpoint_prefix}{route.name}"
79
90
 
80
91
 
81
92
  def render_template(template: str, endpoint_name: str, route: Route) -> dict:
93
+ """Render the endpoint yaml template used in the merge request."""
82
94
  yml = create_ruamel_instance()
83
95
  return yml.load(
84
96
  jinja2.Template(
@@ -95,7 +107,7 @@ class RunnerParams(TypedDict):
95
107
  oc_map: OCMap
96
108
  merge_request_manager: MergeRequestManager
97
109
  endpoint_template: str
98
- namespaces: Iterable[NamespaceV1]
110
+ apps: Iterable[AppV1]
99
111
 
100
112
 
101
113
  class EndpointsDiscoveryIntegration(
@@ -113,20 +125,16 @@ class EndpointsDiscoveryIntegration(
113
125
  An application can have endpoints in multiple clusters and this may cause merge conflicts."""
114
126
  return None
115
127
 
116
- def get_namespaces(
128
+ def get_apps(
117
129
  self,
118
130
  query_func: Callable,
119
- cluster_names: Iterable[str] | None = None,
120
- namespace_name: str | None = None,
121
- ) -> list[NamespaceV1]:
122
- """Return namespaces to consider for the integration."""
131
+ app_name: str | None = None,
132
+ ) -> list[AppV1]:
133
+ """Return all applications to consider for the integration."""
123
134
  return [
124
- ns
125
- for ns in namespaces_query(query_func).namespaces or []
126
- if integration_is_enabled(self.name, ns.cluster)
127
- and (not cluster_names or ns.cluster.name in cluster_names)
128
- and (not namespace_name or ns.name == namespace_name)
129
- and not ns.delete
135
+ app
136
+ for app in apps_query(query_func).apps or []
137
+ if (not app_name or app.name == app_name)
130
138
  ]
131
139
 
132
140
  def get_routes(self, oc_map: OCMap, namespace: NamespaceV1) -> list[Route]:
@@ -155,9 +163,8 @@ class EndpointsDiscoveryIntegration(
155
163
  for (host, tls), names in routes.items()
156
164
  ]
157
165
 
158
- def get_endpoint_changes(
166
+ def get_namespace_endpoint_changes(
159
167
  self,
160
- app: str,
161
168
  endpoint_prefix: str,
162
169
  endpoint_template: str,
163
170
  endpoints: Iterable[AppEndPointsV1],
@@ -186,108 +193,140 @@ class EndpointsDiscoveryIntegration(
186
193
  equal=lambda endpoint, route: endpoint.url == route.url,
187
194
  )
188
195
 
189
- endpoints_to_add = []
190
- endpoints_to_change = []
191
- endpoints_to_delete = []
192
-
193
- for add in diff.add.values():
194
- logging.info(f"{app}: Adding endpoint for route {add.name}")
195
- endpoints_to_add.append(
196
- Endpoint(
197
- name=compile_endpoint_name(endpoint_prefix, add),
198
- data=render_template(
199
- endpoint_template,
200
- endpoint_name=compile_endpoint_name(endpoint_prefix, add),
201
- route=add,
202
- ),
203
- )
204
- )
205
-
206
- for pair in diff.change.values():
207
- logging.info(
208
- f"{app}: Changing endpoint {pair.current.name} for route {pair.desired.name}"
196
+ endpoints_to_add = [
197
+ Endpoint(
198
+ name=compile_endpoint_name(endpoint_prefix, add),
199
+ data=render_template(
200
+ endpoint_template,
201
+ endpoint_name=compile_endpoint_name(endpoint_prefix, add),
202
+ route=add,
203
+ ),
209
204
  )
210
- endpoints_to_change.append(
211
- Endpoint(
212
- name=pair.current.name,
213
- data=render_template(
214
- endpoint_template,
215
- endpoint_name=compile_endpoint_name(
216
- endpoint_prefix, pair.desired
217
- ),
218
- route=pair.desired,
219
- ),
220
- )
205
+ for add in diff.add.values()
206
+ ]
207
+ endpoints_to_change = [
208
+ Endpoint(
209
+ name=pair.current.name,
210
+ data=render_template(
211
+ endpoint_template,
212
+ endpoint_name=compile_endpoint_name(endpoint_prefix, pair.desired),
213
+ route=pair.desired,
214
+ ),
221
215
  )
222
- for delete in diff.delete.values():
223
- logging.info(f"{app}: Deleting endpoint for route {delete.name}")
224
- endpoints_to_delete.append(Endpoint(name=delete.name))
216
+ for pair in diff.change.values()
217
+ ]
218
+ endpoints_to_delete = [
219
+ Endpoint(name=delete.name) for delete in diff.delete.values()
220
+ ]
225
221
  return endpoints_to_add, endpoints_to_change, endpoints_to_delete
226
222
 
227
- def get_apps(
228
- self, oc_map: OCMap, endpoint_template: str, namespaces: Iterable[NamespaceV1]
223
+ def process(
224
+ self,
225
+ oc_map: OCMap,
226
+ endpoint_template: str,
227
+ apps: Iterable[AppV1],
228
+ cluster_names: Iterable[str] | None = None,
229
229
  ) -> list[App]:
230
230
  """Compile a list of apps with their endpoints to add, change and delete."""
231
- apps: dict[str, App] = {}
232
- for namespace in namespaces:
233
- logging.debug(
234
- f"Processing namespace {namespace.cluster.name}/{namespace.name}"
235
- )
236
- routes = self.get_routes(oc_map, namespace)
237
- endpoints_to_add, endpoints_to_change, endpoints_to_delete = (
238
- self.get_endpoint_changes(
239
- app=namespace.app.name,
240
- endpoint_prefix=endpoint_prefix(namespace),
241
- endpoint_template=endpoint_template,
242
- endpoints=namespace.app.end_points or [],
243
- routes=routes,
231
+ apps_with_changes: list[App] = []
232
+ for app in apps:
233
+ app_endpoints = App(name=app.name, path=app.path)
234
+ for namespace in app.namespaces or []:
235
+ if not self.is_enabled(namespace, cluster_names=cluster_names):
236
+ continue
237
+
238
+ logging.debug(
239
+ f"Processing namespace {namespace.cluster.name}/{namespace.name}"
244
240
  )
245
- )
246
- # update the app with the endpoints per namespace
247
- app = apps.setdefault(
248
- namespace.app.path,
249
- App(name=namespace.app.name, path=namespace.app.path),
250
- )
251
- app.endpoints_to_add += endpoints_to_add
252
- app.endpoints_to_change += endpoints_to_change
253
- app.endpoints_to_delete += endpoints_to_delete
254
-
255
- # return only apps endpoint changes
256
- return [
257
- app
258
- for app in apps.values()
259
- if app.endpoints_to_add
260
- or app.endpoints_to_change
261
- or app.endpoints_to_delete
262
- ]
241
+ routes = self.get_routes(oc_map, namespace)
242
+ endpoints_to_add, endpoints_to_change, endpoints_to_delete = (
243
+ self.get_namespace_endpoint_changes(
244
+ endpoint_prefix=endpoint_prefix(namespace),
245
+ endpoint_template=endpoint_template,
246
+ endpoints=app.end_points or [],
247
+ routes=routes,
248
+ )
249
+ )
250
+ # update the app with the endpoints per namespace
251
+ app_endpoints.endpoints_to_add += endpoints_to_add
252
+ app_endpoints.endpoints_to_change += endpoints_to_change
253
+ app_endpoints.endpoints_to_delete += endpoints_to_delete
254
+
255
+ # remove endpoints from deleted namespaces
256
+ namspace_names = {(ns.cluster.name, ns.name) for ns in app.namespaces or []}
257
+ for ep in app.end_points or []:
258
+ try:
259
+ ep_cluster, ep_namespace, _ = parse_endpoint_name(ep.name)
260
+ except ValueError:
261
+ continue
262
+ if (ep_cluster, ep_namespace) not in namspace_names:
263
+ app_endpoints.endpoints_to_delete.append(Endpoint(name=ep.name))
264
+
265
+ # log the changes
266
+ for add in app_endpoints.endpoints_to_add:
267
+ logging.info(f"{app.name}: Adding endpoint for route {add.name}")
268
+
269
+ for change in app_endpoints.endpoints_to_change:
270
+ logging.info(f"{app.name}: Changing endpoint for route {change.name}")
271
+
272
+ for delete in app_endpoints.endpoints_to_delete:
273
+ logging.info(f"{app.name}: Deleting endpoint for route {delete.name}")
274
+
275
+ if (
276
+ app_endpoints.endpoints_to_add
277
+ or app_endpoints.endpoints_to_change
278
+ or app_endpoints.endpoints_to_delete
279
+ ):
280
+ # ignore apps without changes
281
+ apps_with_changes.append(app_endpoints)
282
+
283
+ return apps_with_changes
263
284
 
264
285
  def runner(
265
286
  self,
266
287
  oc_map: OCMap,
267
288
  merge_request_manager: MergeRequestManager,
268
289
  endpoint_template: str,
269
- namespaces: Iterable[NamespaceV1],
290
+ apps: Iterable[AppV1],
270
291
  ) -> ExtendedEarlyExitRunnerResult:
271
292
  """Reconcile the endpoints for all namespaces."""
272
- apps = self.get_apps(oc_map, endpoint_template, namespaces)
273
- merge_request_manager.create_merge_request(apps=apps)
274
- return ExtendedEarlyExitRunnerResult(payload={}, applied_count=len(apps))
293
+ apps_with_changes = self.process(
294
+ oc_map,
295
+ endpoint_template,
296
+ apps,
297
+ cluster_names=self.params.cluster_name,
298
+ )
299
+ merge_request_manager.create_merge_request(apps=apps_with_changes)
300
+ return ExtendedEarlyExitRunnerResult(
301
+ payload={}, applied_count=len(apps_with_changes)
302
+ )
303
+
304
+ def is_enabled(
305
+ self, namespace: NamespaceV1, cluster_names: Iterable[str] | None = None
306
+ ) -> bool:
307
+ """Check if the integration is enabled for the given namespace."""
308
+ return (
309
+ integration_is_enabled(self.name, namespace.cluster)
310
+ and (not cluster_names or namespace.cluster.name in cluster_names)
311
+ and not namespace.delete
312
+ )
275
313
 
276
314
  @defer
277
315
  def run(self, dry_run: bool, defer: Callable | None = None) -> None:
278
316
  """Run the integration."""
279
317
  gql_api = gql.get_api()
280
- namespaces = self.get_namespaces(
281
- gql_api.query,
282
- cluster_names=self.params.cluster_name,
283
- namespace_name=self.params.namespace_name,
284
- )
285
- if not namespaces:
318
+ apps = self.get_apps(gql_api.query, app_name=self.params.app_name)
319
+ if not apps:
286
320
  # nothing to do
287
321
  return
288
322
 
289
323
  oc_map = init_oc_map_from_namespaces(
290
- namespaces=namespaces,
324
+ namespaces=[
325
+ ns
326
+ for app in apps
327
+ for ns in app.namespaces or []
328
+ if self.is_enabled(ns, self.params.cluster_name)
329
+ ],
291
330
  secret_reader=self.secret_reader,
292
331
  integration=QONTRACT_INTEGRATION,
293
332
  use_jump_host=self.params.use_jump_host,
@@ -326,7 +365,7 @@ class EndpointsDiscoveryIntegration(
326
365
  "oc_map": oc_map,
327
366
  "merge_request_manager": merge_request_manager,
328
367
  "endpoint_template": endpoint_template,
329
- "namespaces": namespaces,
368
+ "apps": apps,
330
369
  }
331
370
 
332
371
  if self.params.enable_extended_early_exit and get_feature_toggle_state(
@@ -58,20 +58,20 @@ fragment VaultSecret on VaultSecret_v1 {
58
58
  format
59
59
  }
60
60
 
61
- query EndPointsDiscoveryNamespaces {
62
- namespaces: namespaces_v1 {
61
+ query EndPointsDiscoveryApps {
62
+ apps: apps_v1 {
63
+ path
63
64
  name
64
- delete
65
- clusterAdmin
66
- cluster {
67
- ... OcConnectionCluster
65
+ endPoints {
66
+ name
67
+ url
68
68
  }
69
- app {
70
- path
69
+ namespaces {
71
70
  name
72
- endPoints {
73
- name
74
- url
71
+ delete
72
+ clusterAdmin
73
+ cluster {
74
+ ...OcConnectionCluster
75
75
  }
76
76
  }
77
77
  }
@@ -90,25 +90,25 @@ class AppEndPointsV1(ConfiguredBaseModel):
90
90
  url: str = Field(..., alias="url")
91
91
 
92
92
 
93
- class AppV1(ConfiguredBaseModel):
94
- path: str = Field(..., alias="path")
95
- name: str = Field(..., alias="name")
96
- end_points: Optional[list[AppEndPointsV1]] = Field(..., alias="endPoints")
97
-
98
-
99
93
  class NamespaceV1(ConfiguredBaseModel):
100
94
  name: str = Field(..., alias="name")
101
95
  delete: Optional[bool] = Field(..., alias="delete")
102
96
  cluster_admin: Optional[bool] = Field(..., alias="clusterAdmin")
103
97
  cluster: OcConnectionCluster = Field(..., alias="cluster")
104
- app: AppV1 = Field(..., alias="app")
105
98
 
106
99
 
107
- class EndPointsDiscoveryNamespacesQueryData(ConfiguredBaseModel):
100
+ class AppV1(ConfiguredBaseModel):
101
+ path: str = Field(..., alias="path")
102
+ name: str = Field(..., alias="name")
103
+ end_points: Optional[list[AppEndPointsV1]] = Field(..., alias="endPoints")
108
104
  namespaces: Optional[list[NamespaceV1]] = Field(..., alias="namespaces")
109
105
 
110
106
 
111
- def query(query_func: Callable, **kwargs: Any) -> EndPointsDiscoveryNamespacesQueryData:
107
+ class EndPointsDiscoveryAppsQueryData(ConfiguredBaseModel):
108
+ apps: Optional[list[AppV1]] = Field(..., alias="apps")
109
+
110
+
111
+ def query(query_func: Callable, **kwargs: Any) -> EndPointsDiscoveryAppsQueryData:
112
112
  """
113
113
  This is a convenience function which queries and parses the data into
114
114
  concrete types. It should be compatible with most GQL clients.
@@ -121,7 +121,7 @@ def query(query_func: Callable, **kwargs: Any) -> EndPointsDiscoveryNamespacesQu
121
121
  kwargs: optional arguments that will be passed to the query function
122
122
 
123
123
  Returns:
124
- EndPointsDiscoveryNamespacesQueryData: queried data parsed into generated classes
124
+ EndPointsDiscoveryAppsQueryData: queried data parsed into generated classes
125
125
  """
126
126
  raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
127
- return EndPointsDiscoveryNamespacesQueryData(**raw_data)
127
+ return EndPointsDiscoveryAppsQueryData(**raw_data)
@@ -22,7 +22,7 @@ QONTRACT_INTEGRATION = "service-dependencies"
22
22
 
23
23
  def get_dependency_names(dependency_map: Mapping[Any, Any], dep_type: str) -> list[str]:
24
24
  dependency_maps = (dm for dm in dependency_map if dm["type"] == dep_type)
25
- return [service["name"] for service in dependency_maps]
25
+ return [service["name"] for service in dependency_maps if "name" in service]
26
26
 
27
27
 
28
28
  def get_desired_dependency_names(