crc-pulpcore-client 20250918.1__tar.gz → 20250919.1__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-20250918.1 → crc_pulpcore_client-20250919.1}/PKG-INFO +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/README.md +4 -4
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/crc_pulpcore_client.egg-info/PKG-INFO +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/__init__.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api_client.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/configuration.py +3 -3
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/artifact_distribution_response.py +17 -17
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/filesystem_export_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/generic_remote_response.py +3 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/group_role_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +3 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_keyring.py +2 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +3 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +6 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_signature_response.py +2 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/orphans_cleanup.py +3 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_domain_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_group_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_import_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_publication_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_repository_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_role_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_task_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_upload_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_user_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/paginated_worker_response_list.py +10 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +2 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_export_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/rbac_content_guard_response.py +4 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/repository_response.py +3 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/storage_response.py +5 -4
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/task_group_response.py +4 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/task_response.py +11 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/upload_detail_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/upstream_pulp_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/user_response.py +4 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/user_role_response.py +2 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pyproject.toml +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/setup.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_artifact_distribution_response.py +8 -8
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_generic_remote_response.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_keyring.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_keyring_response.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_orphans_cleanup.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_artifact_distribution_response_list.py +14 -14
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_generic_remote_response_list.py +2 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_open_pgp_keyring_response_list.py +2 -2
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_repository_response_list.py +4 -4
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_open_pgp_keyring.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repository_response.py +1 -1
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_status_response.py +3 -3
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_storage_response.py +6 -6
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/crc_pulpcore_client.egg-info/SOURCES.txt +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/crc_pulpcore_client.egg-info/dependency_links.txt +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/crc_pulpcore_client.egg-info/requires.txt +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/crc_pulpcore_client.egg-info/top_level.txt +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/__init__.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/__init__.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/__init__.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/access_policies_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/artifacts_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/content_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/contentguards_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/distributions_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/domains_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/groups_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/groups_roles_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/groups_users_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/livez_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/login_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/orphans_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/publications_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/remotes_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/repair_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/repositories_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/repository_versions_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/roles_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/signing_services_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/status_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/task_groups_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/task_schedules_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/tasks_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/uploads_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/users_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/users_roles_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/vuln_report_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api/workers_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/api_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/exceptions.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/__init__.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/access_policy.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/access_policy_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/app_status_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/artifact_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/async_operation_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/content_settings_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/content_summary_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/database_connection_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/distribution_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/domain.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/domain_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/evaluation_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/filesystem_export.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/group.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/group_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/group_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/group_user.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/group_user_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/header_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/import_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/login_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/method_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/minimal_task_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/my_permissions_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/nested_role_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/object_roles_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_access_policy.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_domain.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_group.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/patched_user.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/policy357_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/progress_report_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/publication_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_export.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_import.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_import_check.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_importer.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/purge.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/reclaim_space.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/redis_connection_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/repair.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/repository_version_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/role_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/set_label.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/set_label_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/signing_service_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/states_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/status_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/storage_class_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/task_schedule_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/unset_label.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/unset_label_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/upload.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/upload_commit.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/upload_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/user.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/user_group.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/user_group_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/user_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/version_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/models/worker_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/py.typed +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/pulpcore/client/pulpcore/rest.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/setup.cfg +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_access_policies_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_access_policy.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_access_policy_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_app_status_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_artifact_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_async_operation_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_settings_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_content_summary_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_contentguards_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_database_connection_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_distribution_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_distributions_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_domain.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_domain_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_domains_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_evaluation_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_filesystem_export.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_group.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_group_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_group_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_group_role_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_group_user.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_group_user_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_groups_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_groups_roles_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_groups_users_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_import_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_livez_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_login_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_login_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_method_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_minimal_task_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_my_permissions_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_nested_role_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_object_roles_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_public_key_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_orphans_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_multiple_artifact_content_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_open_pgp_public_key_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_open_pgp_public_subkey_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_open_pgp_signature_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_open_pgp_user_attribute_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_open_pgp_user_id_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_vulnerability_report_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_access_policy.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_domain.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_group.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_patched_user.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_policy357_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_publication_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_publications_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_export.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_export_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_import.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_import_check.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_purge.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_reclaim_space.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_redis_connection_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_remotes_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repair.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repair_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repositories_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repository_version_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_repository_versions_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_role_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_roles_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_set_label.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_set_label_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_signing_service_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_signing_services_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_states_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_status_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_storage_class_enum.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_task_group_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_task_groups_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_task_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_task_schedule_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_task_schedules_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_tasks_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_unset_label.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_unset_label_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upload.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upload_commit.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upload_detail_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upload_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_uploads_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_user.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_user_group.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_user_group_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_user_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_user_role.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_user_role_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_users_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_users_roles_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_version_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_vuln_report_api.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/test/test_worker_response.py +0 -0
- {crc_pulpcore_client-20250918.1 → crc_pulpcore_client-20250919.1}/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:
|
|
7
|
+
- Package version: 20250919.1
|
|
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-nmdhqa.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-nmdhqa.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-nmdhqa.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
124
124
|
|
|
125
125
|
Class | Method | HTTP request | Description
|
|
126
126
|
------------ | ------------- | ------------- | -------------
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/20250919.1/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-nmdhqa.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
|
|
229
229
|
"""Default Base url
|
|
230
230
|
"""
|
|
231
231
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version:
|
|
560
|
+
"SDK Package Version: 20250919.1".\
|
|
561
561
|
format(env=sys.platform, pyversion=sys.version)
|
|
562
562
|
|
|
563
563
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-nmdhqa.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -28,18 +28,18 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
A serializer for ArtifactDistribution.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
32
|
-
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
33
31
|
no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
|
|
34
|
-
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
35
|
-
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
36
|
-
pulp_href: Optional[StrictStr] = None
|
|
37
|
-
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
38
32
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
39
33
|
base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
|
|
34
|
+
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
35
|
+
pulp_href: Optional[StrictStr] = None
|
|
40
36
|
base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
|
|
37
|
+
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
41
38
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
42
|
-
|
|
39
|
+
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
40
|
+
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
41
|
+
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
42
|
+
__properties: ClassVar[List[str]] = ["no_content_change_since", "pulp_created", "base_path", "name", "pulp_href", "base_url", "content_guard", "pulp_labels", "pulp_last_updated", "prn", "hidden"]
|
|
43
43
|
|
|
44
44
|
model_config = ConfigDict(
|
|
45
45
|
populate_by_name=True,
|
|
@@ -79,12 +79,12 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
80
|
"""
|
|
81
81
|
excluded_fields: Set[str] = set([
|
|
82
|
-
"prn",
|
|
83
82
|
"no_content_change_since",
|
|
84
|
-
"pulp_last_updated",
|
|
85
|
-
"pulp_href",
|
|
86
83
|
"pulp_created",
|
|
84
|
+
"pulp_href",
|
|
87
85
|
"base_url",
|
|
86
|
+
"pulp_last_updated",
|
|
87
|
+
"prn",
|
|
88
88
|
])
|
|
89
89
|
|
|
90
90
|
_dict = self.model_dump(
|
|
@@ -109,17 +109,17 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
109
109
|
return cls.model_validate(obj)
|
|
110
110
|
|
|
111
111
|
_obj = cls.model_validate({
|
|
112
|
-
"content_guard": obj.get("content_guard"),
|
|
113
|
-
"prn": obj.get("prn"),
|
|
114
112
|
"no_content_change_since": obj.get("no_content_change_since"),
|
|
115
|
-
"name": obj.get("name"),
|
|
116
|
-
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
117
|
-
"pulp_href": obj.get("pulp_href"),
|
|
118
|
-
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
|
|
119
113
|
"pulp_created": obj.get("pulp_created"),
|
|
120
114
|
"base_path": obj.get("base_path"),
|
|
115
|
+
"name": obj.get("name"),
|
|
116
|
+
"pulp_href": obj.get("pulp_href"),
|
|
121
117
|
"base_url": obj.get("base_url"),
|
|
122
|
-
"
|
|
118
|
+
"content_guard": obj.get("content_guard"),
|
|
119
|
+
"pulp_labels": obj.get("pulp_labels"),
|
|
120
|
+
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
121
|
+
"prn": obj.get("prn"),
|
|
122
|
+
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False
|
|
123
123
|
})
|
|
124
124
|
return _obj
|
|
125
125
|
|
|
@@ -72,12 +72,14 @@ class FilesystemExportResponse(BaseModel):
|
|
|
72
72
|
* OpenAPI `readOnly` fields are excluded.
|
|
73
73
|
* OpenAPI `readOnly` fields are excluded.
|
|
74
74
|
* OpenAPI `readOnly` fields are excluded.
|
|
75
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
75
76
|
"""
|
|
76
77
|
excluded_fields: Set[str] = set([
|
|
77
78
|
"pulp_href",
|
|
78
79
|
"prn",
|
|
79
80
|
"pulp_created",
|
|
80
81
|
"pulp_last_updated",
|
|
82
|
+
"exported_resources",
|
|
81
83
|
"params",
|
|
82
84
|
])
|
|
83
85
|
|
|
@@ -42,7 +42,7 @@ class GenericRemoteResponse(BaseModel):
|
|
|
42
42
|
tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
|
|
43
43
|
proxy_url: Optional[StrictStr] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
|
|
44
44
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
45
|
-
download_concurrency: Optional[
|
|
45
|
+
download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
46
46
|
max_retries: Optional[StrictInt] = Field(default=None, description="Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.")
|
|
47
47
|
policy: Optional[GenericRemoteResponsePolicyEnum] = Field(default=None, description="The policy to use when downloading content. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again.")
|
|
48
48
|
total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
@@ -88,12 +88,14 @@ class GenericRemoteResponse(BaseModel):
|
|
|
88
88
|
* OpenAPI `readOnly` fields are excluded.
|
|
89
89
|
* OpenAPI `readOnly` fields are excluded.
|
|
90
90
|
* OpenAPI `readOnly` fields are excluded.
|
|
91
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
91
92
|
"""
|
|
92
93
|
excluded_fields: Set[str] = set([
|
|
93
94
|
"pulp_href",
|
|
94
95
|
"prn",
|
|
95
96
|
"pulp_created",
|
|
96
97
|
"pulp_last_updated",
|
|
98
|
+
"hidden_fields",
|
|
97
99
|
])
|
|
98
100
|
|
|
99
101
|
_dict = self.model_dump(
|
|
@@ -75,6 +75,7 @@ class GroupRoleResponse(BaseModel):
|
|
|
75
75
|
* OpenAPI `readOnly` fields are excluded.
|
|
76
76
|
* OpenAPI `readOnly` fields are excluded.
|
|
77
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
78
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
78
79
|
"""
|
|
79
80
|
excluded_fields: Set[str] = set([
|
|
80
81
|
"pulp_href",
|
|
@@ -82,6 +83,7 @@ class GroupRoleResponse(BaseModel):
|
|
|
82
83
|
"pulp_created",
|
|
83
84
|
"pulp_last_updated",
|
|
84
85
|
"description",
|
|
86
|
+
"permissions",
|
|
85
87
|
])
|
|
86
88
|
|
|
87
89
|
_dict = self.model_dump(
|
|
@@ -65,8 +65,10 @@ class NestedOpenPGPPublicSubkeyResponse(BaseModel):
|
|
|
65
65
|
* `None` is only added to the output dict for nullable fields that
|
|
66
66
|
were set at model initialization. Other fields with value `None`
|
|
67
67
|
are ignored.
|
|
68
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
68
69
|
"""
|
|
69
70
|
excluded_fields: Set[str] = set([
|
|
71
|
+
"signatures",
|
|
70
72
|
])
|
|
71
73
|
|
|
72
74
|
_dict = self.model_dump(
|
|
@@ -29,7 +29,7 @@ class NestedOpenPGPSignature(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
31
31
|
""" # noqa: E501
|
|
32
|
-
issuer: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
32
|
+
issuer: Optional[Annotated[str, Field(min_length=1, strict=True, max_length=16)]] = None
|
|
33
33
|
created: datetime
|
|
34
34
|
expiration_time: Optional[StrictStr] = None
|
|
35
35
|
signers_user_id: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
@@ -19,8 +19,9 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
+
from typing_extensions import Annotated
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -28,7 +29,7 @@ class NestedOpenPGPSignatureResponse(BaseModel):
|
|
|
28
29
|
"""
|
|
29
30
|
Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
30
31
|
""" # noqa: E501
|
|
31
|
-
issuer: Optional[
|
|
32
|
+
issuer: Optional[Annotated[str, Field(strict=True, max_length=16)]] = None
|
|
32
33
|
created: datetime
|
|
33
34
|
expiration_time: Optional[StrictStr] = None
|
|
34
35
|
signers_user_id: Optional[StrictStr] = None
|
|
@@ -63,8 +63,10 @@ class NestedOpenPGPUserAttributeResponse(BaseModel):
|
|
|
63
63
|
* `None` is only added to the output dict for nullable fields that
|
|
64
64
|
were set at model initialization. Other fields with value `None`
|
|
65
65
|
are ignored.
|
|
66
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
66
67
|
"""
|
|
67
68
|
excluded_fields: Set[str] = set([
|
|
69
|
+
"signatures",
|
|
68
70
|
])
|
|
69
71
|
|
|
70
72
|
_dict = self.model_dump(
|
|
@@ -62,8 +62,10 @@ class NestedOpenPGPUserIDResponse(BaseModel):
|
|
|
62
62
|
* `None` is only added to the output dict for nullable fields that
|
|
63
63
|
were set at model initialization. Other fields with value `None`
|
|
64
64
|
are ignored.
|
|
65
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
65
66
|
"""
|
|
66
67
|
excluded_fields: Set[str] = set([
|
|
68
|
+
"signatures",
|
|
67
69
|
])
|
|
68
70
|
|
|
69
71
|
_dict = self.model_dump(
|
|
@@ -18,7 +18,7 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from typing import Optional, Set
|
|
@@ -31,7 +31,7 @@ class OpenPGPKeyring(BaseModel):
|
|
|
31
31
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
32
32
|
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this repository.")
|
|
33
33
|
description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
|
|
34
|
-
retain_repo_versions: Optional[
|
|
34
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
35
35
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
36
36
|
__properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "remote"]
|
|
37
37
|
|
|
@@ -19,8 +19,9 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
+
from typing_extensions import Annotated
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -37,7 +38,7 @@ class OpenPGPKeyringResponse(BaseModel):
|
|
|
37
38
|
latest_version_href: Optional[StrictStr] = None
|
|
38
39
|
name: StrictStr = Field(description="A unique name for this repository.")
|
|
39
40
|
description: Optional[StrictStr] = Field(default=None, description="An optional description.")
|
|
40
|
-
retain_repo_versions: Optional[
|
|
41
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
41
42
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
42
43
|
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "versions_href", "pulp_labels", "latest_version_href", "name", "description", "retain_repo_versions", "remote"]
|
|
43
44
|
|
|
@@ -82,6 +82,9 @@ class OpenPGPPublicKeyResponse(BaseModel):
|
|
|
82
82
|
* OpenAPI `readOnly` fields are excluded.
|
|
83
83
|
* OpenAPI `readOnly` fields are excluded.
|
|
84
84
|
* OpenAPI `readOnly` fields are excluded.
|
|
85
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
86
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
87
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
85
88
|
"""
|
|
86
89
|
excluded_fields: Set[str] = set([
|
|
87
90
|
"pulp_href",
|
|
@@ -91,6 +94,9 @@ class OpenPGPPublicKeyResponse(BaseModel):
|
|
|
91
94
|
"vuln_report",
|
|
92
95
|
"fingerprint",
|
|
93
96
|
"created",
|
|
97
|
+
"user_ids",
|
|
98
|
+
"user_attributes",
|
|
99
|
+
"public_subkeys",
|
|
94
100
|
])
|
|
95
101
|
|
|
96
102
|
_dict = self.model_dump(
|
|
@@ -78,6 +78,7 @@ class OpenPGPPublicSubkeyResponse(BaseModel):
|
|
|
78
78
|
* OpenAPI `readOnly` fields are excluded.
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
80
|
* OpenAPI `readOnly` fields are excluded.
|
|
81
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
81
82
|
"""
|
|
82
83
|
excluded_fields: Set[str] = set([
|
|
83
84
|
"pulp_href",
|
|
@@ -85,6 +86,7 @@ class OpenPGPPublicSubkeyResponse(BaseModel):
|
|
|
85
86
|
"pulp_created",
|
|
86
87
|
"pulp_last_updated",
|
|
87
88
|
"vuln_report",
|
|
89
|
+
"signatures",
|
|
88
90
|
"public_key",
|
|
89
91
|
])
|
|
90
92
|
|
|
@@ -21,6 +21,7 @@ import json
|
|
|
21
21
|
from datetime import datetime
|
|
22
22
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
+
from typing_extensions import Annotated
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -34,7 +35,7 @@ class OpenPGPSignatureResponse(BaseModel):
|
|
|
34
35
|
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
35
36
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
|
|
36
37
|
vuln_report: Optional[StrictStr] = None
|
|
37
|
-
issuer: Optional[
|
|
38
|
+
issuer: Optional[Annotated[str, Field(strict=True, max_length=16)]] = None
|
|
38
39
|
created: datetime
|
|
39
40
|
expiration_time: Optional[StrictStr] = None
|
|
40
41
|
signers_user_id: Optional[StrictStr] = None
|
|
@@ -77,6 +77,7 @@ class OpenPGPUserAttributeResponse(BaseModel):
|
|
|
77
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
78
78
|
* OpenAPI `readOnly` fields are excluded.
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
80
81
|
"""
|
|
81
82
|
excluded_fields: Set[str] = set([
|
|
82
83
|
"pulp_href",
|
|
@@ -84,6 +85,7 @@ class OpenPGPUserAttributeResponse(BaseModel):
|
|
|
84
85
|
"pulp_created",
|
|
85
86
|
"pulp_last_updated",
|
|
86
87
|
"vuln_report",
|
|
88
|
+
"signatures",
|
|
87
89
|
"public_key",
|
|
88
90
|
])
|
|
89
91
|
|
|
@@ -76,6 +76,7 @@ class OpenPGPUserIDResponse(BaseModel):
|
|
|
76
76
|
* OpenAPI `readOnly` fields are excluded.
|
|
77
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
78
78
|
* OpenAPI `readOnly` fields are excluded.
|
|
79
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
79
80
|
"""
|
|
80
81
|
excluded_fields: Set[str] = set([
|
|
81
82
|
"pulp_href",
|
|
@@ -83,6 +84,7 @@ class OpenPGPUserIDResponse(BaseModel):
|
|
|
83
84
|
"pulp_created",
|
|
84
85
|
"pulp_last_updated",
|
|
85
86
|
"vuln_report",
|
|
87
|
+
"signatures",
|
|
86
88
|
"public_key",
|
|
87
89
|
])
|
|
88
90
|
|
|
@@ -18,8 +18,9 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
+
from typing_extensions import Annotated
|
|
23
24
|
from typing import Optional, Set
|
|
24
25
|
from typing_extensions import Self
|
|
25
26
|
|
|
@@ -28,7 +29,7 @@ class OrphansCleanup(BaseModel):
|
|
|
28
29
|
OrphansCleanup
|
|
29
30
|
""" # noqa: E501
|
|
30
31
|
content_hrefs: Optional[List[Any]] = Field(default=None, description="Will delete specified content and associated Artifacts if they are orphans.")
|
|
31
|
-
orphan_protection_time: Optional[
|
|
32
|
+
orphan_protection_time: Optional[Annotated[int, Field(le=4294967295, strict=True, ge=0)]] = Field(default=None, description="The time in minutes for how long Pulp will hold orphan Content and Artifacts before they become candidates for deletion by this orphan cleanup task. This should ideally be longer than your longest running task otherwise any content created during that task could be cleaned up before the task finishes. If not specified, a default value is taken from the setting ORPHAN_PROTECTION_TIME.")
|
|
32
33
|
__properties: ClassVar[List[str]] = ["content_hrefs", "orphan_protection_time"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
@@ -80,6 +80,16 @@ class PaginatedAccessPolicyResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedArtifactDistributionResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedArtifactResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedCompositeContentGuardResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedContentGuardResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedContentRedirectContentGuardResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedDistributionResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedDomainResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedFilesystemExportResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedFilesystemExporterResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|