qontract-reconcile 0.10.2.dev47__tar.gz → 0.10.2.dev49__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.dev47 → qontract_reconcile-0.10.2.dev49}/PKG-INFO +1 -1
- qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +135 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/introspection.json +159 -91
- qontract_reconcile-0.10.2.dev49/reconcile/typed_queries/fleet_labels.py +14 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/qontract_cli.py +34 -0
- qontract_reconcile-0.10.2.dev49/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gcr_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/fragments → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/fleet_labeler}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/gitlab_members → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/fragments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/glitchtip → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/gitlab_members}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/glitchtip_project_alerts → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/glitchtip}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/integrations → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/glitchtip_project_alerts}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/jenkins_configs → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/jira → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/jenkins_configs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/jira_permissions_validator → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/jira}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/jumphosts → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/jira_permissions_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/ldap_groups → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/jumphosts}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/maintenance → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/membershipsources → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/maintenance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/ocm_labels → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/ocm_oidc_idp → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/ocm_subscription_labels → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/openshift_cluster_bots → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/ocm_subscription_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/openshift_groups → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/openshift_cluster_bots}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/openshift_serviceaccount_tokens → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/openshift_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/quay_membership → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/openshift_serviceaccount_tokens}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/rhidp → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/quay_membership}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/service_dependencies → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/sharding → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/service_dependencies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/skupper_network → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/sharding}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/slack_usergroups → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/slo_documents → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/slack_usergroups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/status_board → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/slo_documents}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/statuspage → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/status_board}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/templating → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/terraform_cloudflare_dns → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/terraform_cloudflare_resources → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/terraform_cloudflare_dns}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/terraform_cloudflare_users → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/terraform_cloudflare_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/terraform_init → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/terraform_cloudflare_users}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/terraform_repo → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/terraform_resources → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/terraform_repo}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/terraform_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/unleash_feature_toggles → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/vault_instances → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/vault_policies → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/vault_instances}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/gql_definitions/vpc_peerings_validator → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/vault_policies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/jenkins → qontract_reconcile-0.10.2.dev49/reconcile/gql_definitions/vpc_peerings_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/ldap_groups → qontract_reconcile-0.10.2.dev49/reconcile/jenkins}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/ocm → qontract_reconcile-0.10.2.dev49/reconcile/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/ocm_internal_notifications → qontract_reconcile-0.10.2.dev49/reconcile/ocm}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/ocm_labels → qontract_reconcile-0.10.2.dev49/reconcile/ocm_internal_notifications}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/oum → qontract_reconcile-0.10.2.dev49/reconcile/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/prometheus_rules_tester → qontract_reconcile-0.10.2.dev49/reconcile/oum}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/rhidp → qontract_reconcile-0.10.2.dev49/reconcile/prometheus_rules_tester}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/rhidp/ocm_oidc_idp → qontract_reconcile-0.10.2.dev49/reconcile/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/rhidp/sso_client → qontract_reconcile-0.10.2.dev49/reconcile/rhidp/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/saas_auto_promotions_manager → qontract_reconcile-0.10.2.dev49/reconcile/rhidp/sso_client}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/saas_auto_promotions_manager/merge_request_manager → qontract_reconcile-0.10.2.dev49/reconcile/saas_auto_promotions_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/saas_auto_promotions_manager/utils → qontract_reconcile-0.10.2.dev49/reconcile/saas_auto_promotions_manager/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/skupper_network → qontract_reconcile-0.10.2.dev49/reconcile/saas_auto_promotions_manager/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/statuspage → qontract_reconcile-0.10.2.dev49/reconcile/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/statuspage/integrations → qontract_reconcile-0.10.2.dev49/reconcile/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/templates → qontract_reconcile-0.10.2.dev49/reconcile/statuspage/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/templating → qontract_reconcile-0.10.2.dev49/reconcile/templates}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/templating/lib → qontract_reconcile-0.10.2.dev49/reconcile/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/terraform_init → qontract_reconcile-0.10.2.dev49/reconcile/templating/lib}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/terraform_vpc_resources → qontract_reconcile-0.10.2.dev49/reconcile/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/typed_queries/app_interface_metrics_exporter → qontract_reconcile-0.10.2.dev49/reconcile/terraform_vpc_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/typed_queries/cost_report → qontract_reconcile-0.10.2.dev49/reconcile/typed_queries/app_interface_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/typed_queries/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev49/reconcile/typed_queries/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/unleash_feature_toggles → qontract_reconcile-0.10.2.dev49/reconcile/typed_queries/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils → qontract_reconcile-0.10.2.dev49/reconcile/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/acs → qontract_reconcile-0.10.2.dev49/reconcile/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/aws_api_typed → qontract_reconcile-0.10.2.dev49/reconcile/utils/acs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/cloud_resource_best_practice → qontract_reconcile-0.10.2.dev49/reconcile/utils/aws_api_typed}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/clusterhealth → qontract_reconcile-0.10.2.dev49/reconcile/utils/cloud_resource_best_practice}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/dynatrace → qontract_reconcile-0.10.2.dev49/reconcile/utils/clusterhealth}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/data_structures.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/internal_groups → qontract_reconcile-0.10.2.dev49/reconcile/utils/dynatrace}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/jinja2 → qontract_reconcile-0.10.2.dev49/reconcile/utils/internal_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/jobcontroller → qontract_reconcile-0.10.2.dev49/reconcile/utils/jinja2}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/membershipsources → qontract_reconcile-0.10.2.dev49/reconcile/utils/jobcontroller}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/merge_request_manager → qontract_reconcile-0.10.2.dev49/reconcile/utils/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/rosa → qontract_reconcile-0.10.2.dev49/reconcile/utils/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev47/reconcile/utils/terrascript → qontract_reconcile-0.10.2.dev49/reconcile/utils/rosa}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47/tools → qontract_reconcile-0.10.2.dev49/reconcile/utils/terrascript}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev47/tools/cli_commands → qontract_reconcile-0.10.2.dev49/tools}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev47/tools/cli_commands/cost_report → qontract_reconcile-0.10.2.dev49/tools/cli_commands}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev47/tools/saas_metrics_exporter → qontract_reconcile-0.10.2.dev49/tools/cli_commands/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev47/tools/saas_metrics_exporter/commit_distance → qontract_reconcile-0.10.2.dev49/tools/saas_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47/tools/saas_promotion_state → qontract_reconcile-0.10.2.dev49/tools/saas_metrics_exporter/commit_distance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/sd_app_sre_alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/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.dev49
|
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
|
@@ -0,0 +1,135 @@
|
|
1
|
+
"""
|
2
|
+
Generated by qenerate plugin=pydantic_v1. DO NOT MODIFY MANUALLY!
|
3
|
+
"""
|
4
|
+
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
5
|
+
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
6
|
+
from enum import Enum # noqa: F401 # pylint: disable=W0611
|
7
|
+
from typing import ( # noqa: F401 # pylint: disable=W0611
|
8
|
+
Any,
|
9
|
+
Optional,
|
10
|
+
Union,
|
11
|
+
)
|
12
|
+
|
13
|
+
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
14
|
+
BaseModel,
|
15
|
+
Extra,
|
16
|
+
Field,
|
17
|
+
Json,
|
18
|
+
)
|
19
|
+
|
20
|
+
from reconcile.gql_definitions.fragments.vault_secret import VaultSecret
|
21
|
+
|
22
|
+
|
23
|
+
DEFINITION = """
|
24
|
+
fragment VaultSecret on VaultSecret_v1 {
|
25
|
+
path
|
26
|
+
field
|
27
|
+
version
|
28
|
+
format
|
29
|
+
}
|
30
|
+
|
31
|
+
query FleetLabels {
|
32
|
+
fleet_labels: fleet_labels_v1 {
|
33
|
+
name
|
34
|
+
managedSubscriptionLabelPrefix
|
35
|
+
ocms {
|
36
|
+
environment {
|
37
|
+
url
|
38
|
+
}
|
39
|
+
accessTokenClientId
|
40
|
+
accessTokenClientSecret {
|
41
|
+
... VaultSecret
|
42
|
+
}
|
43
|
+
accessTokenUrl
|
44
|
+
}
|
45
|
+
labelDefaults {
|
46
|
+
name
|
47
|
+
matchSubscriptionLabels
|
48
|
+
subscriptionLabelTemplate {
|
49
|
+
path {
|
50
|
+
content
|
51
|
+
}
|
52
|
+
type
|
53
|
+
variables
|
54
|
+
}
|
55
|
+
}
|
56
|
+
clusters {
|
57
|
+
name
|
58
|
+
serverUrl
|
59
|
+
clusterId
|
60
|
+
subscriptionLabels
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
"""
|
65
|
+
|
66
|
+
|
67
|
+
class ConfiguredBaseModel(BaseModel):
|
68
|
+
class Config:
|
69
|
+
smart_union=True
|
70
|
+
extra=Extra.forbid
|
71
|
+
|
72
|
+
|
73
|
+
class OpenShiftClusterManagerEnvironmentV1(ConfiguredBaseModel):
|
74
|
+
url: str = Field(..., alias="url")
|
75
|
+
|
76
|
+
|
77
|
+
class OpenShiftClusterManagerV1(ConfiguredBaseModel):
|
78
|
+
environment: OpenShiftClusterManagerEnvironmentV1 = Field(..., alias="environment")
|
79
|
+
access_token_client_id: Optional[str] = Field(..., alias="accessTokenClientId")
|
80
|
+
access_token_client_secret: Optional[VaultSecret] = Field(..., alias="accessTokenClientSecret")
|
81
|
+
access_token_url: Optional[str] = Field(..., alias="accessTokenUrl")
|
82
|
+
|
83
|
+
|
84
|
+
class ResourceV1(ConfiguredBaseModel):
|
85
|
+
content: str = Field(..., alias="content")
|
86
|
+
|
87
|
+
|
88
|
+
class FleetSubscriptionLabelTemplateV1(ConfiguredBaseModel):
|
89
|
+
path: Optional[ResourceV1] = Field(..., alias="path")
|
90
|
+
q_type: Optional[str] = Field(..., alias="type")
|
91
|
+
variables: Optional[Json] = Field(..., alias="variables")
|
92
|
+
|
93
|
+
|
94
|
+
class FleetLabelDefaultV1(ConfiguredBaseModel):
|
95
|
+
name: str = Field(..., alias="name")
|
96
|
+
match_subscription_labels: Json = Field(..., alias="matchSubscriptionLabels")
|
97
|
+
subscription_label_template: FleetSubscriptionLabelTemplateV1 = Field(..., alias="subscriptionLabelTemplate")
|
98
|
+
|
99
|
+
|
100
|
+
class FleetClusterV1(ConfiguredBaseModel):
|
101
|
+
name: str = Field(..., alias="name")
|
102
|
+
server_url: str = Field(..., alias="serverUrl")
|
103
|
+
cluster_id: str = Field(..., alias="clusterId")
|
104
|
+
subscription_labels: Json = Field(..., alias="subscriptionLabels")
|
105
|
+
|
106
|
+
|
107
|
+
class FleetLabelsV1(ConfiguredBaseModel):
|
108
|
+
name: str = Field(..., alias="name")
|
109
|
+
managed_subscription_label_prefix: str = Field(..., alias="managedSubscriptionLabelPrefix")
|
110
|
+
ocms: list[OpenShiftClusterManagerV1] = Field(..., alias="ocms")
|
111
|
+
label_defaults: list[FleetLabelDefaultV1] = Field(..., alias="labelDefaults")
|
112
|
+
clusters: list[FleetClusterV1] = Field(..., alias="clusters")
|
113
|
+
|
114
|
+
|
115
|
+
class FleetLabelsQueryData(ConfiguredBaseModel):
|
116
|
+
fleet_labels: Optional[list[FleetLabelsV1]] = Field(..., alias="fleet_labels")
|
117
|
+
|
118
|
+
|
119
|
+
def query(query_func: Callable, **kwargs: Any) -> FleetLabelsQueryData:
|
120
|
+
"""
|
121
|
+
This is a convenience function which queries and parses the data into
|
122
|
+
concrete types. It should be compatible with most GQL clients.
|
123
|
+
You do not have to use it to consume the generated data classes.
|
124
|
+
Alternatively, you can also mime and alternate the behavior
|
125
|
+
of this function in the caller.
|
126
|
+
|
127
|
+
Parameters:
|
128
|
+
query_func (Callable): Function which queries your GQL Server
|
129
|
+
kwargs: optional arguments that will be passed to the query function
|
130
|
+
|
131
|
+
Returns:
|
132
|
+
FleetLabelsQueryData: queried data parsed into generated classes
|
133
|
+
"""
|
134
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
135
|
+
return FleetLabelsQueryData(**raw_data)
|
@@ -3757,7 +3757,7 @@
|
|
3757
3757
|
"deprecationReason": null
|
3758
3758
|
},
|
3759
3759
|
{
|
3760
|
-
"name": "
|
3760
|
+
"name": "fleet_labels_v1",
|
3761
3761
|
"description": null,
|
3762
3762
|
"args": [
|
3763
3763
|
{
|
@@ -3799,7 +3799,7 @@
|
|
3799
3799
|
"name": null,
|
3800
3800
|
"ofType": {
|
3801
3801
|
"kind": "OBJECT",
|
3802
|
-
"name": "
|
3802
|
+
"name": "FleetLabels_v1",
|
3803
3803
|
"ofType": null
|
3804
3804
|
}
|
3805
3805
|
}
|
@@ -5621,7 +5621,7 @@
|
|
5621
5621
|
},
|
5622
5622
|
{
|
5623
5623
|
"kind": "OBJECT",
|
5624
|
-
"name": "
|
5624
|
+
"name": "FleetLabels_v1",
|
5625
5625
|
"ofType": null
|
5626
5626
|
},
|
5627
5627
|
{
|
@@ -33880,6 +33880,22 @@
|
|
33880
33880
|
"isDeprecated": false,
|
33881
33881
|
"deprecationReason": null
|
33882
33882
|
},
|
33883
|
+
{
|
33884
|
+
"name": "module_default_resources",
|
33885
|
+
"description": null,
|
33886
|
+
"args": [],
|
33887
|
+
"type": {
|
33888
|
+
"kind": "NON_NULL",
|
33889
|
+
"name": null,
|
33890
|
+
"ofType": {
|
33891
|
+
"kind": "OBJECT",
|
33892
|
+
"name": "DeployResources_v1",
|
33893
|
+
"ofType": null
|
33894
|
+
}
|
33895
|
+
},
|
33896
|
+
"isDeprecated": false,
|
33897
|
+
"deprecationReason": null
|
33898
|
+
},
|
33883
33899
|
{
|
33884
33900
|
"name": "module_default_resources",
|
33885
33901
|
"description": null,
|
@@ -34097,6 +34113,18 @@
|
|
34097
34113
|
"isDeprecated": false,
|
34098
34114
|
"deprecationReason": null
|
34099
34115
|
},
|
34116
|
+
{
|
34117
|
+
"name": "resources",
|
34118
|
+
"description": null,
|
34119
|
+
"args": [],
|
34120
|
+
"type": {
|
34121
|
+
"kind": "OBJECT",
|
34122
|
+
"name": "DeployResources_v1",
|
34123
|
+
"ofType": null
|
34124
|
+
},
|
34125
|
+
"isDeprecated": false,
|
34126
|
+
"deprecationReason": null
|
34127
|
+
},
|
34100
34128
|
{
|
34101
34129
|
"name": "resources",
|
34102
34130
|
"description": null,
|
@@ -34310,7 +34338,7 @@
|
|
34310
34338
|
},
|
34311
34339
|
{
|
34312
34340
|
"kind": "OBJECT",
|
34313
|
-
"name": "
|
34341
|
+
"name": "FleetLabels_v1",
|
34314
34342
|
"description": null,
|
34315
34343
|
"fields": [
|
34316
34344
|
{
|
@@ -34374,15 +34402,39 @@
|
|
34374
34402
|
"deprecationReason": null
|
34375
34403
|
},
|
34376
34404
|
{
|
34377
|
-
"name": "
|
34405
|
+
"name": "ocms",
|
34378
34406
|
"description": null,
|
34379
34407
|
"args": [],
|
34380
34408
|
"type": {
|
34381
34409
|
"kind": "NON_NULL",
|
34382
34410
|
"name": null,
|
34383
34411
|
"ofType": {
|
34384
|
-
"kind": "
|
34385
|
-
"name":
|
34412
|
+
"kind": "LIST",
|
34413
|
+
"name": null,
|
34414
|
+
"ofType": {
|
34415
|
+
"kind": "NON_NULL",
|
34416
|
+
"name": null,
|
34417
|
+
"ofType": {
|
34418
|
+
"kind": "OBJECT",
|
34419
|
+
"name": "OpenShiftClusterManager_v1",
|
34420
|
+
"ofType": null
|
34421
|
+
}
|
34422
|
+
}
|
34423
|
+
}
|
34424
|
+
},
|
34425
|
+
"isDeprecated": false,
|
34426
|
+
"deprecationReason": null
|
34427
|
+
},
|
34428
|
+
{
|
34429
|
+
"name": "managedSubscriptionLabelPrefix",
|
34430
|
+
"description": null,
|
34431
|
+
"args": [],
|
34432
|
+
"type": {
|
34433
|
+
"kind": "NON_NULL",
|
34434
|
+
"name": null,
|
34435
|
+
"ofType": {
|
34436
|
+
"kind": "SCALAR",
|
34437
|
+
"name": "String",
|
34386
34438
|
"ofType": null
|
34387
34439
|
}
|
34388
34440
|
},
|
@@ -34404,7 +34456,7 @@
|
|
34404
34456
|
"name": null,
|
34405
34457
|
"ofType": {
|
34406
34458
|
"kind": "OBJECT",
|
34407
|
-
"name": "
|
34459
|
+
"name": "FleetLabelDefault_v1",
|
34408
34460
|
"ofType": null
|
34409
34461
|
}
|
34410
34462
|
}
|
@@ -34428,7 +34480,7 @@
|
|
34428
34480
|
"name": null,
|
34429
34481
|
"ofType": {
|
34430
34482
|
"kind": "OBJECT",
|
34431
|
-
"name": "
|
34483
|
+
"name": "FleetCluster_v1",
|
34432
34484
|
"ofType": null
|
34433
34485
|
}
|
34434
34486
|
}
|
@@ -34451,7 +34503,7 @@
|
|
34451
34503
|
},
|
34452
34504
|
{
|
34453
34505
|
"kind": "OBJECT",
|
34454
|
-
"name": "
|
34506
|
+
"name": "FleetLabelDefault_v1",
|
34455
34507
|
"description": null,
|
34456
34508
|
"fields": [
|
34457
34509
|
{
|
@@ -34471,7 +34523,7 @@
|
|
34471
34523
|
"deprecationReason": null
|
34472
34524
|
},
|
34473
34525
|
{
|
34474
|
-
"name": "
|
34526
|
+
"name": "matchSubscriptionLabels",
|
34475
34527
|
"description": null,
|
34476
34528
|
"args": [],
|
34477
34529
|
"type": {
|
@@ -34487,13 +34539,17 @@
|
|
34487
34539
|
"deprecationReason": null
|
34488
34540
|
},
|
34489
34541
|
{
|
34490
|
-
"name": "
|
34542
|
+
"name": "subscriptionLabelTemplate",
|
34491
34543
|
"description": null,
|
34492
34544
|
"args": [],
|
34493
34545
|
"type": {
|
34494
|
-
"kind": "
|
34495
|
-
"name":
|
34496
|
-
"ofType":
|
34546
|
+
"kind": "NON_NULL",
|
34547
|
+
"name": null,
|
34548
|
+
"ofType": {
|
34549
|
+
"kind": "OBJECT",
|
34550
|
+
"name": "FleetSubscriptionLabelTemplate_v1",
|
34551
|
+
"ofType": null
|
34552
|
+
}
|
34497
34553
|
},
|
34498
34554
|
"isDeprecated": false,
|
34499
34555
|
"deprecationReason": null
|
@@ -34506,7 +34562,7 @@
|
|
34506
34562
|
},
|
34507
34563
|
{
|
34508
34564
|
"kind": "OBJECT",
|
34509
|
-
"name": "
|
34565
|
+
"name": "FleetSubscriptionLabelTemplate_v1",
|
34510
34566
|
"description": null,
|
34511
34567
|
"fields": [
|
34512
34568
|
{
|
@@ -34551,6 +34607,81 @@
|
|
34551
34607
|
"enumValues": null,
|
34552
34608
|
"possibleTypes": null
|
34553
34609
|
},
|
34610
|
+
{
|
34611
|
+
"kind": "OBJECT",
|
34612
|
+
"name": "FleetCluster_v1",
|
34613
|
+
"description": null,
|
34614
|
+
"fields": [
|
34615
|
+
{
|
34616
|
+
"name": "name",
|
34617
|
+
"description": null,
|
34618
|
+
"args": [],
|
34619
|
+
"type": {
|
34620
|
+
"kind": "NON_NULL",
|
34621
|
+
"name": null,
|
34622
|
+
"ofType": {
|
34623
|
+
"kind": "SCALAR",
|
34624
|
+
"name": "String",
|
34625
|
+
"ofType": null
|
34626
|
+
}
|
34627
|
+
},
|
34628
|
+
"isDeprecated": false,
|
34629
|
+
"deprecationReason": null
|
34630
|
+
},
|
34631
|
+
{
|
34632
|
+
"name": "serverUrl",
|
34633
|
+
"description": null,
|
34634
|
+
"args": [],
|
34635
|
+
"type": {
|
34636
|
+
"kind": "NON_NULL",
|
34637
|
+
"name": null,
|
34638
|
+
"ofType": {
|
34639
|
+
"kind": "SCALAR",
|
34640
|
+
"name": "String",
|
34641
|
+
"ofType": null
|
34642
|
+
}
|
34643
|
+
},
|
34644
|
+
"isDeprecated": false,
|
34645
|
+
"deprecationReason": null
|
34646
|
+
},
|
34647
|
+
{
|
34648
|
+
"name": "clusterId",
|
34649
|
+
"description": null,
|
34650
|
+
"args": [],
|
34651
|
+
"type": {
|
34652
|
+
"kind": "NON_NULL",
|
34653
|
+
"name": null,
|
34654
|
+
"ofType": {
|
34655
|
+
"kind": "SCALAR",
|
34656
|
+
"name": "String",
|
34657
|
+
"ofType": null
|
34658
|
+
}
|
34659
|
+
},
|
34660
|
+
"isDeprecated": false,
|
34661
|
+
"deprecationReason": null
|
34662
|
+
},
|
34663
|
+
{
|
34664
|
+
"name": "subscriptionLabels",
|
34665
|
+
"description": null,
|
34666
|
+
"args": [],
|
34667
|
+
"type": {
|
34668
|
+
"kind": "NON_NULL",
|
34669
|
+
"name": null,
|
34670
|
+
"ofType": {
|
34671
|
+
"kind": "SCALAR",
|
34672
|
+
"name": "JSON",
|
34673
|
+
"ofType": null
|
34674
|
+
}
|
34675
|
+
},
|
34676
|
+
"isDeprecated": false,
|
34677
|
+
"deprecationReason": null
|
34678
|
+
}
|
34679
|
+
],
|
34680
|
+
"inputFields": null,
|
34681
|
+
"interfaces": [],
|
34682
|
+
"enumValues": null,
|
34683
|
+
"possibleTypes": null
|
34684
|
+
},
|
34554
34685
|
{
|
34555
34686
|
"kind": "OBJECT",
|
34556
34687
|
"name": "__Schema",
|
@@ -38876,81 +39007,6 @@
|
|
38876
39007
|
"enumValues": null,
|
38877
39008
|
"possibleTypes": null
|
38878
39009
|
},
|
38879
|
-
{
|
38880
|
-
"kind": "OBJECT",
|
38881
|
-
"name": "DynatraceTokenProviderCluster_v1",
|
38882
|
-
"description": null,
|
38883
|
-
"fields": [
|
38884
|
-
{
|
38885
|
-
"name": "name",
|
38886
|
-
"description": null,
|
38887
|
-
"args": [],
|
38888
|
-
"type": {
|
38889
|
-
"kind": "NON_NULL",
|
38890
|
-
"name": null,
|
38891
|
-
"ofType": {
|
38892
|
-
"kind": "SCALAR",
|
38893
|
-
"name": "String",
|
38894
|
-
"ofType": null
|
38895
|
-
}
|
38896
|
-
},
|
38897
|
-
"isDeprecated": false,
|
38898
|
-
"deprecationReason": null
|
38899
|
-
},
|
38900
|
-
{
|
38901
|
-
"name": "serverUrl",
|
38902
|
-
"description": null,
|
38903
|
-
"args": [],
|
38904
|
-
"type": {
|
38905
|
-
"kind": "NON_NULL",
|
38906
|
-
"name": null,
|
38907
|
-
"ofType": {
|
38908
|
-
"kind": "SCALAR",
|
38909
|
-
"name": "String",
|
38910
|
-
"ofType": null
|
38911
|
-
}
|
38912
|
-
},
|
38913
|
-
"isDeprecated": false,
|
38914
|
-
"deprecationReason": null
|
38915
|
-
},
|
38916
|
-
{
|
38917
|
-
"name": "serverId",
|
38918
|
-
"description": null,
|
38919
|
-
"args": [],
|
38920
|
-
"type": {
|
38921
|
-
"kind": "NON_NULL",
|
38922
|
-
"name": null,
|
38923
|
-
"ofType": {
|
38924
|
-
"kind": "SCALAR",
|
38925
|
-
"name": "String",
|
38926
|
-
"ofType": null
|
38927
|
-
}
|
38928
|
-
},
|
38929
|
-
"isDeprecated": false,
|
38930
|
-
"deprecationReason": null
|
38931
|
-
},
|
38932
|
-
{
|
38933
|
-
"name": "labels",
|
38934
|
-
"description": null,
|
38935
|
-
"args": [],
|
38936
|
-
"type": {
|
38937
|
-
"kind": "NON_NULL",
|
38938
|
-
"name": null,
|
38939
|
-
"ofType": {
|
38940
|
-
"kind": "SCALAR",
|
38941
|
-
"name": "JSON",
|
38942
|
-
"ofType": null
|
38943
|
-
}
|
38944
|
-
},
|
38945
|
-
"isDeprecated": false,
|
38946
|
-
"deprecationReason": null
|
38947
|
-
}
|
38948
|
-
],
|
38949
|
-
"inputFields": null,
|
38950
|
-
"interfaces": [],
|
38951
|
-
"enumValues": null,
|
38952
|
-
"possibleTypes": null
|
38953
|
-
},
|
38954
39010
|
{
|
38955
39011
|
"kind": "OBJECT",
|
38956
39012
|
"name": "NamespaceCNAsset_v1",
|
@@ -43350,6 +43406,18 @@
|
|
43350
43406
|
"isDeprecated": false,
|
43351
43407
|
"deprecationReason": null
|
43352
43408
|
},
|
43409
|
+
{
|
43410
|
+
"name": "resources",
|
43411
|
+
"description": null,
|
43412
|
+
"args": [],
|
43413
|
+
"type": {
|
43414
|
+
"kind": "OBJECT",
|
43415
|
+
"name": "DeployResources_v1",
|
43416
|
+
"ofType": null
|
43417
|
+
},
|
43418
|
+
"isDeprecated": false,
|
43419
|
+
"deprecationReason": null
|
43420
|
+
},
|
43353
43421
|
{
|
43354
43422
|
"name": "resources",
|
43355
43423
|
"description": null,
|
@@ -0,0 +1,14 @@
|
|
1
|
+
from reconcile.gql_definitions.fleet_labeler.fleet_labels import (
|
2
|
+
FleetLabelsV1,
|
3
|
+
query,
|
4
|
+
)
|
5
|
+
from reconcile.utils import gql
|
6
|
+
from reconcile.utils.gql import GqlApi
|
7
|
+
|
8
|
+
|
9
|
+
def get_fleet_labels(
|
10
|
+
api: GqlApi | None = None,
|
11
|
+
) -> list[FleetLabelsV1]:
|
12
|
+
api = api or gql.get_api()
|
13
|
+
data = query(api.query)
|
14
|
+
return data.fleet_labels or []
|
@@ -4510,5 +4510,39 @@ def tekton_roles_and_users(ctx, app_name):
|
|
4510
4510
|
print_output(ctx.obj["options"], results, columns)
|
4511
4511
|
|
4512
4512
|
|
4513
|
+
@get.command(
|
4514
|
+
help="Get log group storage information from CloudWatch. This is an API-intensive operation so use wisely"
|
4515
|
+
)
|
4516
|
+
@click.argument("aws-account")
|
4517
|
+
@click.pass_context
|
4518
|
+
def log_group_usage(ctx, aws_account):
|
4519
|
+
accounts = queries.get_aws_accounts(name=aws_account)
|
4520
|
+
if not accounts:
|
4521
|
+
print("no aws account found with that name")
|
4522
|
+
sys.exit(1)
|
4523
|
+
account = accounts[0]
|
4524
|
+
|
4525
|
+
settings = queries.get_app_interface_settings()
|
4526
|
+
secret_reader = SecretReader(settings=settings)
|
4527
|
+
columns = ["log_group", "stored_bytes", "retention_days"]
|
4528
|
+
results = []
|
4529
|
+
|
4530
|
+
with AWSApi(1, [account], settings, secret_reader) as aws:
|
4531
|
+
session = aws.get_session(account["name"])
|
4532
|
+
cloudwatch_client = aws.get_session_client(session, "logs")
|
4533
|
+
paginator = cloudwatch_client.get_paginator("describe_log_groups")
|
4534
|
+
for page in paginator.paginate(PaginationConfig={}):
|
4535
|
+
results.extend(
|
4536
|
+
{
|
4537
|
+
"log_group": group["logGroupName"],
|
4538
|
+
"stored_bytes": group["storedBytes"],
|
4539
|
+
"retention_days": group["retentionInDays"],
|
4540
|
+
}
|
4541
|
+
for group in page["logGroups"]
|
4542
|
+
if group["storedBytes"] != 0
|
4543
|
+
)
|
4544
|
+
print_output(ctx.obj["options"], results, columns)
|
4545
|
+
|
4546
|
+
|
4513
4547
|
if __name__ == "__main__":
|
4514
4548
|
root() # pylint: disable=no-value-for-parameter
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/acs_notifiers.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/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.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/metrics.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/node_pool_spec.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev47 → qontract_reconcile-0.10.2.dev49}/reconcile/aws_ami_share.py
RENAMED
File without changes
|