qontract-reconcile 0.10.2.dev394__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.dev394.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/METADATA +4 -3
- {qontract_reconcile-0.10.2.dev394.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/RECORD +308 -308
- reconcile/acs_rbac.py +2 -2
- reconcile/aus/advanced_upgrade_service.py +15 -12
- reconcile/aus/base.py +9 -13
- 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 +6 -6
- reconcile/aws_account_manager/reconciler.py +3 -3
- reconcile/aws_ami_cleanup/integration.py +2 -5
- reconcile/aws_ami_share.py +69 -62
- reconcile/aws_saml_idp/integration.py +5 -3
- reconcile/aws_saml_roles/integration.py +23 -22
- 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/dashdotdb_dora.py +1 -1
- reconcile/dashdotdb_slo.py +1 -1
- reconcile/database_access_manager.py +8 -9
- 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 +1 -1
- reconcile/external_resources/integration.py +1 -1
- reconcile/external_resources/manager.py +19 -7
- reconcile/external_resources/metrics.py +1 -1
- reconcile/external_resources/model.py +6 -6
- reconcile/external_resources/reconciler.py +7 -4
- reconcile/external_resources/secrets_sync.py +2 -2
- reconcile/external_resources/state.py +56 -14
- reconcile/fleet_labeler/integration.py +1 -1
- reconcile/gcp_image_mirror.py +2 -2
- reconcile/github_org.py +1 -1
- reconcile/github_owners.py +4 -0
- reconcile/gitlab_members.py +6 -12
- 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 +5 -5
- reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +5 -5
- reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +5 -5
- reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +5 -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 +5 -5
- reconcile/gql_definitions/common/aws_vpcs.py +5 -5
- reconcile/gql_definitions/common/clusters.py +5 -5
- reconcile/gql_definitions/common/clusters_minimal.py +5 -5
- reconcile/gql_definitions/common/clusters_with_dms.py +5 -5
- reconcile/gql_definitions/common/clusters_with_peering.py +5 -5
- reconcile/gql_definitions/common/github_orgs.py +5 -5
- reconcile/gql_definitions/common/jira_settings.py +5 -5
- reconcile/gql_definitions/common/jiralert_settings.py +5 -5
- reconcile/gql_definitions/common/ldap_settings.py +5 -5
- reconcile/gql_definitions/common/namespaces.py +5 -5
- reconcile/gql_definitions/common/namespaces_minimal.py +7 -5
- reconcile/gql_definitions/common/ocm_env_telemeter.py +5 -5
- reconcile/gql_definitions/common/ocm_environments.py +5 -5
- reconcile/gql_definitions/common/pagerduty_instances.py +5 -5
- reconcile/gql_definitions/common/pgp_reencryption_settings.py +5 -5
- reconcile/gql_definitions/common/pipeline_providers.py +5 -5
- reconcile/gql_definitions/common/quay_instances.py +5 -5
- reconcile/gql_definitions/common/quay_orgs.py +5 -5
- reconcile/gql_definitions/common/reserved_networks.py +5 -5
- reconcile/gql_definitions/common/rhcs_provider_settings.py +5 -5
- reconcile/gql_definitions/common/saas_files.py +5 -5
- reconcile/gql_definitions/common/saas_target_namespaces.py +5 -5
- reconcile/gql_definitions/common/saasherder_settings.py +5 -5
- reconcile/gql_definitions/common/slack_workspaces.py +5 -5
- reconcile/gql_definitions/common/smtp_client_settings.py +5 -5
- reconcile/gql_definitions/common/state_aws_account.py +5 -5
- reconcile/gql_definitions/common/users.py +5 -5
- reconcile/gql_definitions/common/users_with_paths.py +5 -5
- reconcile/gql_definitions/cost_report/app_names.py +5 -5
- reconcile/gql_definitions/cost_report/cost_namespaces.py +5 -5
- reconcile/gql_definitions/cost_report/settings.py +5 -5
- reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +5 -5
- reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +5 -5
- reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +5 -5
- reconcile/gql_definitions/email_sender/apps.py +5 -5
- reconcile/gql_definitions/email_sender/emails.py +5 -5
- reconcile/gql_definitions/email_sender/users.py +5 -5
- reconcile/gql_definitions/endpoints_discovery/apps.py +5 -5
- reconcile/gql_definitions/external_resources/aws_accounts.py +5 -5
- reconcile/gql_definitions/external_resources/external_resources_modules.py +5 -5
- reconcile/gql_definitions/external_resources/external_resources_namespaces.py +5 -5
- reconcile/gql_definitions/external_resources/external_resources_settings.py +5 -5
- reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +5 -5
- reconcile/gql_definitions/fleet_labeler/fleet_labels.py +5 -5
- reconcile/gql_definitions/fragments/aus_organization.py +5 -5
- reconcile/gql_definitions/fragments/aws_account_common.py +5 -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 +5 -5
- reconcile/gql_definitions/fragments/aws_vpc.py +5 -5
- reconcile/gql_definitions/fragments/aws_vpc_request.py +5 -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 +231 -0
- 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 +5 -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 +5 -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 +5 -5
- reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +5 -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 +9 -8
- reconcile/jira_permissions_validator.py +2 -2
- reconcile/ldap_groups/integration.py +1 -1
- reconcile/ocm/types.py +35 -57
- reconcile/ocm_aws_infrastructure_access.py +1 -1
- reconcile/ocm_clusters.py +4 -4
- reconcile/ocm_labels/integration.py +3 -2
- reconcile/ocm_machine_pools.py +23 -23
- reconcile/openshift_base.py +53 -2
- reconcile/openshift_cluster_bots.py +1 -1
- reconcile/openshift_namespace_labels.py +1 -1
- reconcile/openshift_namespaces.py +97 -101
- reconcile/openshift_resources_base.py +6 -2
- reconcile/openshift_rhcs_certs.py +5 -5
- reconcile/openshift_rolebindings.py +7 -11
- reconcile/openshift_saas_deploy.py +4 -5
- reconcile/openshift_saas_deploy_change_tester.py +9 -7
- reconcile/openshift_serviceaccount_tokens.py +2 -2
- reconcile/openshift_upgrade_watcher.py +1 -1
- 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 +6 -0
- 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/skupper_network/integration.py +2 -2
- reconcile/slack_usergroups.py +31 -11
- reconcile/status_board.py +6 -6
- reconcile/statuspage/atlassian.py +7 -7
- reconcile/statuspage/page.py +4 -9
- reconcile/templating/lib/rendering.py +3 -3
- reconcile/templating/renderer.py +2 -2
- 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 +2 -2
- reconcile/terraform_repo.py +16 -12
- reconcile/terraform_resources.py +6 -6
- reconcile/terraform_tgw_attachments.py +20 -18
- reconcile/terraform_vpc_resources/integration.py +3 -1
- reconcile/typed_queries/cost_report/app_names.py +1 -1
- reconcile/typed_queries/cost_report/cost_namespaces.py +2 -2
- reconcile/typed_queries/saas_files.py +11 -11
- reconcile/typed_queries/status_board.py +2 -2
- reconcile/unleash_feature_toggles/integration.py +4 -2
- reconcile/utils/acs/base.py +6 -3
- reconcile/utils/acs/policies.py +2 -2
- reconcile/utils/aws_api.py +51 -20
- reconcile/utils/aws_api_typed/organization.py +4 -2
- reconcile/utils/deadmanssnitch_api.py +1 -1
- reconcile/utils/early_exit_cache.py +8 -10
- 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/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 +2 -5
- reconcile/utils/jobcontroller/controller.py +1 -1
- reconcile/utils/jobcontroller/models.py +17 -1
- reconcile/utils/json.py +39 -1
- reconcile/utils/membershipsources/app_interface_resolver.py +4 -2
- reconcile/utils/membershipsources/models.py +16 -23
- reconcile/utils/membershipsources/resolver.py +4 -2
- reconcile/utils/merge_request_manager/merge_request_manager.py +1 -1
- reconcile/utils/merge_request_manager/parser.py +4 -4
- reconcile/utils/metrics.py +5 -5
- reconcile/utils/models.py +304 -82
- reconcile/utils/mr/notificator.py +1 -1
- reconcile/utils/mr/user_maintenance.py +3 -2
- reconcile/utils/oc.py +112 -92
- reconcile/utils/ocm/addons.py +0 -1
- reconcile/utils/ocm/base.py +17 -20
- reconcile/utils/ocm/cluster_groups.py +1 -1
- reconcile/utils/ocm/identity_providers.py +2 -2
- reconcile/utils/ocm/labels.py +1 -1
- reconcile/utils/ocm/products.py +8 -8
- reconcile/utils/ocm/service_log.py +1 -1
- reconcile/utils/ocm/sre_capability_labels.py +20 -13
- reconcile/utils/openshift_resource.py +5 -0
- reconcile/utils/pagerduty_api.py +5 -2
- 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 +1 -1
- reconcile/utils/saasherder/interfaces.py +13 -20
- reconcile/utils/saasherder/models.py +23 -20
- reconcile/utils/saasherder/saasherder.py +26 -17
- reconcile/utils/slack_api.py +2 -2
- reconcile/utils/structs.py +1 -1
- reconcile/utils/terraform_client.py +1 -1
- reconcile/utils/terrascript_aws_client.py +47 -43
- reconcile/utils/unleash/server.py +2 -8
- reconcile/utils/vault.py +4 -11
- reconcile/utils/vcs.py +8 -8
- reconcile/vault_replication.py +1 -1
- 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/qontract_cli.py +6 -5
- tools/template_validation.py +3 -1
- {qontract_reconcile-0.10.2.dev394.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev394.dist-info → qontract_reconcile-0.10.2.dev414.dist-info}/entry_points.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -80,9 +80,9 @@ query GlitchtipProjectsWithAlerts {
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
class ConfiguredBaseModel(BaseModel):
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
model_config = ConfigDict(
|
|
84
|
+
extra='forbid'
|
|
85
|
+
)
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
class GlitchtipInstanceV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -196,9 +196,9 @@ query Integrations {
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
class ConfiguredBaseModel(BaseModel):
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
199
|
+
model_config = ConfigDict(
|
|
200
|
+
extra='forbid'
|
|
201
|
+
)
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
class EnvironmentV1(ConfiguredBaseModel):
|
|
@@ -4937,6 +4937,11 @@
|
|
|
4937
4937
|
"name": "AutomatedActionNoOp_v1",
|
|
4938
4938
|
"ofType": null
|
|
4939
4939
|
},
|
|
4940
|
+
{
|
|
4941
|
+
"kind": "OBJECT",
|
|
4942
|
+
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
4943
|
+
"ofType": null
|
|
4944
|
+
},
|
|
4940
4945
|
{
|
|
4941
4946
|
"kind": "OBJECT",
|
|
4942
4947
|
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
@@ -5679,6 +5684,18 @@
|
|
|
5679
5684
|
"isDeprecated": false,
|
|
5680
5685
|
"deprecationReason": null
|
|
5681
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
|
+
},
|
|
5682
5699
|
{
|
|
5683
5700
|
"name": "managedRoles",
|
|
5684
5701
|
"description": null,
|
|
@@ -27712,6 +27729,11 @@
|
|
|
27712
27729
|
"name": "AutomatedActionNoOp_v1",
|
|
27713
27730
|
"ofType": null
|
|
27714
27731
|
},
|
|
27732
|
+
{
|
|
27733
|
+
"kind": "OBJECT",
|
|
27734
|
+
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
27735
|
+
"ofType": null
|
|
27736
|
+
},
|
|
27715
27737
|
{
|
|
27716
27738
|
"kind": "OBJECT",
|
|
27717
27739
|
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
@@ -55332,6 +55354,215 @@
|
|
|
55332
55354
|
"enumValues": null,
|
|
55333
55355
|
"possibleTypes": null
|
|
55334
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
|
+
},
|
|
55335
55566
|
{
|
|
55336
55567
|
"kind": "OBJECT",
|
|
55337
55568
|
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -56,9 +56,9 @@ query JenkinsConfigs {
|
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
class ConfiguredBaseModel(BaseModel):
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
model_config = ConfigDict(
|
|
60
|
+
extra='forbid'
|
|
61
|
+
)
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
class AppV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -43,9 +43,9 @@ query JenkinsInstances {
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
class ConfiguredBaseModel(BaseModel):
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
model_config = ConfigDict(
|
|
47
|
+
extra='forbid'
|
|
48
|
+
)
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
class JenkinsInstanceV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -37,9 +37,9 @@ query JiraServers {
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
class ConfiguredBaseModel(BaseModel):
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
model_config = ConfigDict(
|
|
41
|
+
extra='forbid'
|
|
42
|
+
)
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
class VaultSecretV1(ConfiguredBaseModel):
|
reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -69,9 +69,9 @@ query JiraBoardsForPermissionValidation {
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
class ConfiguredBaseModel(BaseModel):
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
72
|
+
model_config = ConfigDict(
|
|
73
|
+
extra='forbid'
|
|
74
|
+
)
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
class JiraServerV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -54,9 +54,9 @@ query Jumphosts($hostname: String) {
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
class ConfiguredBaseModel(BaseModel):
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
model_config = ConfigDict(
|
|
58
|
+
extra='forbid'
|
|
59
|
+
)
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
class ClusterNetworkV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -57,9 +57,9 @@ query LdapGroupsRolesQuery {
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
class ConfiguredBaseModel(BaseModel):
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
model_config = ConfigDict(
|
|
61
|
+
extra='forbid'
|
|
62
|
+
)
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
class LdapGroupV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -42,9 +42,9 @@ query LdapGroupsAppInterfaceSettings {
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
class ConfiguredBaseModel(BaseModel):
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
model_config = ConfigDict(
|
|
46
|
+
extra='forbid'
|
|
47
|
+
)
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
class LdapGroupsSettingsV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -45,9 +45,9 @@ query Maintenances {
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
class ConfiguredBaseModel(BaseModel):
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
model_config = ConfigDict(
|
|
49
|
+
extra='forbid'
|
|
50
|
+
)
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
class AppV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -51,9 +51,9 @@ query MembershipSourceRolesQuery($filter: JSON) {
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
class ConfiguredBaseModel(BaseModel):
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
model_config = ConfigDict(
|
|
55
|
+
extra='forbid'
|
|
56
|
+
)
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
class UserV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -62,9 +62,9 @@ query OcmSubscriptionLabel {
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
class ConfiguredBaseModel(BaseModel):
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
model_config = ConfigDict(
|
|
66
|
+
extra='forbid'
|
|
67
|
+
)
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
class ClusterSpecV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -35,9 +35,9 @@ query OcmOrganizations {
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
class ConfiguredBaseModel(BaseModel):
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
model_config = ConfigDict(
|
|
39
|
+
extra='forbid'
|
|
40
|
+
)
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
class OpenShiftClusterManagerEnvironmentV1(ConfiguredBaseModel):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Generated by qenerate plugin=
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
3
|
"""
|
|
4
4
|
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
5
|
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
@@ -12,7 +12,7 @@ from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
|
12
12
|
|
|
13
13
|
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
14
|
BaseModel,
|
|
15
|
-
|
|
15
|
+
ConfigDict,
|
|
16
16
|
Field,
|
|
17
17
|
Json,
|
|
18
18
|
)
|
|
@@ -74,9 +74,9 @@ query OpenshiftClusterBotsQuery($name: String) {
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
class ConfiguredBaseModel(BaseModel):
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
model_config = ConfigDict(
|
|
78
|
+
extra='forbid'
|
|
79
|
+
)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
class OpenShiftClusterManagerV1(ConfiguredBaseModel):
|