qontract-reconcile 0.10.2.dev296__tar.gz → 0.10.2.dev298__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.dev296 → qontract_reconcile-0.10.2.dev298}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/pyproject.toml +0 -4
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/rhcs/certs.py +45 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_rhcs_certs.py +20 -16
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_base.py +19 -5
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_mirror_org.py +14 -4
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_repos.py +1 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/password_validator.py +1 -1
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/quay_api.py +28 -16
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/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.dev298
|
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
|
@@ -287,8 +287,6 @@ module = [
|
|
287
287
|
"reconcile.utils.ocm.ocm",
|
288
288
|
"reconcile.utils.openshift_resource",
|
289
289
|
"reconcile.utils.openssl",
|
290
|
-
"reconcile.utils.password_validator",
|
291
|
-
"reconcile.utils.quay_api",
|
292
290
|
"reconcile.utils.raw_github_api",
|
293
291
|
"reconcile.utils.repo_owners",
|
294
292
|
"reconcile.utils.runtime.meta",
|
@@ -370,9 +368,7 @@ module = [
|
|
370
368
|
"reconcile.test.utils.test_oc",
|
371
369
|
"reconcile.test.utils.test_ocm",
|
372
370
|
"reconcile.test.utils.test_parse_dhms_duration",
|
373
|
-
"reconcile.test.utils.test_password_validator",
|
374
371
|
"reconcile.test.utils.test_promotion_state",
|
375
|
-
"reconcile.test.utils.test_quay_api",
|
376
372
|
"reconcile.test.utils.test_semver_helper",
|
377
373
|
"reconcile.test.utils.test_sharding",
|
378
374
|
"reconcile.test.utils.test_smtp_client",
|
@@ -61,6 +61,24 @@ query RhcsCerts {
|
|
61
61
|
annotations
|
62
62
|
}
|
63
63
|
}
|
64
|
+
sharedResources {
|
65
|
+
openshiftResources {
|
66
|
+
provider
|
67
|
+
... on NamespaceOpenshiftResourceRhcsCert_v1 {
|
68
|
+
secret_name
|
69
|
+
service_account_name
|
70
|
+
service_account_password {
|
71
|
+
... on VaultSecret_v1 {
|
72
|
+
path
|
73
|
+
field
|
74
|
+
version
|
75
|
+
}
|
76
|
+
}
|
77
|
+
auto_renew_threshold_days
|
78
|
+
annotations
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
64
82
|
cluster {
|
65
83
|
name
|
66
84
|
serverUrl
|
@@ -112,6 +130,32 @@ class NamespaceOpenshiftResourceRhcsCertV1(NamespaceOpenshiftResourceV1):
|
|
112
130
|
annotations: Optional[Json] = Field(..., alias="annotations")
|
113
131
|
|
114
132
|
|
133
|
+
class SharedResourcesV1_NamespaceOpenshiftResourceV1(ConfiguredBaseModel):
|
134
|
+
provider: str = Field(..., alias="provider")
|
135
|
+
|
136
|
+
|
137
|
+
class SharedResourcesV1_NamespaceOpenshiftResourceV1_NamespaceOpenshiftResourceRhcsCertV1_VaultSecretV1(ConfiguredBaseModel):
|
138
|
+
...
|
139
|
+
|
140
|
+
|
141
|
+
class SharedResourcesV1_NamespaceOpenshiftResourceV1_NamespaceOpenshiftResourceRhcsCertV1_VaultSecretV1_VaultSecretV1(SharedResourcesV1_NamespaceOpenshiftResourceV1_NamespaceOpenshiftResourceRhcsCertV1_VaultSecretV1):
|
142
|
+
path: str = Field(..., alias="path")
|
143
|
+
field: str = Field(..., alias="field")
|
144
|
+
version: Optional[int] = Field(..., alias="version")
|
145
|
+
|
146
|
+
|
147
|
+
class SharedResourcesV1_NamespaceOpenshiftResourceV1_NamespaceOpenshiftResourceRhcsCertV1(SharedResourcesV1_NamespaceOpenshiftResourceV1):
|
148
|
+
secret_name: str = Field(..., alias="secret_name")
|
149
|
+
service_account_name: str = Field(..., alias="service_account_name")
|
150
|
+
service_account_password: Union[SharedResourcesV1_NamespaceOpenshiftResourceV1_NamespaceOpenshiftResourceRhcsCertV1_VaultSecretV1_VaultSecretV1, SharedResourcesV1_NamespaceOpenshiftResourceV1_NamespaceOpenshiftResourceRhcsCertV1_VaultSecretV1] = Field(..., alias="service_account_password")
|
151
|
+
auto_renew_threshold_days: Optional[int] = Field(..., alias="auto_renew_threshold_days")
|
152
|
+
annotations: Optional[Json] = Field(..., alias="annotations")
|
153
|
+
|
154
|
+
|
155
|
+
class SharedResourcesV1(ConfiguredBaseModel):
|
156
|
+
openshift_resources: list[Union[SharedResourcesV1_NamespaceOpenshiftResourceV1_NamespaceOpenshiftResourceRhcsCertV1, SharedResourcesV1_NamespaceOpenshiftResourceV1]] = Field(..., alias="openshiftResources")
|
157
|
+
|
158
|
+
|
115
159
|
class DisableClusterAutomationsV1(ConfiguredBaseModel):
|
116
160
|
integrations: Optional[list[str]] = Field(..., alias="integrations")
|
117
161
|
|
@@ -132,6 +176,7 @@ class NamespaceV1(ConfiguredBaseModel):
|
|
132
176
|
delete: Optional[bool] = Field(..., alias="delete")
|
133
177
|
cluster_admin: Optional[bool] = Field(..., alias="clusterAdmin")
|
134
178
|
openshift_resources: Optional[list[Union[NamespaceOpenshiftResourceRhcsCertV1, NamespaceOpenshiftResourceV1]]] = Field(..., alias="openshiftResources")
|
179
|
+
shared_resources: Optional[list[SharedResourcesV1]] = Field(..., alias="sharedResources")
|
135
180
|
cluster: ClusterV1 = Field(..., alias="cluster")
|
136
181
|
|
137
182
|
|
@@ -2,7 +2,7 @@ import logging
|
|
2
2
|
import sys
|
3
3
|
import time
|
4
4
|
from collections.abc import Callable, Iterable, Mapping
|
5
|
-
from typing import Any
|
5
|
+
from typing import Any, cast
|
6
6
|
|
7
7
|
import reconcile.openshift_base as ob
|
8
8
|
import reconcile.openshift_resources_base as orb
|
@@ -67,20 +67,25 @@ class OpenshiftRhcsCertExpiration(GaugeMetric):
|
|
67
67
|
return "qontract_reconcile_rhcs_cert_expiration_timestamp"
|
68
68
|
|
69
69
|
|
70
|
+
def _is_rhcs_cert(obj: Any) -> bool:
|
71
|
+
return getattr(obj, "provider", None) == "rhcs-cert"
|
72
|
+
|
73
|
+
|
70
74
|
def get_namespaces_with_rhcs_certs(
|
71
|
-
query_func: Callable,
|
75
|
+
query_func: Callable,
|
76
|
+
cluster_name: Iterable[str] | None = None,
|
72
77
|
) -> list[NamespaceV1]:
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
if
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
78
|
+
result: list[NamespaceV1] = []
|
79
|
+
for ns in rhcs_certs_query(query_func=query_func).namespaces or []:
|
80
|
+
ob.aggregate_shared_resources_typed(cast("Any", ns)) # mypy: ignore[arg-type]
|
81
|
+
if (
|
82
|
+
integration_is_enabled(QONTRACT_INTEGRATION, ns.cluster)
|
83
|
+
and not bool(ns.delete)
|
84
|
+
and (not cluster_name or ns.cluster.name in cluster_name)
|
85
|
+
and any(_is_rhcs_cert(r) for r in ns.openshift_resources or [])
|
86
|
+
):
|
87
|
+
result.append(ns)
|
88
|
+
return result
|
84
89
|
|
85
90
|
|
86
91
|
def construct_rhcs_cert_oc_secret(
|
@@ -224,17 +229,16 @@ def fetch_desired_state(
|
|
224
229
|
) -> None:
|
225
230
|
vault = VaultClient()
|
226
231
|
cert_provider = get_rhcs_provider_settings(query_func=query_func)
|
227
|
-
|
228
232
|
for ns in namespaces:
|
229
233
|
for cert_resource in ns.openshift_resources or []:
|
230
|
-
if
|
234
|
+
if _is_rhcs_cert(cert_resource):
|
231
235
|
ri.add_desired_resource(
|
232
236
|
cluster=ns.cluster.name,
|
233
237
|
namespace=ns.name,
|
234
238
|
resource=fetch_openshift_resource_for_cert_resource(
|
235
239
|
dry_run,
|
236
240
|
ns,
|
237
|
-
cert_resource,
|
241
|
+
cast("NamespaceOpenshiftResourceRhcsCertV1", cert_resource),
|
238
242
|
vault,
|
239
243
|
cert_provider,
|
240
244
|
),
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_base.py
RENAMED
@@ -1,12 +1,24 @@
|
|
1
1
|
from collections import namedtuple
|
2
|
-
from typing import Any
|
2
|
+
from typing import Any, TypedDict
|
3
3
|
|
4
4
|
from reconcile import queries
|
5
5
|
from reconcile.utils.quay_api import QuayApi
|
6
6
|
from reconcile.utils.secret_reader import SecretReader
|
7
7
|
|
8
8
|
OrgKey = namedtuple("OrgKey", ["instance", "org_name"])
|
9
|
-
|
9
|
+
|
10
|
+
|
11
|
+
class OrgInfo(TypedDict):
|
12
|
+
url: str
|
13
|
+
api: QuayApi
|
14
|
+
push_token: dict[str, str] | None
|
15
|
+
teams: list[str]
|
16
|
+
managedRepos: bool
|
17
|
+
mirror: OrgKey | None
|
18
|
+
mirror_filters: dict[str, Any]
|
19
|
+
|
20
|
+
|
21
|
+
QuayApiStore = dict[OrgKey, OrgInfo]
|
10
22
|
|
11
23
|
|
12
24
|
def get_quay_api_store() -> QuayApiStore:
|
@@ -49,14 +61,16 @@ def get_quay_api_store() -> QuayApiStore:
|
|
49
61
|
else:
|
50
62
|
push_token = None
|
51
63
|
|
52
|
-
|
64
|
+
org_info: OrgInfo = {
|
53
65
|
"url": base_url,
|
54
66
|
"api": QuayApi(token, org_name, base_url=base_url),
|
55
67
|
"push_token": push_token,
|
56
|
-
"teams": org_data.get("managedTeams"),
|
57
|
-
"managedRepos": org_data.get("managedRepos"),
|
68
|
+
"teams": org_data.get("managedTeams") or [],
|
69
|
+
"managedRepos": bool(org_data.get("managedRepos")),
|
58
70
|
"mirror": mirror,
|
59
71
|
"mirror_filters": mirror_filters,
|
60
72
|
}
|
61
73
|
|
74
|
+
store[org_key] = org_info
|
75
|
+
|
62
76
|
return store
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_mirror_org.py
RENAMED
@@ -103,11 +103,16 @@ class QuayMirrorOrg:
|
|
103
103
|
|
104
104
|
quay_api = org_info["api"]
|
105
105
|
upstream_org_key = org_info["mirror"]
|
106
|
+
assert upstream_org_key is not None
|
106
107
|
upstream_org = self.quay_api_store[upstream_org_key]
|
107
108
|
upstream_quay_api = upstream_org["api"]
|
108
109
|
|
109
|
-
|
110
|
-
|
110
|
+
push_token = upstream_org["push_token"]
|
111
|
+
|
112
|
+
assert push_token is not None
|
113
|
+
|
114
|
+
username = push_token["user"]
|
115
|
+
token = push_token["token"]
|
111
116
|
|
112
117
|
org_repos = [item["name"] for item in quay_api.list_images()]
|
113
118
|
for repo in upstream_quay_api.list_images():
|
@@ -143,8 +148,11 @@ class QuayMirrorOrg:
|
|
143
148
|
org_name = org_key.org_name
|
144
149
|
|
145
150
|
server_url = org["url"]
|
146
|
-
|
147
|
-
|
151
|
+
push_token = org["push_token"]
|
152
|
+
assert push_token is not None
|
153
|
+
|
154
|
+
username = push_token["user"]
|
155
|
+
password = push_token["token"]
|
148
156
|
|
149
157
|
for item in data:
|
150
158
|
image = Image(
|
@@ -281,6 +289,8 @@ class QuayMirrorOrg:
|
|
281
289
|
"""
|
282
290
|
|
283
291
|
push_token = self.quay_api_store[org_key]["push_token"]
|
292
|
+
assert push_token is not None
|
293
|
+
|
284
294
|
username = push_token["user"]
|
285
295
|
password = push_token["token"]
|
286
296
|
return f"{username}:{password}"
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/quay_repos.py
RENAMED
@@ -230,6 +230,7 @@ def run(dry_run: bool) -> None:
|
|
230
230
|
if org_info.get("mirror"):
|
231
231
|
# ensure there are no circular mirror dependencies
|
232
232
|
mirror_org_key = org_info["mirror"]
|
233
|
+
assert mirror_org_key is not None
|
233
234
|
mirror_org = quay_api_store[mirror_org_key]
|
234
235
|
if mirror_org.get("mirror"):
|
235
236
|
logging.error(
|
@@ -29,7 +29,7 @@ class PasswordValidator:
|
|
29
29
|
self._policy_flags = policy_flags
|
30
30
|
self._mininum_length = minimum_length
|
31
31
|
|
32
|
-
def validate(self, password: str):
|
32
|
+
def validate(self, password: str) -> None:
|
33
33
|
errors: list[str] = []
|
34
34
|
|
35
35
|
if len(password) < self._mininum_length:
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/utils/quay_api.py
RENAMED
@@ -1,3 +1,5 @@
|
|
1
|
+
from typing import Any
|
2
|
+
|
1
3
|
import requests
|
2
4
|
|
3
5
|
|
@@ -8,17 +10,23 @@ class QuayTeamNotFoundError(Exception):
|
|
8
10
|
class QuayApi:
|
9
11
|
LIMIT_FOLLOWS = 15
|
10
12
|
|
11
|
-
def __init__(
|
13
|
+
def __init__(
|
14
|
+
self,
|
15
|
+
token: str,
|
16
|
+
organization: str,
|
17
|
+
base_url: str = "quay.io",
|
18
|
+
timeout: int = 60,
|
19
|
+
) -> None:
|
12
20
|
self.token = token
|
13
21
|
self.organization = organization
|
14
22
|
self.auth_header = {"Authorization": "Bearer %s" % (token,)}
|
15
|
-
self.team_members = {}
|
23
|
+
self.team_members: dict[str, Any] = {}
|
16
24
|
self.api_url = f"https://{base_url}/api/v1"
|
17
25
|
|
18
26
|
self._timeout = timeout
|
19
27
|
"""Timeout to use for HTTP calls to Quay (seconds)."""
|
20
28
|
|
21
|
-
def list_team_members(self, team, **kwargs):
|
29
|
+
def list_team_members(self, team: str, **kwargs: Any) -> list[dict]:
|
22
30
|
"""
|
23
31
|
List Quay team members.
|
24
32
|
|
@@ -52,12 +60,12 @@ class QuayApi:
|
|
52
60
|
|
53
61
|
return members_list
|
54
62
|
|
55
|
-
def user_exists(self, user):
|
63
|
+
def user_exists(self, user: str) -> bool:
|
56
64
|
url = f"{self.api_url}/users/{user}"
|
57
65
|
r = requests.get(url, headers=self.auth_header, timeout=self._timeout)
|
58
66
|
return r.ok
|
59
67
|
|
60
|
-
def remove_user_from_team(self, user, team):
|
68
|
+
def remove_user_from_team(self, user: str, team: str) -> bool:
|
61
69
|
"""Deletes an user from a team.
|
62
70
|
|
63
71
|
:raises HTTPError if there are any problems with the request
|
@@ -80,7 +88,7 @@ class QuayApi:
|
|
80
88
|
|
81
89
|
return True
|
82
90
|
|
83
|
-
def add_user_to_team(self, user, team):
|
91
|
+
def add_user_to_team(self, user: str, team: str) -> bool:
|
84
92
|
"""Adds an user to a team.
|
85
93
|
|
86
94
|
:raises HTTPError if there are any errors with the request
|
@@ -93,7 +101,9 @@ class QuayApi:
|
|
93
101
|
r.raise_for_status()
|
94
102
|
return True
|
95
103
|
|
96
|
-
def create_or_update_team(
|
104
|
+
def create_or_update_team(
|
105
|
+
self, team: str, role: str = "member", description: str | None = None
|
106
|
+
) -> None:
|
97
107
|
"""
|
98
108
|
Create or update an Organization team.
|
99
109
|
|
@@ -117,7 +127,9 @@ class QuayApi:
|
|
117
127
|
)
|
118
128
|
r.raise_for_status()
|
119
129
|
|
120
|
-
def list_images(
|
130
|
+
def list_images(
|
131
|
+
self, images: list | None = None, page: str | None = None, count: int = 0
|
132
|
+
) -> list[dict[str, Any]]:
|
121
133
|
"""
|
122
134
|
https://docs.quay.io/api/swagger/#!/repository/listRepos
|
123
135
|
|
@@ -156,7 +168,7 @@ class QuayApi:
|
|
156
168
|
return self.list_images(images, next_page, count + 1)
|
157
169
|
return images
|
158
170
|
|
159
|
-
def repo_create(self, repo_name, description, public):
|
171
|
+
def repo_create(self, repo_name: str, description: str, public: str) -> None:
|
160
172
|
"""Creates a repository called repo_name with the given description
|
161
173
|
and public flag.
|
162
174
|
|
@@ -180,14 +192,14 @@ class QuayApi:
|
|
180
192
|
)
|
181
193
|
r.raise_for_status()
|
182
194
|
|
183
|
-
def repo_delete(self, repo_name):
|
195
|
+
def repo_delete(self, repo_name: str) -> None:
|
184
196
|
url = f"{self.api_url}/repository/{self.organization}/{repo_name}"
|
185
197
|
|
186
198
|
# perform request
|
187
199
|
r = requests.delete(url, headers=self.auth_header, timeout=self._timeout)
|
188
200
|
r.raise_for_status()
|
189
201
|
|
190
|
-
def repo_update_description(self, repo_name, description):
|
202
|
+
def repo_update_description(self, repo_name: str, description: str) -> None:
|
191
203
|
url = f"{self.api_url}/repository/{self.organization}/{repo_name}"
|
192
204
|
|
193
205
|
params = {"description": description}
|
@@ -198,13 +210,13 @@ class QuayApi:
|
|
198
210
|
)
|
199
211
|
r.raise_for_status()
|
200
212
|
|
201
|
-
def repo_make_public(self, repo_name):
|
213
|
+
def repo_make_public(self, repo_name: str) -> None:
|
202
214
|
self._repo_change_visibility(repo_name, "public")
|
203
215
|
|
204
|
-
def repo_make_private(self, repo_name):
|
216
|
+
def repo_make_private(self, repo_name: str) -> None:
|
205
217
|
self._repo_change_visibility(repo_name, "private")
|
206
218
|
|
207
|
-
def _repo_change_visibility(self, repo_name, visibility):
|
219
|
+
def _repo_change_visibility(self, repo_name: str, visibility: str) -> None:
|
208
220
|
url = f"{self.api_url}/repository/{self.organization}/{repo_name}/changevisibility"
|
209
221
|
|
210
222
|
params = {"visibility": visibility}
|
@@ -215,7 +227,7 @@ class QuayApi:
|
|
215
227
|
)
|
216
228
|
r.raise_for_status()
|
217
229
|
|
218
|
-
def get_repo_team_permissions(self, repo_name, team):
|
230
|
+
def get_repo_team_permissions(self, repo_name: str, team: str) -> str | None:
|
219
231
|
url = (
|
220
232
|
f"{self.api_url}/repository/{self.organization}/"
|
221
233
|
+ f"{repo_name}/permissions/team/{team}"
|
@@ -231,7 +243,7 @@ class QuayApi:
|
|
231
243
|
|
232
244
|
return r.json().get("role") or None
|
233
245
|
|
234
|
-
def set_repo_team_permissions(self, repo_name, team, role):
|
246
|
+
def set_repo_team_permissions(self, repo_name: str, team: str, role: str) -> None:
|
235
247
|
url = (
|
236
248
|
f"{self.api_url}/repository/{self.organization}/"
|
237
249
|
+ f"{repo_name}/permissions/team/{team}"
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/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.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/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.dev296 → qontract_reconcile-0.10.2.dev298}/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.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/checkpoint.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/deadmanssnitch.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev296 → qontract_reconcile-0.10.2.dev298}/reconcile/email_sender.py
RENAMED
File without changes
|