crc-pulpcore-client 20251001.1__tar.gz → 20251001.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crc-pulpcore-client might be problematic. Click here for more details.
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/PKG-INFO +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/README.md +4 -4
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/crc_pulpcore_client.egg-info/PKG-INFO +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/__init__.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/distributions_openpgp_api.py +16 -10
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/domains_api.py +13 -7
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/exporters_filesystem_api.py +16 -10
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/exporters_pulp_api.py +16 -10
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +16 -10
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/tasks_api.py +0 -35
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/configuration.py +3 -3
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/artifact_distribution_response.py +14 -14
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/filesystem_exporter.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/filesystem_exporter_response.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/minimal_task_response.py +6 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_pulp_exporter.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_exporter.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_exporter_response.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/task_response.py +11 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pyproject.toml +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/setup.py +1 -1
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_artifact_distribution_response.py +7 -7
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_artifact_distribution_response_list.py +12 -12
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/crc_pulpcore_client.egg-info/SOURCES.txt +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/crc_pulpcore_client.egg-info/dependency_links.txt +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/crc_pulpcore_client.egg-info/requires.txt +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/crc_pulpcore_client.egg-info/top_level.txt +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/__init__.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/__init__.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/__init__.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/access_policies_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/artifacts_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/content_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/contentguards_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/distributions_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/groups_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/groups_roles_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/groups_users_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/livez_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/login_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/orphans_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/publications_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/remotes_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/repair_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/repositories_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/repository_versions_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/roles_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/signing_services_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/status_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/task_groups_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/task_schedules_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/uploads_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/users_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/users_roles_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/vuln_report_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api/workers_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api_client.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/api_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/exceptions.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/__init__.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/access_policy.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/access_policy_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/app_status_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/artifact_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/async_operation_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/content_settings_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/content_summary_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/database_connection_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/distribution_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/domain.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/domain_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/evaluation_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/filesystem_export.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/generic_remote_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/group.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/group_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/group_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/group_role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/group_user.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/group_user_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/header_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/import_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/login_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/method_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/my_permissions_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/nested_role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/object_roles_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/orphans_cleanup.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_repository_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_access_policy.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_domain.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_group.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/patched_user.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/policy357_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/progress_report_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/publication_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_export.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_export_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_import.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_import_check.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_importer.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/purge.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/reclaim_space.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/redis_connection_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/repair.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/repository_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/repository_version_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/set_label.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/set_label_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/signing_service_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/states_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/status_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/storage_class_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/storage_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/task_group_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/task_schedule_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/unset_label.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/unset_label_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/upload.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/upload_commit.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/upload_detail_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/upload_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/user.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/user_group.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/user_group_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/user_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/user_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/user_role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/version_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/models/worker_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/py.typed +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/pulpcore/client/pulpcore/rest.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/setup.cfg +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_access_policies_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_access_policy.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_access_policy_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_app_status_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_artifact_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_artifacts_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_async_operation_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_settings_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_content_summary_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_contentguards_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_database_connection_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_distribution_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_distributions_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_domain.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_domain_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_domains_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_evaluation_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_filesystem_export.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_generic_remote_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_group.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_group_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_group_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_group_role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_group_user.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_group_user_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_groups_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_groups_roles_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_groups_users_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_header_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_import_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_livez_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_login_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_login_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_method_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_minimal_task_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_my_permissions_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_nested_role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_object_roles_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_keyring_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_public_key_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_orphans_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_orphans_cleanup.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_generic_remote_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_multiple_artifact_content_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_open_pgp_keyring_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_open_pgp_public_key_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_open_pgp_public_subkey_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_open_pgp_signature_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_open_pgp_user_attribute_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_open_pgp_user_id_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_repository_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_vulnerability_report_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_access_policy.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_domain.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_group.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_patched_user.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_policy357_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_progress_report_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_publication_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_publications_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_export.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_export_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_import.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_import_check.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_importer.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_purge.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_reclaim_space.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_redis_connection_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_remotes_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repair.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repair_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repositories_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repository_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repository_version_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_repository_versions_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_roles_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_set_label.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_set_label_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_signing_service_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_signing_services_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_states_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_status_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_status_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_storage_class_enum.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_storage_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_task_group_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_task_groups_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_task_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_task_schedule_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_task_schedules_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_tasks_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_unset_label.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_unset_label_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upload.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upload_commit.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upload_detail_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upload_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_uploads_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_user.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_user_group.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_user_group_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_user_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_user_role.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_user_role_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_users_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_users_roles_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_version_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_vuln_report_api.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_worker_response.py +0 -0
- {crc_pulpcore_client-20251001.1 → crc_pulpcore_client-20251001.3}/test/test_workers_api.py +0 -0
|
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: v3
|
|
7
|
-
- Package version: 20251001.
|
|
7
|
+
- Package version: 20251001.3
|
|
8
8
|
- Generator version: 7.10.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -56,10 +56,10 @@ import pulpcore.client.pulpcore
|
|
|
56
56
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
57
57
|
from pprint import pprint
|
|
58
58
|
|
|
59
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
59
|
+
# Defining the host is optional and defaults to https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
60
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
61
61
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
62
|
-
host = "https://env-ephemeral-
|
|
62
|
+
host = "https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
63
63
|
)
|
|
64
64
|
|
|
65
65
|
# The client must configure the authentication and authorization parameters
|
|
@@ -120,7 +120,7 @@ with pulpcore.client.pulpcore.ApiClient(configuration) as api_client:
|
|
|
120
120
|
|
|
121
121
|
## Documentation for API Endpoints
|
|
122
122
|
|
|
123
|
-
All URIs are relative to *https://env-ephemeral-
|
|
123
|
+
All URIs are relative to *https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
124
124
|
|
|
125
125
|
Class | Method | HTTP request | Description
|
|
126
126
|
------------ | ------------- | ------------- | -------------
|
|
@@ -1143,10 +1143,10 @@ class DistributionsOpenpgpApi:
|
|
|
1143
1143
|
_content_type: Optional[StrictStr] = None,
|
|
1144
1144
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1145
1145
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1146
|
-
) ->
|
|
1146
|
+
) -> OpenPGPDistributionResponse:
|
|
1147
1147
|
"""Update an open pgp distribution
|
|
1148
1148
|
|
|
1149
|
-
|
|
1149
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1150
1150
|
|
|
1151
1151
|
:param open_p_g_p_distribution_href: (required)
|
|
1152
1152
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1187,6 +1187,7 @@ class DistributionsOpenpgpApi:
|
|
|
1187
1187
|
)
|
|
1188
1188
|
|
|
1189
1189
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1190
|
+
'200': "OpenPGPDistributionResponse",
|
|
1190
1191
|
'202': "AsyncOperationResponse",
|
|
1191
1192
|
}
|
|
1192
1193
|
response_data = self.api_client.call_api(
|
|
@@ -1218,10 +1219,10 @@ class DistributionsOpenpgpApi:
|
|
|
1218
1219
|
_content_type: Optional[StrictStr] = None,
|
|
1219
1220
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1220
1221
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1221
|
-
) -> ApiResponse[
|
|
1222
|
+
) -> ApiResponse[OpenPGPDistributionResponse]:
|
|
1222
1223
|
"""Update an open pgp distribution
|
|
1223
1224
|
|
|
1224
|
-
|
|
1225
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1225
1226
|
|
|
1226
1227
|
:param open_p_g_p_distribution_href: (required)
|
|
1227
1228
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1262,6 +1263,7 @@ class DistributionsOpenpgpApi:
|
|
|
1262
1263
|
)
|
|
1263
1264
|
|
|
1264
1265
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1266
|
+
'200': "OpenPGPDistributionResponse",
|
|
1265
1267
|
'202': "AsyncOperationResponse",
|
|
1266
1268
|
}
|
|
1267
1269
|
response_data = self.api_client.call_api(
|
|
@@ -1296,7 +1298,7 @@ class DistributionsOpenpgpApi:
|
|
|
1296
1298
|
) -> RESTResponseType:
|
|
1297
1299
|
"""Update an open pgp distribution
|
|
1298
1300
|
|
|
1299
|
-
|
|
1301
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1300
1302
|
|
|
1301
1303
|
:param open_p_g_p_distribution_href: (required)
|
|
1302
1304
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1337,6 +1339,7 @@ class DistributionsOpenpgpApi:
|
|
|
1337
1339
|
)
|
|
1338
1340
|
|
|
1339
1341
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1342
|
+
'200': "OpenPGPDistributionResponse",
|
|
1340
1343
|
'202': "AsyncOperationResponse",
|
|
1341
1344
|
}
|
|
1342
1345
|
response_data = self.api_client.call_api(
|
|
@@ -2385,10 +2388,10 @@ class DistributionsOpenpgpApi:
|
|
|
2385
2388
|
_content_type: Optional[StrictStr] = None,
|
|
2386
2389
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2387
2390
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2388
|
-
) ->
|
|
2391
|
+
) -> OpenPGPDistributionResponse:
|
|
2389
2392
|
"""Update an open pgp distribution
|
|
2390
2393
|
|
|
2391
|
-
|
|
2394
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2392
2395
|
|
|
2393
2396
|
:param open_p_g_p_distribution_href: (required)
|
|
2394
2397
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2429,6 +2432,7 @@ class DistributionsOpenpgpApi:
|
|
|
2429
2432
|
)
|
|
2430
2433
|
|
|
2431
2434
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2435
|
+
'200': "OpenPGPDistributionResponse",
|
|
2432
2436
|
'202': "AsyncOperationResponse",
|
|
2433
2437
|
}
|
|
2434
2438
|
response_data = self.api_client.call_api(
|
|
@@ -2460,10 +2464,10 @@ class DistributionsOpenpgpApi:
|
|
|
2460
2464
|
_content_type: Optional[StrictStr] = None,
|
|
2461
2465
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2462
2466
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2463
|
-
) -> ApiResponse[
|
|
2467
|
+
) -> ApiResponse[OpenPGPDistributionResponse]:
|
|
2464
2468
|
"""Update an open pgp distribution
|
|
2465
2469
|
|
|
2466
|
-
|
|
2470
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2467
2471
|
|
|
2468
2472
|
:param open_p_g_p_distribution_href: (required)
|
|
2469
2473
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2504,6 +2508,7 @@ class DistributionsOpenpgpApi:
|
|
|
2504
2508
|
)
|
|
2505
2509
|
|
|
2506
2510
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2511
|
+
'200': "OpenPGPDistributionResponse",
|
|
2507
2512
|
'202': "AsyncOperationResponse",
|
|
2508
2513
|
}
|
|
2509
2514
|
response_data = self.api_client.call_api(
|
|
@@ -2538,7 +2543,7 @@ class DistributionsOpenpgpApi:
|
|
|
2538
2543
|
) -> RESTResponseType:
|
|
2539
2544
|
"""Update an open pgp distribution
|
|
2540
2545
|
|
|
2541
|
-
|
|
2546
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2542
2547
|
|
|
2543
2548
|
:param open_p_g_p_distribution_href: (required)
|
|
2544
2549
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2579,6 +2584,7 @@ class DistributionsOpenpgpApi:
|
|
|
2579
2584
|
)
|
|
2580
2585
|
|
|
2581
2586
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2587
|
+
'200': "OpenPGPDistributionResponse",
|
|
2582
2588
|
'202': "AsyncOperationResponse",
|
|
2583
2589
|
}
|
|
2584
2590
|
response_data = self.api_client.call_api(
|
|
@@ -1573,10 +1573,10 @@ class DomainsApi:
|
|
|
1573
1573
|
_content_type: Optional[StrictStr] = None,
|
|
1574
1574
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1575
1575
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1576
|
-
) ->
|
|
1576
|
+
) -> DomainResponse:
|
|
1577
1577
|
"""Update a domain
|
|
1578
1578
|
|
|
1579
|
-
|
|
1579
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1580
1580
|
|
|
1581
1581
|
:param domain_href: (required)
|
|
1582
1582
|
:type domain_href: str
|
|
@@ -1617,6 +1617,7 @@ class DomainsApi:
|
|
|
1617
1617
|
)
|
|
1618
1618
|
|
|
1619
1619
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1620
|
+
'200': "DomainResponse",
|
|
1620
1621
|
'202': "AsyncOperationResponse",
|
|
1621
1622
|
}
|
|
1622
1623
|
response_data = self.api_client.call_api(
|
|
@@ -1648,10 +1649,10 @@ class DomainsApi:
|
|
|
1648
1649
|
_content_type: Optional[StrictStr] = None,
|
|
1649
1650
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1650
1651
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1651
|
-
) -> ApiResponse[
|
|
1652
|
+
) -> ApiResponse[DomainResponse]:
|
|
1652
1653
|
"""Update a domain
|
|
1653
1654
|
|
|
1654
|
-
|
|
1655
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1655
1656
|
|
|
1656
1657
|
:param domain_href: (required)
|
|
1657
1658
|
:type domain_href: str
|
|
@@ -1692,6 +1693,7 @@ class DomainsApi:
|
|
|
1692
1693
|
)
|
|
1693
1694
|
|
|
1694
1695
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1696
|
+
'200': "DomainResponse",
|
|
1695
1697
|
'202': "AsyncOperationResponse",
|
|
1696
1698
|
}
|
|
1697
1699
|
response_data = self.api_client.call_api(
|
|
@@ -1726,7 +1728,7 @@ class DomainsApi:
|
|
|
1726
1728
|
) -> RESTResponseType:
|
|
1727
1729
|
"""Update a domain
|
|
1728
1730
|
|
|
1729
|
-
|
|
1731
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1730
1732
|
|
|
1731
1733
|
:param domain_href: (required)
|
|
1732
1734
|
:type domain_href: str
|
|
@@ -1767,6 +1769,7 @@ class DomainsApi:
|
|
|
1767
1769
|
)
|
|
1768
1770
|
|
|
1769
1771
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1772
|
+
'200': "DomainResponse",
|
|
1770
1773
|
'202': "AsyncOperationResponse",
|
|
1771
1774
|
}
|
|
1772
1775
|
response_data = self.api_client.call_api(
|
|
@@ -2815,7 +2818,7 @@ class DomainsApi:
|
|
|
2815
2818
|
_content_type: Optional[StrictStr] = None,
|
|
2816
2819
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2817
2820
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2818
|
-
) ->
|
|
2821
|
+
) -> DomainResponse:
|
|
2819
2822
|
"""Update a domain
|
|
2820
2823
|
|
|
2821
2824
|
Trigger an asynchronous update task
|
|
@@ -2859,6 +2862,7 @@ class DomainsApi:
|
|
|
2859
2862
|
)
|
|
2860
2863
|
|
|
2861
2864
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2865
|
+
'200': "DomainResponse",
|
|
2862
2866
|
'202': "AsyncOperationResponse",
|
|
2863
2867
|
}
|
|
2864
2868
|
response_data = self.api_client.call_api(
|
|
@@ -2890,7 +2894,7 @@ class DomainsApi:
|
|
|
2890
2894
|
_content_type: Optional[StrictStr] = None,
|
|
2891
2895
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2892
2896
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2893
|
-
) -> ApiResponse[
|
|
2897
|
+
) -> ApiResponse[DomainResponse]:
|
|
2894
2898
|
"""Update a domain
|
|
2895
2899
|
|
|
2896
2900
|
Trigger an asynchronous update task
|
|
@@ -2934,6 +2938,7 @@ class DomainsApi:
|
|
|
2934
2938
|
)
|
|
2935
2939
|
|
|
2936
2940
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2941
|
+
'200': "DomainResponse",
|
|
2937
2942
|
'202': "AsyncOperationResponse",
|
|
2938
2943
|
}
|
|
2939
2944
|
response_data = self.api_client.call_api(
|
|
@@ -3009,6 +3014,7 @@ class DomainsApi:
|
|
|
3009
3014
|
)
|
|
3010
3015
|
|
|
3011
3016
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3017
|
+
'200': "DomainResponse",
|
|
3012
3018
|
'202': "AsyncOperationResponse",
|
|
3013
3019
|
}
|
|
3014
3020
|
response_data = self.api_client.call_api(
|
|
@@ -1242,10 +1242,10 @@ class ExportersFilesystemApi:
|
|
|
1242
1242
|
_content_type: Optional[StrictStr] = None,
|
|
1243
1243
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1244
1244
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1245
|
-
) ->
|
|
1245
|
+
) -> FilesystemExporterResponse:
|
|
1246
1246
|
"""Update a filesystem exporter
|
|
1247
1247
|
|
|
1248
|
-
|
|
1248
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1249
1249
|
|
|
1250
1250
|
:param filesystem_exporter_href: (required)
|
|
1251
1251
|
:type filesystem_exporter_href: str
|
|
@@ -1286,6 +1286,7 @@ class ExportersFilesystemApi:
|
|
|
1286
1286
|
)
|
|
1287
1287
|
|
|
1288
1288
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1289
|
+
'200': "FilesystemExporterResponse",
|
|
1289
1290
|
'202': "AsyncOperationResponse",
|
|
1290
1291
|
}
|
|
1291
1292
|
response_data = self.api_client.call_api(
|
|
@@ -1317,10 +1318,10 @@ class ExportersFilesystemApi:
|
|
|
1317
1318
|
_content_type: Optional[StrictStr] = None,
|
|
1318
1319
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1319
1320
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1320
|
-
) -> ApiResponse[
|
|
1321
|
+
) -> ApiResponse[FilesystemExporterResponse]:
|
|
1321
1322
|
"""Update a filesystem exporter
|
|
1322
1323
|
|
|
1323
|
-
|
|
1324
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1324
1325
|
|
|
1325
1326
|
:param filesystem_exporter_href: (required)
|
|
1326
1327
|
:type filesystem_exporter_href: str
|
|
@@ -1361,6 +1362,7 @@ class ExportersFilesystemApi:
|
|
|
1361
1362
|
)
|
|
1362
1363
|
|
|
1363
1364
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1365
|
+
'200': "FilesystemExporterResponse",
|
|
1364
1366
|
'202': "AsyncOperationResponse",
|
|
1365
1367
|
}
|
|
1366
1368
|
response_data = self.api_client.call_api(
|
|
@@ -1395,7 +1397,7 @@ class ExportersFilesystemApi:
|
|
|
1395
1397
|
) -> RESTResponseType:
|
|
1396
1398
|
"""Update a filesystem exporter
|
|
1397
1399
|
|
|
1398
|
-
|
|
1400
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1399
1401
|
|
|
1400
1402
|
:param filesystem_exporter_href: (required)
|
|
1401
1403
|
:type filesystem_exporter_href: str
|
|
@@ -1436,6 +1438,7 @@ class ExportersFilesystemApi:
|
|
|
1436
1438
|
)
|
|
1437
1439
|
|
|
1438
1440
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1441
|
+
'200': "FilesystemExporterResponse",
|
|
1439
1442
|
'202': "AsyncOperationResponse",
|
|
1440
1443
|
}
|
|
1441
1444
|
response_data = self.api_client.call_api(
|
|
@@ -1866,10 +1869,10 @@ class ExportersFilesystemApi:
|
|
|
1866
1869
|
_content_type: Optional[StrictStr] = None,
|
|
1867
1870
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1868
1871
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1869
|
-
) ->
|
|
1872
|
+
) -> FilesystemExporterResponse:
|
|
1870
1873
|
"""Update a filesystem exporter
|
|
1871
1874
|
|
|
1872
|
-
|
|
1875
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1873
1876
|
|
|
1874
1877
|
:param filesystem_exporter_href: (required)
|
|
1875
1878
|
:type filesystem_exporter_href: str
|
|
@@ -1910,6 +1913,7 @@ class ExportersFilesystemApi:
|
|
|
1910
1913
|
)
|
|
1911
1914
|
|
|
1912
1915
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1916
|
+
'200': "FilesystemExporterResponse",
|
|
1913
1917
|
'202': "AsyncOperationResponse",
|
|
1914
1918
|
}
|
|
1915
1919
|
response_data = self.api_client.call_api(
|
|
@@ -1941,10 +1945,10 @@ class ExportersFilesystemApi:
|
|
|
1941
1945
|
_content_type: Optional[StrictStr] = None,
|
|
1942
1946
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1943
1947
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1944
|
-
) -> ApiResponse[
|
|
1948
|
+
) -> ApiResponse[FilesystemExporterResponse]:
|
|
1945
1949
|
"""Update a filesystem exporter
|
|
1946
1950
|
|
|
1947
|
-
|
|
1951
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1948
1952
|
|
|
1949
1953
|
:param filesystem_exporter_href: (required)
|
|
1950
1954
|
:type filesystem_exporter_href: str
|
|
@@ -1985,6 +1989,7 @@ class ExportersFilesystemApi:
|
|
|
1985
1989
|
)
|
|
1986
1990
|
|
|
1987
1991
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1992
|
+
'200': "FilesystemExporterResponse",
|
|
1988
1993
|
'202': "AsyncOperationResponse",
|
|
1989
1994
|
}
|
|
1990
1995
|
response_data = self.api_client.call_api(
|
|
@@ -2019,7 +2024,7 @@ class ExportersFilesystemApi:
|
|
|
2019
2024
|
) -> RESTResponseType:
|
|
2020
2025
|
"""Update a filesystem exporter
|
|
2021
2026
|
|
|
2022
|
-
|
|
2027
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2023
2028
|
|
|
2024
2029
|
:param filesystem_exporter_href: (required)
|
|
2025
2030
|
:type filesystem_exporter_href: str
|
|
@@ -2060,6 +2065,7 @@ class ExportersFilesystemApi:
|
|
|
2060
2065
|
)
|
|
2061
2066
|
|
|
2062
2067
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2068
|
+
'200': "FilesystemExporterResponse",
|
|
2063
2069
|
'202': "AsyncOperationResponse",
|
|
2064
2070
|
}
|
|
2065
2071
|
response_data = self.api_client.call_api(
|
|
@@ -1242,10 +1242,10 @@ class ExportersPulpApi:
|
|
|
1242
1242
|
_content_type: Optional[StrictStr] = None,
|
|
1243
1243
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1244
1244
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1245
|
-
) ->
|
|
1245
|
+
) -> PulpExporterResponse:
|
|
1246
1246
|
"""Update a pulp exporter
|
|
1247
1247
|
|
|
1248
|
-
|
|
1248
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1249
1249
|
|
|
1250
1250
|
:param pulp_exporter_href: (required)
|
|
1251
1251
|
:type pulp_exporter_href: str
|
|
@@ -1286,6 +1286,7 @@ class ExportersPulpApi:
|
|
|
1286
1286
|
)
|
|
1287
1287
|
|
|
1288
1288
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1289
|
+
'200': "PulpExporterResponse",
|
|
1289
1290
|
'202': "AsyncOperationResponse",
|
|
1290
1291
|
}
|
|
1291
1292
|
response_data = self.api_client.call_api(
|
|
@@ -1317,10 +1318,10 @@ class ExportersPulpApi:
|
|
|
1317
1318
|
_content_type: Optional[StrictStr] = None,
|
|
1318
1319
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1319
1320
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1320
|
-
) -> ApiResponse[
|
|
1321
|
+
) -> ApiResponse[PulpExporterResponse]:
|
|
1321
1322
|
"""Update a pulp exporter
|
|
1322
1323
|
|
|
1323
|
-
|
|
1324
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1324
1325
|
|
|
1325
1326
|
:param pulp_exporter_href: (required)
|
|
1326
1327
|
:type pulp_exporter_href: str
|
|
@@ -1361,6 +1362,7 @@ class ExportersPulpApi:
|
|
|
1361
1362
|
)
|
|
1362
1363
|
|
|
1363
1364
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1365
|
+
'200': "PulpExporterResponse",
|
|
1364
1366
|
'202': "AsyncOperationResponse",
|
|
1365
1367
|
}
|
|
1366
1368
|
response_data = self.api_client.call_api(
|
|
@@ -1395,7 +1397,7 @@ class ExportersPulpApi:
|
|
|
1395
1397
|
) -> RESTResponseType:
|
|
1396
1398
|
"""Update a pulp exporter
|
|
1397
1399
|
|
|
1398
|
-
|
|
1400
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1399
1401
|
|
|
1400
1402
|
:param pulp_exporter_href: (required)
|
|
1401
1403
|
:type pulp_exporter_href: str
|
|
@@ -1436,6 +1438,7 @@ class ExportersPulpApi:
|
|
|
1436
1438
|
)
|
|
1437
1439
|
|
|
1438
1440
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1441
|
+
'200': "PulpExporterResponse",
|
|
1439
1442
|
'202': "AsyncOperationResponse",
|
|
1440
1443
|
}
|
|
1441
1444
|
response_data = self.api_client.call_api(
|
|
@@ -1866,10 +1869,10 @@ class ExportersPulpApi:
|
|
|
1866
1869
|
_content_type: Optional[StrictStr] = None,
|
|
1867
1870
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1868
1871
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1869
|
-
) ->
|
|
1872
|
+
) -> PulpExporterResponse:
|
|
1870
1873
|
"""Update a pulp exporter
|
|
1871
1874
|
|
|
1872
|
-
|
|
1875
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1873
1876
|
|
|
1874
1877
|
:param pulp_exporter_href: (required)
|
|
1875
1878
|
:type pulp_exporter_href: str
|
|
@@ -1910,6 +1913,7 @@ class ExportersPulpApi:
|
|
|
1910
1913
|
)
|
|
1911
1914
|
|
|
1912
1915
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1916
|
+
'200': "PulpExporterResponse",
|
|
1913
1917
|
'202': "AsyncOperationResponse",
|
|
1914
1918
|
}
|
|
1915
1919
|
response_data = self.api_client.call_api(
|
|
@@ -1941,10 +1945,10 @@ class ExportersPulpApi:
|
|
|
1941
1945
|
_content_type: Optional[StrictStr] = None,
|
|
1942
1946
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1943
1947
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1944
|
-
) -> ApiResponse[
|
|
1948
|
+
) -> ApiResponse[PulpExporterResponse]:
|
|
1945
1949
|
"""Update a pulp exporter
|
|
1946
1950
|
|
|
1947
|
-
|
|
1951
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1948
1952
|
|
|
1949
1953
|
:param pulp_exporter_href: (required)
|
|
1950
1954
|
:type pulp_exporter_href: str
|
|
@@ -1985,6 +1989,7 @@ class ExportersPulpApi:
|
|
|
1985
1989
|
)
|
|
1986
1990
|
|
|
1987
1991
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1992
|
+
'200': "PulpExporterResponse",
|
|
1988
1993
|
'202': "AsyncOperationResponse",
|
|
1989
1994
|
}
|
|
1990
1995
|
response_data = self.api_client.call_api(
|
|
@@ -2019,7 +2024,7 @@ class ExportersPulpApi:
|
|
|
2019
2024
|
) -> RESTResponseType:
|
|
2020
2025
|
"""Update a pulp exporter
|
|
2021
2026
|
|
|
2022
|
-
|
|
2027
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2023
2028
|
|
|
2024
2029
|
:param pulp_exporter_href: (required)
|
|
2025
2030
|
:type pulp_exporter_href: str
|
|
@@ -2060,6 +2065,7 @@ class ExportersPulpApi:
|
|
|
2060
2065
|
)
|
|
2061
2066
|
|
|
2062
2067
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2068
|
+
'200': "PulpExporterResponse",
|
|
2063
2069
|
'202': "AsyncOperationResponse",
|
|
2064
2070
|
}
|
|
2065
2071
|
response_data = self.api_client.call_api(
|
|
@@ -2704,10 +2704,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2704
2704
|
_content_type: Optional[StrictStr] = None,
|
|
2705
2705
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2706
2706
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2707
|
-
) ->
|
|
2707
|
+
) -> OpenPGPKeyringResponse:
|
|
2708
2708
|
"""Update an open pgp keyring
|
|
2709
2709
|
|
|
2710
|
-
|
|
2710
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2711
2711
|
|
|
2712
2712
|
:param open_p_g_p_keyring_href: (required)
|
|
2713
2713
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2748,6 +2748,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2748
2748
|
)
|
|
2749
2749
|
|
|
2750
2750
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2751
|
+
'200': "OpenPGPKeyringResponse",
|
|
2751
2752
|
'202': "AsyncOperationResponse",
|
|
2752
2753
|
}
|
|
2753
2754
|
response_data = self.api_client.call_api(
|
|
@@ -2779,10 +2780,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2779
2780
|
_content_type: Optional[StrictStr] = None,
|
|
2780
2781
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2781
2782
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2782
|
-
) -> ApiResponse[
|
|
2783
|
+
) -> ApiResponse[OpenPGPKeyringResponse]:
|
|
2783
2784
|
"""Update an open pgp keyring
|
|
2784
2785
|
|
|
2785
|
-
|
|
2786
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2786
2787
|
|
|
2787
2788
|
:param open_p_g_p_keyring_href: (required)
|
|
2788
2789
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2823,6 +2824,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2823
2824
|
)
|
|
2824
2825
|
|
|
2825
2826
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2827
|
+
'200': "OpenPGPKeyringResponse",
|
|
2826
2828
|
'202': "AsyncOperationResponse",
|
|
2827
2829
|
}
|
|
2828
2830
|
response_data = self.api_client.call_api(
|
|
@@ -2857,7 +2859,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2857
2859
|
) -> RESTResponseType:
|
|
2858
2860
|
"""Update an open pgp keyring
|
|
2859
2861
|
|
|
2860
|
-
|
|
2862
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2861
2863
|
|
|
2862
2864
|
:param open_p_g_p_keyring_href: (required)
|
|
2863
2865
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2898,6 +2900,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2898
2900
|
)
|
|
2899
2901
|
|
|
2900
2902
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2903
|
+
'200': "OpenPGPKeyringResponse",
|
|
2901
2904
|
'202': "AsyncOperationResponse",
|
|
2902
2905
|
}
|
|
2903
2906
|
response_data = self.api_client.call_api(
|
|
@@ -4255,10 +4258,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4255
4258
|
_content_type: Optional[StrictStr] = None,
|
|
4256
4259
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4257
4260
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4258
|
-
) ->
|
|
4261
|
+
) -> OpenPGPKeyringResponse:
|
|
4259
4262
|
"""Update an open pgp keyring
|
|
4260
4263
|
|
|
4261
|
-
|
|
4264
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4262
4265
|
|
|
4263
4266
|
:param open_p_g_p_keyring_href: (required)
|
|
4264
4267
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4299,6 +4302,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4299
4302
|
)
|
|
4300
4303
|
|
|
4301
4304
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4305
|
+
'200': "OpenPGPKeyringResponse",
|
|
4302
4306
|
'202': "AsyncOperationResponse",
|
|
4303
4307
|
}
|
|
4304
4308
|
response_data = self.api_client.call_api(
|
|
@@ -4330,10 +4334,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4330
4334
|
_content_type: Optional[StrictStr] = None,
|
|
4331
4335
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4332
4336
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4333
|
-
) -> ApiResponse[
|
|
4337
|
+
) -> ApiResponse[OpenPGPKeyringResponse]:
|
|
4334
4338
|
"""Update an open pgp keyring
|
|
4335
4339
|
|
|
4336
|
-
|
|
4340
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4337
4341
|
|
|
4338
4342
|
:param open_p_g_p_keyring_href: (required)
|
|
4339
4343
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4374,6 +4378,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4374
4378
|
)
|
|
4375
4379
|
|
|
4376
4380
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4381
|
+
'200': "OpenPGPKeyringResponse",
|
|
4377
4382
|
'202': "AsyncOperationResponse",
|
|
4378
4383
|
}
|
|
4379
4384
|
response_data = self.api_client.call_api(
|
|
@@ -4408,7 +4413,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4408
4413
|
) -> RESTResponseType:
|
|
4409
4414
|
"""Update an open pgp keyring
|
|
4410
4415
|
|
|
4411
|
-
|
|
4416
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4412
4417
|
|
|
4413
4418
|
:param open_p_g_p_keyring_href: (required)
|
|
4414
4419
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4449,6 +4454,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4449
4454
|
)
|
|
4450
4455
|
|
|
4451
4456
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4457
|
+
'200': "OpenPGPKeyringResponse",
|
|
4452
4458
|
'202': "AsyncOperationResponse",
|
|
4453
4459
|
}
|
|
4454
4460
|
response_data = self.api_client.call_api(
|