qontract-reconcile 0.10.2.dev15__tar.gz → 0.10.2.dev16__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.dev15 → qontract_reconcile-0.10.2.dev16}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cli.py +3 -3
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/endpoints_discovery/integration.py +137 -98
- qontract_reconcile-0.10.2.dev15/reconcile/gql_definitions/endpoints_discovery/namespaces.py → qontract_reconcile-0.10.2.dev16/reconcile/gql_definitions/endpoints_discovery/apps.py +22 -22
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gcr_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/data_structures.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/sd_app_sre_alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/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.dev16
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
@@ -1801,10 +1801,10 @@ def openshift_prometheus_rules(
|
|
1801
1801
|
@internal()
|
1802
1802
|
@use_jump_host()
|
1803
1803
|
@cluster_name
|
1804
|
-
@namespace_name
|
1805
1804
|
@enable_extended_early_exit
|
1806
1805
|
@extended_early_exit_cache_ttl_seconds
|
1807
1806
|
@log_cached_log_output
|
1807
|
+
@click.option("--app-name", default=None, help="Consider this app only.")
|
1808
1808
|
@click.option(
|
1809
1809
|
"--endpoint-tmpl-resource",
|
1810
1810
|
help="Resource name of the endpoint template in the app-interface.",
|
@@ -1817,10 +1817,10 @@ def endpoints_discovery(
|
|
1817
1817
|
internal,
|
1818
1818
|
use_jump_host,
|
1819
1819
|
cluster_name,
|
1820
|
-
namespace_name,
|
1821
1820
|
enable_extended_early_exit,
|
1822
1821
|
extended_early_exit_cache_ttl_seconds,
|
1823
1822
|
log_cached_log_output,
|
1823
|
+
app_name,
|
1824
1824
|
endpoint_tmpl_resource,
|
1825
1825
|
):
|
1826
1826
|
from reconcile.endpoints_discovery.integration import (
|
@@ -1833,7 +1833,7 @@ def endpoints_discovery(
|
|
1833
1833
|
internal=internal,
|
1834
1834
|
use_jump_host=use_jump_host,
|
1835
1835
|
cluster_name=cluster_name,
|
1836
|
-
|
1836
|
+
app_name=app_name,
|
1837
1837
|
enable_extended_early_exit=enable_extended_early_exit,
|
1838
1838
|
extended_early_exit_cache_ttl_seconds=extended_early_exit_cache_ttl_seconds,
|
1839
1839
|
log_cached_log_output=log_cached_log_output,
|
@@ -15,12 +15,13 @@ from reconcile.endpoints_discovery.merge_request_manager import (
|
|
15
15
|
EndpointsToDelete,
|
16
16
|
MergeRequestManager,
|
17
17
|
)
|
18
|
-
from reconcile.gql_definitions.endpoints_discovery.
|
18
|
+
from reconcile.gql_definitions.endpoints_discovery.apps import (
|
19
19
|
AppEndPointsV1,
|
20
|
+
AppV1,
|
20
21
|
NamespaceV1,
|
21
22
|
)
|
22
|
-
from reconcile.gql_definitions.endpoints_discovery.
|
23
|
-
query as
|
23
|
+
from reconcile.gql_definitions.endpoints_discovery.apps import (
|
24
|
+
query as apps_query,
|
24
25
|
)
|
25
26
|
from reconcile.typed_queries.app_interface_repo_url import get_app_interface_repo_url
|
26
27
|
from reconcile.typed_queries.github_orgs import get_github_orgs
|
@@ -44,7 +45,7 @@ from reconcile.utils.unleash import get_feature_toggle_state
|
|
44
45
|
from reconcile.utils.vcs import VCS
|
45
46
|
|
46
47
|
QONTRACT_INTEGRATION = "endpoints-discovery"
|
47
|
-
QONTRACT_INTEGRATION_VERSION = make_semver(1,
|
48
|
+
QONTRACT_INTEGRATION_VERSION = make_semver(1, 1, 0)
|
48
49
|
|
49
50
|
|
50
51
|
class EndpointsDiscoveryIntegrationParams(PydanticRunParams):
|
@@ -52,7 +53,7 @@ class EndpointsDiscoveryIntegrationParams(PydanticRunParams):
|
|
52
53
|
internal: bool | None = None
|
53
54
|
use_jump_host: bool = True
|
54
55
|
cluster_name: set[str] | None = None
|
55
|
-
|
56
|
+
app_name: str | None = None
|
56
57
|
endpoint_tmpl_resource: str = "/endpoints-discovery/endpoint-template.yml"
|
57
58
|
# extended early exit parameters
|
58
59
|
enable_extended_early_exit: bool = False
|
@@ -71,14 +72,25 @@ class Route(BaseModel):
|
|
71
72
|
|
72
73
|
|
73
74
|
def endpoint_prefix(namespace: NamespaceV1) -> str:
|
75
|
+
"""Return the prefix for the endpoint name."""
|
74
76
|
return f"{QONTRACT_INTEGRATION}/{namespace.cluster.name}/{namespace.name}/"
|
75
77
|
|
76
78
|
|
79
|
+
def parse_endpoint_name(endpoint_name: str) -> tuple[str, str, list[str]]:
|
80
|
+
"""Parse the endpoint name into its components."""
|
81
|
+
integration_name, cluster, namespace, route_names = endpoint_name.split("/")
|
82
|
+
if integration_name != QONTRACT_INTEGRATION:
|
83
|
+
raise ValueError("Invalid integration name")
|
84
|
+
return cluster, namespace, route_names.split("|")
|
85
|
+
|
86
|
+
|
77
87
|
def compile_endpoint_name(endpoint_prefix: str, route: Route) -> str:
|
88
|
+
"""Compile the endpoint name from the prefix and route."""
|
78
89
|
return f"{endpoint_prefix}{route.name}"
|
79
90
|
|
80
91
|
|
81
92
|
def render_template(template: str, endpoint_name: str, route: Route) -> dict:
|
93
|
+
"""Render the endpoint yaml template used in the merge request."""
|
82
94
|
yml = create_ruamel_instance()
|
83
95
|
return yml.load(
|
84
96
|
jinja2.Template(
|
@@ -95,7 +107,7 @@ class RunnerParams(TypedDict):
|
|
95
107
|
oc_map: OCMap
|
96
108
|
merge_request_manager: MergeRequestManager
|
97
109
|
endpoint_template: str
|
98
|
-
|
110
|
+
apps: Iterable[AppV1]
|
99
111
|
|
100
112
|
|
101
113
|
class EndpointsDiscoveryIntegration(
|
@@ -113,20 +125,16 @@ class EndpointsDiscoveryIntegration(
|
|
113
125
|
An application can have endpoints in multiple clusters and this may cause merge conflicts."""
|
114
126
|
return None
|
115
127
|
|
116
|
-
def
|
128
|
+
def get_apps(
|
117
129
|
self,
|
118
130
|
query_func: Callable,
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
"""Return namespaces to consider for the integration."""
|
131
|
+
app_name: str | None = None,
|
132
|
+
) -> list[AppV1]:
|
133
|
+
"""Return all applications to consider for the integration."""
|
123
134
|
return [
|
124
|
-
|
125
|
-
for
|
126
|
-
if
|
127
|
-
and (not cluster_names or ns.cluster.name in cluster_names)
|
128
|
-
and (not namespace_name or ns.name == namespace_name)
|
129
|
-
and not ns.delete
|
135
|
+
app
|
136
|
+
for app in apps_query(query_func).apps or []
|
137
|
+
if (not app_name or app.name == app_name)
|
130
138
|
]
|
131
139
|
|
132
140
|
def get_routes(self, oc_map: OCMap, namespace: NamespaceV1) -> list[Route]:
|
@@ -155,9 +163,8 @@ class EndpointsDiscoveryIntegration(
|
|
155
163
|
for (host, tls), names in routes.items()
|
156
164
|
]
|
157
165
|
|
158
|
-
def
|
166
|
+
def get_namespace_endpoint_changes(
|
159
167
|
self,
|
160
|
-
app: str,
|
161
168
|
endpoint_prefix: str,
|
162
169
|
endpoint_template: str,
|
163
170
|
endpoints: Iterable[AppEndPointsV1],
|
@@ -186,108 +193,140 @@ class EndpointsDiscoveryIntegration(
|
|
186
193
|
equal=lambda endpoint, route: endpoint.url == route.url,
|
187
194
|
)
|
188
195
|
|
189
|
-
endpoints_to_add = [
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
name=compile_endpoint_name(endpoint_prefix, add),
|
198
|
-
data=render_template(
|
199
|
-
endpoint_template,
|
200
|
-
endpoint_name=compile_endpoint_name(endpoint_prefix, add),
|
201
|
-
route=add,
|
202
|
-
),
|
203
|
-
)
|
204
|
-
)
|
205
|
-
|
206
|
-
for pair in diff.change.values():
|
207
|
-
logging.info(
|
208
|
-
f"{app}: Changing endpoint {pair.current.name} for route {pair.desired.name}"
|
196
|
+
endpoints_to_add = [
|
197
|
+
Endpoint(
|
198
|
+
name=compile_endpoint_name(endpoint_prefix, add),
|
199
|
+
data=render_template(
|
200
|
+
endpoint_template,
|
201
|
+
endpoint_name=compile_endpoint_name(endpoint_prefix, add),
|
202
|
+
route=add,
|
203
|
+
),
|
209
204
|
)
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
)
|
205
|
+
for add in diff.add.values()
|
206
|
+
]
|
207
|
+
endpoints_to_change = [
|
208
|
+
Endpoint(
|
209
|
+
name=pair.current.name,
|
210
|
+
data=render_template(
|
211
|
+
endpoint_template,
|
212
|
+
endpoint_name=compile_endpoint_name(endpoint_prefix, pair.desired),
|
213
|
+
route=pair.desired,
|
214
|
+
),
|
221
215
|
)
|
222
|
-
|
223
|
-
|
224
|
-
|
216
|
+
for pair in diff.change.values()
|
217
|
+
]
|
218
|
+
endpoints_to_delete = [
|
219
|
+
Endpoint(name=delete.name) for delete in diff.delete.values()
|
220
|
+
]
|
225
221
|
return endpoints_to_add, endpoints_to_change, endpoints_to_delete
|
226
222
|
|
227
|
-
def
|
228
|
-
self,
|
223
|
+
def process(
|
224
|
+
self,
|
225
|
+
oc_map: OCMap,
|
226
|
+
endpoint_template: str,
|
227
|
+
apps: Iterable[AppV1],
|
228
|
+
cluster_names: Iterable[str] | None = None,
|
229
229
|
) -> list[App]:
|
230
230
|
"""Compile a list of apps with their endpoints to add, change and delete."""
|
231
|
-
|
232
|
-
for
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
endpoint_prefix=endpoint_prefix(namespace),
|
241
|
-
endpoint_template=endpoint_template,
|
242
|
-
endpoints=namespace.app.end_points or [],
|
243
|
-
routes=routes,
|
231
|
+
apps_with_changes: list[App] = []
|
232
|
+
for app in apps:
|
233
|
+
app_endpoints = App(name=app.name, path=app.path)
|
234
|
+
for namespace in app.namespaces or []:
|
235
|
+
if not self.is_enabled(namespace, cluster_names=cluster_names):
|
236
|
+
continue
|
237
|
+
|
238
|
+
logging.debug(
|
239
|
+
f"Processing namespace {namespace.cluster.name}/{namespace.name}"
|
244
240
|
)
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
241
|
+
routes = self.get_routes(oc_map, namespace)
|
242
|
+
endpoints_to_add, endpoints_to_change, endpoints_to_delete = (
|
243
|
+
self.get_namespace_endpoint_changes(
|
244
|
+
endpoint_prefix=endpoint_prefix(namespace),
|
245
|
+
endpoint_template=endpoint_template,
|
246
|
+
endpoints=app.end_points or [],
|
247
|
+
routes=routes,
|
248
|
+
)
|
249
|
+
)
|
250
|
+
# update the app with the endpoints per namespace
|
251
|
+
app_endpoints.endpoints_to_add += endpoints_to_add
|
252
|
+
app_endpoints.endpoints_to_change += endpoints_to_change
|
253
|
+
app_endpoints.endpoints_to_delete += endpoints_to_delete
|
254
|
+
|
255
|
+
# remove endpoints from deleted namespaces
|
256
|
+
namspace_names = {(ns.cluster.name, ns.name) for ns in app.namespaces or []}
|
257
|
+
for ep in app.end_points or []:
|
258
|
+
try:
|
259
|
+
ep_cluster, ep_namespace, _ = parse_endpoint_name(ep.name)
|
260
|
+
except ValueError:
|
261
|
+
continue
|
262
|
+
if (ep_cluster, ep_namespace) not in namspace_names:
|
263
|
+
app_endpoints.endpoints_to_delete.append(Endpoint(name=ep.name))
|
264
|
+
|
265
|
+
# log the changes
|
266
|
+
for add in app_endpoints.endpoints_to_add:
|
267
|
+
logging.info(f"{app.name}: Adding endpoint for route {add.name}")
|
268
|
+
|
269
|
+
for change in app_endpoints.endpoints_to_change:
|
270
|
+
logging.info(f"{app.name}: Changing endpoint for route {change.name}")
|
271
|
+
|
272
|
+
for delete in app_endpoints.endpoints_to_delete:
|
273
|
+
logging.info(f"{app.name}: Deleting endpoint for route {delete.name}")
|
274
|
+
|
275
|
+
if (
|
276
|
+
app_endpoints.endpoints_to_add
|
277
|
+
or app_endpoints.endpoints_to_change
|
278
|
+
or app_endpoints.endpoints_to_delete
|
279
|
+
):
|
280
|
+
# ignore apps without changes
|
281
|
+
apps_with_changes.append(app_endpoints)
|
282
|
+
|
283
|
+
return apps_with_changes
|
263
284
|
|
264
285
|
def runner(
|
265
286
|
self,
|
266
287
|
oc_map: OCMap,
|
267
288
|
merge_request_manager: MergeRequestManager,
|
268
289
|
endpoint_template: str,
|
269
|
-
|
290
|
+
apps: Iterable[AppV1],
|
270
291
|
) -> ExtendedEarlyExitRunnerResult:
|
271
292
|
"""Reconcile the endpoints for all namespaces."""
|
272
|
-
|
273
|
-
|
274
|
-
|
293
|
+
apps_with_changes = self.process(
|
294
|
+
oc_map,
|
295
|
+
endpoint_template,
|
296
|
+
apps,
|
297
|
+
cluster_names=self.params.cluster_name,
|
298
|
+
)
|
299
|
+
merge_request_manager.create_merge_request(apps=apps_with_changes)
|
300
|
+
return ExtendedEarlyExitRunnerResult(
|
301
|
+
payload={}, applied_count=len(apps_with_changes)
|
302
|
+
)
|
303
|
+
|
304
|
+
def is_enabled(
|
305
|
+
self, namespace: NamespaceV1, cluster_names: Iterable[str] | None = None
|
306
|
+
) -> bool:
|
307
|
+
"""Check if the integration is enabled for the given namespace."""
|
308
|
+
return (
|
309
|
+
integration_is_enabled(self.name, namespace.cluster)
|
310
|
+
and (not cluster_names or namespace.cluster.name in cluster_names)
|
311
|
+
and not namespace.delete
|
312
|
+
)
|
275
313
|
|
276
314
|
@defer
|
277
315
|
def run(self, dry_run: bool, defer: Callable | None = None) -> None:
|
278
316
|
"""Run the integration."""
|
279
317
|
gql_api = gql.get_api()
|
280
|
-
|
281
|
-
|
282
|
-
cluster_names=self.params.cluster_name,
|
283
|
-
namespace_name=self.params.namespace_name,
|
284
|
-
)
|
285
|
-
if not namespaces:
|
318
|
+
apps = self.get_apps(gql_api.query, app_name=self.params.app_name)
|
319
|
+
if not apps:
|
286
320
|
# nothing to do
|
287
321
|
return
|
288
322
|
|
289
323
|
oc_map = init_oc_map_from_namespaces(
|
290
|
-
namespaces=
|
324
|
+
namespaces=[
|
325
|
+
ns
|
326
|
+
for app in apps
|
327
|
+
for ns in app.namespaces or []
|
328
|
+
if self.is_enabled(ns, self.params.cluster_name)
|
329
|
+
],
|
291
330
|
secret_reader=self.secret_reader,
|
292
331
|
integration=QONTRACT_INTEGRATION,
|
293
332
|
use_jump_host=self.params.use_jump_host,
|
@@ -326,7 +365,7 @@ class EndpointsDiscoveryIntegration(
|
|
326
365
|
"oc_map": oc_map,
|
327
366
|
"merge_request_manager": merge_request_manager,
|
328
367
|
"endpoint_template": endpoint_template,
|
329
|
-
"
|
368
|
+
"apps": apps,
|
330
369
|
}
|
331
370
|
|
332
371
|
if self.params.enable_extended_early_exit and get_feature_toggle_state(
|
@@ -58,20 +58,20 @@ fragment VaultSecret on VaultSecret_v1 {
|
|
58
58
|
format
|
59
59
|
}
|
60
60
|
|
61
|
-
query
|
62
|
-
|
61
|
+
query EndPointsDiscoveryApps {
|
62
|
+
apps: apps_v1 {
|
63
|
+
path
|
63
64
|
name
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
... OcConnectionCluster
|
65
|
+
endPoints {
|
66
|
+
name
|
67
|
+
url
|
68
68
|
}
|
69
|
-
|
70
|
-
path
|
69
|
+
namespaces {
|
71
70
|
name
|
72
|
-
|
73
|
-
|
74
|
-
|
71
|
+
delete
|
72
|
+
clusterAdmin
|
73
|
+
cluster {
|
74
|
+
...OcConnectionCluster
|
75
75
|
}
|
76
76
|
}
|
77
77
|
}
|
@@ -90,25 +90,25 @@ class AppEndPointsV1(ConfiguredBaseModel):
|
|
90
90
|
url: str = Field(..., alias="url")
|
91
91
|
|
92
92
|
|
93
|
-
class AppV1(ConfiguredBaseModel):
|
94
|
-
path: str = Field(..., alias="path")
|
95
|
-
name: str = Field(..., alias="name")
|
96
|
-
end_points: Optional[list[AppEndPointsV1]] = Field(..., alias="endPoints")
|
97
|
-
|
98
|
-
|
99
93
|
class NamespaceV1(ConfiguredBaseModel):
|
100
94
|
name: str = Field(..., alias="name")
|
101
95
|
delete: Optional[bool] = Field(..., alias="delete")
|
102
96
|
cluster_admin: Optional[bool] = Field(..., alias="clusterAdmin")
|
103
97
|
cluster: OcConnectionCluster = Field(..., alias="cluster")
|
104
|
-
app: AppV1 = Field(..., alias="app")
|
105
98
|
|
106
99
|
|
107
|
-
class
|
100
|
+
class AppV1(ConfiguredBaseModel):
|
101
|
+
path: str = Field(..., alias="path")
|
102
|
+
name: str = Field(..., alias="name")
|
103
|
+
end_points: Optional[list[AppEndPointsV1]] = Field(..., alias="endPoints")
|
108
104
|
namespaces: Optional[list[NamespaceV1]] = Field(..., alias="namespaces")
|
109
105
|
|
110
106
|
|
111
|
-
|
107
|
+
class EndPointsDiscoveryAppsQueryData(ConfiguredBaseModel):
|
108
|
+
apps: Optional[list[AppV1]] = Field(..., alias="apps")
|
109
|
+
|
110
|
+
|
111
|
+
def query(query_func: Callable, **kwargs: Any) -> EndPointsDiscoveryAppsQueryData:
|
112
112
|
"""
|
113
113
|
This is a convenience function which queries and parses the data into
|
114
114
|
concrete types. It should be compatible with most GQL clients.
|
@@ -121,7 +121,7 @@ def query(query_func: Callable, **kwargs: Any) -> EndPointsDiscoveryNamespacesQu
|
|
121
121
|
kwargs: optional arguments that will be passed to the query function
|
122
122
|
|
123
123
|
Returns:
|
124
|
-
|
124
|
+
EndPointsDiscoveryAppsQueryData: queried data parsed into generated classes
|
125
125
|
"""
|
126
126
|
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
127
|
-
return
|
127
|
+
return EndPointsDiscoveryAppsQueryData(**raw_data)
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/acs_notifiers.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/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.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/metrics.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/reconcile/aus/node_pool_spec.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev15 → qontract_reconcile-0.10.2.dev16}/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.dev15 → qontract_reconcile-0.10.2.dev16}/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.dev15 → qontract_reconcile-0.10.2.dev16}/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.dev15 → qontract_reconcile-0.10.2.dev16}/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
|