qontract-reconcile 0.10.2.dev70__tar.gz → 0.10.2.dev72__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.
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/models.py +10 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/endpoints_discovery/integration.py +5 -1
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/ocm.py +2 -110
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gcr_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/sd_app_sre_alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/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.
|
3
|
+
Version: 0.10.2.dev72
|
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
|
@@ -77,9 +77,19 @@ class ClusterUpgradeSpec(BaseModel):
|
|
77
77
|
return mutexes
|
78
78
|
|
79
79
|
|
80
|
+
# TODO: Addon not is-a Cluster, extract a common base to inherit
|
80
81
|
class ClusterAddonUpgradeSpec(ClusterUpgradeSpec):
|
81
82
|
addon: OCMAddonInstallation
|
82
83
|
|
84
|
+
def version_blocked(self, version: str) -> bool:
|
85
|
+
addon_id = self.addon.id
|
86
|
+
v = f"{addon_id}/{version}"
|
87
|
+
return any(
|
88
|
+
re.search(b, v)
|
89
|
+
for b in self.blocked_versions
|
90
|
+
if b.startswith(f"{addon_id}/") or b.startswith(f"^{addon_id}/")
|
91
|
+
)
|
92
|
+
|
83
93
|
def get_available_upgrades(self) -> list[str]:
|
84
94
|
return self.addon.addon_version.available_upgrades
|
85
95
|
|
@@ -268,7 +268,11 @@ class EndpointsDiscoveryIntegration(
|
|
268
268
|
app_endpoints.endpoints_to_delete += endpoints_to_delete
|
269
269
|
|
270
270
|
# remove endpoints from deleted namespaces
|
271
|
-
namspace_names = {
|
271
|
+
namspace_names = {
|
272
|
+
(ns.cluster.name, ns.name)
|
273
|
+
for ns in app.namespaces or []
|
274
|
+
if not ns.delete
|
275
|
+
}
|
272
276
|
for ep in app.end_points or []:
|
273
277
|
try:
|
274
278
|
ep_cluster, ep_namespace, _ = parse_endpoint_name(ep.name)
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/utils/ocm/ocm.py
RENAMED
@@ -1,7 +1,6 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
3
|
import functools
|
4
|
-
import re
|
5
4
|
from collections.abc import Mapping
|
6
5
|
from typing import Any
|
7
6
|
|
@@ -58,7 +57,6 @@ ADDON_UPGRADE_POLICY_DESIRED_KEYS = {
|
|
58
57
|
"version",
|
59
58
|
}
|
60
59
|
ROUTER_DESIRED_KEYS = {"id", "listening", "dns_name", "route_selectors"}
|
61
|
-
AUTOSCALE_DESIRED_KEYS = {"min_replicas", "max_replicas"}
|
62
60
|
CLUSTER_ADDON_DESIRED_KEYS = {"id", "parameters"}
|
63
61
|
|
64
62
|
DISABLE_UWM_ATTR = "disable_user_workload_monitoring"
|
@@ -71,16 +69,15 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
71
69
|
OCM is an instance of OpenShift Cluster Manager.
|
72
70
|
|
73
71
|
:param name: OCM instance name
|
74
|
-
:param url: OCM instance URL
|
75
72
|
:param org_id: OCM org ID
|
73
|
+
:param ocm_env: OCM env
|
76
74
|
:param ocm_client: the OCM API client to talk to OCM
|
77
75
|
:param init_provision_shards: should initiate provision shards
|
78
76
|
:param init_addons: should initiate addons
|
79
|
-
:param
|
77
|
+
:param init_version_gates: should initiate version gates
|
80
78
|
:type init_provision_shards: bool
|
81
79
|
:type init_addons: bool
|
82
80
|
:type init_version_gates: bool
|
83
|
-
:type blocked_version: list
|
84
81
|
"""
|
85
82
|
|
86
83
|
def __init__(
|
@@ -92,8 +89,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
92
89
|
init_provision_shards=False,
|
93
90
|
init_addons=False,
|
94
91
|
init_version_gates=False,
|
95
|
-
blocked_versions=None,
|
96
|
-
inheritVersionData: list[dict[str, Any]] | None = None,
|
97
92
|
product_portfolio: OCMProductPortfolio | None = None,
|
98
93
|
):
|
99
94
|
"""Initiates access token and gets clusters information."""
|
@@ -110,8 +105,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
110
105
|
if init_addons:
|
111
106
|
self._init_addons()
|
112
107
|
|
113
|
-
self._init_blocked_versions(blocked_versions)
|
114
|
-
|
115
108
|
self.init_version_gates = init_version_gates
|
116
109
|
self.version_gates: list[Any] = []
|
117
110
|
if init_version_gates:
|
@@ -160,16 +153,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
160
153
|
else:
|
161
154
|
self.not_ready_clusters.add(cluster_name)
|
162
155
|
|
163
|
-
@property
|
164
|
-
def non_blocked_cluster_upgrades(self) -> dict[str, list[str]]:
|
165
|
-
return {
|
166
|
-
cluster: [v for v in versions or [] if not self.version_blocked(v)]
|
167
|
-
for cluster, versions in self.available_cluster_upgrades.items()
|
168
|
-
}
|
169
|
-
|
170
|
-
def is_ready(self, cluster):
|
171
|
-
return cluster in self.clusters
|
172
|
-
|
173
156
|
def get_product_impl(
|
174
157
|
self, product: str, hypershift: bool | None = False
|
175
158
|
) -> OCMProduct:
|
@@ -615,45 +598,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
615
598
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/node_pools/" + f"{node_pool_id}"
|
616
599
|
self._patch(api, spec)
|
617
600
|
|
618
|
-
def addon_version_blocked(self, version: str, addon_id: str) -> bool:
|
619
|
-
"""Check if an addon version is blocked
|
620
|
-
|
621
|
-
Args:
|
622
|
-
version (string): version to check
|
623
|
-
addon_id (string): addon_id to check
|
624
|
-
|
625
|
-
Returns:
|
626
|
-
bool: is version blocked
|
627
|
-
"""
|
628
|
-
v = f"{addon_id}/{version}"
|
629
|
-
return any(
|
630
|
-
re.search(b, v)
|
631
|
-
for b in self.blocked_versions
|
632
|
-
if b.startswith(f"{addon_id}/") or b.startswith(f"^{addon_id}/")
|
633
|
-
)
|
634
|
-
|
635
|
-
def version_blocked(self, version: str) -> bool:
|
636
|
-
"""Check if a version is blocked
|
637
|
-
|
638
|
-
Args:
|
639
|
-
version (string): version to check
|
640
|
-
|
641
|
-
Returns:
|
642
|
-
bool: is version blocked
|
643
|
-
"""
|
644
|
-
return any(re.search(b, version) for b in self.blocked_versions)
|
645
|
-
|
646
|
-
def get_available_upgrades(self, cluster_name: str) -> list[str]:
|
647
|
-
"""Get available versions to upgrade for a specific cluster.
|
648
|
-
|
649
|
-
Args:
|
650
|
-
cluster_name (string): cluster display name to get available upgrades for
|
651
|
-
|
652
|
-
Returns:
|
653
|
-
list: a non-null but potentially empty list of available versions to upgrade to
|
654
|
-
"""
|
655
|
-
return self.available_cluster_upgrades.get(cluster_name) or []
|
656
|
-
|
657
601
|
def get_additional_routers(self, cluster):
|
658
602
|
"""Returns a list of Additional Application Routers
|
659
603
|
|
@@ -706,23 +650,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
706
650
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/" + f"ingresses/{router_id}"
|
707
651
|
self._delete(api)
|
708
652
|
|
709
|
-
@staticmethod
|
710
|
-
def _get_autoscale(cluster):
|
711
|
-
autoscale = cluster["nodes"].get("autoscale_compute", None)
|
712
|
-
if autoscale is None:
|
713
|
-
return None
|
714
|
-
return {k: v for k, v in autoscale.items() if k in AUTOSCALE_DESIRED_KEYS}
|
715
|
-
|
716
|
-
def whoami(self):
|
717
|
-
api = f"{AMS_API_BASE}/v1/current_account"
|
718
|
-
return self._get_json(api)
|
719
|
-
|
720
|
-
def get_pull_secrets(
|
721
|
-
self,
|
722
|
-
):
|
723
|
-
api = f"{AMS_API_BASE}/v1/access_token"
|
724
|
-
return self._post(api)
|
725
|
-
|
726
653
|
def _init_addons(self):
|
727
654
|
"""Returns a list of Addons"""
|
728
655
|
api = f"{CS_API_BASE}/v1/addons"
|
@@ -742,25 +669,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
742
669
|
return addon
|
743
670
|
return None
|
744
671
|
|
745
|
-
def get_addon_version(self, id):
|
746
|
-
for addon in self.addons:
|
747
|
-
addon_id = addon["id"]
|
748
|
-
if id == addon_id:
|
749
|
-
return addon["version"]["id"]
|
750
|
-
return None
|
751
|
-
|
752
|
-
def get_version_gates(
|
753
|
-
self, version_prefix: str, sts_only: bool = False
|
754
|
-
) -> list[dict[str, Any]]:
|
755
|
-
if not self.init_version_gates:
|
756
|
-
self._init_version_gates()
|
757
|
-
return [
|
758
|
-
g
|
759
|
-
for g in self.version_gates
|
760
|
-
if g["version_raw_id_prefix"] == version_prefix
|
761
|
-
and g["sts_only"] == sts_only
|
762
|
-
]
|
763
|
-
|
764
672
|
def get_cluster_addons(
|
765
673
|
self,
|
766
674
|
cluster: str,
|
@@ -818,20 +726,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
818
726
|
data["parameters"]["items"] = parameters
|
819
727
|
self._post(api, data)
|
820
728
|
|
821
|
-
def _init_blocked_versions(self, blocked_versions):
|
822
|
-
try:
|
823
|
-
self.blocked_versions = set(blocked_versions)
|
824
|
-
except TypeError:
|
825
|
-
self.blocked_versions = set()
|
826
|
-
|
827
|
-
for b in self.blocked_versions:
|
828
|
-
try:
|
829
|
-
re.compile(b)
|
830
|
-
except re.error:
|
831
|
-
raise TypeError(
|
832
|
-
f"blocked version is not a valid regex expression: {b}"
|
833
|
-
) from None
|
834
|
-
|
835
729
|
@retry(max_attempts=10)
|
836
730
|
def _do_get_request(self, api: str, params: Mapping[str, str]) -> dict[str, Any]:
|
837
731
|
return self._ocm_client.get(
|
@@ -1055,9 +949,7 @@ class OCMMap: # pylint: disable=too-many-public-methods
|
|
1055
949
|
ocm_client,
|
1056
950
|
init_provision_shards=init_provision_shards,
|
1057
951
|
init_addons=init_addons,
|
1058
|
-
blocked_versions=ocm_info.get("blockedVersions"),
|
1059
952
|
init_version_gates=init_version_gates,
|
1060
|
-
inheritVersionData=ocm_info.get("inheritVersionData"),
|
1061
953
|
product_portfolio=product_portfolio,
|
1062
954
|
)
|
1063
955
|
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/acs_notifiers.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/node_pool_spec.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/change_owners/diff.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/__init__.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/assets/__init__.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/assets/asset.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/assets/null.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/cna/integration.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_cso.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/deadmanssnitch.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/email_sender.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_owners.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_repo_invites.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_users.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/github_validator.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_housekeeping.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_labeler.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_members.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_owners.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_permissions.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/gitlab_projects.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip/README.md
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev70 → qontract_reconcile-0.10.2.dev72}/reconcile/glitchtip/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|