qontract-reconcile 0.10.2.dev349__py3-none-any.whl → 0.10.2.dev414__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.dev349.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/METADATA +12 -11
- {qontract_reconcile-0.10.2.dev349.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/RECORD +356 -350
- reconcile/acs_rbac.py +2 -2
- reconcile/aus/advanced_upgrade_service.py +15 -12
- reconcile/aus/base.py +26 -27
- reconcile/aus/cluster_version_data.py +15 -5
- reconcile/aus/models.py +1 -1
- reconcile/automated_actions/config/integration.py +15 -3
- 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_ecr_image_pull_secrets.py +2 -2
- reconcile/aws_iam_keys.py +7 -41
- reconcile/aws_saml_idp/integration.py +12 -4
- reconcile/aws_saml_roles/integration.py +32 -25
- 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 +2 -4
- reconcile/checkpoint.py +11 -3
- reconcile/cli.py +33 -8
- 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 +9 -11
- reconcile/external_resources/factories.py +5 -12
- reconcile/external_resources/integration.py +1 -1
- reconcile/external_resources/manager.py +24 -10
- reconcile/external_resources/meta.py +0 -1
- reconcile/external_resources/metrics.py +1 -1
- reconcile/external_resources/model.py +13 -13
- reconcile/external_resources/reconciler.py +7 -4
- reconcile/external_resources/secrets_sync.py +6 -8
- reconcile/external_resources/state.py +60 -17
- reconcile/fleet_labeler/integration.py +1 -1
- reconcile/gabi_authorized_users.py +8 -5
- 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_mr_sqs_consumer.py +2 -2
- 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 +7 -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 +89 -6
- reconcile/gql_definitions/external_resources/external_resources_settings.py +7 -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 +2137 -1053
- 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 +5 -5
- 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 +38 -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 -56
- 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 +23 -23
- reconcile/openshift_base.py +53 -2
- reconcile/openshift_cluster_bots.py +3 -2
- 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 +5 -5
- reconcile/openshift_rolebindings.py +7 -11
- reconcile/openshift_saas_deploy.py +6 -7
- 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 -1
- reconcile/rhidp/common.py +3 -5
- reconcile/rhidp/sso_client/base.py +1 -1
- 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/templates/rosa-classic-cluster-creation.sh.j2 +4 -0
- reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +3 -0
- reconcile/templating/lib/rendering.py +3 -3
- reconcile/templating/renderer.py +4 -3
- 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 +17 -7
- 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 +13 -13
- 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/aggregated_list.py +4 -3
- reconcile/utils/aws_api.py +51 -54
- 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/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/external_resource_spec.py +24 -1
- 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/helm.py +2 -1
- 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 +9 -12
- reconcile/utils/jobcontroller/controller.py +1 -1
- reconcile/utils/jobcontroller/models.py +17 -1
- reconcile/utils/json.py +70 -0
- 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/base.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 +118 -97
- 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 +9 -3
- 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 +10 -5
- reconcile/utils/output.py +3 -2
- 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 +1 -4
- 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 +25 -21
- reconcile/utils/saasherder/saasherder.py +35 -24
- reconcile/utils/slack_api.py +26 -4
- reconcile/utils/sloth.py +171 -2
- reconcile/utils/sqs_gateway.py +2 -1
- reconcile/utils/state.py +2 -1
- reconcile/utils/structs.py +1 -1
- reconcile/utils/terraform_client.py +5 -4
- reconcile/utils/terrascript_aws_client.py +171 -114
- 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 +3 -1
- tools/cli_commands/systems_and_tools.py +5 -1
- tools/qontract_cli.py +31 -18
- tools/template_validation.py +3 -1
- {qontract_reconcile-0.10.2.dev349.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev349.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/entry_points.txt +0 -0
|
@@ -828,47 +828,6 @@
|
|
|
828
828
|
"isDeprecated": false,
|
|
829
829
|
"deprecationReason": null
|
|
830
830
|
},
|
|
831
|
-
{
|
|
832
|
-
"name": "kafka_clusters_v1",
|
|
833
|
-
"description": null,
|
|
834
|
-
"args": [
|
|
835
|
-
{
|
|
836
|
-
"name": "path",
|
|
837
|
-
"description": null,
|
|
838
|
-
"type": {
|
|
839
|
-
"kind": "SCALAR",
|
|
840
|
-
"name": "String",
|
|
841
|
-
"ofType": null
|
|
842
|
-
},
|
|
843
|
-
"defaultValue": null
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"name": "filter",
|
|
847
|
-
"description": null,
|
|
848
|
-
"type": {
|
|
849
|
-
"kind": "SCALAR",
|
|
850
|
-
"name": "JSON",
|
|
851
|
-
"ofType": null
|
|
852
|
-
},
|
|
853
|
-
"defaultValue": null
|
|
854
|
-
}
|
|
855
|
-
],
|
|
856
|
-
"type": {
|
|
857
|
-
"kind": "LIST",
|
|
858
|
-
"name": null,
|
|
859
|
-
"ofType": {
|
|
860
|
-
"kind": "NON_NULL",
|
|
861
|
-
"name": null,
|
|
862
|
-
"ofType": {
|
|
863
|
-
"kind": "OBJECT",
|
|
864
|
-
"name": "KafkaCluster_v1",
|
|
865
|
-
"ofType": null
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
|
-
"isDeprecated": false,
|
|
870
|
-
"deprecationReason": null
|
|
871
|
-
},
|
|
872
831
|
{
|
|
873
832
|
"name": "namespaces_v1",
|
|
874
833
|
"description": null,
|
|
@@ -4326,10 +4285,675 @@
|
|
|
4326
4285
|
}
|
|
4327
4286
|
],
|
|
4328
4287
|
"inputFields": null,
|
|
4329
|
-
"interfaces": [
|
|
4288
|
+
"interfaces": [
|
|
4289
|
+
{
|
|
4290
|
+
"kind": "INTERFACE",
|
|
4291
|
+
"name": "DatafileObject_v1",
|
|
4292
|
+
"ofType": null
|
|
4293
|
+
}
|
|
4294
|
+
],
|
|
4330
4295
|
"enumValues": null,
|
|
4331
4296
|
"possibleTypes": null
|
|
4332
4297
|
},
|
|
4298
|
+
{
|
|
4299
|
+
"kind": "INTERFACE",
|
|
4300
|
+
"name": "DatafileObject_v1",
|
|
4301
|
+
"description": null,
|
|
4302
|
+
"fields": [
|
|
4303
|
+
{
|
|
4304
|
+
"name": "path",
|
|
4305
|
+
"description": null,
|
|
4306
|
+
"args": [],
|
|
4307
|
+
"type": {
|
|
4308
|
+
"kind": "NON_NULL",
|
|
4309
|
+
"name": null,
|
|
4310
|
+
"ofType": {
|
|
4311
|
+
"kind": "SCALAR",
|
|
4312
|
+
"name": "String",
|
|
4313
|
+
"ofType": null
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
"isDeprecated": false,
|
|
4317
|
+
"deprecationReason": null
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "schema",
|
|
4321
|
+
"description": null,
|
|
4322
|
+
"args": [],
|
|
4323
|
+
"type": {
|
|
4324
|
+
"kind": "NON_NULL",
|
|
4325
|
+
"name": null,
|
|
4326
|
+
"ofType": {
|
|
4327
|
+
"kind": "SCALAR",
|
|
4328
|
+
"name": "String",
|
|
4329
|
+
"ofType": null
|
|
4330
|
+
}
|
|
4331
|
+
},
|
|
4332
|
+
"isDeprecated": false,
|
|
4333
|
+
"deprecationReason": null
|
|
4334
|
+
}
|
|
4335
|
+
],
|
|
4336
|
+
"inputFields": null,
|
|
4337
|
+
"interfaces": null,
|
|
4338
|
+
"enumValues": null,
|
|
4339
|
+
"possibleTypes": [
|
|
4340
|
+
{
|
|
4341
|
+
"kind": "OBJECT",
|
|
4342
|
+
"name": "AppInterfaceSettings_v1",
|
|
4343
|
+
"ofType": null
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"kind": "OBJECT",
|
|
4347
|
+
"name": "Dependency_v1",
|
|
4348
|
+
"ofType": null
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"kind": "OBJECT",
|
|
4352
|
+
"name": "Namespace_v1",
|
|
4353
|
+
"ofType": null
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"kind": "OBJECT",
|
|
4357
|
+
"name": "Cluster_v1",
|
|
4358
|
+
"ofType": null
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"kind": "OBJECT",
|
|
4362
|
+
"name": "OpenShiftClusterManager_v1",
|
|
4363
|
+
"ofType": null
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"kind": "OBJECT",
|
|
4367
|
+
"name": "OpenShiftClusterManagerEnvironment_v1",
|
|
4368
|
+
"ofType": null
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"kind": "OBJECT",
|
|
4372
|
+
"name": "PrometheusInstance_v1",
|
|
4373
|
+
"ofType": null
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"kind": "OBJECT",
|
|
4377
|
+
"name": "ClusterAddon_v1",
|
|
4378
|
+
"ofType": null
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"kind": "OBJECT",
|
|
4382
|
+
"name": "JenkinsInstance_v1",
|
|
4383
|
+
"ofType": null
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"kind": "OBJECT",
|
|
4387
|
+
"name": "DynatraceEnvironment_v1",
|
|
4388
|
+
"ofType": null
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "OBJECT",
|
|
4392
|
+
"name": "ClusterJumpHost_v1",
|
|
4393
|
+
"ofType": null
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"kind": "OBJECT",
|
|
4397
|
+
"name": "AWSGroup_v1",
|
|
4398
|
+
"ofType": null
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"kind": "OBJECT",
|
|
4402
|
+
"name": "AWSAccount_v1",
|
|
4403
|
+
"ofType": null
|
|
4404
|
+
},
|
|
4405
|
+
{
|
|
4406
|
+
"kind": "OBJECT",
|
|
4407
|
+
"name": "User_v1",
|
|
4408
|
+
"ofType": null
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"kind": "OBJECT",
|
|
4412
|
+
"name": "Role_v1",
|
|
4413
|
+
"ofType": null
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"kind": "OBJECT",
|
|
4417
|
+
"name": "AWSUserPolicy_v1",
|
|
4418
|
+
"ofType": null
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"kind": "OBJECT",
|
|
4422
|
+
"name": "GlitchtipTeam_v1",
|
|
4423
|
+
"ofType": null
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"kind": "OBJECT",
|
|
4427
|
+
"name": "GlitchtipOrganization_v1",
|
|
4428
|
+
"ofType": null
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "OBJECT",
|
|
4432
|
+
"name": "GlitchtipInstance_v1",
|
|
4433
|
+
"ofType": null
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
"kind": "OBJECT",
|
|
4437
|
+
"name": "SendGridAccount_v1",
|
|
4438
|
+
"ofType": null
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"kind": "OBJECT",
|
|
4442
|
+
"name": "ChangeType_v1",
|
|
4443
|
+
"ofType": null
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"kind": "OBJECT",
|
|
4447
|
+
"name": "CloudflareAccountRole_v1",
|
|
4448
|
+
"ofType": null
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"kind": "OBJECT",
|
|
4452
|
+
"name": "CloudflareAccount_v1",
|
|
4453
|
+
"ofType": null
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"kind": "OBJECT",
|
|
4457
|
+
"name": "MembershipProvider_V1",
|
|
4458
|
+
"ofType": null
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"kind": "OBJECT",
|
|
4462
|
+
"name": "Bot_v1",
|
|
4463
|
+
"ofType": null
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"kind": "OBJECT",
|
|
4467
|
+
"name": "ExternalUser_v1",
|
|
4468
|
+
"ofType": null
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"kind": "OBJECT",
|
|
4472
|
+
"name": "CredentialsRequest_v1",
|
|
4473
|
+
"ofType": null
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"kind": "OBJECT",
|
|
4477
|
+
"name": "AppInterfaceSqlQuery_v1",
|
|
4478
|
+
"ofType": null
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"kind": "OBJECT",
|
|
4482
|
+
"name": "GabiInstance_v1",
|
|
4483
|
+
"ofType": null
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "OBJECT",
|
|
4487
|
+
"name": "Schedule_v1",
|
|
4488
|
+
"ofType": null
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"kind": "OBJECT",
|
|
4492
|
+
"name": "TerraformStateAWS_v1",
|
|
4493
|
+
"ofType": null
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"kind": "OBJECT",
|
|
4497
|
+
"name": "RosaOcmSpec_v1",
|
|
4498
|
+
"ofType": null
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"kind": "OBJECT",
|
|
4502
|
+
"name": "AWSQuotaLimits_v1",
|
|
4503
|
+
"ofType": null
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"kind": "OBJECT",
|
|
4507
|
+
"name": "AWSAccountRequest_v1",
|
|
4508
|
+
"ofType": null
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"kind": "OBJECT",
|
|
4512
|
+
"name": "App_v1",
|
|
4513
|
+
"ofType": null
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"kind": "OBJECT",
|
|
4517
|
+
"name": "Product_v1",
|
|
4518
|
+
"ofType": null
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"kind": "OBJECT",
|
|
4522
|
+
"name": "Environment_v1",
|
|
4523
|
+
"ofType": null
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"kind": "OBJECT",
|
|
4527
|
+
"name": "GcpProject_v1",
|
|
4528
|
+
"ofType": null
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"kind": "OBJECT",
|
|
4532
|
+
"name": "ContainerImageMirror_v1",
|
|
4533
|
+
"ofType": null
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"kind": "OBJECT",
|
|
4537
|
+
"name": "AppQuayRepos_v1",
|
|
4538
|
+
"ofType": null
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"kind": "OBJECT",
|
|
4542
|
+
"name": "QuayOrg_v1",
|
|
4543
|
+
"ofType": null
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"kind": "OBJECT",
|
|
4547
|
+
"name": "QuayInstance_v1",
|
|
4548
|
+
"ofType": null
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"kind": "OBJECT",
|
|
4552
|
+
"name": "PermissionQuayOrgTeam_v1",
|
|
4553
|
+
"ofType": null
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"kind": "OBJECT",
|
|
4557
|
+
"name": "AppEscalationPolicy_v1",
|
|
4558
|
+
"ofType": null
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
"kind": "OBJECT",
|
|
4562
|
+
"name": "PermissionSlackUsergroup_v1",
|
|
4563
|
+
"ofType": null
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"kind": "OBJECT",
|
|
4567
|
+
"name": "SlackWorkspace_v1",
|
|
4568
|
+
"ofType": null
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"kind": "OBJECT",
|
|
4572
|
+
"name": "PagerDutyTarget_v1",
|
|
4573
|
+
"ofType": null
|
|
4574
|
+
},
|
|
4575
|
+
{
|
|
4576
|
+
"kind": "OBJECT",
|
|
4577
|
+
"name": "PagerDutyInstance_v1",
|
|
4578
|
+
"ofType": null
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"kind": "OBJECT",
|
|
4582
|
+
"name": "JiraBoard_v1",
|
|
4583
|
+
"ofType": null
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"kind": "OBJECT",
|
|
4587
|
+
"name": "JiraServer_v1",
|
|
4588
|
+
"ofType": null
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"kind": "OBJECT",
|
|
4592
|
+
"name": "JiraSeverityPriorityMappings_v1",
|
|
4593
|
+
"ofType": null
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"kind": "OBJECT",
|
|
4597
|
+
"name": "AcsPolicy_v1",
|
|
4598
|
+
"ofType": null
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"kind": "OBJECT",
|
|
4602
|
+
"name": "StatusPageComponent_v1",
|
|
4603
|
+
"ofType": null
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
"kind": "OBJECT",
|
|
4607
|
+
"name": "StatusPage_v1",
|
|
4608
|
+
"ofType": null
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"kind": "OBJECT",
|
|
4612
|
+
"name": "Maintenance_v1",
|
|
4613
|
+
"ofType": null
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"kind": "OBJECT",
|
|
4617
|
+
"name": "JenkinsConfig_v1",
|
|
4618
|
+
"ofType": null
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"kind": "OBJECT",
|
|
4622
|
+
"name": "SaasFile_v2",
|
|
4623
|
+
"ofType": null
|
|
4624
|
+
},
|
|
4625
|
+
{
|
|
4626
|
+
"kind": "OBJECT",
|
|
4627
|
+
"name": "SaasFileAuthentication_v1",
|
|
4628
|
+
"ofType": null
|
|
4629
|
+
},
|
|
4630
|
+
{
|
|
4631
|
+
"kind": "OBJECT",
|
|
4632
|
+
"name": "SLODocument_v1",
|
|
4633
|
+
"ofType": null
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"kind": "OBJECT",
|
|
4637
|
+
"name": "SRECheckpoint_v1",
|
|
4638
|
+
"ofType": null
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"kind": "OBJECT",
|
|
4642
|
+
"name": "GlitchtipProject_v1",
|
|
4643
|
+
"ofType": null
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
"kind": "OBJECT",
|
|
4647
|
+
"name": "GlitchtipProjectAlert_v1",
|
|
4648
|
+
"ofType": null
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"kind": "OBJECT",
|
|
4652
|
+
"name": "SharedResources_v1",
|
|
4653
|
+
"ofType": null
|
|
4654
|
+
},
|
|
4655
|
+
{
|
|
4656
|
+
"kind": "OBJECT",
|
|
4657
|
+
"name": "LimitRange_v1",
|
|
4658
|
+
"ofType": null
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
"kind": "OBJECT",
|
|
4662
|
+
"name": "SkupperNetwork_v1",
|
|
4663
|
+
"ofType": null
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"kind": "OBJECT",
|
|
4667
|
+
"name": "AppInterfaceEmail_v1",
|
|
4668
|
+
"ofType": null
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"kind": "OBJECT",
|
|
4672
|
+
"name": "AppInterfaceSlackNotification_v1",
|
|
4673
|
+
"ofType": null
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"kind": "OBJECT",
|
|
4677
|
+
"name": "AutomatedActionsInstance_v1",
|
|
4678
|
+
"ofType": null
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"kind": "OBJECT",
|
|
4682
|
+
"name": "PermissionAutomatedActions_v1",
|
|
4683
|
+
"ofType": null
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"kind": "OBJECT",
|
|
4687
|
+
"name": "AWSVPC_v1",
|
|
4688
|
+
"ofType": null
|
|
4689
|
+
},
|
|
4690
|
+
{
|
|
4691
|
+
"kind": "OBJECT",
|
|
4692
|
+
"name": "VPCRequest_v1",
|
|
4693
|
+
"ofType": null
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"kind": "OBJECT",
|
|
4697
|
+
"name": "Network_v1",
|
|
4698
|
+
"ofType": null
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"kind": "OBJECT",
|
|
4702
|
+
"name": "VaultInstance_v1",
|
|
4703
|
+
"ofType": null
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"kind": "OBJECT",
|
|
4707
|
+
"name": "VaultAudit_v1",
|
|
4708
|
+
"ofType": null
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"kind": "OBJECT",
|
|
4712
|
+
"name": "VaultAuth_v1",
|
|
4713
|
+
"ofType": null
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"kind": "OBJECT",
|
|
4717
|
+
"name": "PermissionGithubOrgTeam_v1",
|
|
4718
|
+
"ofType": null
|
|
4719
|
+
},
|
|
4720
|
+
{
|
|
4721
|
+
"kind": "OBJECT",
|
|
4722
|
+
"name": "VaultPolicy_v1",
|
|
4723
|
+
"ofType": null
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"kind": "OBJECT",
|
|
4727
|
+
"name": "VaultSecretEngine_v1",
|
|
4728
|
+
"ofType": null
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"kind": "OBJECT",
|
|
4732
|
+
"name": "VaultRole_v1",
|
|
4733
|
+
"ofType": null
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"kind": "OBJECT",
|
|
4737
|
+
"name": "GithubOrg_v1",
|
|
4738
|
+
"ofType": null
|
|
4739
|
+
},
|
|
4740
|
+
{
|
|
4741
|
+
"kind": "OBJECT",
|
|
4742
|
+
"name": "GitlabInstance_v1",
|
|
4743
|
+
"ofType": null
|
|
4744
|
+
},
|
|
4745
|
+
{
|
|
4746
|
+
"kind": "OBJECT",
|
|
4747
|
+
"name": "AcsInstance_v1",
|
|
4748
|
+
"ofType": null
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"kind": "OBJECT",
|
|
4752
|
+
"name": "Integration_v1",
|
|
4753
|
+
"ofType": null
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"kind": "OBJECT",
|
|
4757
|
+
"name": "Report_v1",
|
|
4758
|
+
"ofType": null
|
|
4759
|
+
},
|
|
4760
|
+
{
|
|
4761
|
+
"kind": "OBJECT",
|
|
4762
|
+
"name": "QueryValidation_v1",
|
|
4763
|
+
"ofType": null
|
|
4764
|
+
},
|
|
4765
|
+
{
|
|
4766
|
+
"kind": "OBJECT",
|
|
4767
|
+
"name": "UnleashInstance_v1",
|
|
4768
|
+
"ofType": null
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"kind": "OBJECT",
|
|
4772
|
+
"name": "UnleashProject_v1",
|
|
4773
|
+
"ofType": null
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"kind": "OBJECT",
|
|
4777
|
+
"name": "FeatureToggleUnleash_v1",
|
|
4778
|
+
"ofType": null
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"kind": "OBJECT",
|
|
4782
|
+
"name": "ResourceTemplateTest_v1",
|
|
4783
|
+
"ofType": null
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"kind": "OBJECT",
|
|
4787
|
+
"name": "DnsZone_v1",
|
|
4788
|
+
"ofType": null
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"kind": "OBJECT",
|
|
4792
|
+
"name": "CloudflareDnsZone_v1",
|
|
4793
|
+
"ofType": null
|
|
4794
|
+
},
|
|
4795
|
+
{
|
|
4796
|
+
"kind": "OBJECT",
|
|
4797
|
+
"name": "Scorecard_v2",
|
|
4798
|
+
"ofType": null
|
|
4799
|
+
},
|
|
4800
|
+
{
|
|
4801
|
+
"kind": "OBJECT",
|
|
4802
|
+
"name": "PgpReencryptSettings_v1",
|
|
4803
|
+
"ofType": null
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"kind": "OBJECT",
|
|
4807
|
+
"name": "TerraformRepo_v1",
|
|
4808
|
+
"ofType": null
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"kind": "OBJECT",
|
|
4812
|
+
"name": "StatusBoard_v1",
|
|
4813
|
+
"ofType": null
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"kind": "OBJECT",
|
|
4817
|
+
"name": "DynatraceTokenProviderTokenSpec_v1",
|
|
4818
|
+
"ofType": null
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"kind": "OBJECT",
|
|
4822
|
+
"name": "TemplateCollection_v1",
|
|
4823
|
+
"ofType": null
|
|
4824
|
+
},
|
|
4825
|
+
{
|
|
4826
|
+
"kind": "OBJECT",
|
|
4827
|
+
"name": "Template_v1",
|
|
4828
|
+
"ofType": null
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
"kind": "OBJECT",
|
|
4832
|
+
"name": "TemplateTest_v1",
|
|
4833
|
+
"ofType": null
|
|
4834
|
+
},
|
|
4835
|
+
{
|
|
4836
|
+
"kind": "OBJECT",
|
|
4837
|
+
"name": "ExternalResourcesSettings_v1",
|
|
4838
|
+
"ofType": null
|
|
4839
|
+
},
|
|
4840
|
+
{
|
|
4841
|
+
"kind": "OBJECT",
|
|
4842
|
+
"name": "ExternalResourcesModule_v1",
|
|
4843
|
+
"ofType": null
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"kind": "OBJECT",
|
|
4847
|
+
"name": "AppChangelog_v1",
|
|
4848
|
+
"ofType": null
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"kind": "OBJECT",
|
|
4852
|
+
"name": "FleetLabelsSpec_v1",
|
|
4853
|
+
"ofType": null
|
|
4854
|
+
},
|
|
4855
|
+
{
|
|
4856
|
+
"kind": "OBJECT",
|
|
4857
|
+
"name": "DatabaseAccess_v1",
|
|
4858
|
+
"ofType": null
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"kind": "OBJECT",
|
|
4862
|
+
"name": "SaasResourceTemplateTargetReference_v2",
|
|
4863
|
+
"ofType": null
|
|
4864
|
+
},
|
|
4865
|
+
{
|
|
4866
|
+
"kind": "OBJECT",
|
|
4867
|
+
"name": "PipelinesProviderTekton_v1",
|
|
4868
|
+
"ofType": null
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"kind": "OBJECT",
|
|
4872
|
+
"name": "PipelinesProviderTektonProviderDefaults_v1",
|
|
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
|
|
4954
|
+
}
|
|
4955
|
+
]
|
|
4956
|
+
},
|
|
4333
4957
|
{
|
|
4334
4958
|
"kind": "SCALAR",
|
|
4335
4959
|
"name": "Boolean",
|
|
@@ -4760,7 +5384,13 @@
|
|
|
4760
5384
|
}
|
|
4761
5385
|
],
|
|
4762
5386
|
"inputFields": null,
|
|
4763
|
-
"interfaces": [
|
|
5387
|
+
"interfaces": [
|
|
5388
|
+
{
|
|
5389
|
+
"kind": "INTERFACE",
|
|
5390
|
+
"name": "DatafileObject_v1",
|
|
5391
|
+
"ofType": null
|
|
5392
|
+
}
|
|
5393
|
+
],
|
|
4764
5394
|
"enumValues": null,
|
|
4765
5395
|
"possibleTypes": null
|
|
4766
5396
|
},
|
|
@@ -5054,6 +5684,18 @@
|
|
|
5054
5684
|
"isDeprecated": false,
|
|
5055
5685
|
"deprecationReason": null
|
|
5056
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
|
+
},
|
|
5057
5699
|
{
|
|
5058
5700
|
"name": "managedRoles",
|
|
5059
5701
|
"description": null,
|
|
@@ -5238,18 +5880,6 @@
|
|
|
5238
5880
|
"isDeprecated": false,
|
|
5239
5881
|
"deprecationReason": null
|
|
5240
5882
|
},
|
|
5241
|
-
{
|
|
5242
|
-
"name": "kafkaCluster",
|
|
5243
|
-
"description": null,
|
|
5244
|
-
"args": [],
|
|
5245
|
-
"type": {
|
|
5246
|
-
"kind": "OBJECT",
|
|
5247
|
-
"name": "KafkaCluster_v1",
|
|
5248
|
-
"ofType": null
|
|
5249
|
-
},
|
|
5250
|
-
"isDeprecated": false,
|
|
5251
|
-
"deprecationReason": null
|
|
5252
|
-
},
|
|
5253
5883
|
{
|
|
5254
5884
|
"name": "skupperSite",
|
|
5255
5885
|
"description": null,
|
|
@@ -5294,430 +5924,6 @@
|
|
|
5294
5924
|
"enumValues": null,
|
|
5295
5925
|
"possibleTypes": null
|
|
5296
5926
|
},
|
|
5297
|
-
{
|
|
5298
|
-
"kind": "INTERFACE",
|
|
5299
|
-
"name": "DatafileObject_v1",
|
|
5300
|
-
"description": null,
|
|
5301
|
-
"fields": [
|
|
5302
|
-
{
|
|
5303
|
-
"name": "path",
|
|
5304
|
-
"description": null,
|
|
5305
|
-
"args": [],
|
|
5306
|
-
"type": {
|
|
5307
|
-
"kind": "NON_NULL",
|
|
5308
|
-
"name": null,
|
|
5309
|
-
"ofType": {
|
|
5310
|
-
"kind": "SCALAR",
|
|
5311
|
-
"name": "String",
|
|
5312
|
-
"ofType": null
|
|
5313
|
-
}
|
|
5314
|
-
},
|
|
5315
|
-
"isDeprecated": false,
|
|
5316
|
-
"deprecationReason": null
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"name": "schema",
|
|
5320
|
-
"description": null,
|
|
5321
|
-
"args": [],
|
|
5322
|
-
"type": {
|
|
5323
|
-
"kind": "NON_NULL",
|
|
5324
|
-
"name": null,
|
|
5325
|
-
"ofType": {
|
|
5326
|
-
"kind": "SCALAR",
|
|
5327
|
-
"name": "String",
|
|
5328
|
-
"ofType": null
|
|
5329
|
-
}
|
|
5330
|
-
},
|
|
5331
|
-
"isDeprecated": false,
|
|
5332
|
-
"deprecationReason": null
|
|
5333
|
-
}
|
|
5334
|
-
],
|
|
5335
|
-
"inputFields": null,
|
|
5336
|
-
"interfaces": null,
|
|
5337
|
-
"enumValues": null,
|
|
5338
|
-
"possibleTypes": [
|
|
5339
|
-
{
|
|
5340
|
-
"kind": "OBJECT",
|
|
5341
|
-
"name": "Namespace_v1",
|
|
5342
|
-
"ofType": null
|
|
5343
|
-
},
|
|
5344
|
-
{
|
|
5345
|
-
"kind": "OBJECT",
|
|
5346
|
-
"name": "Cluster_v1",
|
|
5347
|
-
"ofType": null
|
|
5348
|
-
},
|
|
5349
|
-
{
|
|
5350
|
-
"kind": "OBJECT",
|
|
5351
|
-
"name": "OpenShiftClusterManager_v1",
|
|
5352
|
-
"ofType": null
|
|
5353
|
-
},
|
|
5354
|
-
{
|
|
5355
|
-
"kind": "OBJECT",
|
|
5356
|
-
"name": "OpenShiftClusterManagerEnvironment_v1",
|
|
5357
|
-
"ofType": null
|
|
5358
|
-
},
|
|
5359
|
-
{
|
|
5360
|
-
"kind": "OBJECT",
|
|
5361
|
-
"name": "PrometheusInstance_v1",
|
|
5362
|
-
"ofType": null
|
|
5363
|
-
},
|
|
5364
|
-
{
|
|
5365
|
-
"kind": "OBJECT",
|
|
5366
|
-
"name": "DynatraceEnvironment_v1",
|
|
5367
|
-
"ofType": null
|
|
5368
|
-
},
|
|
5369
|
-
{
|
|
5370
|
-
"kind": "OBJECT",
|
|
5371
|
-
"name": "AWSGroup_v1",
|
|
5372
|
-
"ofType": null
|
|
5373
|
-
},
|
|
5374
|
-
{
|
|
5375
|
-
"kind": "OBJECT",
|
|
5376
|
-
"name": "AWSAccount_v1",
|
|
5377
|
-
"ofType": null
|
|
5378
|
-
},
|
|
5379
|
-
{
|
|
5380
|
-
"kind": "OBJECT",
|
|
5381
|
-
"name": "User_v1",
|
|
5382
|
-
"ofType": null
|
|
5383
|
-
},
|
|
5384
|
-
{
|
|
5385
|
-
"kind": "OBJECT",
|
|
5386
|
-
"name": "Role_v1",
|
|
5387
|
-
"ofType": null
|
|
5388
|
-
},
|
|
5389
|
-
{
|
|
5390
|
-
"kind": "OBJECT",
|
|
5391
|
-
"name": "AWSUserPolicy_v1",
|
|
5392
|
-
"ofType": null
|
|
5393
|
-
},
|
|
5394
|
-
{
|
|
5395
|
-
"kind": "OBJECT",
|
|
5396
|
-
"name": "CloudflareAccount_v1",
|
|
5397
|
-
"ofType": null
|
|
5398
|
-
},
|
|
5399
|
-
{
|
|
5400
|
-
"kind": "OBJECT",
|
|
5401
|
-
"name": "MembershipProvider_V1",
|
|
5402
|
-
"ofType": null
|
|
5403
|
-
},
|
|
5404
|
-
{
|
|
5405
|
-
"kind": "OBJECT",
|
|
5406
|
-
"name": "ExternalUser_v1",
|
|
5407
|
-
"ofType": null
|
|
5408
|
-
},
|
|
5409
|
-
{
|
|
5410
|
-
"kind": "OBJECT",
|
|
5411
|
-
"name": "GabiInstance_v1",
|
|
5412
|
-
"ofType": null
|
|
5413
|
-
},
|
|
5414
|
-
{
|
|
5415
|
-
"kind": "OBJECT",
|
|
5416
|
-
"name": "Schedule_v1",
|
|
5417
|
-
"ofType": null
|
|
5418
|
-
},
|
|
5419
|
-
{
|
|
5420
|
-
"kind": "OBJECT",
|
|
5421
|
-
"name": "AWSQuotaLimits_v1",
|
|
5422
|
-
"ofType": null
|
|
5423
|
-
},
|
|
5424
|
-
{
|
|
5425
|
-
"kind": "OBJECT",
|
|
5426
|
-
"name": "AWSAccountRequest_v1",
|
|
5427
|
-
"ofType": null
|
|
5428
|
-
},
|
|
5429
|
-
{
|
|
5430
|
-
"kind": "OBJECT",
|
|
5431
|
-
"name": "App_v1",
|
|
5432
|
-
"ofType": null
|
|
5433
|
-
},
|
|
5434
|
-
{
|
|
5435
|
-
"kind": "OBJECT",
|
|
5436
|
-
"name": "Product_v1",
|
|
5437
|
-
"ofType": null
|
|
5438
|
-
},
|
|
5439
|
-
{
|
|
5440
|
-
"kind": "OBJECT",
|
|
5441
|
-
"name": "Environment_v1",
|
|
5442
|
-
"ofType": null
|
|
5443
|
-
},
|
|
5444
|
-
{
|
|
5445
|
-
"kind": "OBJECT",
|
|
5446
|
-
"name": "ContainerImageMirror_v1",
|
|
5447
|
-
"ofType": null
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"kind": "OBJECT",
|
|
5451
|
-
"name": "QuayOrg_v1",
|
|
5452
|
-
"ofType": null
|
|
5453
|
-
},
|
|
5454
|
-
{
|
|
5455
|
-
"kind": "OBJECT",
|
|
5456
|
-
"name": "AppEscalationPolicy_v1",
|
|
5457
|
-
"ofType": null
|
|
5458
|
-
},
|
|
5459
|
-
{
|
|
5460
|
-
"kind": "OBJECT",
|
|
5461
|
-
"name": "PermissionSlackUsergroup_v1",
|
|
5462
|
-
"ofType": null
|
|
5463
|
-
},
|
|
5464
|
-
{
|
|
5465
|
-
"kind": "OBJECT",
|
|
5466
|
-
"name": "SlackWorkspace_v1",
|
|
5467
|
-
"ofType": null
|
|
5468
|
-
},
|
|
5469
|
-
{
|
|
5470
|
-
"kind": "OBJECT",
|
|
5471
|
-
"name": "JiraBoard_v1",
|
|
5472
|
-
"ofType": null
|
|
5473
|
-
},
|
|
5474
|
-
{
|
|
5475
|
-
"kind": "OBJECT",
|
|
5476
|
-
"name": "StatusPageComponent_v1",
|
|
5477
|
-
"ofType": null
|
|
5478
|
-
},
|
|
5479
|
-
{
|
|
5480
|
-
"kind": "OBJECT",
|
|
5481
|
-
"name": "Maintenance_v1",
|
|
5482
|
-
"ofType": null
|
|
5483
|
-
},
|
|
5484
|
-
{
|
|
5485
|
-
"kind": "OBJECT",
|
|
5486
|
-
"name": "JenkinsConfig_v1",
|
|
5487
|
-
"ofType": null
|
|
5488
|
-
},
|
|
5489
|
-
{
|
|
5490
|
-
"kind": "OBJECT",
|
|
5491
|
-
"name": "SaasFile_v2",
|
|
5492
|
-
"ofType": null
|
|
5493
|
-
},
|
|
5494
|
-
{
|
|
5495
|
-
"kind": "OBJECT",
|
|
5496
|
-
"name": "SLODocument_v1",
|
|
5497
|
-
"ofType": null
|
|
5498
|
-
},
|
|
5499
|
-
{
|
|
5500
|
-
"kind": "OBJECT",
|
|
5501
|
-
"name": "SRECheckpoint_v1",
|
|
5502
|
-
"ofType": null
|
|
5503
|
-
},
|
|
5504
|
-
{
|
|
5505
|
-
"kind": "OBJECT",
|
|
5506
|
-
"name": "GlitchtipProject_v1",
|
|
5507
|
-
"ofType": null
|
|
5508
|
-
},
|
|
5509
|
-
{
|
|
5510
|
-
"kind": "OBJECT",
|
|
5511
|
-
"name": "GlitchtipProjectAlert_v1",
|
|
5512
|
-
"ofType": null
|
|
5513
|
-
},
|
|
5514
|
-
{
|
|
5515
|
-
"kind": "OBJECT",
|
|
5516
|
-
"name": "SharedResources_v1",
|
|
5517
|
-
"ofType": null
|
|
5518
|
-
},
|
|
5519
|
-
{
|
|
5520
|
-
"kind": "OBJECT",
|
|
5521
|
-
"name": "SkupperNetwork_v1",
|
|
5522
|
-
"ofType": null
|
|
5523
|
-
},
|
|
5524
|
-
{
|
|
5525
|
-
"kind": "OBJECT",
|
|
5526
|
-
"name": "AutomatedActionsInstance_v1",
|
|
5527
|
-
"ofType": null
|
|
5528
|
-
},
|
|
5529
|
-
{
|
|
5530
|
-
"kind": "OBJECT",
|
|
5531
|
-
"name": "PermissionAutomatedActions_v1",
|
|
5532
|
-
"ofType": null
|
|
5533
|
-
},
|
|
5534
|
-
{
|
|
5535
|
-
"kind": "OBJECT",
|
|
5536
|
-
"name": "AWSVPC_v1",
|
|
5537
|
-
"ofType": null
|
|
5538
|
-
},
|
|
5539
|
-
{
|
|
5540
|
-
"kind": "OBJECT",
|
|
5541
|
-
"name": "VPCRequest_v1",
|
|
5542
|
-
"ofType": null
|
|
5543
|
-
},
|
|
5544
|
-
{
|
|
5545
|
-
"kind": "OBJECT",
|
|
5546
|
-
"name": "Network_v1",
|
|
5547
|
-
"ofType": null
|
|
5548
|
-
},
|
|
5549
|
-
{
|
|
5550
|
-
"kind": "OBJECT",
|
|
5551
|
-
"name": "PermissionGithubOrgTeam_v1",
|
|
5552
|
-
"ofType": null
|
|
5553
|
-
},
|
|
5554
|
-
{
|
|
5555
|
-
"kind": "OBJECT",
|
|
5556
|
-
"name": "VaultPolicy_v1",
|
|
5557
|
-
"ofType": null
|
|
5558
|
-
},
|
|
5559
|
-
{
|
|
5560
|
-
"kind": "OBJECT",
|
|
5561
|
-
"name": "GitlabInstance_v1",
|
|
5562
|
-
"ofType": null
|
|
5563
|
-
},
|
|
5564
|
-
{
|
|
5565
|
-
"kind": "OBJECT",
|
|
5566
|
-
"name": "Integration_v1",
|
|
5567
|
-
"ofType": null
|
|
5568
|
-
},
|
|
5569
|
-
{
|
|
5570
|
-
"kind": "OBJECT",
|
|
5571
|
-
"name": "Report_v1",
|
|
5572
|
-
"ofType": null
|
|
5573
|
-
},
|
|
5574
|
-
{
|
|
5575
|
-
"kind": "OBJECT",
|
|
5576
|
-
"name": "QueryValidation_v1",
|
|
5577
|
-
"ofType": null
|
|
5578
|
-
},
|
|
5579
|
-
{
|
|
5580
|
-
"kind": "OBJECT",
|
|
5581
|
-
"name": "UnleashInstance_v1",
|
|
5582
|
-
"ofType": null
|
|
5583
|
-
},
|
|
5584
|
-
{
|
|
5585
|
-
"kind": "OBJECT",
|
|
5586
|
-
"name": "UnleashProject_v1",
|
|
5587
|
-
"ofType": null
|
|
5588
|
-
},
|
|
5589
|
-
{
|
|
5590
|
-
"kind": "OBJECT",
|
|
5591
|
-
"name": "DnsZone_v1",
|
|
5592
|
-
"ofType": null
|
|
5593
|
-
},
|
|
5594
|
-
{
|
|
5595
|
-
"kind": "OBJECT",
|
|
5596
|
-
"name": "CloudflareDnsZone_v1",
|
|
5597
|
-
"ofType": null
|
|
5598
|
-
},
|
|
5599
|
-
{
|
|
5600
|
-
"kind": "OBJECT",
|
|
5601
|
-
"name": "Scorecard_v2",
|
|
5602
|
-
"ofType": null
|
|
5603
|
-
},
|
|
5604
|
-
{
|
|
5605
|
-
"kind": "OBJECT",
|
|
5606
|
-
"name": "StatusBoard_v1",
|
|
5607
|
-
"ofType": null
|
|
5608
|
-
},
|
|
5609
|
-
{
|
|
5610
|
-
"kind": "OBJECT",
|
|
5611
|
-
"name": "TemplateCollection_v1",
|
|
5612
|
-
"ofType": null
|
|
5613
|
-
},
|
|
5614
|
-
{
|
|
5615
|
-
"kind": "OBJECT",
|
|
5616
|
-
"name": "Template_v1",
|
|
5617
|
-
"ofType": null
|
|
5618
|
-
},
|
|
5619
|
-
{
|
|
5620
|
-
"kind": "OBJECT",
|
|
5621
|
-
"name": "TemplateTest_v1",
|
|
5622
|
-
"ofType": null
|
|
5623
|
-
},
|
|
5624
|
-
{
|
|
5625
|
-
"kind": "OBJECT",
|
|
5626
|
-
"name": "ExternalResourcesSettings_v1",
|
|
5627
|
-
"ofType": null
|
|
5628
|
-
},
|
|
5629
|
-
{
|
|
5630
|
-
"kind": "OBJECT",
|
|
5631
|
-
"name": "ExternalResourcesModule_v1",
|
|
5632
|
-
"ofType": null
|
|
5633
|
-
},
|
|
5634
|
-
{
|
|
5635
|
-
"kind": "OBJECT",
|
|
5636
|
-
"name": "AppChangelog_v1",
|
|
5637
|
-
"ofType": null
|
|
5638
|
-
},
|
|
5639
|
-
{
|
|
5640
|
-
"kind": "OBJECT",
|
|
5641
|
-
"name": "FleetLabelsSpec_v1",
|
|
5642
|
-
"ofType": null
|
|
5643
|
-
},
|
|
5644
|
-
{
|
|
5645
|
-
"kind": "OBJECT",
|
|
5646
|
-
"name": "DatabaseAccess_v1",
|
|
5647
|
-
"ofType": null
|
|
5648
|
-
},
|
|
5649
|
-
{
|
|
5650
|
-
"kind": "OBJECT",
|
|
5651
|
-
"name": "ExternalResourcesModuleOverrides_v1",
|
|
5652
|
-
"ofType": null
|
|
5653
|
-
},
|
|
5654
|
-
{
|
|
5655
|
-
"kind": "OBJECT",
|
|
5656
|
-
"name": "SaasResourceTemplateTargetReference_v2",
|
|
5657
|
-
"ofType": null
|
|
5658
|
-
},
|
|
5659
|
-
{
|
|
5660
|
-
"kind": "OBJECT",
|
|
5661
|
-
"name": "PipelinesProviderTektonProviderDefaults_v1",
|
|
5662
|
-
"ofType": null
|
|
5663
|
-
},
|
|
5664
|
-
{
|
|
5665
|
-
"kind": "OBJECT",
|
|
5666
|
-
"name": "PermissionGithubOrg_v1",
|
|
5667
|
-
"ofType": null
|
|
5668
|
-
},
|
|
5669
|
-
{
|
|
5670
|
-
"kind": "OBJECT",
|
|
5671
|
-
"name": "PermissionJenkinsRole_v1",
|
|
5672
|
-
"ofType": null
|
|
5673
|
-
},
|
|
5674
|
-
{
|
|
5675
|
-
"kind": "OBJECT",
|
|
5676
|
-
"name": "PermissionGitlabGroupMembership_v1",
|
|
5677
|
-
"ofType": null
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"kind": "OBJECT",
|
|
5681
|
-
"name": "AutomatedActionActionList_v1",
|
|
5682
|
-
"ofType": null
|
|
5683
|
-
},
|
|
5684
|
-
{
|
|
5685
|
-
"kind": "OBJECT",
|
|
5686
|
-
"name": "AutomatedActionCreateToken_v1",
|
|
5687
|
-
"ofType": null
|
|
5688
|
-
},
|
|
5689
|
-
{
|
|
5690
|
-
"kind": "OBJECT",
|
|
5691
|
-
"name": "AutomatedActionExternalResourceFlushElastiCache_v1",
|
|
5692
|
-
"ofType": null
|
|
5693
|
-
},
|
|
5694
|
-
{
|
|
5695
|
-
"kind": "OBJECT",
|
|
5696
|
-
"name": "AutomatedActionExternalResourceRdsReboot_v1",
|
|
5697
|
-
"ofType": null
|
|
5698
|
-
},
|
|
5699
|
-
{
|
|
5700
|
-
"kind": "OBJECT",
|
|
5701
|
-
"name": "AutomatedActionExternalResourceRdsSnapshot_v1",
|
|
5702
|
-
"ofType": null
|
|
5703
|
-
},
|
|
5704
|
-
{
|
|
5705
|
-
"kind": "OBJECT",
|
|
5706
|
-
"name": "AutomatedActionNoOp_v1",
|
|
5707
|
-
"ofType": null
|
|
5708
|
-
},
|
|
5709
|
-
{
|
|
5710
|
-
"kind": "OBJECT",
|
|
5711
|
-
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
5712
|
-
"ofType": null
|
|
5713
|
-
},
|
|
5714
|
-
{
|
|
5715
|
-
"kind": "OBJECT",
|
|
5716
|
-
"name": "AutomatedActionOpenshiftWorkloadRestart_v1",
|
|
5717
|
-
"ofType": null
|
|
5718
|
-
}
|
|
5719
|
-
]
|
|
5720
|
-
},
|
|
5721
5927
|
{
|
|
5722
5928
|
"kind": "OBJECT",
|
|
5723
5929
|
"name": "Cluster_v1",
|
|
@@ -7322,7 +7528,13 @@
|
|
|
7322
7528
|
}
|
|
7323
7529
|
],
|
|
7324
7530
|
"inputFields": null,
|
|
7325
|
-
"interfaces": [
|
|
7531
|
+
"interfaces": [
|
|
7532
|
+
{
|
|
7533
|
+
"kind": "INTERFACE",
|
|
7534
|
+
"name": "DatafileObject_v1",
|
|
7535
|
+
"ofType": null
|
|
7536
|
+
}
|
|
7537
|
+
],
|
|
7326
7538
|
"enumValues": null,
|
|
7327
7539
|
"possibleTypes": null
|
|
7328
7540
|
},
|
|
@@ -7596,7 +7808,13 @@
|
|
|
7596
7808
|
}
|
|
7597
7809
|
],
|
|
7598
7810
|
"inputFields": null,
|
|
7599
|
-
"interfaces": [
|
|
7811
|
+
"interfaces": [
|
|
7812
|
+
{
|
|
7813
|
+
"kind": "INTERFACE",
|
|
7814
|
+
"name": "DatafileObject_v1",
|
|
7815
|
+
"ofType": null
|
|
7816
|
+
}
|
|
7817
|
+
],
|
|
7600
7818
|
"enumValues": null,
|
|
7601
7819
|
"possibleTypes": null
|
|
7602
7820
|
},
|
|
@@ -9108,6 +9326,18 @@
|
|
|
9108
9326
|
},
|
|
9109
9327
|
"isDeprecated": false,
|
|
9110
9328
|
"deprecationReason": null
|
|
9329
|
+
},
|
|
9330
|
+
{
|
|
9331
|
+
"name": "fips",
|
|
9332
|
+
"description": null,
|
|
9333
|
+
"args": [],
|
|
9334
|
+
"type": {
|
|
9335
|
+
"kind": "SCALAR",
|
|
9336
|
+
"name": "Boolean",
|
|
9337
|
+
"ofType": null
|
|
9338
|
+
},
|
|
9339
|
+
"isDeprecated": false,
|
|
9340
|
+
"deprecationReason": null
|
|
9111
9341
|
}
|
|
9112
9342
|
],
|
|
9113
9343
|
"inputFields": null,
|
|
@@ -9621,6 +9851,38 @@
|
|
|
9621
9851
|
"name": "ClusterJumpHost_v1",
|
|
9622
9852
|
"description": null,
|
|
9623
9853
|
"fields": [
|
|
9854
|
+
{
|
|
9855
|
+
"name": "schema",
|
|
9856
|
+
"description": null,
|
|
9857
|
+
"args": [],
|
|
9858
|
+
"type": {
|
|
9859
|
+
"kind": "NON_NULL",
|
|
9860
|
+
"name": null,
|
|
9861
|
+
"ofType": {
|
|
9862
|
+
"kind": "SCALAR",
|
|
9863
|
+
"name": "String",
|
|
9864
|
+
"ofType": null
|
|
9865
|
+
}
|
|
9866
|
+
},
|
|
9867
|
+
"isDeprecated": false,
|
|
9868
|
+
"deprecationReason": null
|
|
9869
|
+
},
|
|
9870
|
+
{
|
|
9871
|
+
"name": "path",
|
|
9872
|
+
"description": null,
|
|
9873
|
+
"args": [],
|
|
9874
|
+
"type": {
|
|
9875
|
+
"kind": "NON_NULL",
|
|
9876
|
+
"name": null,
|
|
9877
|
+
"ofType": {
|
|
9878
|
+
"kind": "SCALAR",
|
|
9879
|
+
"name": "String",
|
|
9880
|
+
"ofType": null
|
|
9881
|
+
}
|
|
9882
|
+
},
|
|
9883
|
+
"isDeprecated": false,
|
|
9884
|
+
"deprecationReason": null
|
|
9885
|
+
},
|
|
9624
9886
|
{
|
|
9625
9887
|
"name": "hostname",
|
|
9626
9888
|
"description": null,
|
|
@@ -9731,7 +9993,13 @@
|
|
|
9731
9993
|
}
|
|
9732
9994
|
],
|
|
9733
9995
|
"inputFields": null,
|
|
9734
|
-
"interfaces": [
|
|
9996
|
+
"interfaces": [
|
|
9997
|
+
{
|
|
9998
|
+
"kind": "INTERFACE",
|
|
9999
|
+
"name": "DatafileObject_v1",
|
|
10000
|
+
"ofType": null
|
|
10001
|
+
}
|
|
10002
|
+
],
|
|
9735
10003
|
"enumValues": null,
|
|
9736
10004
|
"possibleTypes": null
|
|
9737
10005
|
},
|
|
@@ -10236,26 +10504,6 @@
|
|
|
10236
10504
|
"isDeprecated": false,
|
|
10237
10505
|
"deprecationReason": null
|
|
10238
10506
|
},
|
|
10239
|
-
{
|
|
10240
|
-
"name": "disableKeys",
|
|
10241
|
-
"description": null,
|
|
10242
|
-
"args": [],
|
|
10243
|
-
"type": {
|
|
10244
|
-
"kind": "LIST",
|
|
10245
|
-
"name": null,
|
|
10246
|
-
"ofType": {
|
|
10247
|
-
"kind": "NON_NULL",
|
|
10248
|
-
"name": null,
|
|
10249
|
-
"ofType": {
|
|
10250
|
-
"kind": "SCALAR",
|
|
10251
|
-
"name": "String",
|
|
10252
|
-
"ofType": null
|
|
10253
|
-
}
|
|
10254
|
-
}
|
|
10255
|
-
},
|
|
10256
|
-
"isDeprecated": false,
|
|
10257
|
-
"deprecationReason": null
|
|
10258
|
-
},
|
|
10259
10507
|
{
|
|
10260
10508
|
"name": "resetPasswords",
|
|
10261
10509
|
"description": null,
|
|
@@ -11749,6 +11997,22 @@
|
|
|
11749
11997
|
"isDeprecated": false,
|
|
11750
11998
|
"deprecationReason": null
|
|
11751
11999
|
},
|
|
12000
|
+
{
|
|
12001
|
+
"name": "path",
|
|
12002
|
+
"description": null,
|
|
12003
|
+
"args": [],
|
|
12004
|
+
"type": {
|
|
12005
|
+
"kind": "NON_NULL",
|
|
12006
|
+
"name": null,
|
|
12007
|
+
"ofType": {
|
|
12008
|
+
"kind": "SCALAR",
|
|
12009
|
+
"name": "String",
|
|
12010
|
+
"ofType": null
|
|
12011
|
+
}
|
|
12012
|
+
},
|
|
12013
|
+
"isDeprecated": false,
|
|
12014
|
+
"deprecationReason": null
|
|
12015
|
+
},
|
|
11752
12016
|
{
|
|
11753
12017
|
"name": "labels",
|
|
11754
12018
|
"description": null,
|
|
@@ -12051,6 +12315,22 @@
|
|
|
12051
12315
|
"isDeprecated": false,
|
|
12052
12316
|
"deprecationReason": null
|
|
12053
12317
|
},
|
|
12318
|
+
{
|
|
12319
|
+
"name": "path",
|
|
12320
|
+
"description": null,
|
|
12321
|
+
"args": [],
|
|
12322
|
+
"type": {
|
|
12323
|
+
"kind": "NON_NULL",
|
|
12324
|
+
"name": null,
|
|
12325
|
+
"ofType": {
|
|
12326
|
+
"kind": "SCALAR",
|
|
12327
|
+
"name": "String",
|
|
12328
|
+
"ofType": null
|
|
12329
|
+
}
|
|
12330
|
+
},
|
|
12331
|
+
"isDeprecated": false,
|
|
12332
|
+
"deprecationReason": null
|
|
12333
|
+
},
|
|
12054
12334
|
{
|
|
12055
12335
|
"name": "labels",
|
|
12056
12336
|
"description": null,
|
|
@@ -12153,7 +12433,13 @@
|
|
|
12153
12433
|
}
|
|
12154
12434
|
],
|
|
12155
12435
|
"inputFields": null,
|
|
12156
|
-
"interfaces": [
|
|
12436
|
+
"interfaces": [
|
|
12437
|
+
{
|
|
12438
|
+
"kind": "INTERFACE",
|
|
12439
|
+
"name": "DatafileObject_v1",
|
|
12440
|
+
"ofType": null
|
|
12441
|
+
}
|
|
12442
|
+
],
|
|
12157
12443
|
"enumValues": null,
|
|
12158
12444
|
"possibleTypes": null
|
|
12159
12445
|
},
|
|
@@ -12221,6 +12507,22 @@
|
|
|
12221
12507
|
"isDeprecated": false,
|
|
12222
12508
|
"deprecationReason": null
|
|
12223
12509
|
},
|
|
12510
|
+
{
|
|
12511
|
+
"name": "path",
|
|
12512
|
+
"description": null,
|
|
12513
|
+
"args": [],
|
|
12514
|
+
"type": {
|
|
12515
|
+
"kind": "NON_NULL",
|
|
12516
|
+
"name": null,
|
|
12517
|
+
"ofType": {
|
|
12518
|
+
"kind": "SCALAR",
|
|
12519
|
+
"name": "String",
|
|
12520
|
+
"ofType": null
|
|
12521
|
+
}
|
|
12522
|
+
},
|
|
12523
|
+
"isDeprecated": false,
|
|
12524
|
+
"deprecationReason": null
|
|
12525
|
+
},
|
|
12224
12526
|
{
|
|
12225
12527
|
"name": "labels",
|
|
12226
12528
|
"description": null,
|
|
@@ -12327,7 +12629,13 @@
|
|
|
12327
12629
|
}
|
|
12328
12630
|
],
|
|
12329
12631
|
"inputFields": null,
|
|
12330
|
-
"interfaces": [
|
|
12632
|
+
"interfaces": [
|
|
12633
|
+
{
|
|
12634
|
+
"kind": "INTERFACE",
|
|
12635
|
+
"name": "DatafileObject_v1",
|
|
12636
|
+
"ofType": null
|
|
12637
|
+
}
|
|
12638
|
+
],
|
|
12331
12639
|
"enumValues": null,
|
|
12332
12640
|
"possibleTypes": null
|
|
12333
12641
|
},
|
|
@@ -12352,6 +12660,22 @@
|
|
|
12352
12660
|
"isDeprecated": false,
|
|
12353
12661
|
"deprecationReason": null
|
|
12354
12662
|
},
|
|
12663
|
+
{
|
|
12664
|
+
"name": "path",
|
|
12665
|
+
"description": null,
|
|
12666
|
+
"args": [],
|
|
12667
|
+
"type": {
|
|
12668
|
+
"kind": "NON_NULL",
|
|
12669
|
+
"name": null,
|
|
12670
|
+
"ofType": {
|
|
12671
|
+
"kind": "SCALAR",
|
|
12672
|
+
"name": "String",
|
|
12673
|
+
"ofType": null
|
|
12674
|
+
}
|
|
12675
|
+
},
|
|
12676
|
+
"isDeprecated": false,
|
|
12677
|
+
"deprecationReason": null
|
|
12678
|
+
},
|
|
12355
12679
|
{
|
|
12356
12680
|
"name": "labels",
|
|
12357
12681
|
"description": null,
|
|
@@ -12530,7 +12854,13 @@
|
|
|
12530
12854
|
}
|
|
12531
12855
|
],
|
|
12532
12856
|
"inputFields": null,
|
|
12533
|
-
"interfaces": [
|
|
12857
|
+
"interfaces": [
|
|
12858
|
+
{
|
|
12859
|
+
"kind": "INTERFACE",
|
|
12860
|
+
"name": "DatafileObject_v1",
|
|
12861
|
+
"ofType": null
|
|
12862
|
+
}
|
|
12863
|
+
],
|
|
12534
12864
|
"enumValues": null,
|
|
12535
12865
|
"possibleTypes": null
|
|
12536
12866
|
},
|
|
@@ -12633,7 +12963,13 @@
|
|
|
12633
12963
|
}
|
|
12634
12964
|
],
|
|
12635
12965
|
"inputFields": null,
|
|
12636
|
-
"interfaces": [
|
|
12966
|
+
"interfaces": [
|
|
12967
|
+
{
|
|
12968
|
+
"kind": "INTERFACE",
|
|
12969
|
+
"name": "DatafileObject_v1",
|
|
12970
|
+
"ofType": null
|
|
12971
|
+
}
|
|
12972
|
+
],
|
|
12637
12973
|
"enumValues": null,
|
|
12638
12974
|
"possibleTypes": null
|
|
12639
12975
|
},
|
|
@@ -12931,7 +13267,13 @@
|
|
|
12931
13267
|
}
|
|
12932
13268
|
],
|
|
12933
13269
|
"inputFields": null,
|
|
12934
|
-
"interfaces": [
|
|
13270
|
+
"interfaces": [
|
|
13271
|
+
{
|
|
13272
|
+
"kind": "INTERFACE",
|
|
13273
|
+
"name": "DatafileObject_v1",
|
|
13274
|
+
"ofType": null
|
|
13275
|
+
}
|
|
13276
|
+
],
|
|
12935
13277
|
"enumValues": null,
|
|
12936
13278
|
"possibleTypes": null
|
|
12937
13279
|
},
|
|
@@ -13212,7 +13554,13 @@
|
|
|
13212
13554
|
}
|
|
13213
13555
|
],
|
|
13214
13556
|
"inputFields": null,
|
|
13215
|
-
"interfaces": [
|
|
13557
|
+
"interfaces": [
|
|
13558
|
+
{
|
|
13559
|
+
"kind": "INTERFACE",
|
|
13560
|
+
"name": "DatafileObject_v1",
|
|
13561
|
+
"ofType": null
|
|
13562
|
+
}
|
|
13563
|
+
],
|
|
13216
13564
|
"enumValues": null,
|
|
13217
13565
|
"possibleTypes": null
|
|
13218
13566
|
},
|
|
@@ -13837,7 +14185,13 @@
|
|
|
13837
14185
|
}
|
|
13838
14186
|
],
|
|
13839
14187
|
"inputFields": null,
|
|
13840
|
-
"interfaces": [
|
|
14188
|
+
"interfaces": [
|
|
14189
|
+
{
|
|
14190
|
+
"kind": "INTERFACE",
|
|
14191
|
+
"name": "DatafileObject_v1",
|
|
14192
|
+
"ofType": null
|
|
14193
|
+
}
|
|
14194
|
+
],
|
|
13841
14195
|
"enumValues": null,
|
|
13842
14196
|
"possibleTypes": null
|
|
13843
14197
|
},
|
|
@@ -14101,7 +14455,13 @@
|
|
|
14101
14455
|
}
|
|
14102
14456
|
],
|
|
14103
14457
|
"inputFields": null,
|
|
14104
|
-
"interfaces": [
|
|
14458
|
+
"interfaces": [
|
|
14459
|
+
{
|
|
14460
|
+
"kind": "INTERFACE",
|
|
14461
|
+
"name": "DatafileObject_v1",
|
|
14462
|
+
"ofType": null
|
|
14463
|
+
}
|
|
14464
|
+
],
|
|
14105
14465
|
"enumValues": null,
|
|
14106
14466
|
"possibleTypes": null
|
|
14107
14467
|
},
|
|
@@ -14300,7 +14660,13 @@
|
|
|
14300
14660
|
}
|
|
14301
14661
|
],
|
|
14302
14662
|
"inputFields": null,
|
|
14303
|
-
"interfaces": [
|
|
14663
|
+
"interfaces": [
|
|
14664
|
+
{
|
|
14665
|
+
"kind": "INTERFACE",
|
|
14666
|
+
"name": "DatafileObject_v1",
|
|
14667
|
+
"ofType": null
|
|
14668
|
+
}
|
|
14669
|
+
],
|
|
14304
14670
|
"enumValues": null,
|
|
14305
14671
|
"possibleTypes": null
|
|
14306
14672
|
},
|
|
@@ -14887,6 +15253,38 @@
|
|
|
14887
15253
|
"name": "TerraformStateAWS_v1",
|
|
14888
15254
|
"description": null,
|
|
14889
15255
|
"fields": [
|
|
15256
|
+
{
|
|
15257
|
+
"name": "schema",
|
|
15258
|
+
"description": null,
|
|
15259
|
+
"args": [],
|
|
15260
|
+
"type": {
|
|
15261
|
+
"kind": "NON_NULL",
|
|
15262
|
+
"name": null,
|
|
15263
|
+
"ofType": {
|
|
15264
|
+
"kind": "SCALAR",
|
|
15265
|
+
"name": "String",
|
|
15266
|
+
"ofType": null
|
|
15267
|
+
}
|
|
15268
|
+
},
|
|
15269
|
+
"isDeprecated": false,
|
|
15270
|
+
"deprecationReason": null
|
|
15271
|
+
},
|
|
15272
|
+
{
|
|
15273
|
+
"name": "path",
|
|
15274
|
+
"description": null,
|
|
15275
|
+
"args": [],
|
|
15276
|
+
"type": {
|
|
15277
|
+
"kind": "NON_NULL",
|
|
15278
|
+
"name": null,
|
|
15279
|
+
"ofType": {
|
|
15280
|
+
"kind": "SCALAR",
|
|
15281
|
+
"name": "String",
|
|
15282
|
+
"ofType": null
|
|
15283
|
+
}
|
|
15284
|
+
},
|
|
15285
|
+
"isDeprecated": false,
|
|
15286
|
+
"deprecationReason": null
|
|
15287
|
+
},
|
|
14890
15288
|
{
|
|
14891
15289
|
"name": "provider",
|
|
14892
15290
|
"description": null,
|
|
@@ -14966,6 +15364,11 @@
|
|
|
14966
15364
|
"kind": "INTERFACE",
|
|
14967
15365
|
"name": "TerraformState_v1",
|
|
14968
15366
|
"ofType": null
|
|
15367
|
+
},
|
|
15368
|
+
{
|
|
15369
|
+
"kind": "INTERFACE",
|
|
15370
|
+
"name": "DatafileObject_v1",
|
|
15371
|
+
"ofType": null
|
|
14969
15372
|
}
|
|
14970
15373
|
],
|
|
14971
15374
|
"enumValues": null,
|
|
@@ -15048,6 +15451,38 @@
|
|
|
15048
15451
|
"name": "RosaOcmSpec_v1",
|
|
15049
15452
|
"description": null,
|
|
15050
15453
|
"fields": [
|
|
15454
|
+
{
|
|
15455
|
+
"name": "schema",
|
|
15456
|
+
"description": null,
|
|
15457
|
+
"args": [],
|
|
15458
|
+
"type": {
|
|
15459
|
+
"kind": "NON_NULL",
|
|
15460
|
+
"name": null,
|
|
15461
|
+
"ofType": {
|
|
15462
|
+
"kind": "SCALAR",
|
|
15463
|
+
"name": "String",
|
|
15464
|
+
"ofType": null
|
|
15465
|
+
}
|
|
15466
|
+
},
|
|
15467
|
+
"isDeprecated": false,
|
|
15468
|
+
"deprecationReason": null
|
|
15469
|
+
},
|
|
15470
|
+
{
|
|
15471
|
+
"name": "path",
|
|
15472
|
+
"description": null,
|
|
15473
|
+
"args": [],
|
|
15474
|
+
"type": {
|
|
15475
|
+
"kind": "NON_NULL",
|
|
15476
|
+
"name": null,
|
|
15477
|
+
"ofType": {
|
|
15478
|
+
"kind": "SCALAR",
|
|
15479
|
+
"name": "String",
|
|
15480
|
+
"ofType": null
|
|
15481
|
+
}
|
|
15482
|
+
},
|
|
15483
|
+
"isDeprecated": false,
|
|
15484
|
+
"deprecationReason": null
|
|
15485
|
+
},
|
|
15051
15486
|
{
|
|
15052
15487
|
"name": "ocm_environments",
|
|
15053
15488
|
"description": null,
|
|
@@ -15070,7 +15505,13 @@
|
|
|
15070
15505
|
}
|
|
15071
15506
|
],
|
|
15072
15507
|
"inputFields": null,
|
|
15073
|
-
"interfaces": [
|
|
15508
|
+
"interfaces": [
|
|
15509
|
+
{
|
|
15510
|
+
"kind": "INTERFACE",
|
|
15511
|
+
"name": "DatafileObject_v1",
|
|
15512
|
+
"ofType": null
|
|
15513
|
+
}
|
|
15514
|
+
],
|
|
15074
15515
|
"enumValues": null,
|
|
15075
15516
|
"possibleTypes": null
|
|
15076
15517
|
},
|
|
@@ -17097,6 +17538,11 @@
|
|
|
17097
17538
|
"kind": "INTERFACE",
|
|
17098
17539
|
"name": "ExternalResourcesProvisioner_v1",
|
|
17099
17540
|
"ofType": null
|
|
17541
|
+
},
|
|
17542
|
+
{
|
|
17543
|
+
"kind": "INTERFACE",
|
|
17544
|
+
"name": "DatafileObject_v1",
|
|
17545
|
+
"ofType": null
|
|
17100
17546
|
}
|
|
17101
17547
|
],
|
|
17102
17548
|
"enumValues": null,
|
|
@@ -17389,6 +17835,38 @@
|
|
|
17389
17835
|
"name": "AppQuayRepos_v1",
|
|
17390
17836
|
"description": null,
|
|
17391
17837
|
"fields": [
|
|
17838
|
+
{
|
|
17839
|
+
"name": "path",
|
|
17840
|
+
"description": null,
|
|
17841
|
+
"args": [],
|
|
17842
|
+
"type": {
|
|
17843
|
+
"kind": "NON_NULL",
|
|
17844
|
+
"name": null,
|
|
17845
|
+
"ofType": {
|
|
17846
|
+
"kind": "SCALAR",
|
|
17847
|
+
"name": "String",
|
|
17848
|
+
"ofType": null
|
|
17849
|
+
}
|
|
17850
|
+
},
|
|
17851
|
+
"isDeprecated": false,
|
|
17852
|
+
"deprecationReason": null
|
|
17853
|
+
},
|
|
17854
|
+
{
|
|
17855
|
+
"name": "schema",
|
|
17856
|
+
"description": null,
|
|
17857
|
+
"args": [],
|
|
17858
|
+
"type": {
|
|
17859
|
+
"kind": "NON_NULL",
|
|
17860
|
+
"name": null,
|
|
17861
|
+
"ofType": {
|
|
17862
|
+
"kind": "SCALAR",
|
|
17863
|
+
"name": "String",
|
|
17864
|
+
"ofType": null
|
|
17865
|
+
}
|
|
17866
|
+
},
|
|
17867
|
+
"isDeprecated": false,
|
|
17868
|
+
"deprecationReason": null
|
|
17869
|
+
},
|
|
17392
17870
|
{
|
|
17393
17871
|
"name": "org",
|
|
17394
17872
|
"description": null,
|
|
@@ -17425,26 +17903,6 @@
|
|
|
17425
17903
|
"isDeprecated": false,
|
|
17426
17904
|
"deprecationReason": null
|
|
17427
17905
|
},
|
|
17428
|
-
{
|
|
17429
|
-
"name": "notifications",
|
|
17430
|
-
"description": null,
|
|
17431
|
-
"args": [],
|
|
17432
|
-
"type": {
|
|
17433
|
-
"kind": "LIST",
|
|
17434
|
-
"name": null,
|
|
17435
|
-
"ofType": {
|
|
17436
|
-
"kind": "NON_NULL",
|
|
17437
|
-
"name": null,
|
|
17438
|
-
"ofType": {
|
|
17439
|
-
"kind": "OBJECT",
|
|
17440
|
-
"name": "AppQuayReposNotifications_v1",
|
|
17441
|
-
"ofType": null
|
|
17442
|
-
}
|
|
17443
|
-
}
|
|
17444
|
-
},
|
|
17445
|
-
"isDeprecated": false,
|
|
17446
|
-
"deprecationReason": null
|
|
17447
|
-
},
|
|
17448
17906
|
{
|
|
17449
17907
|
"name": "items",
|
|
17450
17908
|
"description": null,
|
|
@@ -17471,7 +17929,13 @@
|
|
|
17471
17929
|
}
|
|
17472
17930
|
],
|
|
17473
17931
|
"inputFields": null,
|
|
17474
|
-
"interfaces": [
|
|
17932
|
+
"interfaces": [
|
|
17933
|
+
{
|
|
17934
|
+
"kind": "INTERFACE",
|
|
17935
|
+
"name": "DatafileObject_v1",
|
|
17936
|
+
"ofType": null
|
|
17937
|
+
}
|
|
17938
|
+
],
|
|
17475
17939
|
"enumValues": null,
|
|
17476
17940
|
"possibleTypes": null
|
|
17477
17941
|
},
|
|
@@ -17858,7 +18322,13 @@
|
|
|
17858
18322
|
}
|
|
17859
18323
|
],
|
|
17860
18324
|
"inputFields": null,
|
|
17861
|
-
"interfaces": [
|
|
18325
|
+
"interfaces": [
|
|
18326
|
+
{
|
|
18327
|
+
"kind": "INTERFACE",
|
|
18328
|
+
"name": "DatafileObject_v1",
|
|
18329
|
+
"ofType": null
|
|
18330
|
+
}
|
|
18331
|
+
],
|
|
17862
18332
|
"enumValues": null,
|
|
17863
18333
|
"possibleTypes": null
|
|
17864
18334
|
},
|
|
@@ -18073,6 +18543,11 @@
|
|
|
18073
18543
|
"kind": "INTERFACE",
|
|
18074
18544
|
"name": "Permission_v1",
|
|
18075
18545
|
"ofType": null
|
|
18546
|
+
},
|
|
18547
|
+
{
|
|
18548
|
+
"kind": "INTERFACE",
|
|
18549
|
+
"name": "DatafileObject_v1",
|
|
18550
|
+
"ofType": null
|
|
18076
18551
|
}
|
|
18077
18552
|
],
|
|
18078
18553
|
"enumValues": null,
|
|
@@ -18080,11 +18555,11 @@
|
|
|
18080
18555
|
},
|
|
18081
18556
|
{
|
|
18082
18557
|
"kind": "OBJECT",
|
|
18083
|
-
"name": "
|
|
18558
|
+
"name": "AppQuayReposItems_v1",
|
|
18084
18559
|
"description": null,
|
|
18085
18560
|
"fields": [
|
|
18086
18561
|
{
|
|
18087
|
-
"name": "
|
|
18562
|
+
"name": "name",
|
|
18088
18563
|
"description": null,
|
|
18089
18564
|
"args": [],
|
|
18090
18565
|
"type": {
|
|
@@ -18100,19 +18575,7 @@
|
|
|
18100
18575
|
"deprecationReason": null
|
|
18101
18576
|
},
|
|
18102
18577
|
{
|
|
18103
|
-
"name": "
|
|
18104
|
-
"description": null,
|
|
18105
|
-
"args": [],
|
|
18106
|
-
"type": {
|
|
18107
|
-
"kind": "SCALAR",
|
|
18108
|
-
"name": "String",
|
|
18109
|
-
"ofType": null
|
|
18110
|
-
},
|
|
18111
|
-
"isDeprecated": false,
|
|
18112
|
-
"deprecationReason": null
|
|
18113
|
-
},
|
|
18114
|
-
{
|
|
18115
|
-
"name": "method",
|
|
18578
|
+
"name": "description",
|
|
18116
18579
|
"description": null,
|
|
18117
18580
|
"args": [],
|
|
18118
18581
|
"type": {
|
|
@@ -18128,15 +18591,15 @@
|
|
|
18128
18591
|
"deprecationReason": null
|
|
18129
18592
|
},
|
|
18130
18593
|
{
|
|
18131
|
-
"name": "
|
|
18594
|
+
"name": "public",
|
|
18132
18595
|
"description": null,
|
|
18133
18596
|
"args": [],
|
|
18134
18597
|
"type": {
|
|
18135
18598
|
"kind": "NON_NULL",
|
|
18136
18599
|
"name": null,
|
|
18137
18600
|
"ofType": {
|
|
18138
|
-
"kind": "
|
|
18139
|
-
"name": "
|
|
18601
|
+
"kind": "SCALAR",
|
|
18602
|
+
"name": "Boolean",
|
|
18140
18603
|
"ofType": null
|
|
18141
18604
|
}
|
|
18142
18605
|
},
|
|
@@ -18144,12 +18607,12 @@
|
|
|
18144
18607
|
"deprecationReason": null
|
|
18145
18608
|
},
|
|
18146
18609
|
{
|
|
18147
|
-
"name": "
|
|
18610
|
+
"name": "mirror",
|
|
18148
18611
|
"description": null,
|
|
18149
18612
|
"args": [],
|
|
18150
18613
|
"type": {
|
|
18151
18614
|
"kind": "OBJECT",
|
|
18152
|
-
"name": "
|
|
18615
|
+
"name": "ContainerImageMirror_v1",
|
|
18153
18616
|
"ofType": null
|
|
18154
18617
|
},
|
|
18155
18618
|
"isDeprecated": false,
|
|
@@ -19191,7 +19654,13 @@
|
|
|
19191
19654
|
}
|
|
19192
19655
|
],
|
|
19193
19656
|
"inputFields": null,
|
|
19194
|
-
"interfaces": [
|
|
19657
|
+
"interfaces": [
|
|
19658
|
+
{
|
|
19659
|
+
"kind": "INTERFACE",
|
|
19660
|
+
"name": "DatafileObject_v1",
|
|
19661
|
+
"ofType": null
|
|
19662
|
+
}
|
|
19663
|
+
],
|
|
19195
19664
|
"enumValues": null,
|
|
19196
19665
|
"possibleTypes": null
|
|
19197
19666
|
},
|
|
@@ -19294,7 +19763,13 @@
|
|
|
19294
19763
|
}
|
|
19295
19764
|
],
|
|
19296
19765
|
"inputFields": null,
|
|
19297
|
-
"interfaces": [
|
|
19766
|
+
"interfaces": [
|
|
19767
|
+
{
|
|
19768
|
+
"kind": "INTERFACE",
|
|
19769
|
+
"name": "DatafileObject_v1",
|
|
19770
|
+
"ofType": null
|
|
19771
|
+
}
|
|
19772
|
+
],
|
|
19298
19773
|
"enumValues": null,
|
|
19299
19774
|
"possibleTypes": null
|
|
19300
19775
|
},
|
|
@@ -19660,6 +20135,18 @@
|
|
|
19660
20135
|
"isDeprecated": false,
|
|
19661
20136
|
"deprecationReason": null
|
|
19662
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
|
+
},
|
|
19663
20150
|
{
|
|
19664
20151
|
"name": "token",
|
|
19665
20152
|
"description": null,
|
|
@@ -19678,7 +20165,13 @@
|
|
|
19678
20165
|
}
|
|
19679
20166
|
],
|
|
19680
20167
|
"inputFields": null,
|
|
19681
|
-
"interfaces": [
|
|
20168
|
+
"interfaces": [
|
|
20169
|
+
{
|
|
20170
|
+
"kind": "INTERFACE",
|
|
20171
|
+
"name": "DatafileObject_v1",
|
|
20172
|
+
"ofType": null
|
|
20173
|
+
}
|
|
20174
|
+
],
|
|
19682
20175
|
"enumValues": null,
|
|
19683
20176
|
"possibleTypes": null
|
|
19684
20177
|
},
|
|
@@ -19789,7 +20282,13 @@
|
|
|
19789
20282
|
}
|
|
19790
20283
|
],
|
|
19791
20284
|
"inputFields": null,
|
|
19792
|
-
"interfaces": [
|
|
20285
|
+
"interfaces": [
|
|
20286
|
+
{
|
|
20287
|
+
"kind": "INTERFACE",
|
|
20288
|
+
"name": "DatafileObject_v1",
|
|
20289
|
+
"ofType": null
|
|
20290
|
+
}
|
|
20291
|
+
],
|
|
19793
20292
|
"enumValues": null,
|
|
19794
20293
|
"possibleTypes": null
|
|
19795
20294
|
},
|
|
@@ -20041,6 +20540,22 @@
|
|
|
20041
20540
|
"isDeprecated": false,
|
|
20042
20541
|
"deprecationReason": null
|
|
20043
20542
|
},
|
|
20543
|
+
{
|
|
20544
|
+
"name": "path",
|
|
20545
|
+
"description": null,
|
|
20546
|
+
"args": [],
|
|
20547
|
+
"type": {
|
|
20548
|
+
"kind": "NON_NULL",
|
|
20549
|
+
"name": null,
|
|
20550
|
+
"ofType": {
|
|
20551
|
+
"kind": "SCALAR",
|
|
20552
|
+
"name": "String",
|
|
20553
|
+
"ofType": null
|
|
20554
|
+
}
|
|
20555
|
+
},
|
|
20556
|
+
"isDeprecated": false,
|
|
20557
|
+
"deprecationReason": null
|
|
20558
|
+
},
|
|
20044
20559
|
{
|
|
20045
20560
|
"name": "labels",
|
|
20046
20561
|
"description": null,
|
|
@@ -20175,7 +20690,13 @@
|
|
|
20175
20690
|
}
|
|
20176
20691
|
],
|
|
20177
20692
|
"inputFields": null,
|
|
20178
|
-
"interfaces": [
|
|
20693
|
+
"interfaces": [
|
|
20694
|
+
{
|
|
20695
|
+
"kind": "INTERFACE",
|
|
20696
|
+
"name": "DatafileObject_v1",
|
|
20697
|
+
"ofType": null
|
|
20698
|
+
}
|
|
20699
|
+
],
|
|
20179
20700
|
"enumValues": null,
|
|
20180
20701
|
"possibleTypes": null
|
|
20181
20702
|
},
|
|
@@ -20343,100 +20864,6 @@
|
|
|
20343
20864
|
}
|
|
20344
20865
|
]
|
|
20345
20866
|
},
|
|
20346
|
-
{
|
|
20347
|
-
"kind": "OBJECT",
|
|
20348
|
-
"name": "AppQuayReposNotificationVerificationMethod_v1",
|
|
20349
|
-
"description": null,
|
|
20350
|
-
"fields": [
|
|
20351
|
-
{
|
|
20352
|
-
"name": "jiraBoard",
|
|
20353
|
-
"description": null,
|
|
20354
|
-
"args": [],
|
|
20355
|
-
"type": {
|
|
20356
|
-
"kind": "OBJECT",
|
|
20357
|
-
"name": "JiraBoard_v1",
|
|
20358
|
-
"ofType": null
|
|
20359
|
-
},
|
|
20360
|
-
"isDeprecated": false,
|
|
20361
|
-
"deprecationReason": null
|
|
20362
|
-
}
|
|
20363
|
-
],
|
|
20364
|
-
"inputFields": null,
|
|
20365
|
-
"interfaces": [],
|
|
20366
|
-
"enumValues": null,
|
|
20367
|
-
"possibleTypes": null
|
|
20368
|
-
},
|
|
20369
|
-
{
|
|
20370
|
-
"kind": "OBJECT",
|
|
20371
|
-
"name": "AppQuayReposItems_v1",
|
|
20372
|
-
"description": null,
|
|
20373
|
-
"fields": [
|
|
20374
|
-
{
|
|
20375
|
-
"name": "name",
|
|
20376
|
-
"description": null,
|
|
20377
|
-
"args": [],
|
|
20378
|
-
"type": {
|
|
20379
|
-
"kind": "NON_NULL",
|
|
20380
|
-
"name": null,
|
|
20381
|
-
"ofType": {
|
|
20382
|
-
"kind": "SCALAR",
|
|
20383
|
-
"name": "String",
|
|
20384
|
-
"ofType": null
|
|
20385
|
-
}
|
|
20386
|
-
},
|
|
20387
|
-
"isDeprecated": false,
|
|
20388
|
-
"deprecationReason": null
|
|
20389
|
-
},
|
|
20390
|
-
{
|
|
20391
|
-
"name": "description",
|
|
20392
|
-
"description": null,
|
|
20393
|
-
"args": [],
|
|
20394
|
-
"type": {
|
|
20395
|
-
"kind": "NON_NULL",
|
|
20396
|
-
"name": null,
|
|
20397
|
-
"ofType": {
|
|
20398
|
-
"kind": "SCALAR",
|
|
20399
|
-
"name": "String",
|
|
20400
|
-
"ofType": null
|
|
20401
|
-
}
|
|
20402
|
-
},
|
|
20403
|
-
"isDeprecated": false,
|
|
20404
|
-
"deprecationReason": null
|
|
20405
|
-
},
|
|
20406
|
-
{
|
|
20407
|
-
"name": "public",
|
|
20408
|
-
"description": null,
|
|
20409
|
-
"args": [],
|
|
20410
|
-
"type": {
|
|
20411
|
-
"kind": "NON_NULL",
|
|
20412
|
-
"name": null,
|
|
20413
|
-
"ofType": {
|
|
20414
|
-
"kind": "SCALAR",
|
|
20415
|
-
"name": "Boolean",
|
|
20416
|
-
"ofType": null
|
|
20417
|
-
}
|
|
20418
|
-
},
|
|
20419
|
-
"isDeprecated": false,
|
|
20420
|
-
"deprecationReason": null
|
|
20421
|
-
},
|
|
20422
|
-
{
|
|
20423
|
-
"name": "mirror",
|
|
20424
|
-
"description": null,
|
|
20425
|
-
"args": [],
|
|
20426
|
-
"type": {
|
|
20427
|
-
"kind": "OBJECT",
|
|
20428
|
-
"name": "ContainerImageMirror_v1",
|
|
20429
|
-
"ofType": null
|
|
20430
|
-
},
|
|
20431
|
-
"isDeprecated": false,
|
|
20432
|
-
"deprecationReason": null
|
|
20433
|
-
}
|
|
20434
|
-
],
|
|
20435
|
-
"inputFields": null,
|
|
20436
|
-
"interfaces": [],
|
|
20437
|
-
"enumValues": null,
|
|
20438
|
-
"possibleTypes": null
|
|
20439
|
-
},
|
|
20440
20867
|
{
|
|
20441
20868
|
"kind": "OBJECT",
|
|
20442
20869
|
"name": "AppEndPoints_v1",
|
|
@@ -21579,7 +22006,13 @@
|
|
|
21579
22006
|
}
|
|
21580
22007
|
],
|
|
21581
22008
|
"inputFields": null,
|
|
21582
|
-
"interfaces": [
|
|
22009
|
+
"interfaces": [
|
|
22010
|
+
{
|
|
22011
|
+
"kind": "INTERFACE",
|
|
22012
|
+
"name": "DatafileObject_v1",
|
|
22013
|
+
"ofType": null
|
|
22014
|
+
}
|
|
22015
|
+
],
|
|
21583
22016
|
"enumValues": null,
|
|
21584
22017
|
"possibleTypes": null
|
|
21585
22018
|
},
|
|
@@ -22607,6 +23040,38 @@
|
|
|
22607
23040
|
"name": "SaasFileAuthentication_v1",
|
|
22608
23041
|
"description": null,
|
|
22609
23042
|
"fields": [
|
|
23043
|
+
{
|
|
23044
|
+
"name": "schema",
|
|
23045
|
+
"description": null,
|
|
23046
|
+
"args": [],
|
|
23047
|
+
"type": {
|
|
23048
|
+
"kind": "NON_NULL",
|
|
23049
|
+
"name": null,
|
|
23050
|
+
"ofType": {
|
|
23051
|
+
"kind": "SCALAR",
|
|
23052
|
+
"name": "String",
|
|
23053
|
+
"ofType": null
|
|
23054
|
+
}
|
|
23055
|
+
},
|
|
23056
|
+
"isDeprecated": false,
|
|
23057
|
+
"deprecationReason": null
|
|
23058
|
+
},
|
|
23059
|
+
{
|
|
23060
|
+
"name": "path",
|
|
23061
|
+
"description": null,
|
|
23062
|
+
"args": [],
|
|
23063
|
+
"type": {
|
|
23064
|
+
"kind": "NON_NULL",
|
|
23065
|
+
"name": null,
|
|
23066
|
+
"ofType": {
|
|
23067
|
+
"kind": "SCALAR",
|
|
23068
|
+
"name": "String",
|
|
23069
|
+
"ofType": null
|
|
23070
|
+
}
|
|
23071
|
+
},
|
|
23072
|
+
"isDeprecated": false,
|
|
23073
|
+
"deprecationReason": null
|
|
23074
|
+
},
|
|
22610
23075
|
{
|
|
22611
23076
|
"name": "code",
|
|
22612
23077
|
"description": null,
|
|
@@ -22633,7 +23098,13 @@
|
|
|
22633
23098
|
}
|
|
22634
23099
|
],
|
|
22635
23100
|
"inputFields": null,
|
|
22636
|
-
"interfaces": [
|
|
23101
|
+
"interfaces": [
|
|
23102
|
+
{
|
|
23103
|
+
"kind": "INTERFACE",
|
|
23104
|
+
"name": "DatafileObject_v1",
|
|
23105
|
+
"ofType": null
|
|
23106
|
+
}
|
|
23107
|
+
],
|
|
22637
23108
|
"enumValues": null,
|
|
22638
23109
|
"possibleTypes": null
|
|
22639
23110
|
},
|
|
@@ -24963,6 +25434,22 @@
|
|
|
24963
25434
|
"isDeprecated": false,
|
|
24964
25435
|
"deprecationReason": null
|
|
24965
25436
|
},
|
|
25437
|
+
{
|
|
25438
|
+
"name": "path",
|
|
25439
|
+
"description": null,
|
|
25440
|
+
"args": [],
|
|
25441
|
+
"type": {
|
|
25442
|
+
"kind": "NON_NULL",
|
|
25443
|
+
"name": null,
|
|
25444
|
+
"ofType": {
|
|
25445
|
+
"kind": "SCALAR",
|
|
25446
|
+
"name": "String",
|
|
25447
|
+
"ofType": null
|
|
25448
|
+
}
|
|
25449
|
+
},
|
|
25450
|
+
"isDeprecated": false,
|
|
25451
|
+
"deprecationReason": null
|
|
25452
|
+
},
|
|
24966
25453
|
{
|
|
24967
25454
|
"name": "labels",
|
|
24968
25455
|
"description": null,
|
|
@@ -25033,7 +25520,13 @@
|
|
|
25033
25520
|
}
|
|
25034
25521
|
],
|
|
25035
25522
|
"inputFields": null,
|
|
25036
|
-
"interfaces": [
|
|
25523
|
+
"interfaces": [
|
|
25524
|
+
{
|
|
25525
|
+
"kind": "INTERFACE",
|
|
25526
|
+
"name": "DatafileObject_v1",
|
|
25527
|
+
"ofType": null
|
|
25528
|
+
}
|
|
25529
|
+
],
|
|
25037
25530
|
"enumValues": null,
|
|
25038
25531
|
"possibleTypes": null
|
|
25039
25532
|
},
|
|
@@ -25209,362 +25702,86 @@
|
|
|
25209
25702
|
"description": null,
|
|
25210
25703
|
"args": [],
|
|
25211
25704
|
"type": {
|
|
25212
|
-
"kind": "NON_NULL",
|
|
25213
|
-
"name": null,
|
|
25214
|
-
"ofType": {
|
|
25215
|
-
"kind": "SCALAR",
|
|
25216
|
-
"name": "String",
|
|
25217
|
-
"ofType": null
|
|
25218
|
-
}
|
|
25219
|
-
},
|
|
25220
|
-
"isDeprecated": false,
|
|
25221
|
-
"deprecationReason": null
|
|
25222
|
-
},
|
|
25223
|
-
{
|
|
25224
|
-
"name": "quotas",
|
|
25225
|
-
"description": null,
|
|
25226
|
-
"args": [],
|
|
25227
|
-
"type": {
|
|
25228
|
-
"kind": "NON_NULL",
|
|
25229
|
-
"name": null,
|
|
25230
|
-
"ofType": {
|
|
25231
|
-
"kind": "LIST",
|
|
25232
|
-
"name": null,
|
|
25233
|
-
"ofType": {
|
|
25234
|
-
"kind": "NON_NULL",
|
|
25235
|
-
"name": null,
|
|
25236
|
-
"ofType": {
|
|
25237
|
-
"kind": "OBJECT",
|
|
25238
|
-
"name": "ResourceQuotaItem_v1",
|
|
25239
|
-
"ofType": null
|
|
25240
|
-
}
|
|
25241
|
-
}
|
|
25242
|
-
}
|
|
25243
|
-
},
|
|
25244
|
-
"isDeprecated": false,
|
|
25245
|
-
"deprecationReason": null
|
|
25246
|
-
}
|
|
25247
|
-
],
|
|
25248
|
-
"inputFields": null,
|
|
25249
|
-
"interfaces": [],
|
|
25250
|
-
"enumValues": null,
|
|
25251
|
-
"possibleTypes": null
|
|
25252
|
-
},
|
|
25253
|
-
{
|
|
25254
|
-
"kind": "OBJECT",
|
|
25255
|
-
"name": "ResourceQuotaItem_v1",
|
|
25256
|
-
"description": null,
|
|
25257
|
-
"fields": [
|
|
25258
|
-
{
|
|
25259
|
-
"name": "name",
|
|
25260
|
-
"description": null,
|
|
25261
|
-
"args": [],
|
|
25262
|
-
"type": {
|
|
25263
|
-
"kind": "NON_NULL",
|
|
25264
|
-
"name": null,
|
|
25265
|
-
"ofType": {
|
|
25266
|
-
"kind": "SCALAR",
|
|
25267
|
-
"name": "String",
|
|
25268
|
-
"ofType": null
|
|
25269
|
-
}
|
|
25270
|
-
},
|
|
25271
|
-
"isDeprecated": false,
|
|
25272
|
-
"deprecationReason": null
|
|
25273
|
-
},
|
|
25274
|
-
{
|
|
25275
|
-
"name": "resources",
|
|
25276
|
-
"description": null,
|
|
25277
|
-
"args": [],
|
|
25278
|
-
"type": {
|
|
25279
|
-
"kind": "NON_NULL",
|
|
25280
|
-
"name": null,
|
|
25281
|
-
"ofType": {
|
|
25282
|
-
"kind": "OBJECT",
|
|
25283
|
-
"name": "ResourceQuotaItemResources_v1",
|
|
25284
|
-
"ofType": null
|
|
25285
|
-
}
|
|
25286
|
-
},
|
|
25287
|
-
"isDeprecated": false,
|
|
25288
|
-
"deprecationReason": null
|
|
25289
|
-
},
|
|
25290
|
-
{
|
|
25291
|
-
"name": "scopes",
|
|
25292
|
-
"description": null,
|
|
25293
|
-
"args": [],
|
|
25294
|
-
"type": {
|
|
25295
|
-
"kind": "LIST",
|
|
25296
|
-
"name": null,
|
|
25297
|
-
"ofType": {
|
|
25298
|
-
"kind": "NON_NULL",
|
|
25299
|
-
"name": null,
|
|
25300
|
-
"ofType": {
|
|
25301
|
-
"kind": "SCALAR",
|
|
25302
|
-
"name": "String",
|
|
25303
|
-
"ofType": null
|
|
25304
|
-
}
|
|
25305
|
-
}
|
|
25306
|
-
},
|
|
25307
|
-
"isDeprecated": false,
|
|
25308
|
-
"deprecationReason": null
|
|
25309
|
-
}
|
|
25310
|
-
],
|
|
25311
|
-
"inputFields": null,
|
|
25312
|
-
"interfaces": [],
|
|
25313
|
-
"enumValues": null,
|
|
25314
|
-
"possibleTypes": null
|
|
25315
|
-
},
|
|
25316
|
-
{
|
|
25317
|
-
"kind": "OBJECT",
|
|
25318
|
-
"name": "ResourceQuotaItemResources_v1",
|
|
25319
|
-
"description": null,
|
|
25320
|
-
"fields": [
|
|
25321
|
-
{
|
|
25322
|
-
"name": "limits",
|
|
25323
|
-
"description": null,
|
|
25324
|
-
"args": [],
|
|
25325
|
-
"type": {
|
|
25326
|
-
"kind": "OBJECT",
|
|
25327
|
-
"name": "ResourceValues_v1",
|
|
25328
|
-
"ofType": null
|
|
25329
|
-
},
|
|
25330
|
-
"isDeprecated": false,
|
|
25331
|
-
"deprecationReason": null
|
|
25332
|
-
},
|
|
25333
|
-
{
|
|
25334
|
-
"name": "requests",
|
|
25335
|
-
"description": null,
|
|
25336
|
-
"args": [],
|
|
25337
|
-
"type": {
|
|
25338
|
-
"kind": "OBJECT",
|
|
25339
|
-
"name": "ResourceValues_v1",
|
|
25340
|
-
"ofType": null
|
|
25341
|
-
},
|
|
25342
|
-
"isDeprecated": false,
|
|
25343
|
-
"deprecationReason": null
|
|
25344
|
-
},
|
|
25345
|
-
{
|
|
25346
|
-
"name": "pods",
|
|
25347
|
-
"description": null,
|
|
25348
|
-
"args": [],
|
|
25349
|
-
"type": {
|
|
25350
|
-
"kind": "SCALAR",
|
|
25351
|
-
"name": "Int",
|
|
25352
|
-
"ofType": null
|
|
25353
|
-
},
|
|
25354
|
-
"isDeprecated": false,
|
|
25355
|
-
"deprecationReason": null
|
|
25356
|
-
}
|
|
25357
|
-
],
|
|
25358
|
-
"inputFields": null,
|
|
25359
|
-
"interfaces": [],
|
|
25360
|
-
"enumValues": null,
|
|
25361
|
-
"possibleTypes": null
|
|
25362
|
-
},
|
|
25363
|
-
{
|
|
25364
|
-
"kind": "OBJECT",
|
|
25365
|
-
"name": "NamespaceManagedResourceTypeOverrides_v1",
|
|
25366
|
-
"description": null,
|
|
25367
|
-
"fields": [
|
|
25368
|
-
{
|
|
25369
|
-
"name": "resource",
|
|
25370
|
-
"description": null,
|
|
25371
|
-
"args": [],
|
|
25372
|
-
"type": {
|
|
25373
|
-
"kind": "NON_NULL",
|
|
25374
|
-
"name": null,
|
|
25375
|
-
"ofType": {
|
|
25376
|
-
"kind": "SCALAR",
|
|
25377
|
-
"name": "String",
|
|
25378
|
-
"ofType": null
|
|
25379
|
-
}
|
|
25380
|
-
},
|
|
25381
|
-
"isDeprecated": false,
|
|
25382
|
-
"deprecationReason": null
|
|
25383
|
-
},
|
|
25384
|
-
{
|
|
25385
|
-
"name": "override",
|
|
25386
|
-
"description": null,
|
|
25387
|
-
"args": [],
|
|
25388
|
-
"type": {
|
|
25389
|
-
"kind": "NON_NULL",
|
|
25390
|
-
"name": null,
|
|
25391
|
-
"ofType": {
|
|
25392
|
-
"kind": "SCALAR",
|
|
25393
|
-
"name": "String",
|
|
25394
|
-
"ofType": null
|
|
25395
|
-
}
|
|
25396
|
-
},
|
|
25397
|
-
"isDeprecated": false,
|
|
25398
|
-
"deprecationReason": null
|
|
25399
|
-
}
|
|
25400
|
-
],
|
|
25401
|
-
"inputFields": null,
|
|
25402
|
-
"interfaces": [],
|
|
25403
|
-
"enumValues": null,
|
|
25404
|
-
"possibleTypes": null
|
|
25405
|
-
},
|
|
25406
|
-
{
|
|
25407
|
-
"kind": "INTERFACE",
|
|
25408
|
-
"name": "NamespaceExternalResource_v1",
|
|
25409
|
-
"description": null,
|
|
25410
|
-
"fields": [
|
|
25411
|
-
{
|
|
25412
|
-
"name": "provider",
|
|
25413
|
-
"description": null,
|
|
25414
|
-
"args": [],
|
|
25415
|
-
"type": {
|
|
25416
|
-
"kind": "NON_NULL",
|
|
25417
|
-
"name": null,
|
|
25418
|
-
"ofType": {
|
|
25419
|
-
"kind": "SCALAR",
|
|
25420
|
-
"name": "String",
|
|
25421
|
-
"ofType": null
|
|
25422
|
-
}
|
|
25423
|
-
},
|
|
25424
|
-
"isDeprecated": false,
|
|
25425
|
-
"deprecationReason": null
|
|
25426
|
-
},
|
|
25427
|
-
{
|
|
25428
|
-
"name": "provisioner",
|
|
25429
|
-
"description": null,
|
|
25430
|
-
"args": [],
|
|
25431
|
-
"type": {
|
|
25432
|
-
"kind": "NON_NULL",
|
|
25433
|
-
"name": null,
|
|
25434
|
-
"ofType": {
|
|
25435
|
-
"kind": "INTERFACE",
|
|
25436
|
-
"name": "ExternalResourcesProvisioner_v1",
|
|
25437
|
-
"ofType": null
|
|
25438
|
-
}
|
|
25439
|
-
},
|
|
25440
|
-
"isDeprecated": false,
|
|
25441
|
-
"deprecationReason": null
|
|
25442
|
-
}
|
|
25443
|
-
],
|
|
25444
|
-
"inputFields": null,
|
|
25445
|
-
"interfaces": null,
|
|
25446
|
-
"enumValues": null,
|
|
25447
|
-
"possibleTypes": [
|
|
25448
|
-
{
|
|
25449
|
-
"kind": "OBJECT",
|
|
25450
|
-
"name": "NamespaceTerraformProviderResourceAWS_v1",
|
|
25451
|
-
"ofType": null
|
|
25452
|
-
},
|
|
25453
|
-
{
|
|
25454
|
-
"kind": "OBJECT",
|
|
25455
|
-
"name": "NamespaceTerraformProviderResourceCloudflare_v1",
|
|
25456
|
-
"ofType": null
|
|
25457
|
-
},
|
|
25458
|
-
{
|
|
25459
|
-
"kind": "OBJECT",
|
|
25460
|
-
"name": "NamespaceTerraformProviderResourceGCPProject_v1",
|
|
25461
|
-
"ofType": null
|
|
25462
|
-
}
|
|
25463
|
-
]
|
|
25464
|
-
},
|
|
25465
|
-
{
|
|
25466
|
-
"kind": "OBJECT",
|
|
25467
|
-
"name": "KafkaCluster_v1",
|
|
25468
|
-
"description": null,
|
|
25469
|
-
"fields": [
|
|
25470
|
-
{
|
|
25471
|
-
"name": "schema",
|
|
25472
|
-
"description": null,
|
|
25473
|
-
"args": [],
|
|
25474
|
-
"type": {
|
|
25475
|
-
"kind": "NON_NULL",
|
|
25476
|
-
"name": null,
|
|
25477
|
-
"ofType": {
|
|
25478
|
-
"kind": "SCALAR",
|
|
25479
|
-
"name": "String",
|
|
25480
|
-
"ofType": null
|
|
25481
|
-
}
|
|
25482
|
-
},
|
|
25483
|
-
"isDeprecated": false,
|
|
25484
|
-
"deprecationReason": null
|
|
25485
|
-
},
|
|
25486
|
-
{
|
|
25487
|
-
"name": "path",
|
|
25488
|
-
"description": null,
|
|
25489
|
-
"args": [],
|
|
25490
|
-
"type": {
|
|
25491
|
-
"kind": "NON_NULL",
|
|
25492
|
-
"name": null,
|
|
25493
|
-
"ofType": {
|
|
25494
|
-
"kind": "SCALAR",
|
|
25495
|
-
"name": "String",
|
|
25496
|
-
"ofType": null
|
|
25497
|
-
}
|
|
25498
|
-
},
|
|
25499
|
-
"isDeprecated": false,
|
|
25500
|
-
"deprecationReason": null
|
|
25501
|
-
},
|
|
25502
|
-
{
|
|
25503
|
-
"name": "labels",
|
|
25504
|
-
"description": null,
|
|
25505
|
-
"args": [],
|
|
25506
|
-
"type": {
|
|
25507
|
-
"kind": "SCALAR",
|
|
25508
|
-
"name": "JSON",
|
|
25509
|
-
"ofType": null
|
|
25510
|
-
},
|
|
25511
|
-
"isDeprecated": false,
|
|
25512
|
-
"deprecationReason": null
|
|
25513
|
-
},
|
|
25514
|
-
{
|
|
25515
|
-
"name": "name",
|
|
25516
|
-
"description": null,
|
|
25517
|
-
"args": [],
|
|
25518
|
-
"type": {
|
|
25519
|
-
"kind": "NON_NULL",
|
|
25520
|
-
"name": null,
|
|
25521
|
-
"ofType": {
|
|
25522
|
-
"kind": "SCALAR",
|
|
25523
|
-
"name": "String",
|
|
25524
|
-
"ofType": null
|
|
25525
|
-
}
|
|
25526
|
-
},
|
|
25527
|
-
"isDeprecated": false,
|
|
25528
|
-
"deprecationReason": null
|
|
25529
|
-
},
|
|
25530
|
-
{
|
|
25531
|
-
"name": "description",
|
|
25532
|
-
"description": null,
|
|
25533
|
-
"args": [],
|
|
25534
|
-
"type": {
|
|
25535
|
-
"kind": "SCALAR",
|
|
25536
|
-
"name": "String",
|
|
25537
|
-
"ofType": null
|
|
25705
|
+
"kind": "NON_NULL",
|
|
25706
|
+
"name": null,
|
|
25707
|
+
"ofType": {
|
|
25708
|
+
"kind": "SCALAR",
|
|
25709
|
+
"name": "String",
|
|
25710
|
+
"ofType": null
|
|
25711
|
+
}
|
|
25538
25712
|
},
|
|
25539
25713
|
"isDeprecated": false,
|
|
25540
25714
|
"deprecationReason": null
|
|
25541
25715
|
},
|
|
25542
25716
|
{
|
|
25543
|
-
"name": "
|
|
25717
|
+
"name": "quotas",
|
|
25544
25718
|
"description": null,
|
|
25545
25719
|
"args": [],
|
|
25546
25720
|
"type": {
|
|
25547
|
-
"kind": "
|
|
25548
|
-
"name":
|
|
25549
|
-
"ofType":
|
|
25721
|
+
"kind": "NON_NULL",
|
|
25722
|
+
"name": null,
|
|
25723
|
+
"ofType": {
|
|
25724
|
+
"kind": "LIST",
|
|
25725
|
+
"name": null,
|
|
25726
|
+
"ofType": {
|
|
25727
|
+
"kind": "NON_NULL",
|
|
25728
|
+
"name": null,
|
|
25729
|
+
"ofType": {
|
|
25730
|
+
"kind": "OBJECT",
|
|
25731
|
+
"name": "ResourceQuotaItem_v1",
|
|
25732
|
+
"ofType": null
|
|
25733
|
+
}
|
|
25734
|
+
}
|
|
25735
|
+
}
|
|
25736
|
+
},
|
|
25737
|
+
"isDeprecated": false,
|
|
25738
|
+
"deprecationReason": null
|
|
25739
|
+
}
|
|
25740
|
+
],
|
|
25741
|
+
"inputFields": null,
|
|
25742
|
+
"interfaces": [],
|
|
25743
|
+
"enumValues": null,
|
|
25744
|
+
"possibleTypes": null
|
|
25745
|
+
},
|
|
25746
|
+
{
|
|
25747
|
+
"kind": "OBJECT",
|
|
25748
|
+
"name": "ResourceQuotaItem_v1",
|
|
25749
|
+
"description": null,
|
|
25750
|
+
"fields": [
|
|
25751
|
+
{
|
|
25752
|
+
"name": "name",
|
|
25753
|
+
"description": null,
|
|
25754
|
+
"args": [],
|
|
25755
|
+
"type": {
|
|
25756
|
+
"kind": "NON_NULL",
|
|
25757
|
+
"name": null,
|
|
25758
|
+
"ofType": {
|
|
25759
|
+
"kind": "SCALAR",
|
|
25760
|
+
"name": "String",
|
|
25761
|
+
"ofType": null
|
|
25762
|
+
}
|
|
25550
25763
|
},
|
|
25551
25764
|
"isDeprecated": false,
|
|
25552
25765
|
"deprecationReason": null
|
|
25553
25766
|
},
|
|
25554
25767
|
{
|
|
25555
|
-
"name": "
|
|
25768
|
+
"name": "resources",
|
|
25556
25769
|
"description": null,
|
|
25557
25770
|
"args": [],
|
|
25558
25771
|
"type": {
|
|
25559
|
-
"kind": "
|
|
25560
|
-
"name":
|
|
25561
|
-
"ofType":
|
|
25772
|
+
"kind": "NON_NULL",
|
|
25773
|
+
"name": null,
|
|
25774
|
+
"ofType": {
|
|
25775
|
+
"kind": "OBJECT",
|
|
25776
|
+
"name": "ResourceQuotaItemResources_v1",
|
|
25777
|
+
"ofType": null
|
|
25778
|
+
}
|
|
25562
25779
|
},
|
|
25563
25780
|
"isDeprecated": false,
|
|
25564
25781
|
"deprecationReason": null
|
|
25565
25782
|
},
|
|
25566
25783
|
{
|
|
25567
|
-
"name": "
|
|
25784
|
+
"name": "scopes",
|
|
25568
25785
|
"description": null,
|
|
25569
25786
|
"args": [],
|
|
25570
25787
|
"type": {
|
|
@@ -25574,8 +25791,8 @@
|
|
|
25574
25791
|
"kind": "NON_NULL",
|
|
25575
25792
|
"name": null,
|
|
25576
25793
|
"ofType": {
|
|
25577
|
-
"kind": "
|
|
25578
|
-
"name": "
|
|
25794
|
+
"kind": "SCALAR",
|
|
25795
|
+
"name": "String",
|
|
25579
25796
|
"ofType": null
|
|
25580
25797
|
}
|
|
25581
25798
|
}
|
|
@@ -25591,11 +25808,58 @@
|
|
|
25591
25808
|
},
|
|
25592
25809
|
{
|
|
25593
25810
|
"kind": "OBJECT",
|
|
25594
|
-
"name": "
|
|
25811
|
+
"name": "ResourceQuotaItemResources_v1",
|
|
25595
25812
|
"description": null,
|
|
25596
25813
|
"fields": [
|
|
25597
25814
|
{
|
|
25598
|
-
"name": "
|
|
25815
|
+
"name": "limits",
|
|
25816
|
+
"description": null,
|
|
25817
|
+
"args": [],
|
|
25818
|
+
"type": {
|
|
25819
|
+
"kind": "OBJECT",
|
|
25820
|
+
"name": "ResourceValues_v1",
|
|
25821
|
+
"ofType": null
|
|
25822
|
+
},
|
|
25823
|
+
"isDeprecated": false,
|
|
25824
|
+
"deprecationReason": null
|
|
25825
|
+
},
|
|
25826
|
+
{
|
|
25827
|
+
"name": "requests",
|
|
25828
|
+
"description": null,
|
|
25829
|
+
"args": [],
|
|
25830
|
+
"type": {
|
|
25831
|
+
"kind": "OBJECT",
|
|
25832
|
+
"name": "ResourceValues_v1",
|
|
25833
|
+
"ofType": null
|
|
25834
|
+
},
|
|
25835
|
+
"isDeprecated": false,
|
|
25836
|
+
"deprecationReason": null
|
|
25837
|
+
},
|
|
25838
|
+
{
|
|
25839
|
+
"name": "pods",
|
|
25840
|
+
"description": null,
|
|
25841
|
+
"args": [],
|
|
25842
|
+
"type": {
|
|
25843
|
+
"kind": "SCALAR",
|
|
25844
|
+
"name": "Int",
|
|
25845
|
+
"ofType": null
|
|
25846
|
+
},
|
|
25847
|
+
"isDeprecated": false,
|
|
25848
|
+
"deprecationReason": null
|
|
25849
|
+
}
|
|
25850
|
+
],
|
|
25851
|
+
"inputFields": null,
|
|
25852
|
+
"interfaces": [],
|
|
25853
|
+
"enumValues": null,
|
|
25854
|
+
"possibleTypes": null
|
|
25855
|
+
},
|
|
25856
|
+
{
|
|
25857
|
+
"kind": "OBJECT",
|
|
25858
|
+
"name": "NamespaceManagedResourceTypeOverrides_v1",
|
|
25859
|
+
"description": null,
|
|
25860
|
+
"fields": [
|
|
25861
|
+
{
|
|
25862
|
+
"name": "resource",
|
|
25599
25863
|
"description": null,
|
|
25600
25864
|
"args": [],
|
|
25601
25865
|
"type": {
|
|
@@ -25611,7 +25875,7 @@
|
|
|
25611
25875
|
"deprecationReason": null
|
|
25612
25876
|
},
|
|
25613
25877
|
{
|
|
25614
|
-
"name": "
|
|
25878
|
+
"name": "override",
|
|
25615
25879
|
"description": null,
|
|
25616
25880
|
"args": [],
|
|
25617
25881
|
"type": {
|
|
@@ -25625,9 +25889,20 @@
|
|
|
25625
25889
|
},
|
|
25626
25890
|
"isDeprecated": false,
|
|
25627
25891
|
"deprecationReason": null
|
|
25628
|
-
}
|
|
25892
|
+
}
|
|
25893
|
+
],
|
|
25894
|
+
"inputFields": null,
|
|
25895
|
+
"interfaces": [],
|
|
25896
|
+
"enumValues": null,
|
|
25897
|
+
"possibleTypes": null
|
|
25898
|
+
},
|
|
25899
|
+
{
|
|
25900
|
+
"kind": "INTERFACE",
|
|
25901
|
+
"name": "NamespaceExternalResource_v1",
|
|
25902
|
+
"description": null,
|
|
25903
|
+
"fields": [
|
|
25629
25904
|
{
|
|
25630
|
-
"name": "
|
|
25905
|
+
"name": "provider",
|
|
25631
25906
|
"description": null,
|
|
25632
25907
|
"args": [],
|
|
25633
25908
|
"type": {
|
|
@@ -25635,7 +25910,23 @@
|
|
|
25635
25910
|
"name": null,
|
|
25636
25911
|
"ofType": {
|
|
25637
25912
|
"kind": "SCALAR",
|
|
25638
|
-
"name": "
|
|
25913
|
+
"name": "String",
|
|
25914
|
+
"ofType": null
|
|
25915
|
+
}
|
|
25916
|
+
},
|
|
25917
|
+
"isDeprecated": false,
|
|
25918
|
+
"deprecationReason": null
|
|
25919
|
+
},
|
|
25920
|
+
{
|
|
25921
|
+
"name": "provisioner",
|
|
25922
|
+
"description": null,
|
|
25923
|
+
"args": [],
|
|
25924
|
+
"type": {
|
|
25925
|
+
"kind": "NON_NULL",
|
|
25926
|
+
"name": null,
|
|
25927
|
+
"ofType": {
|
|
25928
|
+
"kind": "INTERFACE",
|
|
25929
|
+
"name": "ExternalResourcesProvisioner_v1",
|
|
25639
25930
|
"ofType": null
|
|
25640
25931
|
}
|
|
25641
25932
|
},
|
|
@@ -25644,9 +25935,25 @@
|
|
|
25644
25935
|
}
|
|
25645
25936
|
],
|
|
25646
25937
|
"inputFields": null,
|
|
25647
|
-
"interfaces":
|
|
25938
|
+
"interfaces": null,
|
|
25648
25939
|
"enumValues": null,
|
|
25649
|
-
"possibleTypes":
|
|
25940
|
+
"possibleTypes": [
|
|
25941
|
+
{
|
|
25942
|
+
"kind": "OBJECT",
|
|
25943
|
+
"name": "NamespaceTerraformProviderResourceAWS_v1",
|
|
25944
|
+
"ofType": null
|
|
25945
|
+
},
|
|
25946
|
+
{
|
|
25947
|
+
"kind": "OBJECT",
|
|
25948
|
+
"name": "NamespaceTerraformProviderResourceCloudflare_v1",
|
|
25949
|
+
"ofType": null
|
|
25950
|
+
},
|
|
25951
|
+
{
|
|
25952
|
+
"kind": "OBJECT",
|
|
25953
|
+
"name": "NamespaceTerraformProviderResourceGCPProject_v1",
|
|
25954
|
+
"ofType": null
|
|
25955
|
+
}
|
|
25956
|
+
]
|
|
25650
25957
|
},
|
|
25651
25958
|
{
|
|
25652
25959
|
"kind": "OBJECT",
|
|
@@ -26808,7 +27115,13 @@
|
|
|
26808
27115
|
}
|
|
26809
27116
|
],
|
|
26810
27117
|
"inputFields": null,
|
|
26811
|
-
"interfaces": [
|
|
27118
|
+
"interfaces": [
|
|
27119
|
+
{
|
|
27120
|
+
"kind": "INTERFACE",
|
|
27121
|
+
"name": "DatafileObject_v1",
|
|
27122
|
+
"ofType": null
|
|
27123
|
+
}
|
|
27124
|
+
],
|
|
26812
27125
|
"enumValues": null,
|
|
26813
27126
|
"possibleTypes": null
|
|
26814
27127
|
},
|
|
@@ -27090,7 +27403,13 @@
|
|
|
27090
27403
|
}
|
|
27091
27404
|
],
|
|
27092
27405
|
"inputFields": null,
|
|
27093
|
-
"interfaces": [
|
|
27406
|
+
"interfaces": [
|
|
27407
|
+
{
|
|
27408
|
+
"kind": "INTERFACE",
|
|
27409
|
+
"name": "DatafileObject_v1",
|
|
27410
|
+
"ofType": null
|
|
27411
|
+
}
|
|
27412
|
+
],
|
|
27094
27413
|
"enumValues": null,
|
|
27095
27414
|
"possibleTypes": null
|
|
27096
27415
|
},
|
|
@@ -27410,6 +27729,11 @@
|
|
|
27410
27729
|
"name": "AutomatedActionNoOp_v1",
|
|
27411
27730
|
"ofType": null
|
|
27412
27731
|
},
|
|
27732
|
+
{
|
|
27733
|
+
"kind": "OBJECT",
|
|
27734
|
+
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
27735
|
+
"ofType": null
|
|
27736
|
+
},
|
|
27413
27737
|
{
|
|
27414
27738
|
"kind": "OBJECT",
|
|
27415
27739
|
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
@@ -28253,6 +28577,22 @@
|
|
|
28253
28577
|
"isDeprecated": false,
|
|
28254
28578
|
"deprecationReason": null
|
|
28255
28579
|
},
|
|
28580
|
+
{
|
|
28581
|
+
"name": "path",
|
|
28582
|
+
"description": null,
|
|
28583
|
+
"args": [],
|
|
28584
|
+
"type": {
|
|
28585
|
+
"kind": "NON_NULL",
|
|
28586
|
+
"name": null,
|
|
28587
|
+
"ofType": {
|
|
28588
|
+
"kind": "SCALAR",
|
|
28589
|
+
"name": "String",
|
|
28590
|
+
"ofType": null
|
|
28591
|
+
}
|
|
28592
|
+
},
|
|
28593
|
+
"isDeprecated": false,
|
|
28594
|
+
"deprecationReason": null
|
|
28595
|
+
},
|
|
28256
28596
|
{
|
|
28257
28597
|
"name": "labels",
|
|
28258
28598
|
"description": null,
|
|
@@ -28351,7 +28691,13 @@
|
|
|
28351
28691
|
}
|
|
28352
28692
|
],
|
|
28353
28693
|
"inputFields": null,
|
|
28354
|
-
"interfaces": [
|
|
28694
|
+
"interfaces": [
|
|
28695
|
+
{
|
|
28696
|
+
"kind": "INTERFACE",
|
|
28697
|
+
"name": "DatafileObject_v1",
|
|
28698
|
+
"ofType": null
|
|
28699
|
+
}
|
|
28700
|
+
],
|
|
28355
28701
|
"enumValues": null,
|
|
28356
28702
|
"possibleTypes": null
|
|
28357
28703
|
},
|
|
@@ -28543,6 +28889,38 @@
|
|
|
28543
28889
|
"name": "VaultAudit_v1",
|
|
28544
28890
|
"description": null,
|
|
28545
28891
|
"fields": [
|
|
28892
|
+
{
|
|
28893
|
+
"name": "schema",
|
|
28894
|
+
"description": null,
|
|
28895
|
+
"args": [],
|
|
28896
|
+
"type": {
|
|
28897
|
+
"kind": "NON_NULL",
|
|
28898
|
+
"name": null,
|
|
28899
|
+
"ofType": {
|
|
28900
|
+
"kind": "SCALAR",
|
|
28901
|
+
"name": "String",
|
|
28902
|
+
"ofType": null
|
|
28903
|
+
}
|
|
28904
|
+
},
|
|
28905
|
+
"isDeprecated": false,
|
|
28906
|
+
"deprecationReason": null
|
|
28907
|
+
},
|
|
28908
|
+
{
|
|
28909
|
+
"name": "path",
|
|
28910
|
+
"description": null,
|
|
28911
|
+
"args": [],
|
|
28912
|
+
"type": {
|
|
28913
|
+
"kind": "NON_NULL",
|
|
28914
|
+
"name": null,
|
|
28915
|
+
"ofType": {
|
|
28916
|
+
"kind": "SCALAR",
|
|
28917
|
+
"name": "String",
|
|
28918
|
+
"ofType": null
|
|
28919
|
+
}
|
|
28920
|
+
},
|
|
28921
|
+
"isDeprecated": false,
|
|
28922
|
+
"deprecationReason": null
|
|
28923
|
+
},
|
|
28546
28924
|
{
|
|
28547
28925
|
"name": "_path",
|
|
28548
28926
|
"description": null,
|
|
@@ -28625,7 +29003,13 @@
|
|
|
28625
29003
|
}
|
|
28626
29004
|
],
|
|
28627
29005
|
"inputFields": null,
|
|
28628
|
-
"interfaces": [
|
|
29006
|
+
"interfaces": [
|
|
29007
|
+
{
|
|
29008
|
+
"kind": "INTERFACE",
|
|
29009
|
+
"name": "DatafileObject_v1",
|
|
29010
|
+
"ofType": null
|
|
29011
|
+
}
|
|
29012
|
+
],
|
|
28629
29013
|
"enumValues": null,
|
|
28630
29014
|
"possibleTypes": null
|
|
28631
29015
|
},
|
|
@@ -28667,6 +29051,38 @@
|
|
|
28667
29051
|
"name": "VaultAuth_v1",
|
|
28668
29052
|
"description": null,
|
|
28669
29053
|
"fields": [
|
|
29054
|
+
{
|
|
29055
|
+
"name": "schema",
|
|
29056
|
+
"description": null,
|
|
29057
|
+
"args": [],
|
|
29058
|
+
"type": {
|
|
29059
|
+
"kind": "NON_NULL",
|
|
29060
|
+
"name": null,
|
|
29061
|
+
"ofType": {
|
|
29062
|
+
"kind": "SCALAR",
|
|
29063
|
+
"name": "String",
|
|
29064
|
+
"ofType": null
|
|
29065
|
+
}
|
|
29066
|
+
},
|
|
29067
|
+
"isDeprecated": false,
|
|
29068
|
+
"deprecationReason": null
|
|
29069
|
+
},
|
|
29070
|
+
{
|
|
29071
|
+
"name": "path",
|
|
29072
|
+
"description": null,
|
|
29073
|
+
"args": [],
|
|
29074
|
+
"type": {
|
|
29075
|
+
"kind": "NON_NULL",
|
|
29076
|
+
"name": null,
|
|
29077
|
+
"ofType": {
|
|
29078
|
+
"kind": "SCALAR",
|
|
29079
|
+
"name": "String",
|
|
29080
|
+
"ofType": null
|
|
29081
|
+
}
|
|
29082
|
+
},
|
|
29083
|
+
"isDeprecated": false,
|
|
29084
|
+
"deprecationReason": null
|
|
29085
|
+
},
|
|
28670
29086
|
{
|
|
28671
29087
|
"name": "_path",
|
|
28672
29088
|
"description": null,
|
|
@@ -28765,7 +29181,13 @@
|
|
|
28765
29181
|
}
|
|
28766
29182
|
],
|
|
28767
29183
|
"inputFields": null,
|
|
28768
|
-
"interfaces": [
|
|
29184
|
+
"interfaces": [
|
|
29185
|
+
{
|
|
29186
|
+
"kind": "INTERFACE",
|
|
29187
|
+
"name": "DatafileObject_v1",
|
|
29188
|
+
"ofType": null
|
|
29189
|
+
}
|
|
29190
|
+
],
|
|
28769
29191
|
"enumValues": null,
|
|
28770
29192
|
"possibleTypes": null
|
|
28771
29193
|
},
|
|
@@ -29150,6 +29572,38 @@
|
|
|
29150
29572
|
"name": "VaultSecretEngine_v1",
|
|
29151
29573
|
"description": null,
|
|
29152
29574
|
"fields": [
|
|
29575
|
+
{
|
|
29576
|
+
"name": "schema",
|
|
29577
|
+
"description": null,
|
|
29578
|
+
"args": [],
|
|
29579
|
+
"type": {
|
|
29580
|
+
"kind": "NON_NULL",
|
|
29581
|
+
"name": null,
|
|
29582
|
+
"ofType": {
|
|
29583
|
+
"kind": "SCALAR",
|
|
29584
|
+
"name": "String",
|
|
29585
|
+
"ofType": null
|
|
29586
|
+
}
|
|
29587
|
+
},
|
|
29588
|
+
"isDeprecated": false,
|
|
29589
|
+
"deprecationReason": null
|
|
29590
|
+
},
|
|
29591
|
+
{
|
|
29592
|
+
"name": "path",
|
|
29593
|
+
"description": null,
|
|
29594
|
+
"args": [],
|
|
29595
|
+
"type": {
|
|
29596
|
+
"kind": "NON_NULL",
|
|
29597
|
+
"name": null,
|
|
29598
|
+
"ofType": {
|
|
29599
|
+
"kind": "SCALAR",
|
|
29600
|
+
"name": "String",
|
|
29601
|
+
"ofType": null
|
|
29602
|
+
}
|
|
29603
|
+
},
|
|
29604
|
+
"isDeprecated": false,
|
|
29605
|
+
"deprecationReason": null
|
|
29606
|
+
},
|
|
29153
29607
|
{
|
|
29154
29608
|
"name": "_path",
|
|
29155
29609
|
"description": null,
|
|
@@ -29228,7 +29682,13 @@
|
|
|
29228
29682
|
}
|
|
29229
29683
|
],
|
|
29230
29684
|
"inputFields": null,
|
|
29231
|
-
"interfaces": [
|
|
29685
|
+
"interfaces": [
|
|
29686
|
+
{
|
|
29687
|
+
"kind": "INTERFACE",
|
|
29688
|
+
"name": "DatafileObject_v1",
|
|
29689
|
+
"ofType": null
|
|
29690
|
+
}
|
|
29691
|
+
],
|
|
29232
29692
|
"enumValues": null,
|
|
29233
29693
|
"possibleTypes": null
|
|
29234
29694
|
},
|
|
@@ -29270,6 +29730,38 @@
|
|
|
29270
29730
|
"name": "VaultRole_v1",
|
|
29271
29731
|
"description": null,
|
|
29272
29732
|
"fields": [
|
|
29733
|
+
{
|
|
29734
|
+
"name": "schema",
|
|
29735
|
+
"description": null,
|
|
29736
|
+
"args": [],
|
|
29737
|
+
"type": {
|
|
29738
|
+
"kind": "NON_NULL",
|
|
29739
|
+
"name": null,
|
|
29740
|
+
"ofType": {
|
|
29741
|
+
"kind": "SCALAR",
|
|
29742
|
+
"name": "String",
|
|
29743
|
+
"ofType": null
|
|
29744
|
+
}
|
|
29745
|
+
},
|
|
29746
|
+
"isDeprecated": false,
|
|
29747
|
+
"deprecationReason": null
|
|
29748
|
+
},
|
|
29749
|
+
{
|
|
29750
|
+
"name": "path",
|
|
29751
|
+
"description": null,
|
|
29752
|
+
"args": [],
|
|
29753
|
+
"type": {
|
|
29754
|
+
"kind": "NON_NULL",
|
|
29755
|
+
"name": null,
|
|
29756
|
+
"ofType": {
|
|
29757
|
+
"kind": "SCALAR",
|
|
29758
|
+
"name": "String",
|
|
29759
|
+
"ofType": null
|
|
29760
|
+
}
|
|
29761
|
+
},
|
|
29762
|
+
"isDeprecated": false,
|
|
29763
|
+
"deprecationReason": null
|
|
29764
|
+
},
|
|
29273
29765
|
{
|
|
29274
29766
|
"name": "name",
|
|
29275
29767
|
"description": null,
|
|
@@ -29364,7 +29856,13 @@
|
|
|
29364
29856
|
}
|
|
29365
29857
|
],
|
|
29366
29858
|
"inputFields": null,
|
|
29367
|
-
"interfaces": [
|
|
29859
|
+
"interfaces": [
|
|
29860
|
+
{
|
|
29861
|
+
"kind": "INTERFACE",
|
|
29862
|
+
"name": "DatafileObject_v1",
|
|
29863
|
+
"ofType": null
|
|
29864
|
+
}
|
|
29865
|
+
],
|
|
29368
29866
|
"enumValues": null,
|
|
29369
29867
|
"possibleTypes": null
|
|
29370
29868
|
},
|
|
@@ -29574,7 +30072,13 @@
|
|
|
29574
30072
|
}
|
|
29575
30073
|
],
|
|
29576
30074
|
"inputFields": null,
|
|
29577
|
-
"interfaces": [
|
|
30075
|
+
"interfaces": [
|
|
30076
|
+
{
|
|
30077
|
+
"kind": "INTERFACE",
|
|
30078
|
+
"name": "DatafileObject_v1",
|
|
30079
|
+
"ofType": null
|
|
30080
|
+
}
|
|
30081
|
+
],
|
|
29578
30082
|
"enumValues": null,
|
|
29579
30083
|
"possibleTypes": null
|
|
29580
30084
|
},
|
|
@@ -29961,7 +30465,13 @@
|
|
|
29961
30465
|
}
|
|
29962
30466
|
],
|
|
29963
30467
|
"inputFields": null,
|
|
29964
|
-
"interfaces": [
|
|
30468
|
+
"interfaces": [
|
|
30469
|
+
{
|
|
30470
|
+
"kind": "INTERFACE",
|
|
30471
|
+
"name": "DatafileObject_v1",
|
|
30472
|
+
"ofType": null
|
|
30473
|
+
}
|
|
30474
|
+
],
|
|
29965
30475
|
"enumValues": null,
|
|
29966
30476
|
"possibleTypes": null
|
|
29967
30477
|
},
|
|
@@ -31623,6 +32133,11 @@
|
|
|
31623
32133
|
"kind": "INTERFACE",
|
|
31624
32134
|
"name": "FeatureToggle_v1",
|
|
31625
32135
|
"ofType": null
|
|
32136
|
+
},
|
|
32137
|
+
{
|
|
32138
|
+
"kind": "INTERFACE",
|
|
32139
|
+
"name": "DatafileObject_v1",
|
|
32140
|
+
"ofType": null
|
|
31626
32141
|
}
|
|
31627
32142
|
],
|
|
31628
32143
|
"enumValues": null,
|
|
@@ -31935,7 +32450,13 @@
|
|
|
31935
32450
|
}
|
|
31936
32451
|
],
|
|
31937
32452
|
"inputFields": null,
|
|
31938
|
-
"interfaces": [
|
|
32453
|
+
"interfaces": [
|
|
32454
|
+
{
|
|
32455
|
+
"kind": "INTERFACE",
|
|
32456
|
+
"name": "DatafileObject_v1",
|
|
32457
|
+
"ofType": null
|
|
32458
|
+
}
|
|
32459
|
+
],
|
|
31939
32460
|
"enumValues": null,
|
|
31940
32461
|
"possibleTypes": null
|
|
31941
32462
|
},
|
|
@@ -33261,6 +33782,22 @@
|
|
|
33261
33782
|
"isDeprecated": false,
|
|
33262
33783
|
"deprecationReason": null
|
|
33263
33784
|
},
|
|
33785
|
+
{
|
|
33786
|
+
"name": "path",
|
|
33787
|
+
"description": null,
|
|
33788
|
+
"args": [],
|
|
33789
|
+
"type": {
|
|
33790
|
+
"kind": "NON_NULL",
|
|
33791
|
+
"name": null,
|
|
33792
|
+
"ofType": {
|
|
33793
|
+
"kind": "SCALAR",
|
|
33794
|
+
"name": "String",
|
|
33795
|
+
"ofType": null
|
|
33796
|
+
}
|
|
33797
|
+
},
|
|
33798
|
+
"isDeprecated": false,
|
|
33799
|
+
"deprecationReason": null
|
|
33800
|
+
},
|
|
33264
33801
|
{
|
|
33265
33802
|
"name": "public_gpg_key",
|
|
33266
33803
|
"description": null,
|
|
@@ -33347,7 +33884,13 @@
|
|
|
33347
33884
|
}
|
|
33348
33885
|
],
|
|
33349
33886
|
"inputFields": null,
|
|
33350
|
-
"interfaces": [
|
|
33887
|
+
"interfaces": [
|
|
33888
|
+
{
|
|
33889
|
+
"kind": "INTERFACE",
|
|
33890
|
+
"name": "DatafileObject_v1",
|
|
33891
|
+
"ofType": null
|
|
33892
|
+
}
|
|
33893
|
+
],
|
|
33351
33894
|
"enumValues": null,
|
|
33352
33895
|
"possibleTypes": null
|
|
33353
33896
|
},
|
|
@@ -33356,6 +33899,38 @@
|
|
|
33356
33899
|
"name": "TerraformRepo_v1",
|
|
33357
33900
|
"description": null,
|
|
33358
33901
|
"fields": [
|
|
33902
|
+
{
|
|
33903
|
+
"name": "schema",
|
|
33904
|
+
"description": null,
|
|
33905
|
+
"args": [],
|
|
33906
|
+
"type": {
|
|
33907
|
+
"kind": "NON_NULL",
|
|
33908
|
+
"name": null,
|
|
33909
|
+
"ofType": {
|
|
33910
|
+
"kind": "SCALAR",
|
|
33911
|
+
"name": "String",
|
|
33912
|
+
"ofType": null
|
|
33913
|
+
}
|
|
33914
|
+
},
|
|
33915
|
+
"isDeprecated": false,
|
|
33916
|
+
"deprecationReason": null
|
|
33917
|
+
},
|
|
33918
|
+
{
|
|
33919
|
+
"name": "path",
|
|
33920
|
+
"description": null,
|
|
33921
|
+
"args": [],
|
|
33922
|
+
"type": {
|
|
33923
|
+
"kind": "NON_NULL",
|
|
33924
|
+
"name": null,
|
|
33925
|
+
"ofType": {
|
|
33926
|
+
"kind": "SCALAR",
|
|
33927
|
+
"name": "String",
|
|
33928
|
+
"ofType": null
|
|
33929
|
+
}
|
|
33930
|
+
},
|
|
33931
|
+
"isDeprecated": false,
|
|
33932
|
+
"deprecationReason": null
|
|
33933
|
+
},
|
|
33359
33934
|
{
|
|
33360
33935
|
"name": "account",
|
|
33361
33936
|
"description": null,
|
|
@@ -33514,7 +34089,13 @@
|
|
|
33514
34089
|
}
|
|
33515
34090
|
],
|
|
33516
34091
|
"inputFields": null,
|
|
33517
|
-
"interfaces": [
|
|
34092
|
+
"interfaces": [
|
|
34093
|
+
{
|
|
34094
|
+
"kind": "INTERFACE",
|
|
34095
|
+
"name": "DatafileObject_v1",
|
|
34096
|
+
"ofType": null
|
|
34097
|
+
}
|
|
34098
|
+
],
|
|
33518
34099
|
"enumValues": null,
|
|
33519
34100
|
"possibleTypes": null
|
|
33520
34101
|
},
|
|
@@ -33757,6 +34338,22 @@
|
|
|
33757
34338
|
"name": "DynatraceTokenProviderTokenSpec_v1",
|
|
33758
34339
|
"description": null,
|
|
33759
34340
|
"fields": [
|
|
34341
|
+
{
|
|
34342
|
+
"name": "path",
|
|
34343
|
+
"description": null,
|
|
34344
|
+
"args": [],
|
|
34345
|
+
"type": {
|
|
34346
|
+
"kind": "NON_NULL",
|
|
34347
|
+
"name": null,
|
|
34348
|
+
"ofType": {
|
|
34349
|
+
"kind": "SCALAR",
|
|
34350
|
+
"name": "String",
|
|
34351
|
+
"ofType": null
|
|
34352
|
+
}
|
|
34353
|
+
},
|
|
34354
|
+
"isDeprecated": false,
|
|
34355
|
+
"deprecationReason": null
|
|
34356
|
+
},
|
|
33760
34357
|
{
|
|
33761
34358
|
"name": "schema",
|
|
33762
34359
|
"description": null,
|
|
@@ -33855,7 +34452,13 @@
|
|
|
33855
34452
|
}
|
|
33856
34453
|
],
|
|
33857
34454
|
"inputFields": null,
|
|
33858
|
-
"interfaces": [
|
|
34455
|
+
"interfaces": [
|
|
34456
|
+
{
|
|
34457
|
+
"kind": "INTERFACE",
|
|
34458
|
+
"name": "DatafileObject_v1",
|
|
34459
|
+
"ofType": null
|
|
34460
|
+
}
|
|
34461
|
+
],
|
|
33859
34462
|
"enumValues": null,
|
|
33860
34463
|
"possibleTypes": null
|
|
33861
34464
|
},
|
|
@@ -34883,6 +35486,22 @@
|
|
|
34883
35486
|
},
|
|
34884
35487
|
"isDeprecated": false,
|
|
34885
35488
|
"deprecationReason": null
|
|
35489
|
+
},
|
|
35490
|
+
{
|
|
35491
|
+
"name": "default_tags",
|
|
35492
|
+
"description": null,
|
|
35493
|
+
"args": [],
|
|
35494
|
+
"type": {
|
|
35495
|
+
"kind": "NON_NULL",
|
|
35496
|
+
"name": null,
|
|
35497
|
+
"ofType": {
|
|
35498
|
+
"kind": "SCALAR",
|
|
35499
|
+
"name": "JSON",
|
|
35500
|
+
"ofType": null
|
|
35501
|
+
}
|
|
35502
|
+
},
|
|
35503
|
+
"isDeprecated": false,
|
|
35504
|
+
"deprecationReason": null
|
|
34886
35505
|
}
|
|
34887
35506
|
],
|
|
34888
35507
|
"inputFields": null,
|
|
@@ -39091,6 +39710,18 @@
|
|
|
39091
39710
|
},
|
|
39092
39711
|
"isDeprecated": false,
|
|
39093
39712
|
"deprecationReason": null
|
|
39713
|
+
},
|
|
39714
|
+
{
|
|
39715
|
+
"name": "fips",
|
|
39716
|
+
"description": null,
|
|
39717
|
+
"args": [],
|
|
39718
|
+
"type": {
|
|
39719
|
+
"kind": "SCALAR",
|
|
39720
|
+
"name": "Boolean",
|
|
39721
|
+
"ofType": null
|
|
39722
|
+
},
|
|
39723
|
+
"isDeprecated": false,
|
|
39724
|
+
"deprecationReason": null
|
|
39094
39725
|
}
|
|
39095
39726
|
],
|
|
39096
39727
|
"inputFields": null,
|
|
@@ -39360,6 +39991,18 @@
|
|
|
39360
39991
|
},
|
|
39361
39992
|
"isDeprecated": false,
|
|
39362
39993
|
"deprecationReason": null
|
|
39994
|
+
},
|
|
39995
|
+
{
|
|
39996
|
+
"name": "fips",
|
|
39997
|
+
"description": null,
|
|
39998
|
+
"args": [],
|
|
39999
|
+
"type": {
|
|
40000
|
+
"kind": "SCALAR",
|
|
40001
|
+
"name": "Boolean",
|
|
40002
|
+
"ofType": null
|
|
40003
|
+
},
|
|
40004
|
+
"isDeprecated": false,
|
|
40005
|
+
"deprecationReason": null
|
|
39363
40006
|
}
|
|
39364
40007
|
],
|
|
39365
40008
|
"inputFields": null,
|
|
@@ -41407,6 +42050,11 @@
|
|
|
41407
42050
|
"name": "NamespaceTerraformResourceRDS_v1",
|
|
41408
42051
|
"ofType": null
|
|
41409
42052
|
},
|
|
42053
|
+
{
|
|
42054
|
+
"kind": "OBJECT",
|
|
42055
|
+
"name": "NamespaceTerraformResourceRDSProxy_v1",
|
|
42056
|
+
"ofType": null
|
|
42057
|
+
},
|
|
41410
42058
|
{
|
|
41411
42059
|
"kind": "OBJECT",
|
|
41412
42060
|
"name": "NamespaceTerraformResourceS3_v1",
|
|
@@ -43730,6 +44378,18 @@
|
|
|
43730
44378
|
},
|
|
43731
44379
|
"isDeprecated": false,
|
|
43732
44380
|
"deprecationReason": null
|
|
44381
|
+
},
|
|
44382
|
+
{
|
|
44383
|
+
"name": "secret_format",
|
|
44384
|
+
"description": null,
|
|
44385
|
+
"args": [],
|
|
44386
|
+
"type": {
|
|
44387
|
+
"kind": "SCALAR",
|
|
44388
|
+
"name": "JSON",
|
|
44389
|
+
"ofType": null
|
|
44390
|
+
},
|
|
44391
|
+
"isDeprecated": false,
|
|
44392
|
+
"deprecationReason": null
|
|
43733
44393
|
}
|
|
43734
44394
|
],
|
|
43735
44395
|
"inputFields": null,
|
|
@@ -44371,38 +45031,6 @@
|
|
|
44371
45031
|
"name": "ExternalResourcesModuleOverrides_v1",
|
|
44372
45032
|
"description": null,
|
|
44373
45033
|
"fields": [
|
|
44374
|
-
{
|
|
44375
|
-
"name": "schema",
|
|
44376
|
-
"description": null,
|
|
44377
|
-
"args": [],
|
|
44378
|
-
"type": {
|
|
44379
|
-
"kind": "NON_NULL",
|
|
44380
|
-
"name": null,
|
|
44381
|
-
"ofType": {
|
|
44382
|
-
"kind": "SCALAR",
|
|
44383
|
-
"name": "String",
|
|
44384
|
-
"ofType": null
|
|
44385
|
-
}
|
|
44386
|
-
},
|
|
44387
|
-
"isDeprecated": false,
|
|
44388
|
-
"deprecationReason": null
|
|
44389
|
-
},
|
|
44390
|
-
{
|
|
44391
|
-
"name": "path",
|
|
44392
|
-
"description": null,
|
|
44393
|
-
"args": [],
|
|
44394
|
-
"type": {
|
|
44395
|
-
"kind": "NON_NULL",
|
|
44396
|
-
"name": null,
|
|
44397
|
-
"ofType": {
|
|
44398
|
-
"kind": "SCALAR",
|
|
44399
|
-
"name": "String",
|
|
44400
|
-
"ofType": null
|
|
44401
|
-
}
|
|
44402
|
-
},
|
|
44403
|
-
"isDeprecated": false,
|
|
44404
|
-
"deprecationReason": null
|
|
44405
|
-
},
|
|
44406
45034
|
{
|
|
44407
45035
|
"name": "module_type",
|
|
44408
45036
|
"description": null,
|
|
@@ -44501,13 +45129,7 @@
|
|
|
44501
45129
|
}
|
|
44502
45130
|
],
|
|
44503
45131
|
"inputFields": null,
|
|
44504
|
-
"interfaces": [
|
|
44505
|
-
{
|
|
44506
|
-
"kind": "INTERFACE",
|
|
44507
|
-
"name": "DatafileObject_v1",
|
|
44508
|
-
"ofType": null
|
|
44509
|
-
}
|
|
44510
|
-
],
|
|
45132
|
+
"interfaces": [],
|
|
44511
45133
|
"enumValues": null,
|
|
44512
45134
|
"possibleTypes": null
|
|
44513
45135
|
},
|
|
@@ -45022,6 +45644,179 @@
|
|
|
45022
45644
|
"enumValues": null,
|
|
45023
45645
|
"possibleTypes": null
|
|
45024
45646
|
},
|
|
45647
|
+
{
|
|
45648
|
+
"kind": "OBJECT",
|
|
45649
|
+
"name": "NamespaceTerraformResourceRDSProxy_v1",
|
|
45650
|
+
"description": null,
|
|
45651
|
+
"fields": [
|
|
45652
|
+
{
|
|
45653
|
+
"name": "provider",
|
|
45654
|
+
"description": null,
|
|
45655
|
+
"args": [],
|
|
45656
|
+
"type": {
|
|
45657
|
+
"kind": "NON_NULL",
|
|
45658
|
+
"name": null,
|
|
45659
|
+
"ofType": {
|
|
45660
|
+
"kind": "SCALAR",
|
|
45661
|
+
"name": "String",
|
|
45662
|
+
"ofType": null
|
|
45663
|
+
}
|
|
45664
|
+
},
|
|
45665
|
+
"isDeprecated": false,
|
|
45666
|
+
"deprecationReason": null
|
|
45667
|
+
},
|
|
45668
|
+
{
|
|
45669
|
+
"name": "region",
|
|
45670
|
+
"description": null,
|
|
45671
|
+
"args": [],
|
|
45672
|
+
"type": {
|
|
45673
|
+
"kind": "SCALAR",
|
|
45674
|
+
"name": "String",
|
|
45675
|
+
"ofType": null
|
|
45676
|
+
},
|
|
45677
|
+
"isDeprecated": false,
|
|
45678
|
+
"deprecationReason": null
|
|
45679
|
+
},
|
|
45680
|
+
{
|
|
45681
|
+
"name": "identifier",
|
|
45682
|
+
"description": null,
|
|
45683
|
+
"args": [],
|
|
45684
|
+
"type": {
|
|
45685
|
+
"kind": "NON_NULL",
|
|
45686
|
+
"name": null,
|
|
45687
|
+
"ofType": {
|
|
45688
|
+
"kind": "SCALAR",
|
|
45689
|
+
"name": "String",
|
|
45690
|
+
"ofType": null
|
|
45691
|
+
}
|
|
45692
|
+
},
|
|
45693
|
+
"isDeprecated": false,
|
|
45694
|
+
"deprecationReason": null
|
|
45695
|
+
},
|
|
45696
|
+
{
|
|
45697
|
+
"name": "defaults",
|
|
45698
|
+
"description": null,
|
|
45699
|
+
"args": [],
|
|
45700
|
+
"type": {
|
|
45701
|
+
"kind": "NON_NULL",
|
|
45702
|
+
"name": null,
|
|
45703
|
+
"ofType": {
|
|
45704
|
+
"kind": "SCALAR",
|
|
45705
|
+
"name": "String",
|
|
45706
|
+
"ofType": null
|
|
45707
|
+
}
|
|
45708
|
+
},
|
|
45709
|
+
"isDeprecated": false,
|
|
45710
|
+
"deprecationReason": null
|
|
45711
|
+
},
|
|
45712
|
+
{
|
|
45713
|
+
"name": "overrides",
|
|
45714
|
+
"description": null,
|
|
45715
|
+
"args": [],
|
|
45716
|
+
"type": {
|
|
45717
|
+
"kind": "SCALAR",
|
|
45718
|
+
"name": "JSON",
|
|
45719
|
+
"ofType": null
|
|
45720
|
+
},
|
|
45721
|
+
"isDeprecated": false,
|
|
45722
|
+
"deprecationReason": null
|
|
45723
|
+
},
|
|
45724
|
+
{
|
|
45725
|
+
"name": "output_resource_name",
|
|
45726
|
+
"description": null,
|
|
45727
|
+
"args": [],
|
|
45728
|
+
"type": {
|
|
45729
|
+
"kind": "SCALAR",
|
|
45730
|
+
"name": "String",
|
|
45731
|
+
"ofType": null
|
|
45732
|
+
},
|
|
45733
|
+
"isDeprecated": false,
|
|
45734
|
+
"deprecationReason": null
|
|
45735
|
+
},
|
|
45736
|
+
{
|
|
45737
|
+
"name": "output_format",
|
|
45738
|
+
"description": null,
|
|
45739
|
+
"args": [],
|
|
45740
|
+
"type": {
|
|
45741
|
+
"kind": "INTERFACE",
|
|
45742
|
+
"name": "NamespaceTerraformResourceOutputFormat_v1",
|
|
45743
|
+
"ofType": null
|
|
45744
|
+
},
|
|
45745
|
+
"isDeprecated": false,
|
|
45746
|
+
"deprecationReason": null
|
|
45747
|
+
},
|
|
45748
|
+
{
|
|
45749
|
+
"name": "annotations",
|
|
45750
|
+
"description": null,
|
|
45751
|
+
"args": [],
|
|
45752
|
+
"type": {
|
|
45753
|
+
"kind": "SCALAR",
|
|
45754
|
+
"name": "JSON",
|
|
45755
|
+
"ofType": null
|
|
45756
|
+
},
|
|
45757
|
+
"isDeprecated": false,
|
|
45758
|
+
"deprecationReason": null
|
|
45759
|
+
},
|
|
45760
|
+
{
|
|
45761
|
+
"name": "managed_by_erv2",
|
|
45762
|
+
"description": null,
|
|
45763
|
+
"args": [],
|
|
45764
|
+
"type": {
|
|
45765
|
+
"kind": "SCALAR",
|
|
45766
|
+
"name": "Boolean",
|
|
45767
|
+
"ofType": null
|
|
45768
|
+
},
|
|
45769
|
+
"isDeprecated": false,
|
|
45770
|
+
"deprecationReason": null
|
|
45771
|
+
},
|
|
45772
|
+
{
|
|
45773
|
+
"name": "delete",
|
|
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": "module_overrides",
|
|
45786
|
+
"description": null,
|
|
45787
|
+
"args": [],
|
|
45788
|
+
"type": {
|
|
45789
|
+
"kind": "OBJECT",
|
|
45790
|
+
"name": "ExternalResourcesModuleOverrides_v1",
|
|
45791
|
+
"ofType": null
|
|
45792
|
+
},
|
|
45793
|
+
"isDeprecated": false,
|
|
45794
|
+
"deprecationReason": null
|
|
45795
|
+
},
|
|
45796
|
+
{
|
|
45797
|
+
"name": "tags",
|
|
45798
|
+
"description": null,
|
|
45799
|
+
"args": [],
|
|
45800
|
+
"type": {
|
|
45801
|
+
"kind": "SCALAR",
|
|
45802
|
+
"name": "JSON",
|
|
45803
|
+
"ofType": null
|
|
45804
|
+
},
|
|
45805
|
+
"isDeprecated": false,
|
|
45806
|
+
"deprecationReason": null
|
|
45807
|
+
}
|
|
45808
|
+
],
|
|
45809
|
+
"inputFields": null,
|
|
45810
|
+
"interfaces": [
|
|
45811
|
+
{
|
|
45812
|
+
"kind": "INTERFACE",
|
|
45813
|
+
"name": "NamespaceTerraformResourceAWS_v1",
|
|
45814
|
+
"ofType": null
|
|
45815
|
+
}
|
|
45816
|
+
],
|
|
45817
|
+
"enumValues": null,
|
|
45818
|
+
"possibleTypes": null
|
|
45819
|
+
},
|
|
45025
45820
|
{
|
|
45026
45821
|
"kind": "OBJECT",
|
|
45027
45822
|
"name": "NamespaceTerraformResourceS3_v1",
|
|
@@ -49762,6 +50557,29 @@
|
|
|
49762
50557
|
"enumValues": null,
|
|
49763
50558
|
"possibleTypes": null
|
|
49764
50559
|
},
|
|
50560
|
+
{
|
|
50561
|
+
"kind": "OBJECT",
|
|
50562
|
+
"name": "AppQuayReposNotificationVerificationMethod_v1",
|
|
50563
|
+
"description": null,
|
|
50564
|
+
"fields": [
|
|
50565
|
+
{
|
|
50566
|
+
"name": "jiraBoard",
|
|
50567
|
+
"description": null,
|
|
50568
|
+
"args": [],
|
|
50569
|
+
"type": {
|
|
50570
|
+
"kind": "OBJECT",
|
|
50571
|
+
"name": "JiraBoard_v1",
|
|
50572
|
+
"ofType": null
|
|
50573
|
+
},
|
|
50574
|
+
"isDeprecated": false,
|
|
50575
|
+
"deprecationReason": null
|
|
50576
|
+
}
|
|
50577
|
+
],
|
|
50578
|
+
"inputFields": null,
|
|
50579
|
+
"interfaces": [],
|
|
50580
|
+
"enumValues": null,
|
|
50581
|
+
"possibleTypes": null
|
|
50582
|
+
},
|
|
49765
50583
|
{
|
|
49766
50584
|
"kind": "OBJECT",
|
|
49767
50585
|
"name": "SaasResourceTemplateTargetReference_v2",
|
|
@@ -50060,6 +50878,11 @@
|
|
|
50060
50878
|
"kind": "INTERFACE",
|
|
50061
50879
|
"name": "PipelinesProvider_v1",
|
|
50062
50880
|
"ofType": null
|
|
50881
|
+
},
|
|
50882
|
+
{
|
|
50883
|
+
"kind": "INTERFACE",
|
|
50884
|
+
"name": "DatafileObject_v1",
|
|
50885
|
+
"ofType": null
|
|
50063
50886
|
}
|
|
50064
50887
|
],
|
|
50065
50888
|
"enumValues": null,
|
|
@@ -50672,6 +51495,22 @@
|
|
|
50672
51495
|
"isDeprecated": false,
|
|
50673
51496
|
"deprecationReason": null
|
|
50674
51497
|
},
|
|
51498
|
+
{
|
|
51499
|
+
"name": "path",
|
|
51500
|
+
"description": null,
|
|
51501
|
+
"args": [],
|
|
51502
|
+
"type": {
|
|
51503
|
+
"kind": "NON_NULL",
|
|
51504
|
+
"name": null,
|
|
51505
|
+
"ofType": {
|
|
51506
|
+
"kind": "SCALAR",
|
|
51507
|
+
"name": "String",
|
|
51508
|
+
"ofType": null
|
|
51509
|
+
}
|
|
51510
|
+
},
|
|
51511
|
+
"isDeprecated": false,
|
|
51512
|
+
"deprecationReason": null
|
|
51513
|
+
},
|
|
50675
51514
|
{
|
|
50676
51515
|
"name": "labels",
|
|
50677
51516
|
"description": null,
|
|
@@ -50779,6 +51618,11 @@
|
|
|
50779
51618
|
"kind": "INTERFACE",
|
|
50780
51619
|
"name": "OidcPermission_v1",
|
|
50781
51620
|
"ofType": null
|
|
51621
|
+
},
|
|
51622
|
+
{
|
|
51623
|
+
"kind": "INTERFACE",
|
|
51624
|
+
"name": "DatafileObject_v1",
|
|
51625
|
+
"ofType": null
|
|
50782
51626
|
}
|
|
50783
51627
|
],
|
|
50784
51628
|
"enumValues": null,
|
|
@@ -50805,6 +51649,22 @@
|
|
|
50805
51649
|
"isDeprecated": false,
|
|
50806
51650
|
"deprecationReason": null
|
|
50807
51651
|
},
|
|
51652
|
+
{
|
|
51653
|
+
"name": "path",
|
|
51654
|
+
"description": null,
|
|
51655
|
+
"args": [],
|
|
51656
|
+
"type": {
|
|
51657
|
+
"kind": "NON_NULL",
|
|
51658
|
+
"name": null,
|
|
51659
|
+
"ofType": {
|
|
51660
|
+
"kind": "SCALAR",
|
|
51661
|
+
"name": "String",
|
|
51662
|
+
"ofType": null
|
|
51663
|
+
}
|
|
51664
|
+
},
|
|
51665
|
+
"isDeprecated": false,
|
|
51666
|
+
"deprecationReason": null
|
|
51667
|
+
},
|
|
50808
51668
|
{
|
|
50809
51669
|
"name": "labels",
|
|
50810
51670
|
"description": null,
|
|
@@ -50928,6 +51788,11 @@
|
|
|
50928
51788
|
"kind": "INTERFACE",
|
|
50929
51789
|
"name": "OidcPermission_v1",
|
|
50930
51790
|
"ofType": null
|
|
51791
|
+
},
|
|
51792
|
+
{
|
|
51793
|
+
"kind": "INTERFACE",
|
|
51794
|
+
"name": "DatafileObject_v1",
|
|
51795
|
+
"ofType": null
|
|
50931
51796
|
}
|
|
50932
51797
|
],
|
|
50933
51798
|
"enumValues": null,
|
|
@@ -52501,6 +53366,11 @@
|
|
|
52501
53366
|
"kind": "INTERFACE",
|
|
52502
53367
|
"name": "EndpointMonitoringProvider_v1",
|
|
52503
53368
|
"ofType": null
|
|
53369
|
+
},
|
|
53370
|
+
{
|
|
53371
|
+
"kind": "INTERFACE",
|
|
53372
|
+
"name": "DatafileObject_v1",
|
|
53373
|
+
"ofType": null
|
|
52504
53374
|
}
|
|
52505
53375
|
],
|
|
52506
53376
|
"enumValues": null,
|
|
@@ -52721,6 +53591,11 @@
|
|
|
52721
53591
|
"kind": "INTERFACE",
|
|
52722
53592
|
"name": "EndpointMonitoringProvider_v1",
|
|
52723
53593
|
"ofType": null
|
|
53594
|
+
},
|
|
53595
|
+
{
|
|
53596
|
+
"kind": "INTERFACE",
|
|
53597
|
+
"name": "DatafileObject_v1",
|
|
53598
|
+
"ofType": null
|
|
52724
53599
|
}
|
|
52725
53600
|
],
|
|
52726
53601
|
"enumValues": null,
|
|
@@ -54479,6 +55354,215 @@
|
|
|
54479
55354
|
"enumValues": null,
|
|
54480
55355
|
"possibleTypes": null
|
|
54481
55356
|
},
|
|
55357
|
+
{
|
|
55358
|
+
"kind": "OBJECT",
|
|
55359
|
+
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
55360
|
+
"description": null,
|
|
55361
|
+
"fields": [
|
|
55362
|
+
{
|
|
55363
|
+
"name": "schema",
|
|
55364
|
+
"description": null,
|
|
55365
|
+
"args": [],
|
|
55366
|
+
"type": {
|
|
55367
|
+
"kind": "NON_NULL",
|
|
55368
|
+
"name": null,
|
|
55369
|
+
"ofType": {
|
|
55370
|
+
"kind": "SCALAR",
|
|
55371
|
+
"name": "String",
|
|
55372
|
+
"ofType": null
|
|
55373
|
+
}
|
|
55374
|
+
},
|
|
55375
|
+
"isDeprecated": false,
|
|
55376
|
+
"deprecationReason": null
|
|
55377
|
+
},
|
|
55378
|
+
{
|
|
55379
|
+
"name": "path",
|
|
55380
|
+
"description": null,
|
|
55381
|
+
"args": [],
|
|
55382
|
+
"type": {
|
|
55383
|
+
"kind": "NON_NULL",
|
|
55384
|
+
"name": null,
|
|
55385
|
+
"ofType": {
|
|
55386
|
+
"kind": "SCALAR",
|
|
55387
|
+
"name": "String",
|
|
55388
|
+
"ofType": null
|
|
55389
|
+
}
|
|
55390
|
+
},
|
|
55391
|
+
"isDeprecated": false,
|
|
55392
|
+
"deprecationReason": null
|
|
55393
|
+
},
|
|
55394
|
+
{
|
|
55395
|
+
"name": "type",
|
|
55396
|
+
"description": null,
|
|
55397
|
+
"args": [],
|
|
55398
|
+
"type": {
|
|
55399
|
+
"kind": "NON_NULL",
|
|
55400
|
+
"name": null,
|
|
55401
|
+
"ofType": {
|
|
55402
|
+
"kind": "SCALAR",
|
|
55403
|
+
"name": "String",
|
|
55404
|
+
"ofType": null
|
|
55405
|
+
}
|
|
55406
|
+
},
|
|
55407
|
+
"isDeprecated": false,
|
|
55408
|
+
"deprecationReason": null
|
|
55409
|
+
},
|
|
55410
|
+
{
|
|
55411
|
+
"name": "description",
|
|
55412
|
+
"description": null,
|
|
55413
|
+
"args": [],
|
|
55414
|
+
"type": {
|
|
55415
|
+
"kind": "SCALAR",
|
|
55416
|
+
"name": "String",
|
|
55417
|
+
"ofType": null
|
|
55418
|
+
},
|
|
55419
|
+
"isDeprecated": false,
|
|
55420
|
+
"deprecationReason": null
|
|
55421
|
+
},
|
|
55422
|
+
{
|
|
55423
|
+
"name": "maxOps",
|
|
55424
|
+
"description": null,
|
|
55425
|
+
"args": [],
|
|
55426
|
+
"type": {
|
|
55427
|
+
"kind": "NON_NULL",
|
|
55428
|
+
"name": null,
|
|
55429
|
+
"ofType": {
|
|
55430
|
+
"kind": "SCALAR",
|
|
55431
|
+
"name": "Int",
|
|
55432
|
+
"ofType": null
|
|
55433
|
+
}
|
|
55434
|
+
},
|
|
55435
|
+
"isDeprecated": false,
|
|
55436
|
+
"deprecationReason": null
|
|
55437
|
+
},
|
|
55438
|
+
{
|
|
55439
|
+
"name": "instances",
|
|
55440
|
+
"description": null,
|
|
55441
|
+
"args": [],
|
|
55442
|
+
"type": {
|
|
55443
|
+
"kind": "NON_NULL",
|
|
55444
|
+
"name": null,
|
|
55445
|
+
"ofType": {
|
|
55446
|
+
"kind": "LIST",
|
|
55447
|
+
"name": null,
|
|
55448
|
+
"ofType": {
|
|
55449
|
+
"kind": "NON_NULL",
|
|
55450
|
+
"name": null,
|
|
55451
|
+
"ofType": {
|
|
55452
|
+
"kind": "OBJECT",
|
|
55453
|
+
"name": "AutomatedActionsInstance_v1",
|
|
55454
|
+
"ofType": null
|
|
55455
|
+
}
|
|
55456
|
+
}
|
|
55457
|
+
}
|
|
55458
|
+
},
|
|
55459
|
+
"isDeprecated": false,
|
|
55460
|
+
"deprecationReason": null
|
|
55461
|
+
},
|
|
55462
|
+
{
|
|
55463
|
+
"name": "permissions",
|
|
55464
|
+
"description": null,
|
|
55465
|
+
"args": [],
|
|
55466
|
+
"type": {
|
|
55467
|
+
"kind": "LIST",
|
|
55468
|
+
"name": null,
|
|
55469
|
+
"ofType": {
|
|
55470
|
+
"kind": "NON_NULL",
|
|
55471
|
+
"name": null,
|
|
55472
|
+
"ofType": {
|
|
55473
|
+
"kind": "OBJECT",
|
|
55474
|
+
"name": "PermissionAutomatedActions_v1",
|
|
55475
|
+
"ofType": null
|
|
55476
|
+
}
|
|
55477
|
+
}
|
|
55478
|
+
},
|
|
55479
|
+
"isDeprecated": false,
|
|
55480
|
+
"deprecationReason": null
|
|
55481
|
+
},
|
|
55482
|
+
{
|
|
55483
|
+
"name": "arguments",
|
|
55484
|
+
"description": null,
|
|
55485
|
+
"args": [],
|
|
55486
|
+
"type": {
|
|
55487
|
+
"kind": "NON_NULL",
|
|
55488
|
+
"name": null,
|
|
55489
|
+
"ofType": {
|
|
55490
|
+
"kind": "LIST",
|
|
55491
|
+
"name": null,
|
|
55492
|
+
"ofType": {
|
|
55493
|
+
"kind": "NON_NULL",
|
|
55494
|
+
"name": null,
|
|
55495
|
+
"ofType": {
|
|
55496
|
+
"kind": "OBJECT",
|
|
55497
|
+
"name": "AutomatedActionOpenshiftTriggerCronjobArgument_v1",
|
|
55498
|
+
"ofType": null
|
|
55499
|
+
}
|
|
55500
|
+
}
|
|
55501
|
+
}
|
|
55502
|
+
},
|
|
55503
|
+
"isDeprecated": false,
|
|
55504
|
+
"deprecationReason": null
|
|
55505
|
+
}
|
|
55506
|
+
],
|
|
55507
|
+
"inputFields": null,
|
|
55508
|
+
"interfaces": [
|
|
55509
|
+
{
|
|
55510
|
+
"kind": "INTERFACE",
|
|
55511
|
+
"name": "AutomatedAction_v1",
|
|
55512
|
+
"ofType": null
|
|
55513
|
+
},
|
|
55514
|
+
{
|
|
55515
|
+
"kind": "INTERFACE",
|
|
55516
|
+
"name": "DatafileObject_v1",
|
|
55517
|
+
"ofType": null
|
|
55518
|
+
}
|
|
55519
|
+
],
|
|
55520
|
+
"enumValues": null,
|
|
55521
|
+
"possibleTypes": null
|
|
55522
|
+
},
|
|
55523
|
+
{
|
|
55524
|
+
"kind": "OBJECT",
|
|
55525
|
+
"name": "AutomatedActionOpenshiftTriggerCronjobArgument_v1",
|
|
55526
|
+
"description": null,
|
|
55527
|
+
"fields": [
|
|
55528
|
+
{
|
|
55529
|
+
"name": "namespace",
|
|
55530
|
+
"description": null,
|
|
55531
|
+
"args": [],
|
|
55532
|
+
"type": {
|
|
55533
|
+
"kind": "NON_NULL",
|
|
55534
|
+
"name": null,
|
|
55535
|
+
"ofType": {
|
|
55536
|
+
"kind": "OBJECT",
|
|
55537
|
+
"name": "Namespace_v1",
|
|
55538
|
+
"ofType": null
|
|
55539
|
+
}
|
|
55540
|
+
},
|
|
55541
|
+
"isDeprecated": false,
|
|
55542
|
+
"deprecationReason": null
|
|
55543
|
+
},
|
|
55544
|
+
{
|
|
55545
|
+
"name": "cronjob",
|
|
55546
|
+
"description": null,
|
|
55547
|
+
"args": [],
|
|
55548
|
+
"type": {
|
|
55549
|
+
"kind": "NON_NULL",
|
|
55550
|
+
"name": null,
|
|
55551
|
+
"ofType": {
|
|
55552
|
+
"kind": "SCALAR",
|
|
55553
|
+
"name": "String",
|
|
55554
|
+
"ofType": null
|
|
55555
|
+
}
|
|
55556
|
+
},
|
|
55557
|
+
"isDeprecated": false,
|
|
55558
|
+
"deprecationReason": null
|
|
55559
|
+
}
|
|
55560
|
+
],
|
|
55561
|
+
"inputFields": null,
|
|
55562
|
+
"interfaces": [],
|
|
55563
|
+
"enumValues": null,
|
|
55564
|
+
"possibleTypes": null
|
|
55565
|
+
},
|
|
54482
55566
|
{
|
|
54483
55567
|
"kind": "OBJECT",
|
|
54484
55568
|
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|