qontract-reconcile 0.10.2.dev361__py3-none-any.whl → 0.10.2.dev474__py3-none-any.whl

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.
Files changed (371) hide show
  1. {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev474.dist-info}/METADATA +14 -13
  2. {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev474.dist-info}/RECORD +371 -364
  3. {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev474.dist-info}/WHEEL +1 -1
  4. reconcile/acs_rbac.py +2 -2
  5. reconcile/aus/advanced_upgrade_service.py +18 -12
  6. reconcile/aus/aus_sts_gate_handler.py +59 -0
  7. reconcile/aus/base.py +137 -34
  8. reconcile/aus/cluster_version_data.py +15 -5
  9. reconcile/aus/models.py +3 -1
  10. reconcile/aus/ocm_addons_upgrade_scheduler_org.py +1 -0
  11. reconcile/aus/ocm_upgrade_scheduler.py +8 -1
  12. reconcile/aus/ocm_upgrade_scheduler_org.py +20 -5
  13. reconcile/aus/version_gate_approver.py +1 -16
  14. reconcile/aus/version_gates/sts_version_gate_handler.py +5 -72
  15. reconcile/automated_actions/config/integration.py +16 -4
  16. reconcile/aws_account_manager/integration.py +21 -9
  17. reconcile/aws_account_manager/reconciler.py +3 -3
  18. reconcile/aws_account_manager/utils.py +1 -1
  19. reconcile/aws_ami_cleanup/integration.py +8 -12
  20. reconcile/aws_ami_share.py +69 -62
  21. reconcile/aws_cloudwatch_log_retention/integration.py +155 -126
  22. reconcile/aws_ecr_image_pull_secrets.py +1 -1
  23. reconcile/aws_iam_keys.py +1 -0
  24. reconcile/aws_saml_idp/integration.py +12 -4
  25. reconcile/aws_saml_roles/integration.py +30 -23
  26. reconcile/aws_version_sync/integration.py +6 -12
  27. reconcile/change_owners/README.md +1 -1
  28. reconcile/change_owners/bundle.py +3 -3
  29. reconcile/change_owners/change_log_tracking.py +3 -2
  30. reconcile/change_owners/change_owners.py +108 -42
  31. reconcile/change_owners/decision.py +1 -1
  32. reconcile/change_owners/diff.py +0 -2
  33. reconcile/checkpoint.py +11 -3
  34. reconcile/cli.py +94 -11
  35. reconcile/dashdotdb_dora.py +5 -12
  36. reconcile/dashdotdb_slo.py +1 -1
  37. reconcile/database_access_manager.py +123 -117
  38. reconcile/dynatrace_token_provider/integration.py +1 -1
  39. reconcile/endpoints_discovery/integration.py +4 -1
  40. reconcile/endpoints_discovery/merge_request.py +1 -1
  41. reconcile/endpoints_discovery/merge_request_manager.py +8 -8
  42. reconcile/external_resources/factories.py +4 -6
  43. reconcile/external_resources/integration.py +1 -1
  44. reconcile/external_resources/manager.py +8 -6
  45. reconcile/external_resources/meta.py +0 -1
  46. reconcile/external_resources/metrics.py +1 -1
  47. reconcile/external_resources/model.py +19 -15
  48. reconcile/external_resources/reconciler.py +7 -4
  49. reconcile/external_resources/secrets_sync.py +6 -10
  50. reconcile/external_resources/state.py +26 -16
  51. reconcile/fleet_labeler/integration.py +1 -1
  52. reconcile/gabi_authorized_users.py +5 -2
  53. reconcile/gcp_image_mirror.py +2 -2
  54. reconcile/github_org.py +1 -1
  55. reconcile/github_owners.py +4 -0
  56. reconcile/gitlab_housekeeping.py +13 -15
  57. reconcile/gitlab_members.py +6 -12
  58. reconcile/gitlab_owners.py +15 -11
  59. reconcile/gitlab_permissions.py +8 -12
  60. reconcile/glitchtip_project_alerts/integration.py +3 -1
  61. reconcile/gql_definitions/acs/acs_instances.py +5 -5
  62. reconcile/gql_definitions/acs/acs_policies.py +5 -5
  63. reconcile/gql_definitions/acs/acs_rbac.py +5 -5
  64. reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +5 -5
  65. reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +5 -5
  66. reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +5 -5
  67. reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +5 -5
  68. reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +5 -5
  69. reconcile/gql_definitions/automated_actions/instance.py +46 -7
  70. reconcile/gql_definitions/aws_account_manager/aws_accounts.py +14 -5
  71. reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +15 -5
  72. reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +27 -66
  73. reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +15 -5
  74. reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +15 -5
  75. reconcile/gql_definitions/aws_saml_roles/roles.py +5 -5
  76. reconcile/gql_definitions/aws_version_sync/clusters.py +5 -5
  77. reconcile/gql_definitions/aws_version_sync/namespaces.py +5 -5
  78. reconcile/gql_definitions/change_owners/queries/change_types.py +5 -5
  79. reconcile/gql_definitions/change_owners/queries/self_service_roles.py +5 -5
  80. reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +5 -5
  81. reconcile/gql_definitions/common/alerting_services_settings.py +5 -5
  82. reconcile/gql_definitions/common/app_code_component_repos.py +5 -5
  83. reconcile/gql_definitions/common/app_interface_custom_messages.py +5 -5
  84. reconcile/gql_definitions/common/app_interface_dms_settings.py +5 -5
  85. reconcile/gql_definitions/common/app_interface_repo_settings.py +5 -5
  86. reconcile/gql_definitions/common/app_interface_roles.py +5 -5
  87. reconcile/gql_definitions/common/app_interface_state_settings.py +5 -5
  88. reconcile/gql_definitions/common/app_interface_vault_settings.py +5 -5
  89. reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +5 -5
  90. reconcile/gql_definitions/common/apps.py +5 -5
  91. reconcile/gql_definitions/common/aws_vpc_requests.py +18 -5
  92. reconcile/gql_definitions/common/aws_vpcs.py +5 -5
  93. reconcile/gql_definitions/common/clusters.py +7 -5
  94. reconcile/gql_definitions/common/clusters_minimal.py +5 -5
  95. reconcile/gql_definitions/common/clusters_with_dms.py +5 -5
  96. reconcile/gql_definitions/common/clusters_with_peering.py +5 -5
  97. reconcile/gql_definitions/common/github_orgs.py +5 -5
  98. reconcile/gql_definitions/common/jira_settings.py +5 -5
  99. reconcile/gql_definitions/common/jiralert_settings.py +5 -5
  100. reconcile/gql_definitions/common/ldap_settings.py +5 -5
  101. reconcile/gql_definitions/common/namespaces.py +5 -5
  102. reconcile/gql_definitions/common/namespaces_minimal.py +7 -5
  103. reconcile/gql_definitions/common/ocm_env_telemeter.py +5 -5
  104. reconcile/gql_definitions/common/ocm_environments.py +5 -5
  105. reconcile/gql_definitions/common/pagerduty_instances.py +5 -5
  106. reconcile/gql_definitions/common/pgp_reencryption_settings.py +5 -5
  107. reconcile/gql_definitions/common/pipeline_providers.py +5 -5
  108. reconcile/gql_definitions/common/quay_instances.py +5 -5
  109. reconcile/gql_definitions/common/quay_orgs.py +5 -5
  110. reconcile/gql_definitions/common/reserved_networks.py +5 -5
  111. reconcile/gql_definitions/common/rhcs_provider_settings.py +5 -5
  112. reconcile/gql_definitions/common/saas_files.py +5 -5
  113. reconcile/gql_definitions/common/saas_target_namespaces.py +5 -5
  114. reconcile/gql_definitions/common/saasherder_settings.py +5 -5
  115. reconcile/gql_definitions/common/slack_workspaces.py +5 -5
  116. reconcile/gql_definitions/common/smtp_client_settings.py +5 -5
  117. reconcile/gql_definitions/common/state_aws_account.py +5 -5
  118. reconcile/gql_definitions/common/users.py +5 -5
  119. reconcile/gql_definitions/common/users_with_paths.py +5 -5
  120. reconcile/gql_definitions/cost_report/app_names.py +5 -5
  121. reconcile/gql_definitions/cost_report/cost_namespaces.py +5 -5
  122. reconcile/gql_definitions/cost_report/settings.py +5 -5
  123. reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +5 -5
  124. reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +5 -5
  125. reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +5 -5
  126. reconcile/gql_definitions/email_sender/apps.py +5 -5
  127. reconcile/gql_definitions/email_sender/emails.py +5 -5
  128. reconcile/gql_definitions/email_sender/users.py +5 -5
  129. reconcile/gql_definitions/endpoints_discovery/apps.py +5 -5
  130. reconcile/gql_definitions/external_resources/aws_accounts.py +5 -5
  131. reconcile/gql_definitions/external_resources/external_resources_modules.py +5 -5
  132. reconcile/gql_definitions/external_resources/external_resources_namespaces.py +38 -7
  133. reconcile/gql_definitions/external_resources/external_resources_settings.py +5 -5
  134. reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +5 -5
  135. reconcile/gql_definitions/fleet_labeler/fleet_labels.py +5 -5
  136. reconcile/gql_definitions/fragments/aus_organization.py +5 -5
  137. reconcile/gql_definitions/fragments/aws_account_common.py +7 -5
  138. reconcile/gql_definitions/fragments/aws_account_managed.py +5 -5
  139. reconcile/gql_definitions/fragments/aws_account_sso.py +5 -5
  140. reconcile/gql_definitions/fragments/aws_infra_management_account.py +5 -5
  141. reconcile/gql_definitions/fragments/aws_organization.py +33 -0
  142. reconcile/gql_definitions/fragments/aws_vpc.py +5 -5
  143. reconcile/gql_definitions/fragments/aws_vpc_request.py +12 -5
  144. reconcile/gql_definitions/fragments/container_image_mirror.py +5 -5
  145. reconcile/gql_definitions/fragments/deploy_resources.py +5 -5
  146. reconcile/gql_definitions/fragments/disable.py +5 -5
  147. reconcile/gql_definitions/fragments/email_service.py +5 -5
  148. reconcile/gql_definitions/fragments/email_user.py +5 -5
  149. reconcile/gql_definitions/fragments/jumphost_common_fields.py +5 -5
  150. reconcile/gql_definitions/fragments/membership_source.py +5 -5
  151. reconcile/gql_definitions/fragments/minimal_ocm_organization.py +5 -5
  152. reconcile/gql_definitions/fragments/oc_connection_cluster.py +5 -5
  153. reconcile/gql_definitions/fragments/ocm_environment.py +5 -5
  154. reconcile/gql_definitions/fragments/pipeline_provider_retention.py +5 -5
  155. reconcile/gql_definitions/fragments/prometheus_instance.py +5 -5
  156. reconcile/gql_definitions/fragments/resource_limits_requirements.py +5 -5
  157. reconcile/gql_definitions/fragments/resource_requests_requirements.py +5 -5
  158. reconcile/gql_definitions/fragments/resource_values.py +5 -5
  159. reconcile/gql_definitions/fragments/saas_slo_document.py +5 -5
  160. reconcile/gql_definitions/fragments/saas_target_namespace.py +5 -5
  161. reconcile/gql_definitions/fragments/serviceaccount_token.py +5 -5
  162. reconcile/gql_definitions/fragments/terraform_state.py +5 -5
  163. reconcile/gql_definitions/fragments/upgrade_policy.py +5 -5
  164. reconcile/gql_definitions/fragments/user.py +5 -5
  165. reconcile/gql_definitions/fragments/vault_secret.py +5 -5
  166. reconcile/gql_definitions/gcp/gcp_docker_repos.py +5 -5
  167. reconcile/gql_definitions/gcp/gcp_projects.py +5 -5
  168. reconcile/gql_definitions/gitlab_members/gitlab_instances.py +5 -5
  169. reconcile/gql_definitions/gitlab_members/permissions.py +5 -5
  170. reconcile/gql_definitions/glitchtip/glitchtip_instance.py +5 -5
  171. reconcile/gql_definitions/glitchtip/glitchtip_project.py +5 -5
  172. reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +5 -5
  173. reconcile/gql_definitions/integrations/integrations.py +5 -5
  174. reconcile/gql_definitions/introspection.json +775 -136
  175. reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +5 -5
  176. reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +5 -5
  177. reconcile/gql_definitions/jira/jira_servers.py +5 -5
  178. reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +9 -5
  179. reconcile/gql_definitions/jumphosts/jumphosts.py +5 -5
  180. reconcile/gql_definitions/ldap_groups/roles.py +5 -5
  181. reconcile/gql_definitions/ldap_groups/settings.py +5 -5
  182. reconcile/gql_definitions/maintenance/maintenances.py +5 -5
  183. reconcile/gql_definitions/membershipsources/roles.py +5 -5
  184. reconcile/gql_definitions/ocm_labels/clusters.py +5 -5
  185. reconcile/gql_definitions/ocm_labels/organizations.py +5 -5
  186. reconcile/gql_definitions/openshift_cluster_bots/clusters.py +5 -5
  187. reconcile/gql_definitions/openshift_groups/managed_groups.py +5 -5
  188. reconcile/gql_definitions/openshift_groups/managed_roles.py +5 -5
  189. reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +5 -5
  190. reconcile/gql_definitions/quay_membership/quay_membership.py +5 -5
  191. reconcile/gql_definitions/rhcs/certs.py +25 -79
  192. reconcile/gql_definitions/rhcs/openshift_resource_rhcs_cert.py +43 -0
  193. reconcile/gql_definitions/rhidp/organizations.py +5 -5
  194. reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +5 -5
  195. reconcile/gql_definitions/service_dependencies/service_dependencies.py +5 -5
  196. reconcile/gql_definitions/sharding/aws_accounts.py +5 -5
  197. reconcile/gql_definitions/sharding/ocm_organization.py +5 -5
  198. reconcile/gql_definitions/skupper_network/site_controller_template.py +5 -5
  199. reconcile/gql_definitions/skupper_network/skupper_networks.py +5 -5
  200. reconcile/gql_definitions/slack_usergroups/clusters.py +5 -5
  201. reconcile/gql_definitions/slack_usergroups/permissions.py +5 -5
  202. reconcile/gql_definitions/slack_usergroups/users.py +5 -5
  203. reconcile/gql_definitions/slo_documents/slo_documents.py +5 -5
  204. reconcile/gql_definitions/status_board/status_board.py +5 -5
  205. reconcile/gql_definitions/statuspage/statuspages.py +5 -5
  206. reconcile/gql_definitions/templating/template_collection.py +5 -5
  207. reconcile/gql_definitions/templating/templates.py +5 -5
  208. reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +5 -5
  209. reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +5 -5
  210. reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +5 -5
  211. reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +5 -5
  212. reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +5 -5
  213. reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +5 -5
  214. reconcile/gql_definitions/terraform_init/aws_accounts.py +19 -5
  215. reconcile/gql_definitions/terraform_repo/terraform_repo.py +5 -5
  216. reconcile/gql_definitions/terraform_resources/database_access_manager.py +5 -5
  217. reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +37 -7
  218. reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +15 -5
  219. reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +5 -5
  220. reconcile/gql_definitions/vault_instances/vault_instances.py +5 -5
  221. reconcile/gql_definitions/vault_policies/vault_policies.py +5 -5
  222. reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +8 -5
  223. reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +6 -5
  224. reconcile/integrations_manager.py +3 -3
  225. reconcile/jenkins_worker_fleets.py +10 -8
  226. reconcile/jira_permissions_validator.py +237 -122
  227. reconcile/ldap_groups/integration.py +1 -1
  228. reconcile/ocm/types.py +35 -57
  229. reconcile/ocm_aws_infrastructure_access.py +1 -1
  230. reconcile/ocm_clusters.py +4 -4
  231. reconcile/ocm_labels/integration.py +3 -2
  232. reconcile/ocm_machine_pools.py +33 -27
  233. reconcile/openshift_base.py +113 -4
  234. reconcile/openshift_cluster_bots.py +1 -1
  235. reconcile/openshift_namespace_labels.py +1 -1
  236. reconcile/openshift_namespaces.py +96 -101
  237. reconcile/openshift_resources_base.py +6 -2
  238. reconcile/openshift_rhcs_certs.py +74 -37
  239. reconcile/openshift_rolebindings.py +7 -11
  240. reconcile/openshift_saas_deploy.py +4 -5
  241. reconcile/openshift_saas_deploy_change_tester.py +9 -7
  242. reconcile/openshift_saas_deploy_trigger_cleaner.py +3 -5
  243. reconcile/openshift_serviceaccount_tokens.py +2 -2
  244. reconcile/openshift_upgrade_watcher.py +4 -4
  245. reconcile/oum/labelset.py +5 -3
  246. reconcile/oum/models.py +1 -4
  247. reconcile/prometheus_rules_tester/integration.py +3 -3
  248. reconcile/quay_base.py +25 -6
  249. reconcile/quay_membership.py +55 -29
  250. reconcile/quay_mirror.py +1 -1
  251. reconcile/quay_mirror_org.py +6 -4
  252. reconcile/quay_permissions.py +81 -75
  253. reconcile/quay_repos.py +35 -37
  254. reconcile/queries.py +132 -1
  255. reconcile/rhidp/common.py +3 -5
  256. reconcile/rhidp/sso_client/base.py +16 -5
  257. reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +1 -1
  258. reconcile/saas_auto_promotions_manager/subscriber.py +4 -3
  259. reconcile/skupper_network/integration.py +2 -2
  260. reconcile/slack_usergroups.py +35 -14
  261. reconcile/sql_query.py +1 -0
  262. reconcile/status_board.py +6 -6
  263. reconcile/statuspage/atlassian.py +7 -7
  264. reconcile/statuspage/integrations/maintenances.py +4 -3
  265. reconcile/statuspage/page.py +4 -9
  266. reconcile/statuspage/status.py +5 -8
  267. reconcile/templates/rosa-classic-cluster-creation.sh.j2 +1 -1
  268. reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +1 -1
  269. reconcile/templating/lib/rendering.py +3 -3
  270. reconcile/templating/renderer.py +2 -2
  271. reconcile/templating/validator.py +4 -4
  272. reconcile/terraform_aws_route53.py +7 -1
  273. reconcile/terraform_cloudflare_dns.py +3 -3
  274. reconcile/terraform_cloudflare_resources.py +5 -5
  275. reconcile/terraform_cloudflare_users.py +3 -2
  276. reconcile/terraform_init/integration.py +187 -23
  277. reconcile/terraform_repo.py +16 -12
  278. reconcile/terraform_resources.py +6 -6
  279. reconcile/terraform_tgw_attachments.py +27 -19
  280. reconcile/terraform_users.py +7 -0
  281. reconcile/terraform_vpc_peerings.py +14 -3
  282. reconcile/terraform_vpc_resources/integration.py +20 -8
  283. reconcile/terraform_vpc_resources/merge_request.py +12 -2
  284. reconcile/terraform_vpc_resources/merge_request_manager.py +43 -19
  285. reconcile/typed_queries/aws_account_tags.py +41 -0
  286. reconcile/typed_queries/cost_report/app_names.py +1 -1
  287. reconcile/typed_queries/cost_report/cost_namespaces.py +2 -2
  288. reconcile/typed_queries/saas_files.py +20 -15
  289. reconcile/typed_queries/status_board.py +2 -2
  290. reconcile/unleash_feature_toggles/integration.py +4 -2
  291. reconcile/utils/acs/base.py +6 -3
  292. reconcile/utils/acs/policies.py +2 -2
  293. reconcile/utils/aws_api.py +51 -20
  294. reconcile/utils/aws_api_typed/api.py +38 -9
  295. reconcile/utils/aws_api_typed/cloudformation.py +149 -0
  296. reconcile/utils/aws_api_typed/logs.py +73 -0
  297. reconcile/utils/aws_api_typed/organization.py +4 -2
  298. reconcile/utils/binary.py +7 -12
  299. reconcile/utils/datetime_util.py +67 -0
  300. reconcile/utils/deadmanssnitch_api.py +1 -1
  301. reconcile/utils/differ.py +2 -3
  302. reconcile/utils/early_exit_cache.py +11 -12
  303. reconcile/utils/environ.py +5 -0
  304. reconcile/utils/expiration.py +7 -3
  305. reconcile/utils/external_resource_spec.py +2 -0
  306. reconcile/utils/filtering.py +1 -1
  307. reconcile/utils/gitlab_api.py +19 -5
  308. reconcile/utils/glitchtip/client.py +6 -2
  309. reconcile/utils/glitchtip/models.py +25 -28
  310. reconcile/utils/gql.py +4 -7
  311. reconcile/utils/helpers.py +1 -1
  312. reconcile/utils/instrumented_wrappers.py +1 -1
  313. reconcile/utils/internal_groups/client.py +2 -2
  314. reconcile/utils/internal_groups/models.py +8 -17
  315. reconcile/utils/jinja2/utils.py +6 -101
  316. reconcile/utils/jira_client.py +82 -63
  317. reconcile/utils/jjb_client.py +26 -13
  318. reconcile/utils/jobcontroller/controller.py +2 -2
  319. reconcile/utils/jobcontroller/models.py +17 -1
  320. reconcile/utils/json.py +43 -1
  321. reconcile/utils/membershipsources/app_interface_resolver.py +4 -2
  322. reconcile/utils/membershipsources/models.py +16 -23
  323. reconcile/utils/membershipsources/resolver.py +4 -2
  324. reconcile/utils/merge_request_manager/merge_request_manager.py +4 -4
  325. reconcile/utils/merge_request_manager/parser.py +6 -6
  326. reconcile/utils/metrics.py +5 -5
  327. reconcile/utils/models.py +304 -82
  328. reconcile/utils/mr/app_interface_reporter.py +2 -2
  329. reconcile/utils/mr/notificator.py +3 -3
  330. reconcile/utils/mr/update_access_report_base.py +3 -4
  331. reconcile/utils/mr/user_maintenance.py +3 -2
  332. reconcile/utils/oc.py +252 -201
  333. reconcile/utils/oc_filters.py +3 -3
  334. reconcile/utils/ocm/addons.py +0 -1
  335. reconcile/utils/ocm/base.py +17 -20
  336. reconcile/utils/ocm/cluster_groups.py +1 -1
  337. reconcile/utils/ocm/identity_providers.py +2 -2
  338. reconcile/utils/ocm/labels.py +1 -1
  339. reconcile/utils/ocm/products.py +8 -8
  340. reconcile/utils/ocm/search_filters.py +3 -6
  341. reconcile/utils/ocm/service_log.py +4 -6
  342. reconcile/utils/ocm/sre_capability_labels.py +20 -13
  343. reconcile/utils/openshift_resource.py +8 -3
  344. reconcile/utils/pagerduty_api.py +10 -7
  345. reconcile/utils/promotion_state.py +6 -11
  346. reconcile/utils/quay_api.py +74 -87
  347. reconcile/utils/raw_github_api.py +1 -1
  348. reconcile/utils/rhcsv2_certs.py +86 -23
  349. reconcile/utils/rosa/session.py +16 -0
  350. reconcile/utils/runtime/integration.py +2 -3
  351. reconcile/utils/runtime/runner.py +2 -2
  352. reconcile/utils/saasherder/interfaces.py +13 -20
  353. reconcile/utils/saasherder/models.py +23 -20
  354. reconcile/utils/saasherder/saasherder.py +50 -27
  355. reconcile/utils/slack_api.py +2 -2
  356. reconcile/utils/sloth.py +171 -2
  357. reconcile/utils/structs.py +1 -1
  358. reconcile/utils/terraform_client.py +5 -4
  359. reconcile/utils/terrascript_aws_client.py +274 -124
  360. reconcile/utils/unleash/server.py +2 -8
  361. reconcile/utils/vault.py +5 -12
  362. reconcile/utils/vcs.py +8 -8
  363. reconcile/vault_replication.py +107 -42
  364. reconcile/vpc_peerings_validator.py +13 -0
  365. tools/app_interface_reporter.py +4 -4
  366. tools/cli_commands/cost_report/cost_management_api.py +3 -3
  367. tools/cli_commands/cost_report/view.py +7 -6
  368. tools/cli_commands/erv2.py +1 -1
  369. tools/qontract_cli.py +28 -17
  370. tools/template_validation.py +3 -1
  371. {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev474.dist-info}/entry_points.txt +0 -0
@@ -4532,6 +4532,11 @@
4532
4532
  "name": "ContainerImageMirror_v1",
4533
4533
  "ofType": null
4534
4534
  },
4535
+ {
4536
+ "kind": "OBJECT",
4537
+ "name": "AppQuayRepos_v1",
4538
+ "ofType": null
4539
+ },
4535
4540
  {
4536
4541
  "kind": "OBJECT",
4537
4542
  "name": "QuayOrg_v1",
@@ -4542,11 +4547,21 @@
4542
4547
  "name": "QuayInstance_v1",
4543
4548
  "ofType": null
4544
4549
  },
4550
+ {
4551
+ "kind": "OBJECT",
4552
+ "name": "PermissionQuayOrgTeam_v1",
4553
+ "ofType": null
4554
+ },
4545
4555
  {
4546
4556
  "kind": "OBJECT",
4547
4557
  "name": "AppEscalationPolicy_v1",
4548
4558
  "ofType": null
4549
4559
  },
4560
+ {
4561
+ "kind": "OBJECT",
4562
+ "name": "PermissionSlackUsergroup_v1",
4563
+ "ofType": null
4564
+ },
4550
4565
  {
4551
4566
  "kind": "OBJECT",
4552
4567
  "name": "SlackWorkspace_v1",
@@ -4662,6 +4677,11 @@
4662
4677
  "name": "AutomatedActionsInstance_v1",
4663
4678
  "ofType": null
4664
4679
  },
4680
+ {
4681
+ "kind": "OBJECT",
4682
+ "name": "PermissionAutomatedActions_v1",
4683
+ "ofType": null
4684
+ },
4665
4685
  {
4666
4686
  "kind": "OBJECT",
4667
4687
  "name": "AWSVPC_v1",
@@ -4692,6 +4712,11 @@
4692
4712
  "name": "VaultAuth_v1",
4693
4713
  "ofType": null
4694
4714
  },
4715
+ {
4716
+ "kind": "OBJECT",
4717
+ "name": "PermissionGithubOrgTeam_v1",
4718
+ "ofType": null
4719
+ },
4695
4720
  {
4696
4721
  "kind": "OBJECT",
4697
4722
  "name": "VaultPolicy_v1",
@@ -4747,6 +4772,11 @@
4747
4772
  "name": "UnleashProject_v1",
4748
4773
  "ofType": null
4749
4774
  },
4775
+ {
4776
+ "kind": "OBJECT",
4777
+ "name": "FeatureToggleUnleash_v1",
4778
+ "ofType": null
4779
+ },
4750
4780
  {
4751
4781
  "kind": "OBJECT",
4752
4782
  "name": "ResourceTemplateTest_v1",
@@ -4832,10 +4862,95 @@
4832
4862
  "name": "SaasResourceTemplateTargetReference_v2",
4833
4863
  "ofType": null
4834
4864
  },
4865
+ {
4866
+ "kind": "OBJECT",
4867
+ "name": "PipelinesProviderTekton_v1",
4868
+ "ofType": null
4869
+ },
4835
4870
  {
4836
4871
  "kind": "OBJECT",
4837
4872
  "name": "PipelinesProviderTektonProviderDefaults_v1",
4838
4873
  "ofType": null
4874
+ },
4875
+ {
4876
+ "kind": "OBJECT",
4877
+ "name": "OidcPermissionVault_v1",
4878
+ "ofType": null
4879
+ },
4880
+ {
4881
+ "kind": "OBJECT",
4882
+ "name": "OidcPermissionAcs_v1",
4883
+ "ofType": null
4884
+ },
4885
+ {
4886
+ "kind": "OBJECT",
4887
+ "name": "PermissionGithubOrg_v1",
4888
+ "ofType": null
4889
+ },
4890
+ {
4891
+ "kind": "OBJECT",
4892
+ "name": "PermissionJenkinsRole_v1",
4893
+ "ofType": null
4894
+ },
4895
+ {
4896
+ "kind": "OBJECT",
4897
+ "name": "PermissionGitlabGroupMembership_v1",
4898
+ "ofType": null
4899
+ },
4900
+ {
4901
+ "kind": "OBJECT",
4902
+ "name": "EndpointMonitoringProviderBlackboxExporter_v1",
4903
+ "ofType": null
4904
+ },
4905
+ {
4906
+ "kind": "OBJECT",
4907
+ "name": "EndpointMonitoringProviderSignalFx_v1",
4908
+ "ofType": null
4909
+ },
4910
+ {
4911
+ "kind": "OBJECT",
4912
+ "name": "AutomatedActionActionList_v1",
4913
+ "ofType": null
4914
+ },
4915
+ {
4916
+ "kind": "OBJECT",
4917
+ "name": "AutomatedActionCreateToken_v1",
4918
+ "ofType": null
4919
+ },
4920
+ {
4921
+ "kind": "OBJECT",
4922
+ "name": "AutomatedActionExternalResourceFlushElastiCache_v1",
4923
+ "ofType": null
4924
+ },
4925
+ {
4926
+ "kind": "OBJECT",
4927
+ "name": "AutomatedActionExternalResourceRdsReboot_v1",
4928
+ "ofType": null
4929
+ },
4930
+ {
4931
+ "kind": "OBJECT",
4932
+ "name": "AutomatedActionExternalResourceRdsSnapshot_v1",
4933
+ "ofType": null
4934
+ },
4935
+ {
4936
+ "kind": "OBJECT",
4937
+ "name": "AutomatedActionNoOp_v1",
4938
+ "ofType": null
4939
+ },
4940
+ {
4941
+ "kind": "OBJECT",
4942
+ "name": "AutomatedActionOpenshiftTriggerCronjob_v1",
4943
+ "ofType": null
4944
+ },
4945
+ {
4946
+ "kind": "OBJECT",
4947
+ "name": "AutomatedActionOpenshiftWorkloadDelete_v1",
4948
+ "ofType": null
4949
+ },
4950
+ {
4951
+ "kind": "OBJECT",
4952
+ "name": "AutomatedActionOpenshiftWorkloadRestart_v1",
4953
+ "ofType": null
4839
4954
  }
4840
4955
  ]
4841
4956
  },
@@ -5569,6 +5684,18 @@
5569
5684
  "isDeprecated": false,
5570
5685
  "deprecationReason": null
5571
5686
  },
5687
+ {
5688
+ "name": "managedByExternal",
5689
+ "description": null,
5690
+ "args": [],
5691
+ "type": {
5692
+ "kind": "SCALAR",
5693
+ "name": "Boolean",
5694
+ "ofType": null
5695
+ },
5696
+ "isDeprecated": false,
5697
+ "deprecationReason": null
5698
+ },
5572
5699
  {
5573
5700
  "name": "managedRoles",
5574
5701
  "description": null,
@@ -6362,6 +6489,18 @@
6362
6489
  "isDeprecated": false,
6363
6490
  "deprecationReason": null
6364
6491
  },
6492
+ {
6493
+ "name": "allowedToBypassPublicPeeringRestriction",
6494
+ "description": null,
6495
+ "args": [],
6496
+ "type": {
6497
+ "kind": "SCALAR",
6498
+ "name": "Boolean",
6499
+ "ofType": null
6500
+ },
6501
+ "isDeprecated": false,
6502
+ "deprecationReason": null
6503
+ },
6365
6504
  {
6366
6505
  "name": "namespaces",
6367
6506
  "description": null,
@@ -16569,13 +16708,9 @@
16569
16708
  "description": null,
16570
16709
  "args": [],
16571
16710
  "type": {
16572
- "kind": "NON_NULL",
16573
- "name": null,
16574
- "ofType": {
16575
- "kind": "SCALAR",
16576
- "name": "String",
16577
- "ofType": null
16578
- }
16711
+ "kind": "SCALAR",
16712
+ "name": "String",
16713
+ "ofType": null
16579
16714
  },
16580
16715
  "isDeprecated": false,
16581
16716
  "deprecationReason": null
@@ -17090,6 +17225,18 @@
17090
17225
  "isDeprecated": false,
17091
17226
  "deprecationReason": null
17092
17227
  },
17228
+ {
17229
+ "name": "costCenter",
17230
+ "description": null,
17231
+ "args": [],
17232
+ "type": {
17233
+ "kind": "SCALAR",
17234
+ "name": "String",
17235
+ "ofType": null
17236
+ },
17237
+ "isDeprecated": false,
17238
+ "deprecationReason": null
17239
+ },
17093
17240
  {
17094
17241
  "name": "namespaces",
17095
17242
  "description": null,
@@ -17709,15 +17856,15 @@
17709
17856
  "description": null,
17710
17857
  "fields": [
17711
17858
  {
17712
- "name": "org",
17859
+ "name": "path",
17713
17860
  "description": null,
17714
17861
  "args": [],
17715
17862
  "type": {
17716
17863
  "kind": "NON_NULL",
17717
17864
  "name": null,
17718
17865
  "ofType": {
17719
- "kind": "OBJECT",
17720
- "name": "QuayOrg_v1",
17866
+ "kind": "SCALAR",
17867
+ "name": "String",
17721
17868
  "ofType": null
17722
17869
  }
17723
17870
  },
@@ -17725,27 +17872,39 @@
17725
17872
  "deprecationReason": null
17726
17873
  },
17727
17874
  {
17728
- "name": "teams",
17875
+ "name": "schema",
17729
17876
  "description": null,
17730
17877
  "args": [],
17731
17878
  "type": {
17732
- "kind": "LIST",
17879
+ "kind": "NON_NULL",
17733
17880
  "name": null,
17734
17881
  "ofType": {
17735
- "kind": "NON_NULL",
17736
- "name": null,
17737
- "ofType": {
17738
- "kind": "OBJECT",
17739
- "name": "AppQuayReposTeams_v1",
17740
- "ofType": null
17741
- }
17882
+ "kind": "SCALAR",
17883
+ "name": "String",
17884
+ "ofType": null
17742
17885
  }
17743
17886
  },
17744
17887
  "isDeprecated": false,
17745
17888
  "deprecationReason": null
17746
17889
  },
17747
17890
  {
17748
- "name": "notifications",
17891
+ "name": "org",
17892
+ "description": null,
17893
+ "args": [],
17894
+ "type": {
17895
+ "kind": "NON_NULL",
17896
+ "name": null,
17897
+ "ofType": {
17898
+ "kind": "OBJECT",
17899
+ "name": "QuayOrg_v1",
17900
+ "ofType": null
17901
+ }
17902
+ },
17903
+ "isDeprecated": false,
17904
+ "deprecationReason": null
17905
+ },
17906
+ {
17907
+ "name": "teams",
17749
17908
  "description": null,
17750
17909
  "args": [],
17751
17910
  "type": {
@@ -17756,7 +17915,7 @@
17756
17915
  "name": null,
17757
17916
  "ofType": {
17758
17917
  "kind": "OBJECT",
17759
- "name": "AppQuayReposNotifications_v1",
17918
+ "name": "AppQuayReposTeams_v1",
17760
17919
  "ofType": null
17761
17920
  }
17762
17921
  }
@@ -17790,7 +17949,13 @@
17790
17949
  }
17791
17950
  ],
17792
17951
  "inputFields": null,
17793
- "interfaces": [],
17952
+ "interfaces": [
17953
+ {
17954
+ "kind": "INTERFACE",
17955
+ "name": "DatafileObject_v1",
17956
+ "ofType": null
17957
+ }
17958
+ ],
17794
17959
  "enumValues": null,
17795
17960
  "possibleTypes": null
17796
17961
  },
@@ -18398,6 +18563,11 @@
18398
18563
  "kind": "INTERFACE",
18399
18564
  "name": "Permission_v1",
18400
18565
  "ofType": null
18566
+ },
18567
+ {
18568
+ "kind": "INTERFACE",
18569
+ "name": "DatafileObject_v1",
18570
+ "ofType": null
18401
18571
  }
18402
18572
  ],
18403
18573
  "enumValues": null,
@@ -18405,11 +18575,11 @@
18405
18575
  },
18406
18576
  {
18407
18577
  "kind": "OBJECT",
18408
- "name": "AppQuayReposNotifications_v1",
18578
+ "name": "AppQuayReposItems_v1",
18409
18579
  "description": null,
18410
18580
  "fields": [
18411
18581
  {
18412
- "name": "event",
18582
+ "name": "name",
18413
18583
  "description": null,
18414
18584
  "args": [],
18415
18585
  "type": {
@@ -18425,19 +18595,7 @@
18425
18595
  "deprecationReason": null
18426
18596
  },
18427
18597
  {
18428
- "name": "severity",
18429
- "description": null,
18430
- "args": [],
18431
- "type": {
18432
- "kind": "SCALAR",
18433
- "name": "String",
18434
- "ofType": null
18435
- },
18436
- "isDeprecated": false,
18437
- "deprecationReason": null
18438
- },
18439
- {
18440
- "name": "method",
18598
+ "name": "description",
18441
18599
  "description": null,
18442
18600
  "args": [],
18443
18601
  "type": {
@@ -18453,15 +18611,15 @@
18453
18611
  "deprecationReason": null
18454
18612
  },
18455
18613
  {
18456
- "name": "escalationPolicy",
18614
+ "name": "public",
18457
18615
  "description": null,
18458
18616
  "args": [],
18459
18617
  "type": {
18460
18618
  "kind": "NON_NULL",
18461
18619
  "name": null,
18462
18620
  "ofType": {
18463
- "kind": "OBJECT",
18464
- "name": "AppEscalationPolicy_v1",
18621
+ "kind": "SCALAR",
18622
+ "name": "Boolean",
18465
18623
  "ofType": null
18466
18624
  }
18467
18625
  },
@@ -18469,12 +18627,12 @@
18469
18627
  "deprecationReason": null
18470
18628
  },
18471
18629
  {
18472
- "name": "verificationMethod",
18630
+ "name": "mirror",
18473
18631
  "description": null,
18474
18632
  "args": [],
18475
18633
  "type": {
18476
18634
  "kind": "OBJECT",
18477
- "name": "AppQuayReposNotificationVerificationMethod_v1",
18635
+ "name": "ContainerImageMirror_v1",
18478
18636
  "ofType": null
18479
18637
  },
18480
18638
  "isDeprecated": false,
@@ -19006,6 +19164,11 @@
19006
19164
  "kind": "INTERFACE",
19007
19165
  "name": "Permission_v1",
19008
19166
  "ofType": null
19167
+ },
19168
+ {
19169
+ "kind": "INTERFACE",
19170
+ "name": "DatafileObject_v1",
19171
+ "ofType": null
19009
19172
  }
19010
19173
  ],
19011
19174
  "enumValues": null,
@@ -19992,6 +20155,18 @@
19992
20155
  "isDeprecated": false,
19993
20156
  "deprecationReason": null
19994
20157
  },
20158
+ {
20159
+ "name": "email",
20160
+ "description": null,
20161
+ "args": [],
20162
+ "type": {
20163
+ "kind": "OBJECT",
20164
+ "name": "VaultSecret_v1",
20165
+ "ofType": null
20166
+ },
20167
+ "isDeprecated": false,
20168
+ "deprecationReason": null
20169
+ },
19995
20170
  {
19996
20171
  "name": "token",
19997
20172
  "description": null,
@@ -20709,100 +20884,6 @@
20709
20884
  }
20710
20885
  ]
20711
20886
  },
20712
- {
20713
- "kind": "OBJECT",
20714
- "name": "AppQuayReposNotificationVerificationMethod_v1",
20715
- "description": null,
20716
- "fields": [
20717
- {
20718
- "name": "jiraBoard",
20719
- "description": null,
20720
- "args": [],
20721
- "type": {
20722
- "kind": "OBJECT",
20723
- "name": "JiraBoard_v1",
20724
- "ofType": null
20725
- },
20726
- "isDeprecated": false,
20727
- "deprecationReason": null
20728
- }
20729
- ],
20730
- "inputFields": null,
20731
- "interfaces": [],
20732
- "enumValues": null,
20733
- "possibleTypes": null
20734
- },
20735
- {
20736
- "kind": "OBJECT",
20737
- "name": "AppQuayReposItems_v1",
20738
- "description": null,
20739
- "fields": [
20740
- {
20741
- "name": "name",
20742
- "description": null,
20743
- "args": [],
20744
- "type": {
20745
- "kind": "NON_NULL",
20746
- "name": null,
20747
- "ofType": {
20748
- "kind": "SCALAR",
20749
- "name": "String",
20750
- "ofType": null
20751
- }
20752
- },
20753
- "isDeprecated": false,
20754
- "deprecationReason": null
20755
- },
20756
- {
20757
- "name": "description",
20758
- "description": null,
20759
- "args": [],
20760
- "type": {
20761
- "kind": "NON_NULL",
20762
- "name": null,
20763
- "ofType": {
20764
- "kind": "SCALAR",
20765
- "name": "String",
20766
- "ofType": null
20767
- }
20768
- },
20769
- "isDeprecated": false,
20770
- "deprecationReason": null
20771
- },
20772
- {
20773
- "name": "public",
20774
- "description": null,
20775
- "args": [],
20776
- "type": {
20777
- "kind": "NON_NULL",
20778
- "name": null,
20779
- "ofType": {
20780
- "kind": "SCALAR",
20781
- "name": "Boolean",
20782
- "ofType": null
20783
- }
20784
- },
20785
- "isDeprecated": false,
20786
- "deprecationReason": null
20787
- },
20788
- {
20789
- "name": "mirror",
20790
- "description": null,
20791
- "args": [],
20792
- "type": {
20793
- "kind": "OBJECT",
20794
- "name": "ContainerImageMirror_v1",
20795
- "ofType": null
20796
- },
20797
- "isDeprecated": false,
20798
- "deprecationReason": null
20799
- }
20800
- ],
20801
- "inputFields": null,
20802
- "interfaces": [],
20803
- "enumValues": null,
20804
- "possibleTypes": null
20805
- },
20806
20887
  {
20807
20888
  "kind": "OBJECT",
20808
20889
  "name": "AppEndPoints_v1",
@@ -27668,6 +27749,11 @@
27668
27749
  "name": "AutomatedActionNoOp_v1",
27669
27750
  "ofType": null
27670
27751
  },
27752
+ {
27753
+ "kind": "OBJECT",
27754
+ "name": "AutomatedActionOpenshiftTriggerCronjob_v1",
27755
+ "ofType": null
27756
+ },
27671
27757
  {
27672
27758
  "kind": "OBJECT",
27673
27759
  "name": "AutomatedActionOpenshiftWorkloadDelete_v1",
@@ -27828,6 +27914,11 @@
27828
27914
  "kind": "INTERFACE",
27829
27915
  "name": "Permission_v1",
27830
27916
  "ofType": null
27917
+ },
27918
+ {
27919
+ "kind": "INTERFACE",
27920
+ "name": "DatafileObject_v1",
27921
+ "ofType": null
27831
27922
  }
27832
27923
  ],
27833
27924
  "enumValues": null,
@@ -29389,6 +29480,11 @@
29389
29480
  "kind": "INTERFACE",
29390
29481
  "name": "Permission_v1",
29391
29482
  "ofType": null
29483
+ },
29484
+ {
29485
+ "kind": "INTERFACE",
29486
+ "name": "DatafileObject_v1",
29487
+ "ofType": null
29392
29488
  }
29393
29489
  ],
29394
29490
  "enumValues": null,
@@ -32057,6 +32153,11 @@
32057
32153
  "kind": "INTERFACE",
32058
32154
  "name": "FeatureToggle_v1",
32059
32155
  "ofType": null
32156
+ },
32157
+ {
32158
+ "kind": "INTERFACE",
32159
+ "name": "DatafileObject_v1",
32160
+ "ofType": null
32060
32161
  }
32061
32162
  ],
32062
32163
  "enumValues": null,
@@ -41565,6 +41666,18 @@
41565
41666
  "isDeprecated": false,
41566
41667
  "deprecationReason": null
41567
41668
  },
41669
+ {
41670
+ "name": "certificate_format",
41671
+ "description": null,
41672
+ "args": [],
41673
+ "type": {
41674
+ "kind": "SCALAR",
41675
+ "name": "String",
41676
+ "ofType": null
41677
+ },
41678
+ "isDeprecated": false,
41679
+ "deprecationReason": null
41680
+ },
41568
41681
  {
41569
41682
  "name": "annotations",
41570
41683
  "description": null,
@@ -41969,6 +42082,11 @@
41969
42082
  "name": "NamespaceTerraformResourceRDS_v1",
41970
42083
  "ofType": null
41971
42084
  },
42085
+ {
42086
+ "kind": "OBJECT",
42087
+ "name": "NamespaceTerraformResourceRDSProxy_v1",
42088
+ "ofType": null
42089
+ },
41972
42090
  {
41973
42091
  "kind": "OBJECT",
41974
42092
  "name": "NamespaceTerraformResourceS3_v1",
@@ -44292,6 +44410,18 @@
44292
44410
  },
44293
44411
  "isDeprecated": false,
44294
44412
  "deprecationReason": null
44413
+ },
44414
+ {
44415
+ "name": "secret_format",
44416
+ "description": null,
44417
+ "args": [],
44418
+ "type": {
44419
+ "kind": "SCALAR",
44420
+ "name": "JSON",
44421
+ "ofType": null
44422
+ },
44423
+ "isDeprecated": false,
44424
+ "deprecationReason": null
44295
44425
  }
44296
44426
  ],
44297
44427
  "inputFields": null,
@@ -45546,6 +45676,179 @@
45546
45676
  "enumValues": null,
45547
45677
  "possibleTypes": null
45548
45678
  },
45679
+ {
45680
+ "kind": "OBJECT",
45681
+ "name": "NamespaceTerraformResourceRDSProxy_v1",
45682
+ "description": null,
45683
+ "fields": [
45684
+ {
45685
+ "name": "provider",
45686
+ "description": null,
45687
+ "args": [],
45688
+ "type": {
45689
+ "kind": "NON_NULL",
45690
+ "name": null,
45691
+ "ofType": {
45692
+ "kind": "SCALAR",
45693
+ "name": "String",
45694
+ "ofType": null
45695
+ }
45696
+ },
45697
+ "isDeprecated": false,
45698
+ "deprecationReason": null
45699
+ },
45700
+ {
45701
+ "name": "region",
45702
+ "description": null,
45703
+ "args": [],
45704
+ "type": {
45705
+ "kind": "SCALAR",
45706
+ "name": "String",
45707
+ "ofType": null
45708
+ },
45709
+ "isDeprecated": false,
45710
+ "deprecationReason": null
45711
+ },
45712
+ {
45713
+ "name": "identifier",
45714
+ "description": null,
45715
+ "args": [],
45716
+ "type": {
45717
+ "kind": "NON_NULL",
45718
+ "name": null,
45719
+ "ofType": {
45720
+ "kind": "SCALAR",
45721
+ "name": "String",
45722
+ "ofType": null
45723
+ }
45724
+ },
45725
+ "isDeprecated": false,
45726
+ "deprecationReason": null
45727
+ },
45728
+ {
45729
+ "name": "defaults",
45730
+ "description": null,
45731
+ "args": [],
45732
+ "type": {
45733
+ "kind": "NON_NULL",
45734
+ "name": null,
45735
+ "ofType": {
45736
+ "kind": "SCALAR",
45737
+ "name": "String",
45738
+ "ofType": null
45739
+ }
45740
+ },
45741
+ "isDeprecated": false,
45742
+ "deprecationReason": null
45743
+ },
45744
+ {
45745
+ "name": "overrides",
45746
+ "description": null,
45747
+ "args": [],
45748
+ "type": {
45749
+ "kind": "SCALAR",
45750
+ "name": "JSON",
45751
+ "ofType": null
45752
+ },
45753
+ "isDeprecated": false,
45754
+ "deprecationReason": null
45755
+ },
45756
+ {
45757
+ "name": "output_resource_name",
45758
+ "description": null,
45759
+ "args": [],
45760
+ "type": {
45761
+ "kind": "SCALAR",
45762
+ "name": "String",
45763
+ "ofType": null
45764
+ },
45765
+ "isDeprecated": false,
45766
+ "deprecationReason": null
45767
+ },
45768
+ {
45769
+ "name": "output_format",
45770
+ "description": null,
45771
+ "args": [],
45772
+ "type": {
45773
+ "kind": "INTERFACE",
45774
+ "name": "NamespaceTerraformResourceOutputFormat_v1",
45775
+ "ofType": null
45776
+ },
45777
+ "isDeprecated": false,
45778
+ "deprecationReason": null
45779
+ },
45780
+ {
45781
+ "name": "annotations",
45782
+ "description": null,
45783
+ "args": [],
45784
+ "type": {
45785
+ "kind": "SCALAR",
45786
+ "name": "JSON",
45787
+ "ofType": null
45788
+ },
45789
+ "isDeprecated": false,
45790
+ "deprecationReason": null
45791
+ },
45792
+ {
45793
+ "name": "managed_by_erv2",
45794
+ "description": null,
45795
+ "args": [],
45796
+ "type": {
45797
+ "kind": "SCALAR",
45798
+ "name": "Boolean",
45799
+ "ofType": null
45800
+ },
45801
+ "isDeprecated": false,
45802
+ "deprecationReason": null
45803
+ },
45804
+ {
45805
+ "name": "delete",
45806
+ "description": null,
45807
+ "args": [],
45808
+ "type": {
45809
+ "kind": "SCALAR",
45810
+ "name": "Boolean",
45811
+ "ofType": null
45812
+ },
45813
+ "isDeprecated": false,
45814
+ "deprecationReason": null
45815
+ },
45816
+ {
45817
+ "name": "module_overrides",
45818
+ "description": null,
45819
+ "args": [],
45820
+ "type": {
45821
+ "kind": "OBJECT",
45822
+ "name": "ExternalResourcesModuleOverrides_v1",
45823
+ "ofType": null
45824
+ },
45825
+ "isDeprecated": false,
45826
+ "deprecationReason": null
45827
+ },
45828
+ {
45829
+ "name": "tags",
45830
+ "description": null,
45831
+ "args": [],
45832
+ "type": {
45833
+ "kind": "SCALAR",
45834
+ "name": "JSON",
45835
+ "ofType": null
45836
+ },
45837
+ "isDeprecated": false,
45838
+ "deprecationReason": null
45839
+ }
45840
+ ],
45841
+ "inputFields": null,
45842
+ "interfaces": [
45843
+ {
45844
+ "kind": "INTERFACE",
45845
+ "name": "NamespaceTerraformResourceAWS_v1",
45846
+ "ofType": null
45847
+ }
45848
+ ],
45849
+ "enumValues": null,
45850
+ "possibleTypes": null
45851
+ },
45549
45852
  {
45550
45853
  "kind": "OBJECT",
45551
45854
  "name": "NamespaceTerraformResourceS3_v1",
@@ -47386,6 +47689,18 @@
47386
47689
  },
47387
47690
  "isDeprecated": false,
47388
47691
  "deprecationReason": null
47692
+ },
47693
+ {
47694
+ "name": "bucket_policy",
47695
+ "description": null,
47696
+ "args": [],
47697
+ "type": {
47698
+ "kind": "SCALAR",
47699
+ "name": "JSON",
47700
+ "ofType": null
47701
+ },
47702
+ "isDeprecated": false,
47703
+ "deprecationReason": null
47389
47704
  }
47390
47705
  ],
47391
47706
  "inputFields": null,
@@ -47995,6 +48310,18 @@
47995
48310
  "isDeprecated": false,
47996
48311
  "deprecationReason": null
47997
48312
  },
48313
+ {
48314
+ "name": "policy",
48315
+ "description": null,
48316
+ "args": [],
48317
+ "type": {
48318
+ "kind": "SCALAR",
48319
+ "name": "JSON",
48320
+ "ofType": null
48321
+ },
48322
+ "isDeprecated": false,
48323
+ "deprecationReason": null
48324
+ },
47998
48325
  {
47999
48326
  "name": "output_resource_name",
48000
48327
  "description": null,
@@ -50286,6 +50613,29 @@
50286
50613
  "enumValues": null,
50287
50614
  "possibleTypes": null
50288
50615
  },
50616
+ {
50617
+ "kind": "OBJECT",
50618
+ "name": "AppQuayReposNotificationVerificationMethod_v1",
50619
+ "description": null,
50620
+ "fields": [
50621
+ {
50622
+ "name": "jiraBoard",
50623
+ "description": null,
50624
+ "args": [],
50625
+ "type": {
50626
+ "kind": "OBJECT",
50627
+ "name": "JiraBoard_v1",
50628
+ "ofType": null
50629
+ },
50630
+ "isDeprecated": false,
50631
+ "deprecationReason": null
50632
+ }
50633
+ ],
50634
+ "inputFields": null,
50635
+ "interfaces": [],
50636
+ "enumValues": null,
50637
+ "possibleTypes": null
50638
+ },
50289
50639
  {
50290
50640
  "kind": "OBJECT",
50291
50641
  "name": "SaasResourceTemplateTargetReference_v2",
@@ -50584,6 +50934,11 @@
50584
50934
  "kind": "INTERFACE",
50585
50935
  "name": "PipelinesProvider_v1",
50586
50936
  "ofType": null
50937
+ },
50938
+ {
50939
+ "kind": "INTERFACE",
50940
+ "name": "DatafileObject_v1",
50941
+ "ofType": null
50587
50942
  }
50588
50943
  ],
50589
50944
  "enumValues": null,
@@ -51319,6 +51674,11 @@
51319
51674
  "kind": "INTERFACE",
51320
51675
  "name": "OidcPermission_v1",
51321
51676
  "ofType": null
51677
+ },
51678
+ {
51679
+ "kind": "INTERFACE",
51680
+ "name": "DatafileObject_v1",
51681
+ "ofType": null
51322
51682
  }
51323
51683
  ],
51324
51684
  "enumValues": null,
@@ -51484,6 +51844,11 @@
51484
51844
  "kind": "INTERFACE",
51485
51845
  "name": "OidcPermission_v1",
51486
51846
  "ofType": null
51847
+ },
51848
+ {
51849
+ "kind": "INTERFACE",
51850
+ "name": "DatafileObject_v1",
51851
+ "ofType": null
51487
51852
  }
51488
51853
  ],
51489
51854
  "enumValues": null,
@@ -51621,6 +51986,11 @@
51621
51986
  "kind": "INTERFACE",
51622
51987
  "name": "Permission_v1",
51623
51988
  "ofType": null
51989
+ },
51990
+ {
51991
+ "kind": "INTERFACE",
51992
+ "name": "DatafileObject_v1",
51993
+ "ofType": null
51624
51994
  }
51625
51995
  ],
51626
51996
  "enumValues": null,
@@ -51778,6 +52148,11 @@
51778
52148
  "kind": "INTERFACE",
51779
52149
  "name": "Permission_v1",
51780
52150
  "ofType": null
52151
+ },
52152
+ {
52153
+ "kind": "INTERFACE",
52154
+ "name": "DatafileObject_v1",
52155
+ "ofType": null
51781
52156
  }
51782
52157
  ],
51783
52158
  "enumValues": null,
@@ -51959,6 +52334,11 @@
51959
52334
  "kind": "INTERFACE",
51960
52335
  "name": "Permission_v1",
51961
52336
  "ofType": null
52337
+ },
52338
+ {
52339
+ "kind": "INTERFACE",
52340
+ "name": "DatafileObject_v1",
52341
+ "ofType": null
51962
52342
  }
51963
52343
  ],
51964
52344
  "enumValues": null,
@@ -53042,6 +53422,11 @@
53042
53422
  "kind": "INTERFACE",
53043
53423
  "name": "EndpointMonitoringProvider_v1",
53044
53424
  "ofType": null
53425
+ },
53426
+ {
53427
+ "kind": "INTERFACE",
53428
+ "name": "DatafileObject_v1",
53429
+ "ofType": null
53045
53430
  }
53046
53431
  ],
53047
53432
  "enumValues": null,
@@ -53262,6 +53647,11 @@
53262
53647
  "kind": "INTERFACE",
53263
53648
  "name": "EndpointMonitoringProvider_v1",
53264
53649
  "ofType": null
53650
+ },
53651
+ {
53652
+ "kind": "INTERFACE",
53653
+ "name": "DatafileObject_v1",
53654
+ "ofType": null
53265
53655
  }
53266
53656
  ],
53267
53657
  "enumValues": null,
@@ -54150,6 +54540,11 @@
54150
54540
  "kind": "INTERFACE",
54151
54541
  "name": "AutomatedAction_v1",
54152
54542
  "ofType": null
54543
+ },
54544
+ {
54545
+ "kind": "INTERFACE",
54546
+ "name": "DatafileObject_v1",
54547
+ "ofType": null
54153
54548
  }
54154
54549
  ],
54155
54550
  "enumValues": null,
@@ -54322,6 +54717,11 @@
54322
54717
  "kind": "INTERFACE",
54323
54718
  "name": "AutomatedAction_v1",
54324
54719
  "ofType": null
54720
+ },
54721
+ {
54722
+ "kind": "INTERFACE",
54723
+ "name": "DatafileObject_v1",
54724
+ "ofType": null
54325
54725
  }
54326
54726
  ],
54327
54727
  "enumValues": null,
@@ -54483,6 +54883,11 @@
54483
54883
  "kind": "INTERFACE",
54484
54884
  "name": "AutomatedAction_v1",
54485
54885
  "ofType": null
54886
+ },
54887
+ {
54888
+ "kind": "INTERFACE",
54889
+ "name": "DatafileObject_v1",
54890
+ "ofType": null
54486
54891
  }
54487
54892
  ],
54488
54893
  "enumValues": null,
@@ -54687,6 +55092,11 @@
54687
55092
  "kind": "INTERFACE",
54688
55093
  "name": "AutomatedAction_v1",
54689
55094
  "ofType": null
55095
+ },
55096
+ {
55097
+ "kind": "INTERFACE",
55098
+ "name": "DatafileObject_v1",
55099
+ "ofType": null
54690
55100
  }
54691
55101
  ],
54692
55102
  "enumValues": null,
@@ -54848,6 +55258,11 @@
54848
55258
  "kind": "INTERFACE",
54849
55259
  "name": "AutomatedAction_v1",
54850
55260
  "ofType": null
55261
+ },
55262
+ {
55263
+ "kind": "INTERFACE",
55264
+ "name": "DatafileObject_v1",
55265
+ "ofType": null
54851
55266
  }
54852
55267
  ],
54853
55268
  "enumValues": null,
@@ -54985,11 +55400,225 @@
54985
55400
  "kind": "INTERFACE",
54986
55401
  "name": "AutomatedAction_v1",
54987
55402
  "ofType": null
55403
+ },
55404
+ {
55405
+ "kind": "INTERFACE",
55406
+ "name": "DatafileObject_v1",
55407
+ "ofType": null
55408
+ }
55409
+ ],
55410
+ "enumValues": null,
55411
+ "possibleTypes": null
55412
+ },
55413
+ {
55414
+ "kind": "OBJECT",
55415
+ "name": "AutomatedActionOpenshiftTriggerCronjob_v1",
55416
+ "description": null,
55417
+ "fields": [
55418
+ {
55419
+ "name": "schema",
55420
+ "description": null,
55421
+ "args": [],
55422
+ "type": {
55423
+ "kind": "NON_NULL",
55424
+ "name": null,
55425
+ "ofType": {
55426
+ "kind": "SCALAR",
55427
+ "name": "String",
55428
+ "ofType": null
55429
+ }
55430
+ },
55431
+ "isDeprecated": false,
55432
+ "deprecationReason": null
55433
+ },
55434
+ {
55435
+ "name": "path",
55436
+ "description": null,
55437
+ "args": [],
55438
+ "type": {
55439
+ "kind": "NON_NULL",
55440
+ "name": null,
55441
+ "ofType": {
55442
+ "kind": "SCALAR",
55443
+ "name": "String",
55444
+ "ofType": null
55445
+ }
55446
+ },
55447
+ "isDeprecated": false,
55448
+ "deprecationReason": null
55449
+ },
55450
+ {
55451
+ "name": "type",
55452
+ "description": null,
55453
+ "args": [],
55454
+ "type": {
55455
+ "kind": "NON_NULL",
55456
+ "name": null,
55457
+ "ofType": {
55458
+ "kind": "SCALAR",
55459
+ "name": "String",
55460
+ "ofType": null
55461
+ }
55462
+ },
55463
+ "isDeprecated": false,
55464
+ "deprecationReason": null
55465
+ },
55466
+ {
55467
+ "name": "description",
55468
+ "description": null,
55469
+ "args": [],
55470
+ "type": {
55471
+ "kind": "SCALAR",
55472
+ "name": "String",
55473
+ "ofType": null
55474
+ },
55475
+ "isDeprecated": false,
55476
+ "deprecationReason": null
55477
+ },
55478
+ {
55479
+ "name": "maxOps",
55480
+ "description": null,
55481
+ "args": [],
55482
+ "type": {
55483
+ "kind": "NON_NULL",
55484
+ "name": null,
55485
+ "ofType": {
55486
+ "kind": "SCALAR",
55487
+ "name": "Int",
55488
+ "ofType": null
55489
+ }
55490
+ },
55491
+ "isDeprecated": false,
55492
+ "deprecationReason": null
55493
+ },
55494
+ {
55495
+ "name": "instances",
55496
+ "description": null,
55497
+ "args": [],
55498
+ "type": {
55499
+ "kind": "NON_NULL",
55500
+ "name": null,
55501
+ "ofType": {
55502
+ "kind": "LIST",
55503
+ "name": null,
55504
+ "ofType": {
55505
+ "kind": "NON_NULL",
55506
+ "name": null,
55507
+ "ofType": {
55508
+ "kind": "OBJECT",
55509
+ "name": "AutomatedActionsInstance_v1",
55510
+ "ofType": null
55511
+ }
55512
+ }
55513
+ }
55514
+ },
55515
+ "isDeprecated": false,
55516
+ "deprecationReason": null
55517
+ },
55518
+ {
55519
+ "name": "permissions",
55520
+ "description": null,
55521
+ "args": [],
55522
+ "type": {
55523
+ "kind": "LIST",
55524
+ "name": null,
55525
+ "ofType": {
55526
+ "kind": "NON_NULL",
55527
+ "name": null,
55528
+ "ofType": {
55529
+ "kind": "OBJECT",
55530
+ "name": "PermissionAutomatedActions_v1",
55531
+ "ofType": null
55532
+ }
55533
+ }
55534
+ },
55535
+ "isDeprecated": false,
55536
+ "deprecationReason": null
55537
+ },
55538
+ {
55539
+ "name": "arguments",
55540
+ "description": null,
55541
+ "args": [],
55542
+ "type": {
55543
+ "kind": "NON_NULL",
55544
+ "name": null,
55545
+ "ofType": {
55546
+ "kind": "LIST",
55547
+ "name": null,
55548
+ "ofType": {
55549
+ "kind": "NON_NULL",
55550
+ "name": null,
55551
+ "ofType": {
55552
+ "kind": "OBJECT",
55553
+ "name": "AutomatedActionOpenshiftTriggerCronjobArgument_v1",
55554
+ "ofType": null
55555
+ }
55556
+ }
55557
+ }
55558
+ },
55559
+ "isDeprecated": false,
55560
+ "deprecationReason": null
55561
+ }
55562
+ ],
55563
+ "inputFields": null,
55564
+ "interfaces": [
55565
+ {
55566
+ "kind": "INTERFACE",
55567
+ "name": "AutomatedAction_v1",
55568
+ "ofType": null
55569
+ },
55570
+ {
55571
+ "kind": "INTERFACE",
55572
+ "name": "DatafileObject_v1",
55573
+ "ofType": null
54988
55574
  }
54989
55575
  ],
54990
55576
  "enumValues": null,
54991
55577
  "possibleTypes": null
54992
55578
  },
55579
+ {
55580
+ "kind": "OBJECT",
55581
+ "name": "AutomatedActionOpenshiftTriggerCronjobArgument_v1",
55582
+ "description": null,
55583
+ "fields": [
55584
+ {
55585
+ "name": "namespace",
55586
+ "description": null,
55587
+ "args": [],
55588
+ "type": {
55589
+ "kind": "NON_NULL",
55590
+ "name": null,
55591
+ "ofType": {
55592
+ "kind": "OBJECT",
55593
+ "name": "Namespace_v1",
55594
+ "ofType": null
55595
+ }
55596
+ },
55597
+ "isDeprecated": false,
55598
+ "deprecationReason": null
55599
+ },
55600
+ {
55601
+ "name": "cronjob",
55602
+ "description": null,
55603
+ "args": [],
55604
+ "type": {
55605
+ "kind": "NON_NULL",
55606
+ "name": null,
55607
+ "ofType": {
55608
+ "kind": "SCALAR",
55609
+ "name": "String",
55610
+ "ofType": null
55611
+ }
55612
+ },
55613
+ "isDeprecated": false,
55614
+ "deprecationReason": null
55615
+ }
55616
+ ],
55617
+ "inputFields": null,
55618
+ "interfaces": [],
55619
+ "enumValues": null,
55620
+ "possibleTypes": null
55621
+ },
54993
55622
  {
54994
55623
  "kind": "OBJECT",
54995
55624
  "name": "AutomatedActionOpenshiftWorkloadDelete_v1",
@@ -55146,6 +55775,11 @@
55146
55775
  "kind": "INTERFACE",
55147
55776
  "name": "AutomatedAction_v1",
55148
55777
  "ofType": null
55778
+ },
55779
+ {
55780
+ "kind": "INTERFACE",
55781
+ "name": "DatafileObject_v1",
55782
+ "ofType": null
55149
55783
  }
55150
55784
  ],
55151
55785
  "enumValues": null,
@@ -55378,6 +56012,11 @@
55378
56012
  "kind": "INTERFACE",
55379
56013
  "name": "AutomatedAction_v1",
55380
56014
  "ofType": null
56015
+ },
56016
+ {
56017
+ "kind": "INTERFACE",
56018
+ "name": "DatafileObject_v1",
56019
+ "ofType": null
55381
56020
  }
55382
56021
  ],
55383
56022
  "enumValues": null,