qontract-reconcile 0.10.2.dev361__py3-none-any.whl → 0.10.2.dev430__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.
- {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev430.dist-info}/METADATA +13 -12
- {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev430.dist-info}/RECORD +351 -345
- reconcile/acs_rbac.py +2 -2
- reconcile/aus/advanced_upgrade_service.py +18 -12
- reconcile/aus/base.py +134 -32
- reconcile/aus/cluster_version_data.py +15 -5
- reconcile/aus/models.py +3 -1
- reconcile/aus/ocm_addons_upgrade_scheduler_org.py +1 -0
- reconcile/aus/ocm_upgrade_scheduler.py +8 -1
- reconcile/aus/ocm_upgrade_scheduler_org.py +20 -5
- reconcile/aus/version_gates/sts_version_gate_handler.py +54 -1
- reconcile/automated_actions/config/integration.py +16 -4
- reconcile/aws_account_manager/integration.py +8 -8
- reconcile/aws_account_manager/reconciler.py +3 -3
- reconcile/aws_ami_cleanup/integration.py +8 -12
- reconcile/aws_ami_share.py +69 -62
- reconcile/aws_cloudwatch_log_retention/integration.py +155 -126
- reconcile/aws_iam_keys.py +1 -0
- reconcile/aws_saml_idp/integration.py +12 -4
- reconcile/aws_saml_roles/integration.py +30 -23
- reconcile/aws_version_sync/integration.py +6 -12
- reconcile/change_owners/bundle.py +3 -3
- reconcile/change_owners/change_log_tracking.py +3 -2
- reconcile/change_owners/change_owners.py +1 -1
- reconcile/change_owners/diff.py +0 -2
- reconcile/checkpoint.py +11 -3
- reconcile/cli.py +93 -10
- reconcile/dashdotdb_dora.py +5 -12
- reconcile/dashdotdb_slo.py +1 -1
- reconcile/database_access_manager.py +123 -117
- reconcile/dynatrace_token_provider/integration.py +1 -1
- reconcile/endpoints_discovery/integration.py +4 -1
- reconcile/endpoints_discovery/merge_request.py +1 -1
- reconcile/endpoints_discovery/merge_request_manager.py +8 -8
- reconcile/external_resources/factories.py +4 -6
- reconcile/external_resources/integration.py +1 -1
- reconcile/external_resources/manager.py +8 -6
- reconcile/external_resources/meta.py +0 -1
- reconcile/external_resources/metrics.py +1 -1
- reconcile/external_resources/model.py +19 -15
- reconcile/external_resources/reconciler.py +7 -4
- reconcile/external_resources/secrets_sync.py +4 -7
- reconcile/external_resources/state.py +26 -16
- reconcile/fleet_labeler/integration.py +1 -1
- reconcile/gabi_authorized_users.py +5 -2
- reconcile/gcp_image_mirror.py +2 -2
- reconcile/github_org.py +1 -1
- reconcile/github_owners.py +4 -0
- reconcile/gitlab_housekeeping.py +13 -15
- reconcile/gitlab_members.py +6 -12
- reconcile/gitlab_owners.py +15 -11
- reconcile/gitlab_permissions.py +8 -12
- reconcile/glitchtip_project_alerts/integration.py +3 -1
- reconcile/gql_definitions/acs/acs_instances.py +5 -5
- reconcile/gql_definitions/acs/acs_policies.py +5 -5
- reconcile/gql_definitions/acs/acs_rbac.py +5 -5
- reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +5 -5
- reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +5 -5
- reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +5 -5
- reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +5 -5
- reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +5 -5
- reconcile/gql_definitions/automated_actions/instance.py +46 -7
- reconcile/gql_definitions/aws_account_manager/aws_accounts.py +5 -5
- reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +15 -5
- reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +27 -66
- reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +15 -5
- reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +15 -5
- reconcile/gql_definitions/aws_saml_roles/roles.py +5 -5
- reconcile/gql_definitions/aws_version_sync/clusters.py +5 -5
- reconcile/gql_definitions/aws_version_sync/namespaces.py +5 -5
- reconcile/gql_definitions/change_owners/queries/change_types.py +5 -5
- reconcile/gql_definitions/change_owners/queries/self_service_roles.py +5 -5
- reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +5 -5
- reconcile/gql_definitions/common/alerting_services_settings.py +5 -5
- reconcile/gql_definitions/common/app_code_component_repos.py +5 -5
- reconcile/gql_definitions/common/app_interface_custom_messages.py +5 -5
- reconcile/gql_definitions/common/app_interface_dms_settings.py +5 -5
- reconcile/gql_definitions/common/app_interface_repo_settings.py +5 -5
- reconcile/gql_definitions/common/app_interface_roles.py +5 -5
- reconcile/gql_definitions/common/app_interface_state_settings.py +5 -5
- reconcile/gql_definitions/common/app_interface_vault_settings.py +5 -5
- reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +5 -5
- reconcile/gql_definitions/common/apps.py +5 -5
- reconcile/gql_definitions/common/aws_vpc_requests.py +15 -5
- reconcile/gql_definitions/common/aws_vpcs.py +5 -5
- reconcile/gql_definitions/common/clusters.py +5 -5
- reconcile/gql_definitions/common/clusters_minimal.py +5 -5
- reconcile/gql_definitions/common/clusters_with_dms.py +5 -5
- reconcile/gql_definitions/common/clusters_with_peering.py +5 -5
- reconcile/gql_definitions/common/github_orgs.py +5 -5
- reconcile/gql_definitions/common/jira_settings.py +5 -5
- reconcile/gql_definitions/common/jiralert_settings.py +5 -5
- reconcile/gql_definitions/common/ldap_settings.py +5 -5
- reconcile/gql_definitions/common/namespaces.py +5 -5
- reconcile/gql_definitions/common/namespaces_minimal.py +7 -5
- reconcile/gql_definitions/common/ocm_env_telemeter.py +5 -5
- reconcile/gql_definitions/common/ocm_environments.py +5 -5
- reconcile/gql_definitions/common/pagerduty_instances.py +5 -5
- reconcile/gql_definitions/common/pgp_reencryption_settings.py +5 -5
- reconcile/gql_definitions/common/pipeline_providers.py +5 -5
- reconcile/gql_definitions/common/quay_instances.py +5 -5
- reconcile/gql_definitions/common/quay_orgs.py +5 -5
- reconcile/gql_definitions/common/reserved_networks.py +5 -5
- reconcile/gql_definitions/common/rhcs_provider_settings.py +5 -5
- reconcile/gql_definitions/common/saas_files.py +5 -5
- reconcile/gql_definitions/common/saas_target_namespaces.py +5 -5
- reconcile/gql_definitions/common/saasherder_settings.py +5 -5
- reconcile/gql_definitions/common/slack_workspaces.py +5 -5
- reconcile/gql_definitions/common/smtp_client_settings.py +5 -5
- reconcile/gql_definitions/common/state_aws_account.py +5 -5
- reconcile/gql_definitions/common/users.py +5 -5
- reconcile/gql_definitions/common/users_with_paths.py +5 -5
- reconcile/gql_definitions/cost_report/app_names.py +5 -5
- reconcile/gql_definitions/cost_report/cost_namespaces.py +5 -5
- reconcile/gql_definitions/cost_report/settings.py +5 -5
- reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +5 -5
- reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +5 -5
- reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +5 -5
- reconcile/gql_definitions/email_sender/apps.py +5 -5
- reconcile/gql_definitions/email_sender/emails.py +5 -5
- reconcile/gql_definitions/email_sender/users.py +5 -5
- reconcile/gql_definitions/endpoints_discovery/apps.py +5 -5
- reconcile/gql_definitions/external_resources/aws_accounts.py +5 -5
- reconcile/gql_definitions/external_resources/external_resources_modules.py +5 -5
- reconcile/gql_definitions/external_resources/external_resources_namespaces.py +33 -6
- reconcile/gql_definitions/external_resources/external_resources_settings.py +5 -5
- reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +5 -5
- reconcile/gql_definitions/fleet_labeler/fleet_labels.py +5 -5
- reconcile/gql_definitions/fragments/aus_organization.py +5 -5
- reconcile/gql_definitions/fragments/aws_account_common.py +7 -5
- reconcile/gql_definitions/fragments/aws_account_managed.py +5 -5
- reconcile/gql_definitions/fragments/aws_account_sso.py +5 -5
- reconcile/gql_definitions/fragments/aws_infra_management_account.py +5 -5
- reconcile/gql_definitions/fragments/aws_organization.py +33 -0
- reconcile/gql_definitions/fragments/aws_vpc.py +5 -5
- reconcile/gql_definitions/fragments/aws_vpc_request.py +7 -5
- reconcile/gql_definitions/fragments/container_image_mirror.py +5 -5
- reconcile/gql_definitions/fragments/deploy_resources.py +5 -5
- reconcile/gql_definitions/fragments/disable.py +5 -5
- reconcile/gql_definitions/fragments/email_service.py +5 -5
- reconcile/gql_definitions/fragments/email_user.py +5 -5
- reconcile/gql_definitions/fragments/jumphost_common_fields.py +5 -5
- reconcile/gql_definitions/fragments/membership_source.py +5 -5
- reconcile/gql_definitions/fragments/minimal_ocm_organization.py +5 -5
- reconcile/gql_definitions/fragments/oc_connection_cluster.py +5 -5
- reconcile/gql_definitions/fragments/ocm_environment.py +5 -5
- reconcile/gql_definitions/fragments/pipeline_provider_retention.py +5 -5
- reconcile/gql_definitions/fragments/prometheus_instance.py +5 -5
- reconcile/gql_definitions/fragments/resource_limits_requirements.py +5 -5
- reconcile/gql_definitions/fragments/resource_requests_requirements.py +5 -5
- reconcile/gql_definitions/fragments/resource_values.py +5 -5
- reconcile/gql_definitions/fragments/saas_slo_document.py +5 -5
- reconcile/gql_definitions/fragments/saas_target_namespace.py +5 -5
- reconcile/gql_definitions/fragments/serviceaccount_token.py +5 -5
- reconcile/gql_definitions/fragments/terraform_state.py +5 -5
- reconcile/gql_definitions/fragments/upgrade_policy.py +5 -5
- reconcile/gql_definitions/fragments/user.py +5 -5
- reconcile/gql_definitions/fragments/vault_secret.py +5 -5
- reconcile/gql_definitions/gcp/gcp_docker_repos.py +5 -5
- reconcile/gql_definitions/gcp/gcp_projects.py +5 -5
- reconcile/gql_definitions/gitlab_members/gitlab_instances.py +5 -5
- reconcile/gql_definitions/gitlab_members/permissions.py +5 -5
- reconcile/gql_definitions/glitchtip/glitchtip_instance.py +5 -5
- reconcile/gql_definitions/glitchtip/glitchtip_project.py +5 -5
- reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +5 -5
- reconcile/gql_definitions/integrations/integrations.py +5 -5
- reconcile/gql_definitions/introspection.json +724 -129
- reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +5 -5
- reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +5 -5
- reconcile/gql_definitions/jira/jira_servers.py +5 -5
- reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +9 -5
- reconcile/gql_definitions/jumphosts/jumphosts.py +5 -5
- reconcile/gql_definitions/ldap_groups/roles.py +5 -5
- reconcile/gql_definitions/ldap_groups/settings.py +5 -5
- reconcile/gql_definitions/maintenance/maintenances.py +5 -5
- reconcile/gql_definitions/membershipsources/roles.py +5 -5
- reconcile/gql_definitions/ocm_labels/clusters.py +5 -5
- reconcile/gql_definitions/ocm_labels/organizations.py +5 -5
- reconcile/gql_definitions/openshift_cluster_bots/clusters.py +5 -5
- reconcile/gql_definitions/openshift_groups/managed_groups.py +5 -5
- reconcile/gql_definitions/openshift_groups/managed_roles.py +5 -5
- reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +5 -5
- reconcile/gql_definitions/quay_membership/quay_membership.py +5 -5
- reconcile/gql_definitions/rhcs/certs.py +25 -79
- reconcile/gql_definitions/rhcs/openshift_resource_rhcs_cert.py +43 -0
- reconcile/gql_definitions/rhidp/organizations.py +5 -5
- reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +5 -5
- reconcile/gql_definitions/service_dependencies/service_dependencies.py +5 -5
- reconcile/gql_definitions/sharding/aws_accounts.py +5 -5
- reconcile/gql_definitions/sharding/ocm_organization.py +5 -5
- reconcile/gql_definitions/skupper_network/site_controller_template.py +5 -5
- reconcile/gql_definitions/skupper_network/skupper_networks.py +5 -5
- reconcile/gql_definitions/slack_usergroups/clusters.py +5 -5
- reconcile/gql_definitions/slack_usergroups/permissions.py +5 -5
- reconcile/gql_definitions/slack_usergroups/users.py +5 -5
- reconcile/gql_definitions/slo_documents/slo_documents.py +5 -5
- reconcile/gql_definitions/status_board/status_board.py +5 -5
- reconcile/gql_definitions/statuspage/statuspages.py +5 -5
- reconcile/gql_definitions/templating/template_collection.py +5 -5
- reconcile/gql_definitions/templating/templates.py +5 -5
- reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +5 -5
- reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +5 -5
- reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +5 -5
- reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +5 -5
- reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +5 -5
- reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +5 -5
- reconcile/gql_definitions/terraform_init/aws_accounts.py +19 -5
- reconcile/gql_definitions/terraform_repo/terraform_repo.py +5 -5
- reconcile/gql_definitions/terraform_resources/database_access_manager.py +5 -5
- reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +30 -6
- reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +15 -5
- reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +5 -5
- reconcile/gql_definitions/vault_instances/vault_instances.py +5 -5
- reconcile/gql_definitions/vault_policies/vault_policies.py +5 -5
- reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +5 -5
- reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +5 -5
- reconcile/integrations_manager.py +3 -3
- reconcile/jenkins_worker_fleets.py +10 -8
- reconcile/jira_permissions_validator.py +237 -122
- reconcile/ldap_groups/integration.py +1 -1
- reconcile/ocm/types.py +35 -57
- reconcile/ocm_aws_infrastructure_access.py +1 -1
- reconcile/ocm_clusters.py +4 -4
- reconcile/ocm_labels/integration.py +3 -2
- reconcile/ocm_machine_pools.py +33 -27
- reconcile/openshift_base.py +113 -4
- reconcile/openshift_cluster_bots.py +1 -1
- reconcile/openshift_namespace_labels.py +1 -1
- reconcile/openshift_namespaces.py +97 -101
- reconcile/openshift_resources_base.py +6 -2
- reconcile/openshift_rhcs_certs.py +74 -37
- reconcile/openshift_rolebindings.py +7 -11
- reconcile/openshift_saas_deploy.py +4 -5
- reconcile/openshift_saas_deploy_change_tester.py +9 -7
- reconcile/openshift_saas_deploy_trigger_cleaner.py +3 -5
- reconcile/openshift_serviceaccount_tokens.py +2 -2
- reconcile/openshift_upgrade_watcher.py +4 -4
- reconcile/oum/labelset.py +5 -3
- reconcile/oum/models.py +1 -4
- reconcile/prometheus_rules_tester/integration.py +3 -3
- reconcile/quay_mirror.py +1 -1
- reconcile/queries.py +131 -0
- reconcile/rhidp/common.py +3 -5
- reconcile/rhidp/sso_client/base.py +16 -5
- reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +1 -1
- reconcile/saas_auto_promotions_manager/subscriber.py +4 -3
- reconcile/skupper_network/integration.py +2 -2
- reconcile/slack_usergroups.py +35 -14
- reconcile/sql_query.py +1 -0
- reconcile/status_board.py +6 -6
- reconcile/statuspage/atlassian.py +7 -7
- reconcile/statuspage/integrations/maintenances.py +4 -3
- reconcile/statuspage/page.py +4 -9
- reconcile/statuspage/status.py +5 -8
- reconcile/templating/lib/rendering.py +3 -3
- reconcile/templating/renderer.py +2 -2
- reconcile/terraform_aws_route53.py +7 -1
- reconcile/terraform_cloudflare_dns.py +3 -3
- reconcile/terraform_cloudflare_resources.py +5 -5
- reconcile/terraform_cloudflare_users.py +3 -2
- reconcile/terraform_init/integration.py +187 -23
- reconcile/terraform_repo.py +16 -12
- reconcile/terraform_resources.py +6 -6
- reconcile/terraform_tgw_attachments.py +27 -19
- reconcile/terraform_users.py +7 -0
- reconcile/terraform_vpc_peerings.py +14 -3
- reconcile/terraform_vpc_resources/integration.py +10 -1
- reconcile/typed_queries/aws_account_tags.py +41 -0
- reconcile/typed_queries/cost_report/app_names.py +1 -1
- reconcile/typed_queries/cost_report/cost_namespaces.py +2 -2
- reconcile/typed_queries/saas_files.py +11 -11
- reconcile/typed_queries/status_board.py +2 -2
- reconcile/unleash_feature_toggles/integration.py +4 -2
- reconcile/utils/acs/base.py +6 -3
- reconcile/utils/acs/policies.py +2 -2
- reconcile/utils/aws_api.py +51 -20
- reconcile/utils/aws_api_typed/api.py +38 -9
- reconcile/utils/aws_api_typed/cloudformation.py +149 -0
- reconcile/utils/aws_api_typed/logs.py +73 -0
- reconcile/utils/aws_api_typed/organization.py +4 -2
- reconcile/utils/binary.py +7 -12
- reconcile/utils/datetime_util.py +67 -0
- reconcile/utils/deadmanssnitch_api.py +1 -1
- reconcile/utils/differ.py +2 -3
- reconcile/utils/early_exit_cache.py +11 -12
- reconcile/utils/expiration.py +7 -3
- reconcile/utils/filtering.py +1 -1
- reconcile/utils/gitlab_api.py +7 -5
- reconcile/utils/glitchtip/client.py +6 -2
- reconcile/utils/glitchtip/models.py +25 -28
- reconcile/utils/gql.py +4 -7
- reconcile/utils/helpers.py +1 -1
- reconcile/utils/instrumented_wrappers.py +1 -1
- reconcile/utils/internal_groups/client.py +2 -2
- reconcile/utils/internal_groups/models.py +8 -17
- reconcile/utils/jinja2/utils.py +6 -101
- reconcile/utils/jira_client.py +82 -63
- reconcile/utils/jjb_client.py +7 -10
- reconcile/utils/jobcontroller/controller.py +2 -2
- reconcile/utils/jobcontroller/models.py +17 -1
- reconcile/utils/json.py +43 -1
- reconcile/utils/membershipsources/app_interface_resolver.py +4 -2
- reconcile/utils/membershipsources/models.py +16 -23
- reconcile/utils/membershipsources/resolver.py +4 -2
- reconcile/utils/merge_request_manager/merge_request_manager.py +4 -4
- reconcile/utils/merge_request_manager/parser.py +6 -6
- reconcile/utils/metrics.py +5 -5
- reconcile/utils/models.py +304 -82
- reconcile/utils/mr/app_interface_reporter.py +2 -2
- reconcile/utils/mr/notificator.py +3 -3
- reconcile/utils/mr/update_access_report_base.py +3 -4
- reconcile/utils/mr/user_maintenance.py +3 -2
- reconcile/utils/oc.py +246 -201
- reconcile/utils/oc_filters.py +3 -3
- reconcile/utils/ocm/addons.py +0 -1
- reconcile/utils/ocm/base.py +17 -20
- reconcile/utils/ocm/cluster_groups.py +1 -1
- reconcile/utils/ocm/identity_providers.py +2 -2
- reconcile/utils/ocm/labels.py +1 -1
- reconcile/utils/ocm/products.py +8 -8
- reconcile/utils/ocm/search_filters.py +3 -6
- reconcile/utils/ocm/service_log.py +4 -6
- reconcile/utils/ocm/sre_capability_labels.py +20 -13
- reconcile/utils/openshift_resource.py +8 -3
- reconcile/utils/pagerduty_api.py +10 -7
- reconcile/utils/promotion_state.py +6 -11
- reconcile/utils/raw_github_api.py +1 -1
- reconcile/utils/rhcsv2_certs.py +86 -23
- reconcile/utils/rosa/session.py +16 -0
- reconcile/utils/runtime/integration.py +2 -3
- reconcile/utils/runtime/runner.py +2 -2
- reconcile/utils/saasherder/interfaces.py +13 -20
- reconcile/utils/saasherder/models.py +23 -20
- reconcile/utils/saasherder/saasherder.py +50 -27
- reconcile/utils/slack_api.py +2 -2
- reconcile/utils/sloth.py +171 -2
- reconcile/utils/structs.py +1 -1
- reconcile/utils/terraform_client.py +5 -4
- reconcile/utils/terrascript_aws_client.py +134 -74
- reconcile/utils/unleash/server.py +2 -8
- reconcile/utils/vault.py +5 -12
- reconcile/utils/vcs.py +8 -8
- reconcile/vault_replication.py +107 -42
- tools/app_interface_reporter.py +4 -4
- tools/cli_commands/cost_report/cost_management_api.py +3 -3
- tools/cli_commands/cost_report/view.py +7 -6
- tools/cli_commands/erv2.py +1 -1
- tools/qontract_cli.py +28 -17
- tools/template_validation.py +3 -1
- {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev430.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev361.dist-info → qontract_reconcile-0.10.2.dev430.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,
|
|
@@ -17709,15 +17836,15 @@
|
|
|
17709
17836
|
"description": null,
|
|
17710
17837
|
"fields": [
|
|
17711
17838
|
{
|
|
17712
|
-
"name": "
|
|
17839
|
+
"name": "path",
|
|
17713
17840
|
"description": null,
|
|
17714
17841
|
"args": [],
|
|
17715
17842
|
"type": {
|
|
17716
17843
|
"kind": "NON_NULL",
|
|
17717
17844
|
"name": null,
|
|
17718
17845
|
"ofType": {
|
|
17719
|
-
"kind": "
|
|
17720
|
-
"name": "
|
|
17846
|
+
"kind": "SCALAR",
|
|
17847
|
+
"name": "String",
|
|
17721
17848
|
"ofType": null
|
|
17722
17849
|
}
|
|
17723
17850
|
},
|
|
@@ -17725,27 +17852,39 @@
|
|
|
17725
17852
|
"deprecationReason": null
|
|
17726
17853
|
},
|
|
17727
17854
|
{
|
|
17728
|
-
"name": "
|
|
17855
|
+
"name": "schema",
|
|
17729
17856
|
"description": null,
|
|
17730
17857
|
"args": [],
|
|
17731
17858
|
"type": {
|
|
17732
|
-
"kind": "
|
|
17859
|
+
"kind": "NON_NULL",
|
|
17733
17860
|
"name": null,
|
|
17734
17861
|
"ofType": {
|
|
17735
|
-
"kind": "
|
|
17736
|
-
"name":
|
|
17737
|
-
"ofType":
|
|
17738
|
-
"kind": "OBJECT",
|
|
17739
|
-
"name": "AppQuayReposTeams_v1",
|
|
17740
|
-
"ofType": null
|
|
17741
|
-
}
|
|
17862
|
+
"kind": "SCALAR",
|
|
17863
|
+
"name": "String",
|
|
17864
|
+
"ofType": null
|
|
17742
17865
|
}
|
|
17743
17866
|
},
|
|
17744
17867
|
"isDeprecated": false,
|
|
17745
17868
|
"deprecationReason": null
|
|
17746
17869
|
},
|
|
17747
17870
|
{
|
|
17748
|
-
"name": "
|
|
17871
|
+
"name": "org",
|
|
17872
|
+
"description": null,
|
|
17873
|
+
"args": [],
|
|
17874
|
+
"type": {
|
|
17875
|
+
"kind": "NON_NULL",
|
|
17876
|
+
"name": null,
|
|
17877
|
+
"ofType": {
|
|
17878
|
+
"kind": "OBJECT",
|
|
17879
|
+
"name": "QuayOrg_v1",
|
|
17880
|
+
"ofType": null
|
|
17881
|
+
}
|
|
17882
|
+
},
|
|
17883
|
+
"isDeprecated": false,
|
|
17884
|
+
"deprecationReason": null
|
|
17885
|
+
},
|
|
17886
|
+
{
|
|
17887
|
+
"name": "teams",
|
|
17749
17888
|
"description": null,
|
|
17750
17889
|
"args": [],
|
|
17751
17890
|
"type": {
|
|
@@ -17756,7 +17895,7 @@
|
|
|
17756
17895
|
"name": null,
|
|
17757
17896
|
"ofType": {
|
|
17758
17897
|
"kind": "OBJECT",
|
|
17759
|
-
"name": "
|
|
17898
|
+
"name": "AppQuayReposTeams_v1",
|
|
17760
17899
|
"ofType": null
|
|
17761
17900
|
}
|
|
17762
17901
|
}
|
|
@@ -17790,7 +17929,13 @@
|
|
|
17790
17929
|
}
|
|
17791
17930
|
],
|
|
17792
17931
|
"inputFields": null,
|
|
17793
|
-
"interfaces": [
|
|
17932
|
+
"interfaces": [
|
|
17933
|
+
{
|
|
17934
|
+
"kind": "INTERFACE",
|
|
17935
|
+
"name": "DatafileObject_v1",
|
|
17936
|
+
"ofType": null
|
|
17937
|
+
}
|
|
17938
|
+
],
|
|
17794
17939
|
"enumValues": null,
|
|
17795
17940
|
"possibleTypes": null
|
|
17796
17941
|
},
|
|
@@ -18398,6 +18543,11 @@
|
|
|
18398
18543
|
"kind": "INTERFACE",
|
|
18399
18544
|
"name": "Permission_v1",
|
|
18400
18545
|
"ofType": null
|
|
18546
|
+
},
|
|
18547
|
+
{
|
|
18548
|
+
"kind": "INTERFACE",
|
|
18549
|
+
"name": "DatafileObject_v1",
|
|
18550
|
+
"ofType": null
|
|
18401
18551
|
}
|
|
18402
18552
|
],
|
|
18403
18553
|
"enumValues": null,
|
|
@@ -18405,11 +18555,11 @@
|
|
|
18405
18555
|
},
|
|
18406
18556
|
{
|
|
18407
18557
|
"kind": "OBJECT",
|
|
18408
|
-
"name": "
|
|
18558
|
+
"name": "AppQuayReposItems_v1",
|
|
18409
18559
|
"description": null,
|
|
18410
18560
|
"fields": [
|
|
18411
18561
|
{
|
|
18412
|
-
"name": "
|
|
18562
|
+
"name": "name",
|
|
18413
18563
|
"description": null,
|
|
18414
18564
|
"args": [],
|
|
18415
18565
|
"type": {
|
|
@@ -18425,19 +18575,7 @@
|
|
|
18425
18575
|
"deprecationReason": null
|
|
18426
18576
|
},
|
|
18427
18577
|
{
|
|
18428
|
-
"name": "
|
|
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",
|
|
18578
|
+
"name": "description",
|
|
18441
18579
|
"description": null,
|
|
18442
18580
|
"args": [],
|
|
18443
18581
|
"type": {
|
|
@@ -18453,15 +18591,15 @@
|
|
|
18453
18591
|
"deprecationReason": null
|
|
18454
18592
|
},
|
|
18455
18593
|
{
|
|
18456
|
-
"name": "
|
|
18594
|
+
"name": "public",
|
|
18457
18595
|
"description": null,
|
|
18458
18596
|
"args": [],
|
|
18459
18597
|
"type": {
|
|
18460
18598
|
"kind": "NON_NULL",
|
|
18461
18599
|
"name": null,
|
|
18462
18600
|
"ofType": {
|
|
18463
|
-
"kind": "
|
|
18464
|
-
"name": "
|
|
18601
|
+
"kind": "SCALAR",
|
|
18602
|
+
"name": "Boolean",
|
|
18465
18603
|
"ofType": null
|
|
18466
18604
|
}
|
|
18467
18605
|
},
|
|
@@ -18469,12 +18607,12 @@
|
|
|
18469
18607
|
"deprecationReason": null
|
|
18470
18608
|
},
|
|
18471
18609
|
{
|
|
18472
|
-
"name": "
|
|
18610
|
+
"name": "mirror",
|
|
18473
18611
|
"description": null,
|
|
18474
18612
|
"args": [],
|
|
18475
18613
|
"type": {
|
|
18476
18614
|
"kind": "OBJECT",
|
|
18477
|
-
"name": "
|
|
18615
|
+
"name": "ContainerImageMirror_v1",
|
|
18478
18616
|
"ofType": null
|
|
18479
18617
|
},
|
|
18480
18618
|
"isDeprecated": false,
|
|
@@ -19006,6 +19144,11 @@
|
|
|
19006
19144
|
"kind": "INTERFACE",
|
|
19007
19145
|
"name": "Permission_v1",
|
|
19008
19146
|
"ofType": null
|
|
19147
|
+
},
|
|
19148
|
+
{
|
|
19149
|
+
"kind": "INTERFACE",
|
|
19150
|
+
"name": "DatafileObject_v1",
|
|
19151
|
+
"ofType": null
|
|
19009
19152
|
}
|
|
19010
19153
|
],
|
|
19011
19154
|
"enumValues": null,
|
|
@@ -19992,6 +20135,18 @@
|
|
|
19992
20135
|
"isDeprecated": false,
|
|
19993
20136
|
"deprecationReason": null
|
|
19994
20137
|
},
|
|
20138
|
+
{
|
|
20139
|
+
"name": "email",
|
|
20140
|
+
"description": null,
|
|
20141
|
+
"args": [],
|
|
20142
|
+
"type": {
|
|
20143
|
+
"kind": "OBJECT",
|
|
20144
|
+
"name": "VaultSecret_v1",
|
|
20145
|
+
"ofType": null
|
|
20146
|
+
},
|
|
20147
|
+
"isDeprecated": false,
|
|
20148
|
+
"deprecationReason": null
|
|
20149
|
+
},
|
|
19995
20150
|
{
|
|
19996
20151
|
"name": "token",
|
|
19997
20152
|
"description": null,
|
|
@@ -20709,100 +20864,6 @@
|
|
|
20709
20864
|
}
|
|
20710
20865
|
]
|
|
20711
20866
|
},
|
|
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
20867
|
{
|
|
20807
20868
|
"kind": "OBJECT",
|
|
20808
20869
|
"name": "AppEndPoints_v1",
|
|
@@ -27668,6 +27729,11 @@
|
|
|
27668
27729
|
"name": "AutomatedActionNoOp_v1",
|
|
27669
27730
|
"ofType": null
|
|
27670
27731
|
},
|
|
27732
|
+
{
|
|
27733
|
+
"kind": "OBJECT",
|
|
27734
|
+
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
27735
|
+
"ofType": null
|
|
27736
|
+
},
|
|
27671
27737
|
{
|
|
27672
27738
|
"kind": "OBJECT",
|
|
27673
27739
|
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
@@ -27828,6 +27894,11 @@
|
|
|
27828
27894
|
"kind": "INTERFACE",
|
|
27829
27895
|
"name": "Permission_v1",
|
|
27830
27896
|
"ofType": null
|
|
27897
|
+
},
|
|
27898
|
+
{
|
|
27899
|
+
"kind": "INTERFACE",
|
|
27900
|
+
"name": "DatafileObject_v1",
|
|
27901
|
+
"ofType": null
|
|
27831
27902
|
}
|
|
27832
27903
|
],
|
|
27833
27904
|
"enumValues": null,
|
|
@@ -29389,6 +29460,11 @@
|
|
|
29389
29460
|
"kind": "INTERFACE",
|
|
29390
29461
|
"name": "Permission_v1",
|
|
29391
29462
|
"ofType": null
|
|
29463
|
+
},
|
|
29464
|
+
{
|
|
29465
|
+
"kind": "INTERFACE",
|
|
29466
|
+
"name": "DatafileObject_v1",
|
|
29467
|
+
"ofType": null
|
|
29392
29468
|
}
|
|
29393
29469
|
],
|
|
29394
29470
|
"enumValues": null,
|
|
@@ -32057,6 +32133,11 @@
|
|
|
32057
32133
|
"kind": "INTERFACE",
|
|
32058
32134
|
"name": "FeatureToggle_v1",
|
|
32059
32135
|
"ofType": null
|
|
32136
|
+
},
|
|
32137
|
+
{
|
|
32138
|
+
"kind": "INTERFACE",
|
|
32139
|
+
"name": "DatafileObject_v1",
|
|
32140
|
+
"ofType": null
|
|
32060
32141
|
}
|
|
32061
32142
|
],
|
|
32062
32143
|
"enumValues": null,
|
|
@@ -41565,6 +41646,18 @@
|
|
|
41565
41646
|
"isDeprecated": false,
|
|
41566
41647
|
"deprecationReason": null
|
|
41567
41648
|
},
|
|
41649
|
+
{
|
|
41650
|
+
"name": "certificate_format",
|
|
41651
|
+
"description": null,
|
|
41652
|
+
"args": [],
|
|
41653
|
+
"type": {
|
|
41654
|
+
"kind": "SCALAR",
|
|
41655
|
+
"name": "String",
|
|
41656
|
+
"ofType": null
|
|
41657
|
+
},
|
|
41658
|
+
"isDeprecated": false,
|
|
41659
|
+
"deprecationReason": null
|
|
41660
|
+
},
|
|
41568
41661
|
{
|
|
41569
41662
|
"name": "annotations",
|
|
41570
41663
|
"description": null,
|
|
@@ -41969,6 +42062,11 @@
|
|
|
41969
42062
|
"name": "NamespaceTerraformResourceRDS_v1",
|
|
41970
42063
|
"ofType": null
|
|
41971
42064
|
},
|
|
42065
|
+
{
|
|
42066
|
+
"kind": "OBJECT",
|
|
42067
|
+
"name": "NamespaceTerraformResourceRDSProxy_v1",
|
|
42068
|
+
"ofType": null
|
|
42069
|
+
},
|
|
41972
42070
|
{
|
|
41973
42071
|
"kind": "OBJECT",
|
|
41974
42072
|
"name": "NamespaceTerraformResourceS3_v1",
|
|
@@ -44292,6 +44390,18 @@
|
|
|
44292
44390
|
},
|
|
44293
44391
|
"isDeprecated": false,
|
|
44294
44392
|
"deprecationReason": null
|
|
44393
|
+
},
|
|
44394
|
+
{
|
|
44395
|
+
"name": "secret_format",
|
|
44396
|
+
"description": null,
|
|
44397
|
+
"args": [],
|
|
44398
|
+
"type": {
|
|
44399
|
+
"kind": "SCALAR",
|
|
44400
|
+
"name": "JSON",
|
|
44401
|
+
"ofType": null
|
|
44402
|
+
},
|
|
44403
|
+
"isDeprecated": false,
|
|
44404
|
+
"deprecationReason": null
|
|
44295
44405
|
}
|
|
44296
44406
|
],
|
|
44297
44407
|
"inputFields": null,
|
|
@@ -45546,6 +45656,179 @@
|
|
|
45546
45656
|
"enumValues": null,
|
|
45547
45657
|
"possibleTypes": null
|
|
45548
45658
|
},
|
|
45659
|
+
{
|
|
45660
|
+
"kind": "OBJECT",
|
|
45661
|
+
"name": "NamespaceTerraformResourceRDSProxy_v1",
|
|
45662
|
+
"description": null,
|
|
45663
|
+
"fields": [
|
|
45664
|
+
{
|
|
45665
|
+
"name": "provider",
|
|
45666
|
+
"description": null,
|
|
45667
|
+
"args": [],
|
|
45668
|
+
"type": {
|
|
45669
|
+
"kind": "NON_NULL",
|
|
45670
|
+
"name": null,
|
|
45671
|
+
"ofType": {
|
|
45672
|
+
"kind": "SCALAR",
|
|
45673
|
+
"name": "String",
|
|
45674
|
+
"ofType": null
|
|
45675
|
+
}
|
|
45676
|
+
},
|
|
45677
|
+
"isDeprecated": false,
|
|
45678
|
+
"deprecationReason": null
|
|
45679
|
+
},
|
|
45680
|
+
{
|
|
45681
|
+
"name": "region",
|
|
45682
|
+
"description": null,
|
|
45683
|
+
"args": [],
|
|
45684
|
+
"type": {
|
|
45685
|
+
"kind": "SCALAR",
|
|
45686
|
+
"name": "String",
|
|
45687
|
+
"ofType": null
|
|
45688
|
+
},
|
|
45689
|
+
"isDeprecated": false,
|
|
45690
|
+
"deprecationReason": null
|
|
45691
|
+
},
|
|
45692
|
+
{
|
|
45693
|
+
"name": "identifier",
|
|
45694
|
+
"description": null,
|
|
45695
|
+
"args": [],
|
|
45696
|
+
"type": {
|
|
45697
|
+
"kind": "NON_NULL",
|
|
45698
|
+
"name": null,
|
|
45699
|
+
"ofType": {
|
|
45700
|
+
"kind": "SCALAR",
|
|
45701
|
+
"name": "String",
|
|
45702
|
+
"ofType": null
|
|
45703
|
+
}
|
|
45704
|
+
},
|
|
45705
|
+
"isDeprecated": false,
|
|
45706
|
+
"deprecationReason": null
|
|
45707
|
+
},
|
|
45708
|
+
{
|
|
45709
|
+
"name": "defaults",
|
|
45710
|
+
"description": null,
|
|
45711
|
+
"args": [],
|
|
45712
|
+
"type": {
|
|
45713
|
+
"kind": "NON_NULL",
|
|
45714
|
+
"name": null,
|
|
45715
|
+
"ofType": {
|
|
45716
|
+
"kind": "SCALAR",
|
|
45717
|
+
"name": "String",
|
|
45718
|
+
"ofType": null
|
|
45719
|
+
}
|
|
45720
|
+
},
|
|
45721
|
+
"isDeprecated": false,
|
|
45722
|
+
"deprecationReason": null
|
|
45723
|
+
},
|
|
45724
|
+
{
|
|
45725
|
+
"name": "overrides",
|
|
45726
|
+
"description": null,
|
|
45727
|
+
"args": [],
|
|
45728
|
+
"type": {
|
|
45729
|
+
"kind": "SCALAR",
|
|
45730
|
+
"name": "JSON",
|
|
45731
|
+
"ofType": null
|
|
45732
|
+
},
|
|
45733
|
+
"isDeprecated": false,
|
|
45734
|
+
"deprecationReason": null
|
|
45735
|
+
},
|
|
45736
|
+
{
|
|
45737
|
+
"name": "output_resource_name",
|
|
45738
|
+
"description": null,
|
|
45739
|
+
"args": [],
|
|
45740
|
+
"type": {
|
|
45741
|
+
"kind": "SCALAR",
|
|
45742
|
+
"name": "String",
|
|
45743
|
+
"ofType": null
|
|
45744
|
+
},
|
|
45745
|
+
"isDeprecated": false,
|
|
45746
|
+
"deprecationReason": null
|
|
45747
|
+
},
|
|
45748
|
+
{
|
|
45749
|
+
"name": "output_format",
|
|
45750
|
+
"description": null,
|
|
45751
|
+
"args": [],
|
|
45752
|
+
"type": {
|
|
45753
|
+
"kind": "INTERFACE",
|
|
45754
|
+
"name": "NamespaceTerraformResourceOutputFormat_v1",
|
|
45755
|
+
"ofType": null
|
|
45756
|
+
},
|
|
45757
|
+
"isDeprecated": false,
|
|
45758
|
+
"deprecationReason": null
|
|
45759
|
+
},
|
|
45760
|
+
{
|
|
45761
|
+
"name": "annotations",
|
|
45762
|
+
"description": null,
|
|
45763
|
+
"args": [],
|
|
45764
|
+
"type": {
|
|
45765
|
+
"kind": "SCALAR",
|
|
45766
|
+
"name": "JSON",
|
|
45767
|
+
"ofType": null
|
|
45768
|
+
},
|
|
45769
|
+
"isDeprecated": false,
|
|
45770
|
+
"deprecationReason": null
|
|
45771
|
+
},
|
|
45772
|
+
{
|
|
45773
|
+
"name": "managed_by_erv2",
|
|
45774
|
+
"description": null,
|
|
45775
|
+
"args": [],
|
|
45776
|
+
"type": {
|
|
45777
|
+
"kind": "SCALAR",
|
|
45778
|
+
"name": "Boolean",
|
|
45779
|
+
"ofType": null
|
|
45780
|
+
},
|
|
45781
|
+
"isDeprecated": false,
|
|
45782
|
+
"deprecationReason": null
|
|
45783
|
+
},
|
|
45784
|
+
{
|
|
45785
|
+
"name": "delete",
|
|
45786
|
+
"description": null,
|
|
45787
|
+
"args": [],
|
|
45788
|
+
"type": {
|
|
45789
|
+
"kind": "SCALAR",
|
|
45790
|
+
"name": "Boolean",
|
|
45791
|
+
"ofType": null
|
|
45792
|
+
},
|
|
45793
|
+
"isDeprecated": false,
|
|
45794
|
+
"deprecationReason": null
|
|
45795
|
+
},
|
|
45796
|
+
{
|
|
45797
|
+
"name": "module_overrides",
|
|
45798
|
+
"description": null,
|
|
45799
|
+
"args": [],
|
|
45800
|
+
"type": {
|
|
45801
|
+
"kind": "OBJECT",
|
|
45802
|
+
"name": "ExternalResourcesModuleOverrides_v1",
|
|
45803
|
+
"ofType": null
|
|
45804
|
+
},
|
|
45805
|
+
"isDeprecated": false,
|
|
45806
|
+
"deprecationReason": null
|
|
45807
|
+
},
|
|
45808
|
+
{
|
|
45809
|
+
"name": "tags",
|
|
45810
|
+
"description": null,
|
|
45811
|
+
"args": [],
|
|
45812
|
+
"type": {
|
|
45813
|
+
"kind": "SCALAR",
|
|
45814
|
+
"name": "JSON",
|
|
45815
|
+
"ofType": null
|
|
45816
|
+
},
|
|
45817
|
+
"isDeprecated": false,
|
|
45818
|
+
"deprecationReason": null
|
|
45819
|
+
}
|
|
45820
|
+
],
|
|
45821
|
+
"inputFields": null,
|
|
45822
|
+
"interfaces": [
|
|
45823
|
+
{
|
|
45824
|
+
"kind": "INTERFACE",
|
|
45825
|
+
"name": "NamespaceTerraformResourceAWS_v1",
|
|
45826
|
+
"ofType": null
|
|
45827
|
+
}
|
|
45828
|
+
],
|
|
45829
|
+
"enumValues": null,
|
|
45830
|
+
"possibleTypes": null
|
|
45831
|
+
},
|
|
45549
45832
|
{
|
|
45550
45833
|
"kind": "OBJECT",
|
|
45551
45834
|
"name": "NamespaceTerraformResourceS3_v1",
|
|
@@ -50286,6 +50569,29 @@
|
|
|
50286
50569
|
"enumValues": null,
|
|
50287
50570
|
"possibleTypes": null
|
|
50288
50571
|
},
|
|
50572
|
+
{
|
|
50573
|
+
"kind": "OBJECT",
|
|
50574
|
+
"name": "AppQuayReposNotificationVerificationMethod_v1",
|
|
50575
|
+
"description": null,
|
|
50576
|
+
"fields": [
|
|
50577
|
+
{
|
|
50578
|
+
"name": "jiraBoard",
|
|
50579
|
+
"description": null,
|
|
50580
|
+
"args": [],
|
|
50581
|
+
"type": {
|
|
50582
|
+
"kind": "OBJECT",
|
|
50583
|
+
"name": "JiraBoard_v1",
|
|
50584
|
+
"ofType": null
|
|
50585
|
+
},
|
|
50586
|
+
"isDeprecated": false,
|
|
50587
|
+
"deprecationReason": null
|
|
50588
|
+
}
|
|
50589
|
+
],
|
|
50590
|
+
"inputFields": null,
|
|
50591
|
+
"interfaces": [],
|
|
50592
|
+
"enumValues": null,
|
|
50593
|
+
"possibleTypes": null
|
|
50594
|
+
},
|
|
50289
50595
|
{
|
|
50290
50596
|
"kind": "OBJECT",
|
|
50291
50597
|
"name": "SaasResourceTemplateTargetReference_v2",
|
|
@@ -50584,6 +50890,11 @@
|
|
|
50584
50890
|
"kind": "INTERFACE",
|
|
50585
50891
|
"name": "PipelinesProvider_v1",
|
|
50586
50892
|
"ofType": null
|
|
50893
|
+
},
|
|
50894
|
+
{
|
|
50895
|
+
"kind": "INTERFACE",
|
|
50896
|
+
"name": "DatafileObject_v1",
|
|
50897
|
+
"ofType": null
|
|
50587
50898
|
}
|
|
50588
50899
|
],
|
|
50589
50900
|
"enumValues": null,
|
|
@@ -51319,6 +51630,11 @@
|
|
|
51319
51630
|
"kind": "INTERFACE",
|
|
51320
51631
|
"name": "OidcPermission_v1",
|
|
51321
51632
|
"ofType": null
|
|
51633
|
+
},
|
|
51634
|
+
{
|
|
51635
|
+
"kind": "INTERFACE",
|
|
51636
|
+
"name": "DatafileObject_v1",
|
|
51637
|
+
"ofType": null
|
|
51322
51638
|
}
|
|
51323
51639
|
],
|
|
51324
51640
|
"enumValues": null,
|
|
@@ -51484,6 +51800,11 @@
|
|
|
51484
51800
|
"kind": "INTERFACE",
|
|
51485
51801
|
"name": "OidcPermission_v1",
|
|
51486
51802
|
"ofType": null
|
|
51803
|
+
},
|
|
51804
|
+
{
|
|
51805
|
+
"kind": "INTERFACE",
|
|
51806
|
+
"name": "DatafileObject_v1",
|
|
51807
|
+
"ofType": null
|
|
51487
51808
|
}
|
|
51488
51809
|
],
|
|
51489
51810
|
"enumValues": null,
|
|
@@ -51621,6 +51942,11 @@
|
|
|
51621
51942
|
"kind": "INTERFACE",
|
|
51622
51943
|
"name": "Permission_v1",
|
|
51623
51944
|
"ofType": null
|
|
51945
|
+
},
|
|
51946
|
+
{
|
|
51947
|
+
"kind": "INTERFACE",
|
|
51948
|
+
"name": "DatafileObject_v1",
|
|
51949
|
+
"ofType": null
|
|
51624
51950
|
}
|
|
51625
51951
|
],
|
|
51626
51952
|
"enumValues": null,
|
|
@@ -51778,6 +52104,11 @@
|
|
|
51778
52104
|
"kind": "INTERFACE",
|
|
51779
52105
|
"name": "Permission_v1",
|
|
51780
52106
|
"ofType": null
|
|
52107
|
+
},
|
|
52108
|
+
{
|
|
52109
|
+
"kind": "INTERFACE",
|
|
52110
|
+
"name": "DatafileObject_v1",
|
|
52111
|
+
"ofType": null
|
|
51781
52112
|
}
|
|
51782
52113
|
],
|
|
51783
52114
|
"enumValues": null,
|
|
@@ -51959,6 +52290,11 @@
|
|
|
51959
52290
|
"kind": "INTERFACE",
|
|
51960
52291
|
"name": "Permission_v1",
|
|
51961
52292
|
"ofType": null
|
|
52293
|
+
},
|
|
52294
|
+
{
|
|
52295
|
+
"kind": "INTERFACE",
|
|
52296
|
+
"name": "DatafileObject_v1",
|
|
52297
|
+
"ofType": null
|
|
51962
52298
|
}
|
|
51963
52299
|
],
|
|
51964
52300
|
"enumValues": null,
|
|
@@ -53042,6 +53378,11 @@
|
|
|
53042
53378
|
"kind": "INTERFACE",
|
|
53043
53379
|
"name": "EndpointMonitoringProvider_v1",
|
|
53044
53380
|
"ofType": null
|
|
53381
|
+
},
|
|
53382
|
+
{
|
|
53383
|
+
"kind": "INTERFACE",
|
|
53384
|
+
"name": "DatafileObject_v1",
|
|
53385
|
+
"ofType": null
|
|
53045
53386
|
}
|
|
53046
53387
|
],
|
|
53047
53388
|
"enumValues": null,
|
|
@@ -53262,6 +53603,11 @@
|
|
|
53262
53603
|
"kind": "INTERFACE",
|
|
53263
53604
|
"name": "EndpointMonitoringProvider_v1",
|
|
53264
53605
|
"ofType": null
|
|
53606
|
+
},
|
|
53607
|
+
{
|
|
53608
|
+
"kind": "INTERFACE",
|
|
53609
|
+
"name": "DatafileObject_v1",
|
|
53610
|
+
"ofType": null
|
|
53265
53611
|
}
|
|
53266
53612
|
],
|
|
53267
53613
|
"enumValues": null,
|
|
@@ -54150,6 +54496,11 @@
|
|
|
54150
54496
|
"kind": "INTERFACE",
|
|
54151
54497
|
"name": "AutomatedAction_v1",
|
|
54152
54498
|
"ofType": null
|
|
54499
|
+
},
|
|
54500
|
+
{
|
|
54501
|
+
"kind": "INTERFACE",
|
|
54502
|
+
"name": "DatafileObject_v1",
|
|
54503
|
+
"ofType": null
|
|
54153
54504
|
}
|
|
54154
54505
|
],
|
|
54155
54506
|
"enumValues": null,
|
|
@@ -54322,6 +54673,11 @@
|
|
|
54322
54673
|
"kind": "INTERFACE",
|
|
54323
54674
|
"name": "AutomatedAction_v1",
|
|
54324
54675
|
"ofType": null
|
|
54676
|
+
},
|
|
54677
|
+
{
|
|
54678
|
+
"kind": "INTERFACE",
|
|
54679
|
+
"name": "DatafileObject_v1",
|
|
54680
|
+
"ofType": null
|
|
54325
54681
|
}
|
|
54326
54682
|
],
|
|
54327
54683
|
"enumValues": null,
|
|
@@ -54483,6 +54839,11 @@
|
|
|
54483
54839
|
"kind": "INTERFACE",
|
|
54484
54840
|
"name": "AutomatedAction_v1",
|
|
54485
54841
|
"ofType": null
|
|
54842
|
+
},
|
|
54843
|
+
{
|
|
54844
|
+
"kind": "INTERFACE",
|
|
54845
|
+
"name": "DatafileObject_v1",
|
|
54846
|
+
"ofType": null
|
|
54486
54847
|
}
|
|
54487
54848
|
],
|
|
54488
54849
|
"enumValues": null,
|
|
@@ -54687,6 +55048,11 @@
|
|
|
54687
55048
|
"kind": "INTERFACE",
|
|
54688
55049
|
"name": "AutomatedAction_v1",
|
|
54689
55050
|
"ofType": null
|
|
55051
|
+
},
|
|
55052
|
+
{
|
|
55053
|
+
"kind": "INTERFACE",
|
|
55054
|
+
"name": "DatafileObject_v1",
|
|
55055
|
+
"ofType": null
|
|
54690
55056
|
}
|
|
54691
55057
|
],
|
|
54692
55058
|
"enumValues": null,
|
|
@@ -54848,6 +55214,11 @@
|
|
|
54848
55214
|
"kind": "INTERFACE",
|
|
54849
55215
|
"name": "AutomatedAction_v1",
|
|
54850
55216
|
"ofType": null
|
|
55217
|
+
},
|
|
55218
|
+
{
|
|
55219
|
+
"kind": "INTERFACE",
|
|
55220
|
+
"name": "DatafileObject_v1",
|
|
55221
|
+
"ofType": null
|
|
54851
55222
|
}
|
|
54852
55223
|
],
|
|
54853
55224
|
"enumValues": null,
|
|
@@ -54985,11 +55356,225 @@
|
|
|
54985
55356
|
"kind": "INTERFACE",
|
|
54986
55357
|
"name": "AutomatedAction_v1",
|
|
54987
55358
|
"ofType": null
|
|
55359
|
+
},
|
|
55360
|
+
{
|
|
55361
|
+
"kind": "INTERFACE",
|
|
55362
|
+
"name": "DatafileObject_v1",
|
|
55363
|
+
"ofType": null
|
|
55364
|
+
}
|
|
55365
|
+
],
|
|
55366
|
+
"enumValues": null,
|
|
55367
|
+
"possibleTypes": null
|
|
55368
|
+
},
|
|
55369
|
+
{
|
|
55370
|
+
"kind": "OBJECT",
|
|
55371
|
+
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
55372
|
+
"description": null,
|
|
55373
|
+
"fields": [
|
|
55374
|
+
{
|
|
55375
|
+
"name": "schema",
|
|
55376
|
+
"description": null,
|
|
55377
|
+
"args": [],
|
|
55378
|
+
"type": {
|
|
55379
|
+
"kind": "NON_NULL",
|
|
55380
|
+
"name": null,
|
|
55381
|
+
"ofType": {
|
|
55382
|
+
"kind": "SCALAR",
|
|
55383
|
+
"name": "String",
|
|
55384
|
+
"ofType": null
|
|
55385
|
+
}
|
|
55386
|
+
},
|
|
55387
|
+
"isDeprecated": false,
|
|
55388
|
+
"deprecationReason": null
|
|
55389
|
+
},
|
|
55390
|
+
{
|
|
55391
|
+
"name": "path",
|
|
55392
|
+
"description": null,
|
|
55393
|
+
"args": [],
|
|
55394
|
+
"type": {
|
|
55395
|
+
"kind": "NON_NULL",
|
|
55396
|
+
"name": null,
|
|
55397
|
+
"ofType": {
|
|
55398
|
+
"kind": "SCALAR",
|
|
55399
|
+
"name": "String",
|
|
55400
|
+
"ofType": null
|
|
55401
|
+
}
|
|
55402
|
+
},
|
|
55403
|
+
"isDeprecated": false,
|
|
55404
|
+
"deprecationReason": null
|
|
55405
|
+
},
|
|
55406
|
+
{
|
|
55407
|
+
"name": "type",
|
|
55408
|
+
"description": null,
|
|
55409
|
+
"args": [],
|
|
55410
|
+
"type": {
|
|
55411
|
+
"kind": "NON_NULL",
|
|
55412
|
+
"name": null,
|
|
55413
|
+
"ofType": {
|
|
55414
|
+
"kind": "SCALAR",
|
|
55415
|
+
"name": "String",
|
|
55416
|
+
"ofType": null
|
|
55417
|
+
}
|
|
55418
|
+
},
|
|
55419
|
+
"isDeprecated": false,
|
|
55420
|
+
"deprecationReason": null
|
|
55421
|
+
},
|
|
55422
|
+
{
|
|
55423
|
+
"name": "description",
|
|
55424
|
+
"description": null,
|
|
55425
|
+
"args": [],
|
|
55426
|
+
"type": {
|
|
55427
|
+
"kind": "SCALAR",
|
|
55428
|
+
"name": "String",
|
|
55429
|
+
"ofType": null
|
|
55430
|
+
},
|
|
55431
|
+
"isDeprecated": false,
|
|
55432
|
+
"deprecationReason": null
|
|
55433
|
+
},
|
|
55434
|
+
{
|
|
55435
|
+
"name": "maxOps",
|
|
55436
|
+
"description": null,
|
|
55437
|
+
"args": [],
|
|
55438
|
+
"type": {
|
|
55439
|
+
"kind": "NON_NULL",
|
|
55440
|
+
"name": null,
|
|
55441
|
+
"ofType": {
|
|
55442
|
+
"kind": "SCALAR",
|
|
55443
|
+
"name": "Int",
|
|
55444
|
+
"ofType": null
|
|
55445
|
+
}
|
|
55446
|
+
},
|
|
55447
|
+
"isDeprecated": false,
|
|
55448
|
+
"deprecationReason": null
|
|
55449
|
+
},
|
|
55450
|
+
{
|
|
55451
|
+
"name": "instances",
|
|
55452
|
+
"description": null,
|
|
55453
|
+
"args": [],
|
|
55454
|
+
"type": {
|
|
55455
|
+
"kind": "NON_NULL",
|
|
55456
|
+
"name": null,
|
|
55457
|
+
"ofType": {
|
|
55458
|
+
"kind": "LIST",
|
|
55459
|
+
"name": null,
|
|
55460
|
+
"ofType": {
|
|
55461
|
+
"kind": "NON_NULL",
|
|
55462
|
+
"name": null,
|
|
55463
|
+
"ofType": {
|
|
55464
|
+
"kind": "OBJECT",
|
|
55465
|
+
"name": "AutomatedActionsInstance_v1",
|
|
55466
|
+
"ofType": null
|
|
55467
|
+
}
|
|
55468
|
+
}
|
|
55469
|
+
}
|
|
55470
|
+
},
|
|
55471
|
+
"isDeprecated": false,
|
|
55472
|
+
"deprecationReason": null
|
|
55473
|
+
},
|
|
55474
|
+
{
|
|
55475
|
+
"name": "permissions",
|
|
55476
|
+
"description": null,
|
|
55477
|
+
"args": [],
|
|
55478
|
+
"type": {
|
|
55479
|
+
"kind": "LIST",
|
|
55480
|
+
"name": null,
|
|
55481
|
+
"ofType": {
|
|
55482
|
+
"kind": "NON_NULL",
|
|
55483
|
+
"name": null,
|
|
55484
|
+
"ofType": {
|
|
55485
|
+
"kind": "OBJECT",
|
|
55486
|
+
"name": "PermissionAutomatedActions_v1",
|
|
55487
|
+
"ofType": null
|
|
55488
|
+
}
|
|
55489
|
+
}
|
|
55490
|
+
},
|
|
55491
|
+
"isDeprecated": false,
|
|
55492
|
+
"deprecationReason": null
|
|
55493
|
+
},
|
|
55494
|
+
{
|
|
55495
|
+
"name": "arguments",
|
|
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": "AutomatedActionOpenshiftTriggerCronjobArgument_v1",
|
|
55510
|
+
"ofType": null
|
|
55511
|
+
}
|
|
55512
|
+
}
|
|
55513
|
+
}
|
|
55514
|
+
},
|
|
55515
|
+
"isDeprecated": false,
|
|
55516
|
+
"deprecationReason": null
|
|
55517
|
+
}
|
|
55518
|
+
],
|
|
55519
|
+
"inputFields": null,
|
|
55520
|
+
"interfaces": [
|
|
55521
|
+
{
|
|
55522
|
+
"kind": "INTERFACE",
|
|
55523
|
+
"name": "AutomatedAction_v1",
|
|
55524
|
+
"ofType": null
|
|
55525
|
+
},
|
|
55526
|
+
{
|
|
55527
|
+
"kind": "INTERFACE",
|
|
55528
|
+
"name": "DatafileObject_v1",
|
|
55529
|
+
"ofType": null
|
|
54988
55530
|
}
|
|
54989
55531
|
],
|
|
54990
55532
|
"enumValues": null,
|
|
54991
55533
|
"possibleTypes": null
|
|
54992
55534
|
},
|
|
55535
|
+
{
|
|
55536
|
+
"kind": "OBJECT",
|
|
55537
|
+
"name": "AutomatedActionOpenshiftTriggerCronjobArgument_v1",
|
|
55538
|
+
"description": null,
|
|
55539
|
+
"fields": [
|
|
55540
|
+
{
|
|
55541
|
+
"name": "namespace",
|
|
55542
|
+
"description": null,
|
|
55543
|
+
"args": [],
|
|
55544
|
+
"type": {
|
|
55545
|
+
"kind": "NON_NULL",
|
|
55546
|
+
"name": null,
|
|
55547
|
+
"ofType": {
|
|
55548
|
+
"kind": "OBJECT",
|
|
55549
|
+
"name": "Namespace_v1",
|
|
55550
|
+
"ofType": null
|
|
55551
|
+
}
|
|
55552
|
+
},
|
|
55553
|
+
"isDeprecated": false,
|
|
55554
|
+
"deprecationReason": null
|
|
55555
|
+
},
|
|
55556
|
+
{
|
|
55557
|
+
"name": "cronjob",
|
|
55558
|
+
"description": null,
|
|
55559
|
+
"args": [],
|
|
55560
|
+
"type": {
|
|
55561
|
+
"kind": "NON_NULL",
|
|
55562
|
+
"name": null,
|
|
55563
|
+
"ofType": {
|
|
55564
|
+
"kind": "SCALAR",
|
|
55565
|
+
"name": "String",
|
|
55566
|
+
"ofType": null
|
|
55567
|
+
}
|
|
55568
|
+
},
|
|
55569
|
+
"isDeprecated": false,
|
|
55570
|
+
"deprecationReason": null
|
|
55571
|
+
}
|
|
55572
|
+
],
|
|
55573
|
+
"inputFields": null,
|
|
55574
|
+
"interfaces": [],
|
|
55575
|
+
"enumValues": null,
|
|
55576
|
+
"possibleTypes": null
|
|
55577
|
+
},
|
|
54993
55578
|
{
|
|
54994
55579
|
"kind": "OBJECT",
|
|
54995
55580
|
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
@@ -55146,6 +55731,11 @@
|
|
|
55146
55731
|
"kind": "INTERFACE",
|
|
55147
55732
|
"name": "AutomatedAction_v1",
|
|
55148
55733
|
"ofType": null
|
|
55734
|
+
},
|
|
55735
|
+
{
|
|
55736
|
+
"kind": "INTERFACE",
|
|
55737
|
+
"name": "DatafileObject_v1",
|
|
55738
|
+
"ofType": null
|
|
55149
55739
|
}
|
|
55150
55740
|
],
|
|
55151
55741
|
"enumValues": null,
|
|
@@ -55378,6 +55968,11 @@
|
|
|
55378
55968
|
"kind": "INTERFACE",
|
|
55379
55969
|
"name": "AutomatedAction_v1",
|
|
55380
55970
|
"ofType": null
|
|
55971
|
+
},
|
|
55972
|
+
{
|
|
55973
|
+
"kind": "INTERFACE",
|
|
55974
|
+
"name": "DatafileObject_v1",
|
|
55975
|
+
"ofType": null
|
|
55381
55976
|
}
|
|
55382
55977
|
],
|
|
55383
55978
|
"enumValues": null,
|