qontract-reconcile 0.10.2.dev503__tar.gz → 0.10.2.dev504__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.dev503 → qontract_reconcile-0.10.2.dev504}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/saasherder_settings.py +10 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/introspection.json +0 -220
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy.py +8 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/saasherder/interfaces.py +1 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/saasherder/models.py +8 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/saasherder/saasherder.py +79 -1
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/aus_sts_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_interface_clusterrole.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/common/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aws_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/rhcs/openshift_resource_rhcs_cert.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups_api/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups_api/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups_api/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups_api/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slack_usergroups_api/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_bindings/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_bindings/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_bindings/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_bindings/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_bindings/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_bindings/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/slack_usergroups_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_clusterroles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/aws_account_tags.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/typed_queries/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/cloudformation.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/logs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/datetime_util.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/json.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/sloth.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/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.dev504
|
|
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
|
|
@@ -23,6 +23,10 @@ query SaasherderSettings {
|
|
|
23
23
|
settings: app_interface_settings_v1 {
|
|
24
24
|
repoUrl
|
|
25
25
|
hashLength
|
|
26
|
+
imagePatternsBlockRules {
|
|
27
|
+
environmentLabelSelector
|
|
28
|
+
imagePatterns
|
|
29
|
+
}
|
|
26
30
|
}
|
|
27
31
|
}
|
|
28
32
|
"""
|
|
@@ -34,9 +38,15 @@ class ConfiguredBaseModel(BaseModel):
|
|
|
34
38
|
)
|
|
35
39
|
|
|
36
40
|
|
|
41
|
+
class ImagePatternsBlockV1(ConfiguredBaseModel):
|
|
42
|
+
environment_label_selector: Json = Field(..., alias="environmentLabelSelector")
|
|
43
|
+
image_patterns: list[str] = Field(..., alias="imagePatterns")
|
|
44
|
+
|
|
45
|
+
|
|
37
46
|
class AppInterfaceSettingsV1(ConfiguredBaseModel):
|
|
38
47
|
repo_url: str = Field(..., alias="repoUrl")
|
|
39
48
|
hash_length: int = Field(..., alias="hashLength")
|
|
49
|
+
image_patterns_block_rules: Optional[list[ImagePatternsBlockV1]] = Field(..., alias="imagePatternsBlockRules")
|
|
40
50
|
|
|
41
51
|
|
|
42
52
|
class SaasherderSettingsQueryData(ConfiguredBaseModel):
|
|
@@ -4567,21 +4567,11 @@
|
|
|
4567
4567
|
"name": "QuayInstance_v1",
|
|
4568
4568
|
"ofType": null
|
|
4569
4569
|
},
|
|
4570
|
-
{
|
|
4571
|
-
"kind": "OBJECT",
|
|
4572
|
-
"name": "PermissionQuayOrgTeam_v1",
|
|
4573
|
-
"ofType": null
|
|
4574
|
-
},
|
|
4575
4570
|
{
|
|
4576
4571
|
"kind": "OBJECT",
|
|
4577
4572
|
"name": "AppEscalationPolicy_v1",
|
|
4578
4573
|
"ofType": null
|
|
4579
4574
|
},
|
|
4580
|
-
{
|
|
4581
|
-
"kind": "OBJECT",
|
|
4582
|
-
"name": "PermissionSlackUsergroup_v1",
|
|
4583
|
-
"ofType": null
|
|
4584
|
-
},
|
|
4585
4575
|
{
|
|
4586
4576
|
"kind": "OBJECT",
|
|
4587
4577
|
"name": "SlackWorkspace_v1",
|
|
@@ -4697,11 +4687,6 @@
|
|
|
4697
4687
|
"name": "AutomatedActionsInstance_v1",
|
|
4698
4688
|
"ofType": null
|
|
4699
4689
|
},
|
|
4700
|
-
{
|
|
4701
|
-
"kind": "OBJECT",
|
|
4702
|
-
"name": "PermissionAutomatedActions_v1",
|
|
4703
|
-
"ofType": null
|
|
4704
|
-
},
|
|
4705
4690
|
{
|
|
4706
4691
|
"kind": "OBJECT",
|
|
4707
4692
|
"name": "AWSVPC_v1",
|
|
@@ -4732,11 +4717,6 @@
|
|
|
4732
4717
|
"name": "VaultAuth_v1",
|
|
4733
4718
|
"ofType": null
|
|
4734
4719
|
},
|
|
4735
|
-
{
|
|
4736
|
-
"kind": "OBJECT",
|
|
4737
|
-
"name": "PermissionGithubOrgTeam_v1",
|
|
4738
|
-
"ofType": null
|
|
4739
|
-
},
|
|
4740
4720
|
{
|
|
4741
4721
|
"kind": "OBJECT",
|
|
4742
4722
|
"name": "VaultPolicy_v1",
|
|
@@ -4792,11 +4772,6 @@
|
|
|
4792
4772
|
"name": "UnleashProject_v1",
|
|
4793
4773
|
"ofType": null
|
|
4794
4774
|
},
|
|
4795
|
-
{
|
|
4796
|
-
"kind": "OBJECT",
|
|
4797
|
-
"name": "FeatureToggleUnleash_v1",
|
|
4798
|
-
"ofType": null
|
|
4799
|
-
},
|
|
4800
4775
|
{
|
|
4801
4776
|
"kind": "OBJECT",
|
|
4802
4777
|
"name": "ResourceTemplateTest_v1",
|
|
@@ -4882,95 +4857,10 @@
|
|
|
4882
4857
|
"name": "SaasResourceTemplateTargetReference_v2",
|
|
4883
4858
|
"ofType": null
|
|
4884
4859
|
},
|
|
4885
|
-
{
|
|
4886
|
-
"kind": "OBJECT",
|
|
4887
|
-
"name": "PipelinesProviderTekton_v1",
|
|
4888
|
-
"ofType": null
|
|
4889
|
-
},
|
|
4890
4860
|
{
|
|
4891
4861
|
"kind": "OBJECT",
|
|
4892
4862
|
"name": "PipelinesProviderTektonProviderDefaults_v1",
|
|
4893
4863
|
"ofType": null
|
|
4894
|
-
},
|
|
4895
|
-
{
|
|
4896
|
-
"kind": "OBJECT",
|
|
4897
|
-
"name": "OidcPermissionVault_v1",
|
|
4898
|
-
"ofType": null
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"kind": "OBJECT",
|
|
4902
|
-
"name": "OidcPermissionAcs_v1",
|
|
4903
|
-
"ofType": null
|
|
4904
|
-
},
|
|
4905
|
-
{
|
|
4906
|
-
"kind": "OBJECT",
|
|
4907
|
-
"name": "PermissionGithubOrg_v1",
|
|
4908
|
-
"ofType": null
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"kind": "OBJECT",
|
|
4912
|
-
"name": "PermissionJenkinsRole_v1",
|
|
4913
|
-
"ofType": null
|
|
4914
|
-
},
|
|
4915
|
-
{
|
|
4916
|
-
"kind": "OBJECT",
|
|
4917
|
-
"name": "PermissionGitlabGroupMembership_v1",
|
|
4918
|
-
"ofType": null
|
|
4919
|
-
},
|
|
4920
|
-
{
|
|
4921
|
-
"kind": "OBJECT",
|
|
4922
|
-
"name": "EndpointMonitoringProviderBlackboxExporter_v1",
|
|
4923
|
-
"ofType": null
|
|
4924
|
-
},
|
|
4925
|
-
{
|
|
4926
|
-
"kind": "OBJECT",
|
|
4927
|
-
"name": "EndpointMonitoringProviderSignalFx_v1",
|
|
4928
|
-
"ofType": null
|
|
4929
|
-
},
|
|
4930
|
-
{
|
|
4931
|
-
"kind": "OBJECT",
|
|
4932
|
-
"name": "AutomatedActionActionList_v1",
|
|
4933
|
-
"ofType": null
|
|
4934
|
-
},
|
|
4935
|
-
{
|
|
4936
|
-
"kind": "OBJECT",
|
|
4937
|
-
"name": "AutomatedActionCreateToken_v1",
|
|
4938
|
-
"ofType": null
|
|
4939
|
-
},
|
|
4940
|
-
{
|
|
4941
|
-
"kind": "OBJECT",
|
|
4942
|
-
"name": "AutomatedActionExternalResourceFlushElastiCache_v1",
|
|
4943
|
-
"ofType": null
|
|
4944
|
-
},
|
|
4945
|
-
{
|
|
4946
|
-
"kind": "OBJECT",
|
|
4947
|
-
"name": "AutomatedActionExternalResourceRdsReboot_v1",
|
|
4948
|
-
"ofType": null
|
|
4949
|
-
},
|
|
4950
|
-
{
|
|
4951
|
-
"kind": "OBJECT",
|
|
4952
|
-
"name": "AutomatedActionExternalResourceRdsSnapshot_v1",
|
|
4953
|
-
"ofType": null
|
|
4954
|
-
},
|
|
4955
|
-
{
|
|
4956
|
-
"kind": "OBJECT",
|
|
4957
|
-
"name": "AutomatedActionNoOp_v1",
|
|
4958
|
-
"ofType": null
|
|
4959
|
-
},
|
|
4960
|
-
{
|
|
4961
|
-
"kind": "OBJECT",
|
|
4962
|
-
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
4963
|
-
"ofType": null
|
|
4964
|
-
},
|
|
4965
|
-
{
|
|
4966
|
-
"kind": "OBJECT",
|
|
4967
|
-
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
4968
|
-
"ofType": null
|
|
4969
|
-
},
|
|
4970
|
-
{
|
|
4971
|
-
"kind": "OBJECT",
|
|
4972
|
-
"name": "AutomatedActionOpenshiftWorkloadRestart_v1",
|
|
4973
|
-
"ofType": null
|
|
4974
4864
|
}
|
|
4975
4865
|
]
|
|
4976
4866
|
},
|
|
@@ -18583,11 +18473,6 @@
|
|
|
18583
18473
|
"kind": "INTERFACE",
|
|
18584
18474
|
"name": "Permission_v1",
|
|
18585
18475
|
"ofType": null
|
|
18586
|
-
},
|
|
18587
|
-
{
|
|
18588
|
-
"kind": "INTERFACE",
|
|
18589
|
-
"name": "DatafileObject_v1",
|
|
18590
|
-
"ofType": null
|
|
18591
18476
|
}
|
|
18592
18477
|
],
|
|
18593
18478
|
"enumValues": null,
|
|
@@ -19184,11 +19069,6 @@
|
|
|
19184
19069
|
"kind": "INTERFACE",
|
|
19185
19070
|
"name": "Permission_v1",
|
|
19186
19071
|
"ofType": null
|
|
19187
|
-
},
|
|
19188
|
-
{
|
|
19189
|
-
"kind": "INTERFACE",
|
|
19190
|
-
"name": "DatafileObject_v1",
|
|
19191
|
-
"ofType": null
|
|
19192
19072
|
}
|
|
19193
19073
|
],
|
|
19194
19074
|
"enumValues": null,
|
|
@@ -27985,11 +27865,6 @@
|
|
|
27985
27865
|
"kind": "INTERFACE",
|
|
27986
27866
|
"name": "Permission_v1",
|
|
27987
27867
|
"ofType": null
|
|
27988
|
-
},
|
|
27989
|
-
{
|
|
27990
|
-
"kind": "INTERFACE",
|
|
27991
|
-
"name": "DatafileObject_v1",
|
|
27992
|
-
"ofType": null
|
|
27993
27868
|
}
|
|
27994
27869
|
],
|
|
27995
27870
|
"enumValues": null,
|
|
@@ -29551,11 +29426,6 @@
|
|
|
29551
29426
|
"kind": "INTERFACE",
|
|
29552
29427
|
"name": "Permission_v1",
|
|
29553
29428
|
"ofType": null
|
|
29554
|
-
},
|
|
29555
|
-
{
|
|
29556
|
-
"kind": "INTERFACE",
|
|
29557
|
-
"name": "DatafileObject_v1",
|
|
29558
|
-
"ofType": null
|
|
29559
29429
|
}
|
|
29560
29430
|
],
|
|
29561
29431
|
"enumValues": null,
|
|
@@ -32224,11 +32094,6 @@
|
|
|
32224
32094
|
"kind": "INTERFACE",
|
|
32225
32095
|
"name": "FeatureToggle_v1",
|
|
32226
32096
|
"ofType": null
|
|
32227
|
-
},
|
|
32228
|
-
{
|
|
32229
|
-
"kind": "INTERFACE",
|
|
32230
|
-
"name": "DatafileObject_v1",
|
|
32231
|
-
"ofType": null
|
|
32232
32097
|
}
|
|
32233
32098
|
],
|
|
32234
32099
|
"enumValues": null,
|
|
@@ -51163,11 +51028,6 @@
|
|
|
51163
51028
|
"kind": "INTERFACE",
|
|
51164
51029
|
"name": "PipelinesProvider_v1",
|
|
51165
51030
|
"ofType": null
|
|
51166
|
-
},
|
|
51167
|
-
{
|
|
51168
|
-
"kind": "INTERFACE",
|
|
51169
|
-
"name": "DatafileObject_v1",
|
|
51170
|
-
"ofType": null
|
|
51171
51031
|
}
|
|
51172
51032
|
],
|
|
51173
51033
|
"enumValues": null,
|
|
@@ -51903,11 +51763,6 @@
|
|
|
51903
51763
|
"kind": "INTERFACE",
|
|
51904
51764
|
"name": "OidcPermission_v1",
|
|
51905
51765
|
"ofType": null
|
|
51906
|
-
},
|
|
51907
|
-
{
|
|
51908
|
-
"kind": "INTERFACE",
|
|
51909
|
-
"name": "DatafileObject_v1",
|
|
51910
|
-
"ofType": null
|
|
51911
51766
|
}
|
|
51912
51767
|
],
|
|
51913
51768
|
"enumValues": null,
|
|
@@ -52073,11 +51928,6 @@
|
|
|
52073
51928
|
"kind": "INTERFACE",
|
|
52074
51929
|
"name": "OidcPermission_v1",
|
|
52075
51930
|
"ofType": null
|
|
52076
|
-
},
|
|
52077
|
-
{
|
|
52078
|
-
"kind": "INTERFACE",
|
|
52079
|
-
"name": "DatafileObject_v1",
|
|
52080
|
-
"ofType": null
|
|
52081
51931
|
}
|
|
52082
51932
|
],
|
|
52083
51933
|
"enumValues": null,
|
|
@@ -52215,11 +52065,6 @@
|
|
|
52215
52065
|
"kind": "INTERFACE",
|
|
52216
52066
|
"name": "Permission_v1",
|
|
52217
52067
|
"ofType": null
|
|
52218
|
-
},
|
|
52219
|
-
{
|
|
52220
|
-
"kind": "INTERFACE",
|
|
52221
|
-
"name": "DatafileObject_v1",
|
|
52222
|
-
"ofType": null
|
|
52223
52068
|
}
|
|
52224
52069
|
],
|
|
52225
52070
|
"enumValues": null,
|
|
@@ -52377,11 +52222,6 @@
|
|
|
52377
52222
|
"kind": "INTERFACE",
|
|
52378
52223
|
"name": "Permission_v1",
|
|
52379
52224
|
"ofType": null
|
|
52380
|
-
},
|
|
52381
|
-
{
|
|
52382
|
-
"kind": "INTERFACE",
|
|
52383
|
-
"name": "DatafileObject_v1",
|
|
52384
|
-
"ofType": null
|
|
52385
52225
|
}
|
|
52386
52226
|
],
|
|
52387
52227
|
"enumValues": null,
|
|
@@ -52563,11 +52403,6 @@
|
|
|
52563
52403
|
"kind": "INTERFACE",
|
|
52564
52404
|
"name": "Permission_v1",
|
|
52565
52405
|
"ofType": null
|
|
52566
|
-
},
|
|
52567
|
-
{
|
|
52568
|
-
"kind": "INTERFACE",
|
|
52569
|
-
"name": "DatafileObject_v1",
|
|
52570
|
-
"ofType": null
|
|
52571
52406
|
}
|
|
52572
52407
|
],
|
|
52573
52408
|
"enumValues": null,
|
|
@@ -53651,11 +53486,6 @@
|
|
|
53651
53486
|
"kind": "INTERFACE",
|
|
53652
53487
|
"name": "EndpointMonitoringProvider_v1",
|
|
53653
53488
|
"ofType": null
|
|
53654
|
-
},
|
|
53655
|
-
{
|
|
53656
|
-
"kind": "INTERFACE",
|
|
53657
|
-
"name": "DatafileObject_v1",
|
|
53658
|
-
"ofType": null
|
|
53659
53489
|
}
|
|
53660
53490
|
],
|
|
53661
53491
|
"enumValues": null,
|
|
@@ -53876,11 +53706,6 @@
|
|
|
53876
53706
|
"kind": "INTERFACE",
|
|
53877
53707
|
"name": "EndpointMonitoringProvider_v1",
|
|
53878
53708
|
"ofType": null
|
|
53879
|
-
},
|
|
53880
|
-
{
|
|
53881
|
-
"kind": "INTERFACE",
|
|
53882
|
-
"name": "DatafileObject_v1",
|
|
53883
|
-
"ofType": null
|
|
53884
53709
|
}
|
|
53885
53710
|
],
|
|
53886
53711
|
"enumValues": null,
|
|
@@ -54769,11 +54594,6 @@
|
|
|
54769
54594
|
"kind": "INTERFACE",
|
|
54770
54595
|
"name": "AutomatedAction_v1",
|
|
54771
54596
|
"ofType": null
|
|
54772
|
-
},
|
|
54773
|
-
{
|
|
54774
|
-
"kind": "INTERFACE",
|
|
54775
|
-
"name": "DatafileObject_v1",
|
|
54776
|
-
"ofType": null
|
|
54777
54597
|
}
|
|
54778
54598
|
],
|
|
54779
54599
|
"enumValues": null,
|
|
@@ -54946,11 +54766,6 @@
|
|
|
54946
54766
|
"kind": "INTERFACE",
|
|
54947
54767
|
"name": "AutomatedAction_v1",
|
|
54948
54768
|
"ofType": null
|
|
54949
|
-
},
|
|
54950
|
-
{
|
|
54951
|
-
"kind": "INTERFACE",
|
|
54952
|
-
"name": "DatafileObject_v1",
|
|
54953
|
-
"ofType": null
|
|
54954
54769
|
}
|
|
54955
54770
|
],
|
|
54956
54771
|
"enumValues": null,
|
|
@@ -55112,11 +54927,6 @@
|
|
|
55112
54927
|
"kind": "INTERFACE",
|
|
55113
54928
|
"name": "AutomatedAction_v1",
|
|
55114
54929
|
"ofType": null
|
|
55115
|
-
},
|
|
55116
|
-
{
|
|
55117
|
-
"kind": "INTERFACE",
|
|
55118
|
-
"name": "DatafileObject_v1",
|
|
55119
|
-
"ofType": null
|
|
55120
54930
|
}
|
|
55121
54931
|
],
|
|
55122
54932
|
"enumValues": null,
|
|
@@ -55321,11 +55131,6 @@
|
|
|
55321
55131
|
"kind": "INTERFACE",
|
|
55322
55132
|
"name": "AutomatedAction_v1",
|
|
55323
55133
|
"ofType": null
|
|
55324
|
-
},
|
|
55325
|
-
{
|
|
55326
|
-
"kind": "INTERFACE",
|
|
55327
|
-
"name": "DatafileObject_v1",
|
|
55328
|
-
"ofType": null
|
|
55329
55134
|
}
|
|
55330
55135
|
],
|
|
55331
55136
|
"enumValues": null,
|
|
@@ -55487,11 +55292,6 @@
|
|
|
55487
55292
|
"kind": "INTERFACE",
|
|
55488
55293
|
"name": "AutomatedAction_v1",
|
|
55489
55294
|
"ofType": null
|
|
55490
|
-
},
|
|
55491
|
-
{
|
|
55492
|
-
"kind": "INTERFACE",
|
|
55493
|
-
"name": "DatafileObject_v1",
|
|
55494
|
-
"ofType": null
|
|
55495
55295
|
}
|
|
55496
55296
|
],
|
|
55497
55297
|
"enumValues": null,
|
|
@@ -55629,11 +55429,6 @@
|
|
|
55629
55429
|
"kind": "INTERFACE",
|
|
55630
55430
|
"name": "AutomatedAction_v1",
|
|
55631
55431
|
"ofType": null
|
|
55632
|
-
},
|
|
55633
|
-
{
|
|
55634
|
-
"kind": "INTERFACE",
|
|
55635
|
-
"name": "DatafileObject_v1",
|
|
55636
|
-
"ofType": null
|
|
55637
55432
|
}
|
|
55638
55433
|
],
|
|
55639
55434
|
"enumValues": null,
|
|
@@ -55795,11 +55590,6 @@
|
|
|
55795
55590
|
"kind": "INTERFACE",
|
|
55796
55591
|
"name": "AutomatedAction_v1",
|
|
55797
55592
|
"ofType": null
|
|
55798
|
-
},
|
|
55799
|
-
{
|
|
55800
|
-
"kind": "INTERFACE",
|
|
55801
|
-
"name": "DatafileObject_v1",
|
|
55802
|
-
"ofType": null
|
|
55803
55593
|
}
|
|
55804
55594
|
],
|
|
55805
55595
|
"enumValues": null,
|
|
@@ -56004,11 +55794,6 @@
|
|
|
56004
55794
|
"kind": "INTERFACE",
|
|
56005
55795
|
"name": "AutomatedAction_v1",
|
|
56006
55796
|
"ofType": null
|
|
56007
|
-
},
|
|
56008
|
-
{
|
|
56009
|
-
"kind": "INTERFACE",
|
|
56010
|
-
"name": "DatafileObject_v1",
|
|
56011
|
-
"ofType": null
|
|
56012
55797
|
}
|
|
56013
55798
|
],
|
|
56014
55799
|
"enumValues": null,
|
|
@@ -56241,11 +56026,6 @@
|
|
|
56241
56026
|
"kind": "INTERFACE",
|
|
56242
56027
|
"name": "AutomatedAction_v1",
|
|
56243
56028
|
"ofType": null
|
|
56244
|
-
},
|
|
56245
|
-
{
|
|
56246
|
-
"kind": "INTERFACE",
|
|
56247
|
-
"name": "DatafileObject_v1",
|
|
56248
|
-
"ofType": null
|
|
56249
56029
|
}
|
|
56250
56030
|
],
|
|
56251
56031
|
"enumValues": null,
|
|
@@ -30,6 +30,7 @@ from reconcile.utils.gitlab_api import GitLabApi
|
|
|
30
30
|
from reconcile.utils.json import json_dumps
|
|
31
31
|
from reconcile.utils.openshift_resource import ResourceInventory
|
|
32
32
|
from reconcile.utils.saasherder import SaasHerder
|
|
33
|
+
from reconcile.utils.saasherder.models import ImagePatternsBlockRule
|
|
33
34
|
from reconcile.utils.secret_reader import create_secret_reader
|
|
34
35
|
from reconcile.utils.semver_helper import make_semver
|
|
35
36
|
from reconcile.utils.slack_api import SlackApi
|
|
@@ -211,6 +212,13 @@ def run(
|
|
|
211
212
|
jenkins_map=jenkins_map,
|
|
212
213
|
state=init_state(integration=QONTRACT_INTEGRATION, secret_reader=secret_reader),
|
|
213
214
|
all_saas_files=saas_file_list.saas_files,
|
|
215
|
+
image_patterns_block_rules=[
|
|
216
|
+
ImagePatternsBlockRule(
|
|
217
|
+
environment_label_selector=rule.environment_label_selector or {},
|
|
218
|
+
image_patterns=rule.image_patterns,
|
|
219
|
+
)
|
|
220
|
+
for rule in (saasherder_settings.image_patterns_block_rules or [])
|
|
221
|
+
],
|
|
214
222
|
)
|
|
215
223
|
if defer:
|
|
216
224
|
defer(saasherder.cleanup)
|
|
@@ -194,6 +194,7 @@ class SaasEnvironment_SaasSecretParameters(Protocol):
|
|
|
194
194
|
@runtime_checkable
|
|
195
195
|
class SaasEnvironment(HasParameters, HasSecretParameters, Protocol):
|
|
196
196
|
name: str
|
|
197
|
+
labels: dict[str, str] | None
|
|
197
198
|
|
|
198
199
|
|
|
199
200
|
class SaasResourceTemplateTargetNamespace(Protocol):
|
|
@@ -290,6 +290,14 @@ class ImageAuth:
|
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
|
|
293
|
+
@dataclass(frozen=True)
|
|
294
|
+
class ImagePatternsBlockRule:
|
|
295
|
+
"""Block rule for image patterns based on environment label selectors."""
|
|
296
|
+
|
|
297
|
+
environment_label_selector: dict[str, str]
|
|
298
|
+
image_patterns: list[str]
|
|
299
|
+
|
|
300
|
+
|
|
293
301
|
@dataclass
|
|
294
302
|
class TargetSpec:
|
|
295
303
|
saas_file: SaasFile
|
|
@@ -70,6 +70,7 @@ from reconcile.utils.saasherder.interfaces import (
|
|
|
70
70
|
from reconcile.utils.saasherder.models import (
|
|
71
71
|
Channel,
|
|
72
72
|
ImageAuth,
|
|
73
|
+
ImagePatternsBlockRule,
|
|
73
74
|
Namespace,
|
|
74
75
|
Promotion,
|
|
75
76
|
SLOKey,
|
|
@@ -130,7 +131,8 @@ class SaasHerder:
|
|
|
130
131
|
validate: bool = False,
|
|
131
132
|
include_trigger_trace: bool = False,
|
|
132
133
|
all_saas_files: Iterable[SaasFile] | None = None,
|
|
133
|
-
|
|
134
|
+
image_patterns_block_rules: list[ImagePatternsBlockRule] | None = None,
|
|
135
|
+
) -> None:
|
|
134
136
|
self.error_registered = False
|
|
135
137
|
self.saas_files = saas_files
|
|
136
138
|
self.repo_urls = self._collect_repo_urls()
|
|
@@ -156,6 +158,9 @@ class SaasHerder:
|
|
|
156
158
|
self.images: set[str] = set()
|
|
157
159
|
self.blocked_versions = self._collect_blocked_versions()
|
|
158
160
|
self.hotfix_versions = self._collect_hotfix_versions()
|
|
161
|
+
self.image_patterns_block_rules: list[ImagePatternsBlockRule] = (
|
|
162
|
+
image_patterns_block_rules or []
|
|
163
|
+
)
|
|
159
164
|
|
|
160
165
|
# each namespace is in fact a target,
|
|
161
166
|
# so we can use it to calculate.
|
|
@@ -1187,6 +1192,73 @@ class SaasHerder:
|
|
|
1187
1192
|
)
|
|
1188
1193
|
return None
|
|
1189
1194
|
|
|
1195
|
+
def _is_block_rule_violated(
|
|
1196
|
+
self,
|
|
1197
|
+
block_rule: ImagePatternsBlockRule,
|
|
1198
|
+
env_labels: dict[str, str] | None,
|
|
1199
|
+
images: set[str],
|
|
1200
|
+
spec: TargetSpec,
|
|
1201
|
+
) -> bool:
|
|
1202
|
+
"""Check if a block rule is violated for the given environment and images.
|
|
1203
|
+
|
|
1204
|
+
Args:
|
|
1205
|
+
block_rule: Block rule with environmentLabelSelector and imagePatterns
|
|
1206
|
+
env_labels: Environment labels dictionary
|
|
1207
|
+
images: Set of image URLs to check
|
|
1208
|
+
spec: TargetSpec for error reporting
|
|
1209
|
+
|
|
1210
|
+
Returns:
|
|
1211
|
+
True if rule is violated, False otherwise
|
|
1212
|
+
"""
|
|
1213
|
+
if not env_labels:
|
|
1214
|
+
return False
|
|
1215
|
+
|
|
1216
|
+
# Check if environment labels match the selector
|
|
1217
|
+
env_selector = block_rule.environment_label_selector or {}
|
|
1218
|
+
if not all(env_labels.get(key) == value for key, value in env_selector.items()):
|
|
1219
|
+
return False
|
|
1220
|
+
|
|
1221
|
+
# Check if any images match blocked patterns
|
|
1222
|
+
blocked_images = [
|
|
1223
|
+
image
|
|
1224
|
+
for image in images
|
|
1225
|
+
if any(image.startswith(pattern) for pattern in block_rule.image_patterns)
|
|
1226
|
+
]
|
|
1227
|
+
|
|
1228
|
+
if blocked_images:
|
|
1229
|
+
logging.error(
|
|
1230
|
+
f"{spec.error_prefix} Target contains blocked image patterns "
|
|
1231
|
+
f"({', '.join(block_rule.image_patterns)}) for environment matching "
|
|
1232
|
+
f"selector {env_selector}: {', '.join(blocked_images)}. "
|
|
1233
|
+
f"These images are not allowed in this environment."
|
|
1234
|
+
)
|
|
1235
|
+
return True
|
|
1236
|
+
|
|
1237
|
+
return False
|
|
1238
|
+
|
|
1239
|
+
def _check_blocked_image_patterns(
|
|
1240
|
+
self,
|
|
1241
|
+
spec: TargetSpec,
|
|
1242
|
+
images_set: set[str],
|
|
1243
|
+
) -> bool:
|
|
1244
|
+
"""Check if images violate any block rules for the given spec.
|
|
1245
|
+
|
|
1246
|
+
Args:
|
|
1247
|
+
spec: TargetSpec with target and environment information
|
|
1248
|
+
images_set: Set of image URLs to check
|
|
1249
|
+
|
|
1250
|
+
Returns:
|
|
1251
|
+
True if any violations are found, False otherwise
|
|
1252
|
+
"""
|
|
1253
|
+
if not self.image_patterns_block_rules or not images_set:
|
|
1254
|
+
return False # no rules configured or no images, no violations
|
|
1255
|
+
|
|
1256
|
+
env_labels = spec.target.namespace.environment.labels
|
|
1257
|
+
return any(
|
|
1258
|
+
self._is_block_rule_violated(block_rule, env_labels, images_set, spec)
|
|
1259
|
+
for block_rule in self.image_patterns_block_rules
|
|
1260
|
+
)
|
|
1261
|
+
|
|
1190
1262
|
def _check_images(
|
|
1191
1263
|
self,
|
|
1192
1264
|
spec: TargetSpec,
|
|
@@ -1199,6 +1271,12 @@ class SaasHerder:
|
|
|
1199
1271
|
self.images.update(images_set)
|
|
1200
1272
|
if not images_set:
|
|
1201
1273
|
return False # no errors
|
|
1274
|
+
|
|
1275
|
+
# Check blocked image patterns
|
|
1276
|
+
if self._check_blocked_image_patterns(spec, images_set):
|
|
1277
|
+
return True # violations found
|
|
1278
|
+
|
|
1279
|
+
# imagePatterns validation
|
|
1202
1280
|
images = threaded.run(
|
|
1203
1281
|
self._get_image,
|
|
1204
1282
|
images_set,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/acs_policies.py
RENAMED
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/healthchecks.py
RENAMED
|
File without changes
|
{qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/metrics.py
RENAMED
|
File without changes
|
{qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev504}/reconcile/aus/upgrades.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|