qontract-reconcile 0.10.2.dev318__tar.gz → 0.10.2.dev319__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.dev318 → qontract_reconcile-0.10.2.dev319}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/pyproject.toml +0 -5
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_vpc_peerings.py +1 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/ocm.py +81 -71
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm_base_client.py +4 -4
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/raw_github_api.py +11 -8
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/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.dev319
|
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
|
@@ -263,15 +263,11 @@ disallow_incomplete_defs = true
|
|
263
263
|
# Untyped modules
|
264
264
|
module = [
|
265
265
|
"reconcile.utils.oc",
|
266
|
-
"reconcile.utils.ocm_base_client",
|
267
|
-
"reconcile.utils.ocm.ocm",
|
268
266
|
"reconcile.utils.openshift_resource",
|
269
|
-
"reconcile.utils.raw_github_api",
|
270
267
|
"reconcile.utils.vault",
|
271
268
|
# untyped tests
|
272
269
|
"reconcile.test.oc.test_oc_connection_parameters",
|
273
270
|
"reconcile.test.oc.test_oc_map",
|
274
|
-
"reconcile.test.ocm_labels.test_ocm_labels_integration",
|
275
271
|
"reconcile.test.test_acs_rbac",
|
276
272
|
"reconcile.test.test_checkpoint",
|
277
273
|
"reconcile.test.test_closedbox_endpoint_monitoring",
|
@@ -300,7 +296,6 @@ module = [
|
|
300
296
|
"reconcile.test.utils.test_jsonpath",
|
301
297
|
"reconcile.test.utils.test_models",
|
302
298
|
"reconcile.test.utils.test_oc",
|
303
|
-
"reconcile.test.utils.test_ocm",
|
304
299
|
"reconcile.test.utils.test_parse_dhms_duration",
|
305
300
|
"reconcile.test.utils.test_promotion_state",
|
306
301
|
"reconcile.test.utils.test_semver_helper",
|
@@ -73,6 +73,7 @@ def _build_infrastructure_assume_role(
|
|
73
73
|
ocm: OCM | None,
|
74
74
|
provided_assume_role: str | None,
|
75
75
|
) -> dict[str, Any] | None:
|
76
|
+
assume_role: str | None = None
|
76
77
|
if provided_assume_role:
|
77
78
|
assume_role = provided_assume_role
|
78
79
|
elif cluster["spec"].get("account"):
|
{qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/utils/ocm/ocm.py
RENAMED
@@ -21,7 +21,7 @@ from reconcile.utils.ocm_base_client import (
|
|
21
21
|
from reconcile.utils.secret_reader import SecretReader
|
22
22
|
|
23
23
|
if TYPE_CHECKING:
|
24
|
-
from collections.abc import Mapping
|
24
|
+
from collections.abc import Iterable, Mapping, MutableMapping
|
25
25
|
|
26
26
|
from reconcile.ocm.types import OCMSpec
|
27
27
|
|
@@ -83,13 +83,13 @@ class OCM:
|
|
83
83
|
|
84
84
|
def __init__(
|
85
85
|
self,
|
86
|
-
name,
|
87
|
-
org_id,
|
86
|
+
name: str,
|
87
|
+
org_id: str,
|
88
88
|
ocm_env: str,
|
89
89
|
ocm_client: OCMBaseClient,
|
90
|
-
init_provision_shards=False,
|
91
|
-
init_addons=False,
|
92
|
-
init_version_gates=False,
|
90
|
+
init_provision_shards: bool = False,
|
91
|
+
init_addons: bool = False,
|
92
|
+
init_version_gates: bool = False,
|
93
93
|
product_portfolio: OCMProductPortfolio | None = None,
|
94
94
|
):
|
95
95
|
"""Initiates access token and gets clusters information."""
|
@@ -130,7 +130,7 @@ class OCM:
|
|
130
130
|
and cluster["product"]["id"] in self.product_portfolio.product_names
|
131
131
|
)
|
132
132
|
|
133
|
-
def _init_clusters(self, init_provision_shards: bool):
|
133
|
+
def _init_clusters(self, init_provision_shards: bool) -> None:
|
134
134
|
api = f"{CS_API_BASE}/v1/clusters"
|
135
135
|
product_csv = ",".join([f"'{p}'" for p in self.product_portfolio.product_names])
|
136
136
|
params = {
|
@@ -168,19 +168,19 @@ class OCM:
|
|
168
168
|
spec = impl.get_ocm_spec(self.ocm_api, cluster, init_provision_shards)
|
169
169
|
return spec
|
170
170
|
|
171
|
-
def create_cluster(self, name: str, cluster: OCMSpec, dry_run: bool):
|
171
|
+
def create_cluster(self, name: str, cluster: OCMSpec, dry_run: bool) -> None:
|
172
172
|
impl = self.get_product_impl(cluster.spec.product, cluster.spec.hypershift)
|
173
173
|
impl.create_cluster(self.ocm_api, self.org_id, name, cluster, dry_run)
|
174
174
|
|
175
175
|
def update_cluster(
|
176
|
-
self, cluster_name: str, update_spec: Mapping[str, Any], dry_run=False
|
177
|
-
):
|
176
|
+
self, cluster_name: str, update_spec: Mapping[str, Any], dry_run: bool = False
|
177
|
+
) -> None:
|
178
178
|
cluster = self.clusters[cluster_name]
|
179
179
|
cluster_id = self.cluster_ids[cluster_name]
|
180
180
|
impl = self.get_product_impl(cluster.spec.product, cluster.spec.hypershift)
|
181
181
|
impl.update_cluster(self.ocm_api, cluster_id, update_spec, dry_run)
|
182
182
|
|
183
|
-
def get_group_if_exists(self, cluster, group_id):
|
183
|
+
def get_group_if_exists(self, cluster: str, group_id: str) -> dict[str, Any] | None:
|
184
184
|
"""Returns a list of users in a group in a cluster.
|
185
185
|
If the group does not exist, None will be returned.
|
186
186
|
|
@@ -202,7 +202,7 @@ class OCM:
|
|
202
202
|
users = self._get_json(api).get("items", [])
|
203
203
|
return {"users": [u["id"] for u in users]}
|
204
204
|
|
205
|
-
def add_user_to_group(self, cluster, group_id, user):
|
205
|
+
def add_user_to_group(self, cluster: str, group_id: str, user: str) -> None:
|
206
206
|
"""
|
207
207
|
Adds a user to a group in a cluster.
|
208
208
|
|
@@ -218,7 +218,7 @@ class OCM:
|
|
218
218
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/" + f"groups/{group_id}/users"
|
219
219
|
self._post(api, {"id": user})
|
220
220
|
|
221
|
-
def del_user_from_group(self, cluster, group_id, user_id):
|
221
|
+
def del_user_from_group(self, cluster: str, group_id: str, user_id: str) -> None:
|
222
222
|
"""Deletes a user from a group in a cluster.
|
223
223
|
|
224
224
|
:param cluster: cluster name
|
@@ -250,7 +250,9 @@ class OCM:
|
|
250
250
|
switch_role_link = role_grants[0][-1]
|
251
251
|
return awsh.get_account_uid_from_role_link(switch_role_link)
|
252
252
|
|
253
|
-
def get_aws_infrastructure_access_role_grants(
|
253
|
+
def get_aws_infrastructure_access_role_grants(
|
254
|
+
self, cluster: str
|
255
|
+
) -> list[tuple[str, str, str, str]]:
|
254
256
|
"""Returns a list of AWS users (ARN, access level)
|
255
257
|
who have AWS infrastructure access in a cluster.
|
256
258
|
|
@@ -272,8 +274,8 @@ class OCM:
|
|
272
274
|
]
|
273
275
|
|
274
276
|
def get_aws_infrastructure_access_terraform_assume_role(
|
275
|
-
self, cluster, tf_account_id, tf_user
|
276
|
-
):
|
277
|
+
self, cluster: str, tf_account_id: str, tf_user: str | None
|
278
|
+
) -> str | None:
|
277
279
|
role_grants = self.get_aws_infrastructure_access_role_grants(cluster)
|
278
280
|
user_arn = f"arn:aws:iam::{tf_account_id}:user/{tf_user}"
|
279
281
|
for arn, role_id, _, console_url in role_grants:
|
@@ -288,9 +290,11 @@ class OCM:
|
|
288
290
|
role_name = role.replace("roleName=", "")
|
289
291
|
return f"arn:aws:iam::{role_account_id}:role/{role_name}"
|
290
292
|
|
293
|
+
return None
|
294
|
+
|
291
295
|
def add_user_to_aws_infrastructure_access_role_grants(
|
292
|
-
self, cluster, user_arn, access_level
|
293
|
-
):
|
296
|
+
self, cluster: str, user_arn: str, access_level: str
|
297
|
+
) -> None:
|
294
298
|
"""
|
295
299
|
Adds a user to AWS infrastructure access in a cluster.
|
296
300
|
|
@@ -310,8 +314,8 @@ class OCM:
|
|
310
314
|
self._post(api, {"user_arn": user_arn, "role": {"id": access_level}})
|
311
315
|
|
312
316
|
def del_user_from_aws_infrastructure_access_role_grants(
|
313
|
-
self, cluster, user_arn, access_level
|
314
|
-
):
|
317
|
+
self, cluster: str, user_arn: str, access_level: str
|
318
|
+
) -> None:
|
315
319
|
"""
|
316
320
|
Deletes a user from AWS infrastructure access in a cluster.
|
317
321
|
|
@@ -375,7 +379,9 @@ class OCM:
|
|
375
379
|
|
376
380
|
return results
|
377
381
|
|
378
|
-
def create_external_configuration_label(
|
382
|
+
def create_external_configuration_label(
|
383
|
+
self, cluster: str, label: dict[str, str]
|
384
|
+
) -> None:
|
379
385
|
"""Creates a new External Configuration label
|
380
386
|
|
381
387
|
:param cluster: cluster name
|
@@ -390,7 +396,9 @@ class OCM:
|
|
390
396
|
)
|
391
397
|
self._post(api, label)
|
392
398
|
|
393
|
-
def delete_external_configuration_label(
|
399
|
+
def delete_external_configuration_label(
|
400
|
+
self, cluster: str, label: Mapping[str, str]
|
401
|
+
) -> None:
|
394
402
|
"""Deletes an existing External Configuration label
|
395
403
|
|
396
404
|
:param cluster: cluster name
|
@@ -414,14 +422,9 @@ class OCM:
|
|
414
422
|
)
|
415
423
|
self._delete(api)
|
416
424
|
|
417
|
-
def get_machine_pools(self, cluster):
|
418
|
-
"""Returns a list of details of Machine Pools
|
419
|
-
|
420
|
-
:param cluster: cluster name
|
421
|
-
|
422
|
-
:type cluster: string
|
423
|
-
"""
|
424
|
-
results = []
|
425
|
+
def get_machine_pools(self, cluster: str) -> list[dict[str, Any]]:
|
426
|
+
"""Returns a list of details of Machine Pools"""
|
427
|
+
results: list[dict[str, Any]] = []
|
425
428
|
cluster_id = self.cluster_ids.get(cluster)
|
426
429
|
if not cluster_id:
|
427
430
|
return results
|
@@ -436,7 +439,7 @@ class OCM:
|
|
436
439
|
|
437
440
|
return results
|
438
441
|
|
439
|
-
def create_machine_pool(self, cluster, spec):
|
442
|
+
def create_machine_pool(self, cluster: str, spec: Mapping[str, Any]) -> None:
|
440
443
|
"""Creates a new Machine Pool
|
441
444
|
|
442
445
|
:param cluster: cluster name
|
@@ -449,7 +452,7 @@ class OCM:
|
|
449
452
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/machine_pools"
|
450
453
|
self._post(api, spec)
|
451
454
|
|
452
|
-
def update_machine_pool(self, cluster, spec):
|
455
|
+
def update_machine_pool(self, cluster: str, spec: MutableMapping[str, Any]) -> None:
|
453
456
|
"""Updates an existing Machine Pool
|
454
457
|
|
455
458
|
:param cluster: cluster name
|
@@ -460,7 +463,7 @@ class OCM:
|
|
460
463
|
"""
|
461
464
|
cluster_id = self.cluster_ids[cluster]
|
462
465
|
machine_pool_id = spec["id"]
|
463
|
-
labels = spec.get("labels", {})
|
466
|
+
labels: dict[str, str] = spec.get("labels", {})
|
464
467
|
spec["labels"] = labels
|
465
468
|
api = (
|
466
469
|
f"{CS_API_BASE}/v1/clusters/{cluster_id}/machine_pools/"
|
@@ -468,7 +471,7 @@ class OCM:
|
|
468
471
|
)
|
469
472
|
self._patch(api, spec)
|
470
473
|
|
471
|
-
def delete_machine_pool(self, cluster, spec):
|
474
|
+
def delete_machine_pool(self, cluster: str, spec: Mapping[str, Any]) -> None:
|
472
475
|
"""Deletes an existing Machine Pool
|
473
476
|
|
474
477
|
:param cluster: cluster name
|
@@ -485,21 +488,21 @@ class OCM:
|
|
485
488
|
)
|
486
489
|
self._delete(api)
|
487
490
|
|
488
|
-
def get_node_pools(self, cluster):
|
491
|
+
def get_node_pools(self, cluster: str) -> list[dict[str, Any]]:
|
489
492
|
"""Returns a list of details of Node Pools
|
490
493
|
|
491
494
|
:param cluster: cluster name
|
492
495
|
|
493
496
|
:type cluster: string
|
494
497
|
"""
|
495
|
-
results = []
|
498
|
+
results: list[dict[str, Any]] = []
|
496
499
|
cluster_id = self.cluster_ids.get(cluster)
|
497
500
|
if not cluster_id:
|
498
501
|
return results
|
499
502
|
|
500
503
|
return get_node_pools(self._ocm_client, cluster_id)
|
501
504
|
|
502
|
-
def delete_node_pool(self, cluster, spec):
|
505
|
+
def delete_node_pool(self, cluster: str, spec: Mapping[str, Any]) -> None:
|
503
506
|
"""Deletes an existing Node Pool
|
504
507
|
|
505
508
|
:param cluster: cluster name
|
@@ -513,7 +516,7 @@ class OCM:
|
|
513
516
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/node_pools/" + f"{node_pool_id}"
|
514
517
|
self._delete(api)
|
515
518
|
|
516
|
-
def create_node_pool(self, cluster, spec):
|
519
|
+
def create_node_pool(self, cluster: str, spec: Mapping[str, Any]) -> None:
|
517
520
|
"""Creates a new Node Pool
|
518
521
|
|
519
522
|
:param cluster: cluster name
|
@@ -526,7 +529,7 @@ class OCM:
|
|
526
529
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/node_pools"
|
527
530
|
self._post(api, spec)
|
528
531
|
|
529
|
-
def update_node_pool(self, cluster, spec):
|
532
|
+
def update_node_pool(self, cluster: str, spec: MutableMapping[str, Any]) -> None:
|
530
533
|
"""Updates an existing Node Pool
|
531
534
|
|
532
535
|
:param cluster: cluster name
|
@@ -537,19 +540,19 @@ class OCM:
|
|
537
540
|
"""
|
538
541
|
cluster_id = self.cluster_ids[cluster]
|
539
542
|
node_pool_id = spec["id"]
|
540
|
-
labels = spec.get("labels", {})
|
543
|
+
labels: dict[str, str] = spec.get("labels", {})
|
541
544
|
spec["labels"] = labels
|
542
545
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/node_pools/" + f"{node_pool_id}"
|
543
546
|
self._patch(api, spec)
|
544
547
|
|
545
|
-
def get_additional_routers(self, cluster):
|
548
|
+
def get_additional_routers(self, cluster: str) -> list[dict[str, Any]]:
|
546
549
|
"""Returns a list of Additional Application Routers
|
547
550
|
|
548
551
|
:param cluster: cluster name
|
549
552
|
|
550
553
|
:type cluster: string
|
551
554
|
"""
|
552
|
-
results = []
|
555
|
+
results: list[dict[str, Any]] = []
|
553
556
|
cluster_id = self.cluster_ids.get(cluster)
|
554
557
|
if not cluster_id:
|
555
558
|
return results
|
@@ -567,7 +570,7 @@ class OCM:
|
|
567
570
|
|
568
571
|
return results
|
569
572
|
|
570
|
-
def create_additional_router(self, cluster, spec):
|
573
|
+
def create_additional_router(self, cluster: str, spec: Mapping[str, Any]) -> None:
|
571
574
|
"""Creates a new Additional Application Router
|
572
575
|
|
573
576
|
:param cluster: cluster name
|
@@ -580,7 +583,7 @@ class OCM:
|
|
580
583
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/ingresses"
|
581
584
|
self._post(api, spec)
|
582
585
|
|
583
|
-
def delete_additional_router(self, cluster, spec):
|
586
|
+
def delete_additional_router(self, cluster: str, spec: Mapping[str, Any]) -> None:
|
584
587
|
"""Deletes an existing Additional Application Router
|
585
588
|
|
586
589
|
:param cluster: cluster name
|
@@ -594,19 +597,19 @@ class OCM:
|
|
594
597
|
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/" + f"ingresses/{router_id}"
|
595
598
|
self._delete(api)
|
596
599
|
|
597
|
-
def _init_addons(self):
|
600
|
+
def _init_addons(self) -> None:
|
598
601
|
"""Returns a list of Addons"""
|
599
602
|
api = f"{CS_API_BASE}/v1/addons"
|
600
603
|
self.addons = self._get_json(api).get("items", [])
|
601
604
|
|
602
|
-
def _init_version_gates(self):
|
605
|
+
def _init_version_gates(self) -> None:
|
603
606
|
"""Returns a list of version gates"""
|
604
607
|
if self.version_gates:
|
605
608
|
return
|
606
609
|
api = f"{CS_API_BASE}/v1/version_gates"
|
607
610
|
self.version_gates = self._get_json(api).get("items", [])
|
608
611
|
|
609
|
-
def get_addon(self, id):
|
612
|
+
def get_addon(self, id: str) -> dict[str, Any] | None:
|
610
613
|
for addon in self.addons:
|
611
614
|
addon_id = addon["id"]
|
612
615
|
if id == addon_id:
|
@@ -652,7 +655,7 @@ class OCM:
|
|
652
655
|
|
653
656
|
return results
|
654
657
|
|
655
|
-
def install_addon(self, cluster, spec):
|
658
|
+
def install_addon(self, cluster: str, spec: MutableMapping[str, Any]) -> None:
|
656
659
|
"""Installs an addon on a cluster
|
657
660
|
|
658
661
|
:param cluster: cluster name
|
@@ -714,21 +717,28 @@ class OCM:
|
|
714
717
|
return ret_items
|
715
718
|
return responses[0]
|
716
719
|
|
717
|
-
def _post(
|
720
|
+
def _post(
|
721
|
+
self,
|
722
|
+
api: str,
|
723
|
+
data: Mapping[str, Any] | None = None,
|
724
|
+
params: Mapping[str, str] | None = None,
|
725
|
+
) -> Any:
|
718
726
|
return self._ocm_client.post(
|
719
727
|
api_path=api,
|
720
728
|
data=data,
|
721
729
|
params=params,
|
722
730
|
)
|
723
731
|
|
724
|
-
def _patch(
|
732
|
+
def _patch(
|
733
|
+
self, api: str, data: Mapping[str, Any], params: Mapping[str, str] | None = None
|
734
|
+
) -> None:
|
725
735
|
return self._ocm_client.patch(
|
726
736
|
api_path=api,
|
727
737
|
data=data,
|
728
738
|
params=params,
|
729
739
|
)
|
730
740
|
|
731
|
-
def _delete(self, api):
|
741
|
+
def _delete(self, api: str) -> None:
|
732
742
|
return self._ocm_client.delete(
|
733
743
|
api_path=api,
|
734
744
|
)
|
@@ -762,14 +772,14 @@ class OCMMap:
|
|
762
772
|
|
763
773
|
def __init__(
|
764
774
|
self,
|
765
|
-
clusters=None,
|
766
|
-
namespaces=None,
|
767
|
-
ocms=None,
|
768
|
-
integration="",
|
769
|
-
settings=None,
|
770
|
-
init_provision_shards=False,
|
771
|
-
init_addons=False,
|
772
|
-
init_version_gates=False,
|
775
|
+
clusters: Iterable[Mapping[str, Any]] | None = None,
|
776
|
+
namespaces: Iterable[Mapping[str, Any]] | None = None,
|
777
|
+
ocms: Iterable[Mapping[str, Any]] | None = None,
|
778
|
+
integration: str = "",
|
779
|
+
settings: Mapping[str, Any] | None = None,
|
780
|
+
init_provision_shards: bool = False,
|
781
|
+
init_addons: bool = False,
|
782
|
+
init_version_gates: bool = False,
|
773
783
|
product_portfolio: OCMProductPortfolio | None = None,
|
774
784
|
) -> None:
|
775
785
|
"""Initiates OCM instances for each OCM referenced in a cluster."""
|
@@ -817,12 +827,12 @@ class OCMMap:
|
|
817
827
|
|
818
828
|
def init_ocm_client_from_cluster(
|
819
829
|
self,
|
820
|
-
cluster_info,
|
821
|
-
init_provision_shards,
|
822
|
-
init_addons,
|
823
|
-
init_version_gates,
|
830
|
+
cluster_info: Mapping[str, Any],
|
831
|
+
init_provision_shards: bool,
|
832
|
+
init_addons: bool,
|
833
|
+
init_version_gates: bool,
|
824
834
|
product_portfolio: OCMProductPortfolio | None = None,
|
825
|
-
):
|
835
|
+
) -> None:
|
826
836
|
if self.cluster_disabled(cluster_info):
|
827
837
|
return
|
828
838
|
cluster_name = cluster_info["name"]
|
@@ -842,12 +852,12 @@ class OCMMap:
|
|
842
852
|
|
843
853
|
def init_ocm_client(
|
844
854
|
self,
|
845
|
-
ocm_info,
|
846
|
-
init_provision_shards,
|
847
|
-
init_addons,
|
848
|
-
init_version_gates,
|
855
|
+
ocm_info: Mapping[str, Any],
|
856
|
+
init_provision_shards: bool,
|
857
|
+
init_addons: bool,
|
858
|
+
init_version_gates: bool,
|
849
859
|
product_portfolio: OCMProductPortfolio | None = None,
|
850
|
-
):
|
860
|
+
) -> None:
|
851
861
|
"""
|
852
862
|
Initiate OCM client.
|
853
863
|
Gets the OCM information and initiates an OCM client.
|
@@ -901,7 +911,7 @@ class OCMMap:
|
|
901
911
|
"""Get list of OCM instance names initiated in the OCM map."""
|
902
912
|
return list(self.ocm_map.keys())
|
903
913
|
|
904
|
-
def cluster_disabled(self, cluster_info):
|
914
|
+
def cluster_disabled(self, cluster_info: Mapping[str, Any]) -> bool:
|
905
915
|
"""
|
906
916
|
Checks if the calling integration is disabled in this cluster.
|
907
917
|
|
@@ -918,7 +928,7 @@ class OCMMap:
|
|
918
928
|
|
919
929
|
return False
|
920
930
|
|
921
|
-
def get(self, cluster) -> OCM:
|
931
|
+
def get(self, cluster: str) -> OCM:
|
922
932
|
"""
|
923
933
|
Gets an OCM instance by cluster.
|
924
934
|
|
@@ -49,7 +49,7 @@ class OCMBaseClient:
|
|
49
49
|
self._init_request_headers()
|
50
50
|
|
51
51
|
@retry()
|
52
|
-
def _init_access_token(self):
|
52
|
+
def _init_access_token(self) -> None:
|
53
53
|
data = {
|
54
54
|
"grant_type": "client_credentials",
|
55
55
|
"client_id": self._access_token_client_id,
|
@@ -61,7 +61,7 @@ class OCMBaseClient:
|
|
61
61
|
r.raise_for_status()
|
62
62
|
self._access_token = r.json().get("access_token")
|
63
63
|
|
64
|
-
def _init_request_headers(self):
|
64
|
+
def _init_request_headers(self) -> None:
|
65
65
|
self._session.headers.update({
|
66
66
|
"Authorization": f"Bearer {self._access_token}",
|
67
67
|
"accept": "application/json",
|
@@ -130,7 +130,7 @@ class OCMBaseClient:
|
|
130
130
|
api_path: str,
|
131
131
|
data: Mapping[str, Any],
|
132
132
|
params: Mapping[str, str] | None = None,
|
133
|
-
):
|
133
|
+
) -> None:
|
134
134
|
ocm_request.labels(verb="PATCH", client_id=self._access_token_client_id).inc()
|
135
135
|
r = self._session.patch(
|
136
136
|
f"{self._url}{api_path}",
|
@@ -144,7 +144,7 @@ class OCMBaseClient:
|
|
144
144
|
logging.error(r.text)
|
145
145
|
raise e
|
146
146
|
|
147
|
-
def delete(self, api_path: str):
|
147
|
+
def delete(self, api_path: str) -> None:
|
148
148
|
ocm_request.labels(verb="DELETE", client_id=self._access_token_client_id).inc()
|
149
149
|
r = self._session.delete(f"{self._url}{api_path}", timeout=REQUEST_TIMEOUT_SEC)
|
150
150
|
try:
|
@@ -1,8 +1,11 @@
|
|
1
1
|
import os
|
2
|
+
from typing import Any
|
2
3
|
|
3
4
|
import requests
|
4
5
|
from sretoolbox.utils import retry
|
5
6
|
|
7
|
+
Headers = dict[str, str | bytes | None]
|
8
|
+
|
6
9
|
|
7
10
|
class RawGithubApi:
|
8
11
|
"""
|
@@ -18,10 +21,10 @@ class RawGithubApi:
|
|
18
21
|
"application/vnd.github.dazzler-preview+json"
|
19
22
|
}
|
20
23
|
|
21
|
-
def __init__(self, password):
|
24
|
+
def __init__(self, password: str) -> None:
|
22
25
|
self.password = password
|
23
26
|
|
24
|
-
def headers(self, headers=None):
|
27
|
+
def headers(self, headers: Headers | None = None) -> Headers:
|
25
28
|
if headers is None:
|
26
29
|
headers = {}
|
27
30
|
new_headers = headers.copy()
|
@@ -29,13 +32,13 @@ class RawGithubApi:
|
|
29
32
|
new_headers["Authorization"] = "token %s" % (self.password,)
|
30
33
|
return new_headers
|
31
34
|
|
32
|
-
def patch(self, url):
|
35
|
+
def patch(self, url: str) -> requests.Response:
|
33
36
|
res = requests.patch(url, headers=self.headers(), timeout=60)
|
34
37
|
res.raise_for_status()
|
35
38
|
return res
|
36
39
|
|
37
40
|
@retry()
|
38
|
-
def query(self, url, headers=None):
|
41
|
+
def query(self, url: str, headers: Headers | None = None) -> Any:
|
39
42
|
if headers is None:
|
40
43
|
headers = {}
|
41
44
|
h = self.headers(headers)
|
@@ -64,7 +67,7 @@ class RawGithubApi:
|
|
64
67
|
|
65
68
|
return result
|
66
69
|
|
67
|
-
def org_invitations(self, org):
|
70
|
+
def org_invitations(self, org: str) -> list[str]:
|
68
71
|
invitations = self.query(f"/orgs/{org}/invitations")
|
69
72
|
|
70
73
|
return [
|
@@ -73,7 +76,7 @@ class RawGithubApi:
|
|
73
76
|
if login is not None
|
74
77
|
]
|
75
78
|
|
76
|
-
def team_invitations(self, org_id, team_id):
|
79
|
+
def team_invitations(self, org_id: str, team_id: str) -> list[str]:
|
77
80
|
invitations = self.query(f"/organizations/{org_id}/team/{team_id}/invitations")
|
78
81
|
|
79
82
|
return [
|
@@ -82,10 +85,10 @@ class RawGithubApi:
|
|
82
85
|
if login is not None
|
83
86
|
]
|
84
87
|
|
85
|
-
def repo_invitations(self):
|
88
|
+
def repo_invitations(self) -> list[dict[str, Any]]:
|
86
89
|
return self.query("/user/repository_invitations")
|
87
90
|
|
88
|
-
def accept_repo_invitation(self, invitation_id):
|
91
|
+
def accept_repo_invitation(self, invitation_id: int) -> None:
|
89
92
|
url = self.BASE_URL + f"/user/repository_invitations/{invitation_id}"
|
90
93
|
res = self.patch(url)
|
91
94
|
res.raise_for_status()
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/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.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev318 → qontract_reconcile-0.10.2.dev319}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|