crc-pulpcore-client 20250821.3__tar.gz → 20250825.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-20250821.3 → crc_pulpcore_client-20250825.1}/PKG-INFO +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/README.md +9 -4
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/__init__.py +1 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/content_api.py +12 -12
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/distributions_api.py +12 -12
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/remotes_api.py +12 -12
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/repositories_api.py +12 -12
- crc_pulpcore_client-20250825.1/crc-pulpcore-client/api/vuln_report_api.py +977 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api_client.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/configuration.py +3 -3
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/__init__.py +2 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/artifact_distribution_response.py +16 -16
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/filesystem_export_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/generic_remote_response.py +1 -3
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/group_role_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/multiple_artifact_content_response.py +5 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_public_subkey_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_signature.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_signature_response.py +2 -3
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_user_attribute_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_user_id_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_keyring.py +2 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_keyring_response.py +2 -3
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_public_key_response.py +4 -6
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_public_subkey_response.py +4 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_signature_response.py +6 -3
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_user_attribute_response.py +4 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_user_id_response.py +4 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/orphans_cleanup.py +2 -3
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_access_policy_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_artifact_distribution_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_artifact_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_composite_content_guard_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_content_guard_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_content_redirect_content_guard_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_distribution_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_domain_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_filesystem_export_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_filesystem_exporter_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_generic_remote_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_group_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_group_role_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_group_user_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_header_content_guard_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_import_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_multiple_artifact_content_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_open_pgp_distribution_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_open_pgp_keyring_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_open_pgp_public_key_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_open_pgp_public_subkey_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_open_pgp_signature_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_open_pgp_user_attribute_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_open_pgp_user_id_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_publication_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_pulp_export_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_pulp_exporter_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_pulp_importer_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_rbac_content_guard_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_repository_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_repository_version_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_role_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_signing_service_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_task_group_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_task_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_task_schedule_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_upload_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_upstream_pulp_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_user_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_user_role_response_list.py +0 -10
- crc_pulpcore_client-20250825.1/crc-pulpcore-client/models/paginated_vulnerability_report_response_list.py +102 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/paginated_worker_response_list.py +0 -10
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_open_pgp_keyring.py +2 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_export_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/rbac_content_guard_response.py +0 -4
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/repository_response.py +2 -3
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/repository_version_response.py +6 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/storage_response.py +4 -5
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/task_group_response.py +0 -4
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/task_response.py +0 -8
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/upload_detail_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/upstream_pulp_response.py +0 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/user_response.py +0 -4
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/user_role_response.py +0 -2
- crc_pulpcore_client-20250825.1/crc-pulpcore-client/models/vulnerability_report_response.py +116 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc_pulpcore_client.egg-info/PKG-INFO +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc_pulpcore_client.egg-info/SOURCES.txt +6 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/pyproject.toml +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/setup.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_artifact_distribution_response.py +8 -8
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_generic_remote_response.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_multiple_artifact_content_response.py +1 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_keyring.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_keyring_response.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_public_key_response.py +1 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_public_subkey_response.py +1 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_signature_response.py +1 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_user_attribute_response.py +1 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_user_id_response.py +1 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_orphans_cleanup.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_artifact_distribution_response_list.py +16 -16
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_generic_remote_response_list.py +2 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_multiple_artifact_content_response_list.py +2 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_open_pgp_keyring_response_list.py +2 -2
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_open_pgp_public_key_response_list.py +2 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_open_pgp_public_subkey_response_list.py +2 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_open_pgp_signature_response_list.py +2 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_open_pgp_user_attribute_response_list.py +2 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_open_pgp_user_id_response_list.py +2 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_repository_response_list.py +4 -4
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_repository_version_response_list.py +4 -2
- crc_pulpcore_client-20250825.1/test/test_paginated_vulnerability_report_response_list.py +79 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_open_pgp_keyring.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repository_response.py +1 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repository_version_response.py +2 -1
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_status_response.py +5 -5
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_storage_response.py +6 -6
- crc_pulpcore_client-20250825.1/test/test_vuln_report_api.py +53 -0
- crc_pulpcore_client-20250825.1/test/test_vulnerability_report_response.py +61 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/__init__.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/access_policies_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/artifacts_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/contentguards_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/domains_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/groups_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/groups_roles_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/groups_users_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/livez_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/login_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/orphans_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/publications_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/repair_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/repository_versions_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/roles_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/signing_services_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/status_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/task_groups_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/task_schedules_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/tasks_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/uploads_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/users_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/users_roles_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api/workers_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/api_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/exceptions.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/access_policy.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/access_policy_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/api_app_status_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/artifact_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/async_operation_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/content_app_status_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/content_settings_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/content_summary_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/database_connection_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/distribution_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/domain.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/domain_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/evaluation_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/filesystem_export.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/group.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/group_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/group_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/group_user.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/group_user_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/header_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/import_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/login_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/method_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/minimal_task_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/my_permissions_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/nested_role_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/object_roles_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_access_policy.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_domain.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_group.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/patched_user.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/policy357_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/progress_report_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/publication_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_export.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_import.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_import_check.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_importer.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/purge.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/reclaim_space.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/redis_connection_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/repair.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/role_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/set_label.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/set_label_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/signing_service_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/states_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/status_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/storage_class_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/task_schedule_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/unset_label.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/unset_label_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/upload.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/upload_commit.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/upload_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/user.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/user_group.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/user_group_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/user_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/version_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/models/worker_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/py.typed +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc-pulpcore-client/rest.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc_pulpcore_client.egg-info/dependency_links.txt +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc_pulpcore_client.egg-info/requires.txt +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/crc_pulpcore_client.egg-info/top_level.txt +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/setup.cfg +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_access_policies_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_access_policy.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_access_policy_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_api_app_status_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_artifact_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_async_operation_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_app_status_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_settings_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_content_summary_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_contentguards_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_database_connection_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_distribution_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_distributions_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_domain.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_domain_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_domains_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_evaluation_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_filesystem_export.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_group.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_group_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_group_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_group_role_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_group_user.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_group_user_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_groups_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_groups_roles_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_groups_users_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_import_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_livez_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_login_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_login_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_method_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_minimal_task_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_my_permissions_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_nested_role_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_object_roles_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_orphans_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_access_policy.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_domain.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_group.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_patched_user.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_policy357_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_publication_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_publications_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_export.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_export_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_import.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_import_check.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_purge.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_reclaim_space.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_redis_connection_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_remotes_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repair.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repair_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repositories_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_repository_versions_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_role_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_roles_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_set_label.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_set_label_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_signing_service_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_signing_services_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_states_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_status_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_storage_class_enum.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_task_group_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_task_groups_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_task_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_task_schedule_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_task_schedules_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_tasks_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_unset_label.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_unset_label_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upload.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upload_commit.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upload_detail_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upload_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_uploads_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_user.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_user_group.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_user_group_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_user_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_user_role.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_user_role_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_users_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_users_roles_api.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_version_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.1}/test/test_worker_response.py +0 -0
- {crc_pulpcore_client-20250821.3 → crc_pulpcore_client-20250825.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: 20250825.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 crc-pulpcore-client
|
|
|
56
56
|
from crc-pulpcore-client.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-dtgdod.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
60
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
61
61
|
configuration = crc-pulpcore-client.Configuration(
|
|
62
|
-
host = "https://env-ephemeral-
|
|
62
|
+
host = "https://env-ephemeral-dtgdod.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 crc-pulpcore-client.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-dtgdod.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
124
124
|
|
|
125
125
|
Class | Method | HTTP request | Description
|
|
126
126
|
------------ | ------------- | ------------- | -------------
|
|
@@ -348,6 +348,9 @@ Class | Method | HTTP request | Description
|
|
|
348
348
|
*UsersRolesApi* | [**delete**](docs/UsersRolesApi.md#delete) | **DELETE** {auth_users_user_role_href} | Delete an user role
|
|
349
349
|
*UsersRolesApi* | [**list**](docs/UsersRolesApi.md#list) | **GET** {auth_user_href}roles/ | List user roles
|
|
350
350
|
*UsersRolesApi* | [**read**](docs/UsersRolesApi.md#read) | **GET** {auth_users_user_role_href} | Inspect an user role
|
|
351
|
+
*VulnReportApi* | [**delete**](docs/VulnReportApi.md#delete) | **DELETE** {vulnerability_report_href} | Delete a vulnerability report
|
|
352
|
+
*VulnReportApi* | [**list**](docs/VulnReportApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/vuln_report/ | List vulnerability reports
|
|
353
|
+
*VulnReportApi* | [**read**](docs/VulnReportApi.md#read) | **GET** {vulnerability_report_href} | Inspect a vulnerability report
|
|
351
354
|
*WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/workers/ | List workers
|
|
352
355
|
*WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect a worker
|
|
353
356
|
|
|
@@ -457,6 +460,7 @@ Class | Method | HTTP request | Description
|
|
|
457
460
|
- [PaginatedUpstreamPulpResponseList](docs/PaginatedUpstreamPulpResponseList.md)
|
|
458
461
|
- [PaginatedUserResponseList](docs/PaginatedUserResponseList.md)
|
|
459
462
|
- [PaginatedUserRoleResponseList](docs/PaginatedUserRoleResponseList.md)
|
|
463
|
+
- [PaginatedVulnerabilityReportResponseList](docs/PaginatedVulnerabilityReportResponseList.md)
|
|
460
464
|
- [PaginatedWorkerResponseList](docs/PaginatedWorkerResponseList.md)
|
|
461
465
|
- [PatchedAccessPolicy](docs/PatchedAccessPolicy.md)
|
|
462
466
|
- [PatchedCompositeContentGuard](docs/PatchedCompositeContentGuard.md)
|
|
@@ -525,6 +529,7 @@ Class | Method | HTTP request | Description
|
|
|
525
529
|
- [UserRole](docs/UserRole.md)
|
|
526
530
|
- [UserRoleResponse](docs/UserRoleResponse.md)
|
|
527
531
|
- [VersionResponse](docs/VersionResponse.md)
|
|
532
|
+
- [VulnerabilityReportResponse](docs/VulnerabilityReportResponse.md)
|
|
528
533
|
- [WorkerResponse](docs/WorkerResponse.md)
|
|
529
534
|
|
|
530
535
|
|
|
@@ -49,5 +49,6 @@ from crc-pulpcore-client.api.uploads_api import UploadsApi
|
|
|
49
49
|
from crc-pulpcore-client.api.upstream_pulps_api import UpstreamPulpsApi
|
|
50
50
|
from crc-pulpcore-client.api.users_api import UsersApi
|
|
51
51
|
from crc-pulpcore-client.api.users_roles_api import UsersRolesApi
|
|
52
|
+
from crc-pulpcore-client.api.vuln_report_api import VulnReportApi
|
|
52
53
|
from crc-pulpcore-client.api.workers_api import WorkersApi
|
|
53
54
|
|
|
@@ -52,8 +52,8 @@ class ContentApi:
|
|
|
52
52
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
53
53
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
54
54
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
55
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
56
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
55
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file")] = None,
|
|
56
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file")] = None,
|
|
57
57
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
58
58
|
repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
|
|
59
59
|
repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
|
|
@@ -98,9 +98,9 @@ class ContentApi:
|
|
|
98
98
|
:type pulp_id__in: List[str]
|
|
99
99
|
:param pulp_label_select: Filter labels by search string
|
|
100
100
|
:type pulp_label_select: str
|
|
101
|
-
:param pulp_type: Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
101
|
+
:param pulp_type: Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file
|
|
102
102
|
:type pulp_type: str
|
|
103
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
103
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file
|
|
104
104
|
:type pulp_type__in: List[str]
|
|
105
105
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
106
106
|
:type q: str
|
|
@@ -187,8 +187,8 @@ class ContentApi:
|
|
|
187
187
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
188
188
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
189
189
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
190
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
191
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
190
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file")] = None,
|
|
191
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file")] = None,
|
|
192
192
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
193
193
|
repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
|
|
194
194
|
repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
|
|
@@ -233,9 +233,9 @@ class ContentApi:
|
|
|
233
233
|
:type pulp_id__in: List[str]
|
|
234
234
|
:param pulp_label_select: Filter labels by search string
|
|
235
235
|
:type pulp_label_select: str
|
|
236
|
-
:param pulp_type: Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
236
|
+
:param pulp_type: Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file
|
|
237
237
|
:type pulp_type: str
|
|
238
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
238
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file
|
|
239
239
|
:type pulp_type__in: List[str]
|
|
240
240
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
241
241
|
:type q: str
|
|
@@ -322,8 +322,8 @@ class ContentApi:
|
|
|
322
322
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
323
323
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
324
324
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
325
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
326
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
325
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file")] = None,
|
|
326
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file")] = None,
|
|
327
327
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
328
328
|
repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
|
|
329
329
|
repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
|
|
@@ -368,9 +368,9 @@ class ContentApi:
|
|
|
368
368
|
:type pulp_id__in: List[str]
|
|
369
369
|
:param pulp_label_select: Filter labels by search string
|
|
370
370
|
:type pulp_label_select: str
|
|
371
|
-
:param pulp_type: Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
371
|
+
:param pulp_type: Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file
|
|
372
372
|
:type pulp_type: str
|
|
373
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `
|
|
373
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.artifact` - maven.artifact * `maven.metadata` - maven.metadata * `npm.package` - npm.package * `python.python` - python.python * `rpm.advisory` - rpm.advisory * `rpm.packagegroup` - rpm.packagegroup * `rpm.packagecategory` - rpm.packagecategory * `rpm.packageenvironment` - rpm.packageenvironment * `rpm.packagelangpacks` - rpm.packagelangpacks * `rpm.repo_metadata_file` - rpm.repo_metadata_file * `rpm.distribution_tree` - rpm.distribution_tree * `rpm.package` - rpm.package * `rpm.modulemd` - rpm.modulemd * `rpm.modulemd_defaults` - rpm.modulemd_defaults * `rpm.modulemd_obsolete` - rpm.modulemd_obsolete * `file.file` - file.file
|
|
374
374
|
:type pulp_type__in: List[str]
|
|
375
375
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
376
376
|
:type q: str
|
|
@@ -65,8 +65,8 @@ class DistributionsApi:
|
|
|
65
65
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
66
66
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
67
67
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
68
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
69
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
68
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
69
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
70
70
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
71
71
|
repository: Annotated[Optional[StrictStr], Field(description="Filter results where repository matches value")] = None,
|
|
72
72
|
repository__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where repository is in a comma-separated list of values")] = None,
|
|
@@ -137,9 +137,9 @@ class DistributionsApi:
|
|
|
137
137
|
:type pulp_id__in: List[str]
|
|
138
138
|
:param pulp_label_select: Filter labels by search string
|
|
139
139
|
:type pulp_label_select: str
|
|
140
|
-
:param pulp_type: Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
140
|
+
:param pulp_type: Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
141
141
|
:type pulp_type: str
|
|
142
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
142
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
143
143
|
:type pulp_type__in: List[str]
|
|
144
144
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
145
145
|
:type q: str
|
|
@@ -252,8 +252,8 @@ class DistributionsApi:
|
|
|
252
252
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
253
253
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
254
254
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
255
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
256
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
255
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
256
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
257
257
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
258
258
|
repository: Annotated[Optional[StrictStr], Field(description="Filter results where repository matches value")] = None,
|
|
259
259
|
repository__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where repository is in a comma-separated list of values")] = None,
|
|
@@ -324,9 +324,9 @@ class DistributionsApi:
|
|
|
324
324
|
:type pulp_id__in: List[str]
|
|
325
325
|
:param pulp_label_select: Filter labels by search string
|
|
326
326
|
:type pulp_label_select: str
|
|
327
|
-
:param pulp_type: Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
327
|
+
:param pulp_type: Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
328
328
|
:type pulp_type: str
|
|
329
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
329
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
330
330
|
:type pulp_type__in: List[str]
|
|
331
331
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
332
332
|
:type q: str
|
|
@@ -439,8 +439,8 @@ class DistributionsApi:
|
|
|
439
439
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
440
440
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
441
441
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
442
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
443
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
442
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
443
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
444
444
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
445
445
|
repository: Annotated[Optional[StrictStr], Field(description="Filter results where repository matches value")] = None,
|
|
446
446
|
repository__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where repository is in a comma-separated list of values")] = None,
|
|
@@ -511,9 +511,9 @@ class DistributionsApi:
|
|
|
511
511
|
:type pulp_id__in: List[str]
|
|
512
512
|
:param pulp_label_select: Filter labels by search string
|
|
513
513
|
:type pulp_label_select: str
|
|
514
|
-
:param pulp_type: Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
514
|
+
:param pulp_type: Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
515
515
|
:type pulp_type: str
|
|
516
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
516
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `container.pull-through` - container.pull-through * `container.container` - container.container * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
517
517
|
:type pulp_type__in: List[str]
|
|
518
518
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
519
519
|
:type q: str
|
|
@@ -68,8 +68,8 @@ class RemotesApi:
|
|
|
68
68
|
pulp_last_updated__lt: Annotated[Optional[datetime], Field(description="Filter results where pulp_last_updated is less than value")] = None,
|
|
69
69
|
pulp_last_updated__lte: Annotated[Optional[datetime], Field(description="Filter results where pulp_last_updated is less than or equal to value")] = None,
|
|
70
70
|
pulp_last_updated__range: Annotated[Optional[List[datetime]], Field(description="Filter results where pulp_last_updated is between two comma separated values")] = None,
|
|
71
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
72
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
71
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file")] = None,
|
|
72
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file")] = None,
|
|
73
73
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
74
74
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
75
75
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
@@ -141,9 +141,9 @@ class RemotesApi:
|
|
|
141
141
|
:type pulp_last_updated__lte: datetime
|
|
142
142
|
:param pulp_last_updated__range: Filter results where pulp_last_updated is between two comma separated values
|
|
143
143
|
:type pulp_last_updated__range: List[datetime]
|
|
144
|
-
:param pulp_type: Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
144
|
+
:param pulp_type: Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file
|
|
145
145
|
:type pulp_type: str
|
|
146
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
146
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file
|
|
147
147
|
:type pulp_type__in: List[str]
|
|
148
148
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
149
149
|
:type q: str
|
|
@@ -251,8 +251,8 @@ class RemotesApi:
|
|
|
251
251
|
pulp_last_updated__lt: Annotated[Optional[datetime], Field(description="Filter results where pulp_last_updated is less than value")] = None,
|
|
252
252
|
pulp_last_updated__lte: Annotated[Optional[datetime], Field(description="Filter results where pulp_last_updated is less than or equal to value")] = None,
|
|
253
253
|
pulp_last_updated__range: Annotated[Optional[List[datetime]], Field(description="Filter results where pulp_last_updated is between two comma separated values")] = None,
|
|
254
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
255
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
254
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file")] = None,
|
|
255
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file")] = None,
|
|
256
256
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
257
257
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
258
258
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
@@ -324,9 +324,9 @@ class RemotesApi:
|
|
|
324
324
|
:type pulp_last_updated__lte: datetime
|
|
325
325
|
:param pulp_last_updated__range: Filter results where pulp_last_updated is between two comma separated values
|
|
326
326
|
:type pulp_last_updated__range: List[datetime]
|
|
327
|
-
:param pulp_type: Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
327
|
+
:param pulp_type: Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file
|
|
328
328
|
:type pulp_type: str
|
|
329
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
329
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file
|
|
330
330
|
:type pulp_type__in: List[str]
|
|
331
331
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
332
332
|
:type q: str
|
|
@@ -434,8 +434,8 @@ class RemotesApi:
|
|
|
434
434
|
pulp_last_updated__lt: Annotated[Optional[datetime], Field(description="Filter results where pulp_last_updated is less than value")] = None,
|
|
435
435
|
pulp_last_updated__lte: Annotated[Optional[datetime], Field(description="Filter results where pulp_last_updated is less than or equal to value")] = None,
|
|
436
436
|
pulp_last_updated__range: Annotated[Optional[List[datetime]], Field(description="Filter results where pulp_last_updated is between two comma separated values")] = None,
|
|
437
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
438
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
437
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file")] = None,
|
|
438
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file")] = None,
|
|
439
439
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
440
440
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
441
441
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
@@ -507,9 +507,9 @@ class RemotesApi:
|
|
|
507
507
|
:type pulp_last_updated__lte: datetime
|
|
508
508
|
:param pulp_last_updated__range: Filter results where pulp_last_updated is between two comma separated values
|
|
509
509
|
:type pulp_last_updated__range: List[datetime]
|
|
510
|
-
:param pulp_type: Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
510
|
+
:param pulp_type: Pulp type * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file
|
|
511
511
|
:type pulp_type: str
|
|
512
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
512
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `container.container` - container.container * `container.pull-through` - container.pull-through * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `rpm.uln` - rpm.uln * `file.file` - file.file
|
|
513
513
|
:type pulp_type__in: List[str]
|
|
514
514
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
515
515
|
:type q: str
|
|
@@ -61,8 +61,8 @@ class RepositoriesApi:
|
|
|
61
61
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
62
62
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
63
63
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
64
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
65
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
64
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
65
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
66
66
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
67
67
|
remote: Annotated[Optional[StrictStr], Field(description="Foreign Key referenced by HREF")] = None,
|
|
68
68
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
@@ -132,9 +132,9 @@ class RepositoriesApi:
|
|
|
132
132
|
:type pulp_id__in: List[str]
|
|
133
133
|
:param pulp_label_select: Filter labels by search string
|
|
134
134
|
:type pulp_label_select: str
|
|
135
|
-
:param pulp_type: Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
135
|
+
:param pulp_type: Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
136
136
|
:type pulp_type: str
|
|
137
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
137
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
138
138
|
:type pulp_type__in: List[str]
|
|
139
139
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
140
140
|
:type q: str
|
|
@@ -260,8 +260,8 @@ class RepositoriesApi:
|
|
|
260
260
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
261
261
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
262
262
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
263
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
264
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
263
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
264
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
265
265
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
266
266
|
remote: Annotated[Optional[StrictStr], Field(description="Foreign Key referenced by HREF")] = None,
|
|
267
267
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
@@ -331,9 +331,9 @@ class RepositoriesApi:
|
|
|
331
331
|
:type pulp_id__in: List[str]
|
|
332
332
|
:param pulp_label_select: Filter labels by search string
|
|
333
333
|
:type pulp_label_select: str
|
|
334
|
-
:param pulp_type: Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
334
|
+
:param pulp_type: Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
335
335
|
:type pulp_type: str
|
|
336
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
336
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
337
337
|
:type pulp_type__in: List[str]
|
|
338
338
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
339
339
|
:type q: str
|
|
@@ -459,8 +459,8 @@ class RepositoriesApi:
|
|
|
459
459
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
460
460
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
461
461
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
462
|
-
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
463
|
-
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
462
|
+
pulp_type: Annotated[Optional[StrictStr], Field(description="Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
463
|
+
pulp_type__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file")] = None,
|
|
464
464
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
465
465
|
remote: Annotated[Optional[StrictStr], Field(description="Foreign Key referenced by HREF")] = None,
|
|
466
466
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
@@ -530,9 +530,9 @@ class RepositoriesApi:
|
|
|
530
530
|
:type pulp_id__in: List[str]
|
|
531
531
|
:param pulp_label_select: Filter labels by search string
|
|
532
532
|
:type pulp_label_select: str
|
|
533
|
-
:param pulp_type: Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
533
|
+
:param pulp_type: Pulp type * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
534
534
|
:type pulp_type: str
|
|
535
|
-
:param pulp_type__in: Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `
|
|
535
|
+
:param pulp_type__in: Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `container.container` - container.container * `container.container-push` - container.container-push * `gem.gem` - gem.gem * `hugging_face.hugging-face` - hugging_face.hugging-face * `maven.maven` - maven.maven * `npm.npm` - npm.npm * `python.python` - python.python * `rpm.rpm` - rpm.rpm * `file.file` - file.file
|
|
536
536
|
:type pulp_type__in: List[str]
|
|
537
537
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
538
538
|
:type q: str
|