crc-pulpcore-client 20250829.1__tar.gz → 20250901.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-20250829.1 → crc_pulpcore_client-20250901.1}/PKG-INFO +1 -1
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/README.md +7 -8
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/crc_pulpcore_client.egg-info/PKG-INFO +1 -1
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/crc_pulpcore_client.egg-info/SOURCES.txt +2 -4
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/__init__.py +2 -3
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/tasks_api.py +6 -6
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/workers_api.py +12 -12
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api_client.py +1 -1
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/configuration.py +3 -3
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/__init__.py +1 -2
- crc_pulpcore_client-20250829.1/pulpcore/client/pulpcore/models/api_app_status_response.py → crc_pulpcore_client-20250901.1/pulpcore/client/pulpcore/models/app_status_response.py +4 -4
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/artifact_distribution_response.py +15 -15
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/status_response.py +7 -9
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pyproject.toml +1 -1
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/setup.py +1 -1
- crc_pulpcore_client-20250829.1/test/test_api_app_status_response.py → crc_pulpcore_client-20250901.1/test/test_app_status_response.py +11 -11
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_artifact_distribution_response.py +7 -7
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_artifact_distribution_response_list.py +14 -14
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_status_response.py +8 -18
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_workers_api.py +2 -2
- crc_pulpcore_client-20250829.1/pulpcore/client/pulpcore/models/content_app_status_response.py +0 -99
- crc_pulpcore_client-20250829.1/test/test_content_app_status_response.py +0 -56
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/crc_pulpcore_client.egg-info/dependency_links.txt +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/crc_pulpcore_client.egg-info/requires.txt +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/crc_pulpcore_client.egg-info/top_level.txt +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/__init__.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/__init__.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/__init__.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/access_policies_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/artifacts_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/content_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/contentguards_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/distributions_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/domains_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/groups_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/groups_roles_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/groups_users_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/livez_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/login_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/orphans_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/publications_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/remotes_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/repair_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/repositories_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/repository_versions_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/roles_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/signing_services_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/status_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/task_groups_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/task_schedules_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/uploads_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/users_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/users_roles_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api/vuln_report_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/api_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/exceptions.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/access_policy.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/access_policy_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/artifact_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/async_operation_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/content_settings_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/content_summary_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/database_connection_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/distribution_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/domain.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/domain_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/evaluation_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/filesystem_export.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/generic_remote_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/group.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/group_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/group_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/group_role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/group_user.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/group_user_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/header_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/import_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/login_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/method_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/minimal_task_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/my_permissions_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/nested_role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/object_roles_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/orphans_cleanup.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_repository_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_access_policy.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_domain.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_group.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/patched_user.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/policy357_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/progress_report_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/publication_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_export.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_export_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_import.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_import_check.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_importer.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/purge.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/reclaim_space.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/redis_connection_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/repair.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/repository_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/repository_version_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/set_label.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/set_label_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/signing_service_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/states_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/storage_class_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/storage_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/task_group_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/task_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/task_schedule_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/unset_label.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/unset_label_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/upload.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/upload_commit.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/upload_detail_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/upload_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/user.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/user_group.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/user_group_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/user_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/user_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/user_role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/version_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/models/worker_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/py.typed +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/pulpcore/client/pulpcore/rest.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/setup.cfg +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_access_policies_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_access_policy.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_access_policy_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_artifact_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_async_operation_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_composite_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_openpgp_publickey_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_openpgp_publicsubkey_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_openpgp_signature_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_openpgp_userattribute_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_openpgp_userid_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_redirect_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_settings_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_content_summary_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_contentguards_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_contentguards_composite_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_contentguards_content_redirect_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_contentguards_header_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_contentguards_rbac_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_database_connection_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_distribution_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_distributions_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_distributions_artifacts_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_distributions_openpgp_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_domain.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_domain_backend_migrator.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_domain_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_domains_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_evaluation_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_exporters_filesystem_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_exporters_filesystem_exports_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_exporters_pulp_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_exporters_pulp_exports_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_filesystem_export.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_filesystem_export_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_filesystem_exporter_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_generic_remote_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_generic_remote_response_policy_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_group.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_group_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_group_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_group_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_group_role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_group_user.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_group_user_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_groups_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_groups_roles_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_groups_users_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_header_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_import_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_importers_pulp_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_importers_pulp_import_check_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_importers_pulp_imports_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_livez_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_login_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_login_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_method_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_minimal_task_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_multiple_artifact_content_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_my_permissions_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_public_subkey.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_signature.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_user_attribute.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_user_id.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_nested_role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_object_roles_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_distribution_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_keyring_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_public_key_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_public_subkey_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_signature_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_user_attribute_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_open_pgp_user_id_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_orphans_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_orphans_cleanup.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_orphans_cleanup_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_access_policy_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_artifact_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_composite_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_domain_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_filesystem_export_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_generic_remote_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_group_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_group_role_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_group_user_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_header_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_import_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_multiple_artifact_content_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_open_pgp_keyring_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_open_pgp_public_key_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_open_pgp_public_subkey_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_open_pgp_signature_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_open_pgp_user_attribute_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_open_pgp_user_id_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_publication_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_pulp_export_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_pulp_exporter_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_pulp_importer_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_repository_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_role_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_signing_service_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_task_group_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_task_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_task_schedule_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_upload_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_upstream_pulp_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_user_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_user_role_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_vulnerability_report_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_paginated_worker_response_list.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_access_policy.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_composite_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_content_redirect_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_domain.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_filesystem_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_group.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_header_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_open_pgp_distribution.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_open_pgp_keyring.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_task_cancel.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_patched_user.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_policy357_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_profile_artifact_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_progress_report_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_publication_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_publications_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_export.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_export_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_exporter.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_exporter_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_import.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_import_check.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_import_check_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_importer.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_pulp_importer_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_purge.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_rbac_content_guard.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_rbac_content_guard_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_reclaim_space.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_redis_connection_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_remotes_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repair.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repair_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repositories_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repositories_openpgp_keyring_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repositories_reclaim_space_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repository_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repository_version_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_repository_versions_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_roles_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_set_label.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_set_label_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_signing_service_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_signing_services_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_states_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_status_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_storage_class_enum.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_storage_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_task_group_operation_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_task_group_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_task_groups_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_task_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_task_schedule_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_task_schedules_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_tasks_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_unset_label.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_unset_label_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upload.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upload_chunk_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upload_commit.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upload_detail_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upload_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_uploads_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upstream_pulp.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upstream_pulp_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_upstream_pulps_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_user.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_user_group.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_user_group_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_user_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_user_role.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_user_role_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_users_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_users_roles_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_version_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_vuln_report_api.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_vulnerability_report_response.py +0 -0
- {crc_pulpcore_client-20250829.1 → crc_pulpcore_client-20250901.1}/test/test_worker_response.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: 20250901.1
|
|
8
8
|
- Generator version: 7.10.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -56,10 +56,10 @@ import pulpcore.client.pulpcore
|
|
|
56
56
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
57
57
|
from pprint import pprint
|
|
58
58
|
|
|
59
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
59
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
60
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
61
61
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
62
|
-
host = "https://env-ephemeral-
|
|
62
|
+
host = "https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
63
63
|
)
|
|
64
64
|
|
|
65
65
|
# The client must configure the authentication and authorization parameters
|
|
@@ -120,7 +120,7 @@ with pulpcore.client.pulpcore.ApiClient(configuration) as api_client:
|
|
|
120
120
|
|
|
121
121
|
## Documentation for API Endpoints
|
|
122
122
|
|
|
123
|
-
All URIs are relative to *https://env-ephemeral-
|
|
123
|
+
All URIs are relative to *https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
124
124
|
|
|
125
125
|
Class | Method | HTTP request | Description
|
|
126
126
|
------------ | ------------- | ------------- | -------------
|
|
@@ -351,21 +351,20 @@ Class | Method | HTTP request | Description
|
|
|
351
351
|
*VulnReportApi* | [**delete**](docs/VulnReportApi.md#delete) | **DELETE** {vulnerability_report_href} | Delete a vulnerability report
|
|
352
352
|
*VulnReportApi* | [**list**](docs/VulnReportApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/vuln_report/ | List vulnerability reports
|
|
353
353
|
*VulnReportApi* | [**read**](docs/VulnReportApi.md#read) | **GET** {vulnerability_report_href} | Inspect a vulnerability report
|
|
354
|
-
*WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/workers/ | List
|
|
355
|
-
*WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect
|
|
354
|
+
*WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/workers/ | List app statuss
|
|
355
|
+
*WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect an app status
|
|
356
356
|
|
|
357
357
|
|
|
358
358
|
## Documentation For Models
|
|
359
359
|
|
|
360
360
|
- [AccessPolicy](docs/AccessPolicy.md)
|
|
361
361
|
- [AccessPolicyResponse](docs/AccessPolicyResponse.md)
|
|
362
|
-
- [
|
|
362
|
+
- [AppStatusResponse](docs/AppStatusResponse.md)
|
|
363
363
|
- [ArtifactDistributionResponse](docs/ArtifactDistributionResponse.md)
|
|
364
364
|
- [ArtifactResponse](docs/ArtifactResponse.md)
|
|
365
365
|
- [AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
366
366
|
- [CompositeContentGuard](docs/CompositeContentGuard.md)
|
|
367
367
|
- [CompositeContentGuardResponse](docs/CompositeContentGuardResponse.md)
|
|
368
|
-
- [ContentAppStatusResponse](docs/ContentAppStatusResponse.md)
|
|
369
368
|
- [ContentGuardResponse](docs/ContentGuardResponse.md)
|
|
370
369
|
- [ContentRedirectContentGuard](docs/ContentRedirectContentGuard.md)
|
|
371
370
|
- [ContentRedirectContentGuardResponse](docs/ContentRedirectContentGuardResponse.md)
|
|
@@ -70,13 +70,12 @@ pulpcore/client/pulpcore/api/workers_api.py
|
|
|
70
70
|
pulpcore/client/pulpcore/models/__init__.py
|
|
71
71
|
pulpcore/client/pulpcore/models/access_policy.py
|
|
72
72
|
pulpcore/client/pulpcore/models/access_policy_response.py
|
|
73
|
-
pulpcore/client/pulpcore/models/
|
|
73
|
+
pulpcore/client/pulpcore/models/app_status_response.py
|
|
74
74
|
pulpcore/client/pulpcore/models/artifact_distribution_response.py
|
|
75
75
|
pulpcore/client/pulpcore/models/artifact_response.py
|
|
76
76
|
pulpcore/client/pulpcore/models/async_operation_response.py
|
|
77
77
|
pulpcore/client/pulpcore/models/composite_content_guard.py
|
|
78
78
|
pulpcore/client/pulpcore/models/composite_content_guard_response.py
|
|
79
|
-
pulpcore/client/pulpcore/models/content_app_status_response.py
|
|
80
79
|
pulpcore/client/pulpcore/models/content_guard_response.py
|
|
81
80
|
pulpcore/client/pulpcore/models/content_redirect_content_guard.py
|
|
82
81
|
pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py
|
|
@@ -245,7 +244,7 @@ pulpcore/client/pulpcore/models/worker_response.py
|
|
|
245
244
|
test/test_access_policies_api.py
|
|
246
245
|
test/test_access_policy.py
|
|
247
246
|
test/test_access_policy_response.py
|
|
248
|
-
test/
|
|
247
|
+
test/test_app_status_response.py
|
|
249
248
|
test/test_artifact_distribution_response.py
|
|
250
249
|
test/test_artifact_response.py
|
|
251
250
|
test/test_artifacts_api.py
|
|
@@ -253,7 +252,6 @@ test/test_async_operation_response.py
|
|
|
253
252
|
test/test_composite_content_guard.py
|
|
254
253
|
test/test_composite_content_guard_response.py
|
|
255
254
|
test/test_content_api.py
|
|
256
|
-
test/test_content_app_status_response.py
|
|
257
255
|
test/test_content_guard_response.py
|
|
258
256
|
test/test_content_openpgp_publickey_api.py
|
|
259
257
|
test/test_content_openpgp_publicsubkey_api.py
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "
|
|
18
|
+
__version__ = "20250901.1"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from pulpcore.client.pulpcore.api.access_policies_api import AccessPoliciesApi
|
|
@@ -83,13 +83,12 @@ from pulpcore.client.pulpcore.exceptions import ApiException
|
|
|
83
83
|
# import models into sdk package
|
|
84
84
|
from pulpcore.client.pulpcore.models.access_policy import AccessPolicy
|
|
85
85
|
from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyResponse
|
|
86
|
-
from pulpcore.client.pulpcore.models.
|
|
86
|
+
from pulpcore.client.pulpcore.models.app_status_response import AppStatusResponse
|
|
87
87
|
from pulpcore.client.pulpcore.models.artifact_distribution_response import ArtifactDistributionResponse
|
|
88
88
|
from pulpcore.client.pulpcore.models.artifact_response import ArtifactResponse
|
|
89
89
|
from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperationResponse
|
|
90
90
|
from pulpcore.client.pulpcore.models.composite_content_guard import CompositeContentGuard
|
|
91
91
|
from pulpcore.client.pulpcore.models.composite_content_guard_response import CompositeContentGuardResponse
|
|
92
|
-
from pulpcore.client.pulpcore.models.content_app_status_response import ContentAppStatusResponse
|
|
93
92
|
from pulpcore.client.pulpcore.models.content_guard_response import ContentGuardResponse
|
|
94
93
|
from pulpcore.client.pulpcore.models.content_redirect_content_guard import ContentRedirectContentGuard
|
|
95
94
|
from pulpcore.client.pulpcore.models.content_redirect_content_guard_response import ContentRedirectContentGuardResponse
|
|
@@ -689,7 +689,7 @@ class TasksApi:
|
|
|
689
689
|
unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
|
|
690
690
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
691
691
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
692
|
-
worker:
|
|
692
|
+
worker: Optional[StrictStr] = None,
|
|
693
693
|
worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
|
|
694
694
|
worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
|
|
695
695
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
@@ -824,7 +824,7 @@ class TasksApi:
|
|
|
824
824
|
:type unblocked_at__lte: datetime
|
|
825
825
|
:param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
|
|
826
826
|
:type unblocked_at__range: List[datetime]
|
|
827
|
-
:param worker:
|
|
827
|
+
:param worker:
|
|
828
828
|
:type worker: str
|
|
829
829
|
:param worker__in: Filter results where worker is in a comma-separated list of values
|
|
830
830
|
:type worker__in: List[str]
|
|
@@ -996,7 +996,7 @@ class TasksApi:
|
|
|
996
996
|
unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
|
|
997
997
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
998
998
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
999
|
-
worker:
|
|
999
|
+
worker: Optional[StrictStr] = None,
|
|
1000
1000
|
worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
|
|
1001
1001
|
worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
|
|
1002
1002
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
@@ -1131,7 +1131,7 @@ class TasksApi:
|
|
|
1131
1131
|
:type unblocked_at__lte: datetime
|
|
1132
1132
|
:param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
|
|
1133
1133
|
:type unblocked_at__range: List[datetime]
|
|
1134
|
-
:param worker:
|
|
1134
|
+
:param worker:
|
|
1135
1135
|
:type worker: str
|
|
1136
1136
|
:param worker__in: Filter results where worker is in a comma-separated list of values
|
|
1137
1137
|
:type worker__in: List[str]
|
|
@@ -1303,7 +1303,7 @@ class TasksApi:
|
|
|
1303
1303
|
unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
|
|
1304
1304
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
1305
1305
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
1306
|
-
worker:
|
|
1306
|
+
worker: Optional[StrictStr] = None,
|
|
1307
1307
|
worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
|
|
1308
1308
|
worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
|
|
1309
1309
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
@@ -1438,7 +1438,7 @@ class TasksApi:
|
|
|
1438
1438
|
:type unblocked_at__lte: datetime
|
|
1439
1439
|
:param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
|
|
1440
1440
|
:type unblocked_at__range: List[datetime]
|
|
1441
|
-
:param worker:
|
|
1441
|
+
:param worker:
|
|
1442
1442
|
:type worker: str
|
|
1443
1443
|
:param worker__in: Filter results where worker is in a comma-separated list of values
|
|
1444
1444
|
:type worker__in: List[str]
|
|
@@ -66,7 +66,7 @@ class WorkersApi:
|
|
|
66
66
|
name__startswith: Annotated[Optional[StrictStr], Field(description="Filter results where name starts with value")] = None,
|
|
67
67
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
68
68
|
online: Optional[StrictBool] = None,
|
|
69
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `
|
|
69
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `app_type` - App type * `-app_type` - App type (descending) * `name` - Name * `-name` - Name (descending) * `versions` - Versions * `-versions` - Versions (descending) * `ttl` - Ttl * `-ttl` - Ttl (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
70
70
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
71
71
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
72
72
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -87,7 +87,7 @@ class WorkersApi:
|
|
|
87
87
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
88
88
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
89
89
|
) -> PaginatedWorkerResponseList:
|
|
90
|
-
"""List
|
|
90
|
+
"""List app statuss
|
|
91
91
|
|
|
92
92
|
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
93
93
|
|
|
@@ -135,7 +135,7 @@ class WorkersApi:
|
|
|
135
135
|
:type offset: int
|
|
136
136
|
:param online:
|
|
137
137
|
:type online: bool
|
|
138
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `
|
|
138
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `app_type` - App type * `-app_type` - App type (descending) * `name` - Name * `-name` - Name (descending) * `versions` - Versions * `-versions` - Versions (descending) * `ttl` - Ttl * `-ttl` - Ttl (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
139
139
|
:type ordering: List[str]
|
|
140
140
|
:param prn__in: Multiple values may be separated by commas.
|
|
141
141
|
:type prn__in: List[str]
|
|
@@ -245,7 +245,7 @@ class WorkersApi:
|
|
|
245
245
|
name__startswith: Annotated[Optional[StrictStr], Field(description="Filter results where name starts with value")] = None,
|
|
246
246
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
247
247
|
online: Optional[StrictBool] = None,
|
|
248
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `
|
|
248
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `app_type` - App type * `-app_type` - App type (descending) * `name` - Name * `-name` - Name (descending) * `versions` - Versions * `-versions` - Versions (descending) * `ttl` - Ttl * `-ttl` - Ttl (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
249
249
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
250
250
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
251
251
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -266,7 +266,7 @@ class WorkersApi:
|
|
|
266
266
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
267
267
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
268
268
|
) -> ApiResponse[PaginatedWorkerResponseList]:
|
|
269
|
-
"""List
|
|
269
|
+
"""List app statuss
|
|
270
270
|
|
|
271
271
|
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
272
272
|
|
|
@@ -314,7 +314,7 @@ class WorkersApi:
|
|
|
314
314
|
:type offset: int
|
|
315
315
|
:param online:
|
|
316
316
|
:type online: bool
|
|
317
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `
|
|
317
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `app_type` - App type * `-app_type` - App type (descending) * `name` - Name * `-name` - Name (descending) * `versions` - Versions * `-versions` - Versions (descending) * `ttl` - Ttl * `-ttl` - Ttl (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
318
318
|
:type ordering: List[str]
|
|
319
319
|
:param prn__in: Multiple values may be separated by commas.
|
|
320
320
|
:type prn__in: List[str]
|
|
@@ -424,7 +424,7 @@ class WorkersApi:
|
|
|
424
424
|
name__startswith: Annotated[Optional[StrictStr], Field(description="Filter results where name starts with value")] = None,
|
|
425
425
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
426
426
|
online: Optional[StrictBool] = None,
|
|
427
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `
|
|
427
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `app_type` - App type * `-app_type` - App type (descending) * `name` - Name * `-name` - Name (descending) * `versions` - Versions * `-versions` - Versions (descending) * `ttl` - Ttl * `-ttl` - Ttl (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
428
428
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
429
429
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
430
430
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
@@ -445,7 +445,7 @@ class WorkersApi:
|
|
|
445
445
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
446
446
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
447
447
|
) -> RESTResponseType:
|
|
448
|
-
"""List
|
|
448
|
+
"""List app statuss
|
|
449
449
|
|
|
450
450
|
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
451
451
|
|
|
@@ -493,7 +493,7 @@ class WorkersApi:
|
|
|
493
493
|
:type offset: int
|
|
494
494
|
:param online:
|
|
495
495
|
:type online: bool
|
|
496
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `
|
|
496
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `app_type` - App type * `-app_type` - App type (descending) * `name` - Name * `-name` - Name (descending) * `versions` - Versions * `-versions` - Versions (descending) * `ttl` - Ttl * `-ttl` - Ttl (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
497
497
|
:type ordering: List[str]
|
|
498
498
|
:param prn__in: Multiple values may be separated by commas.
|
|
499
499
|
:type prn__in: List[str]
|
|
@@ -853,7 +853,7 @@ class WorkersApi:
|
|
|
853
853
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
854
854
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
855
855
|
) -> WorkerResponse:
|
|
856
|
-
"""Inspect
|
|
856
|
+
"""Inspect an app status
|
|
857
857
|
|
|
858
858
|
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
859
859
|
|
|
@@ -932,7 +932,7 @@ class WorkersApi:
|
|
|
932
932
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
933
933
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
934
934
|
) -> ApiResponse[WorkerResponse]:
|
|
935
|
-
"""Inspect
|
|
935
|
+
"""Inspect an app status
|
|
936
936
|
|
|
937
937
|
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
938
938
|
|
|
@@ -1011,7 +1011,7 @@ class WorkersApi:
|
|
|
1011
1011
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1012
1012
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1013
1013
|
) -> RESTResponseType:
|
|
1014
|
-
"""Inspect
|
|
1014
|
+
"""Inspect an app status
|
|
1015
1015
|
|
|
1016
1016
|
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
1017
1017
|
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/20250901.1/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
|
|
229
229
|
"""Default Base url
|
|
230
230
|
"""
|
|
231
231
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version:
|
|
560
|
+
"SDK Package Version: 20250901.1".\
|
|
561
561
|
format(env=sys.platform, pyversion=sys.version)
|
|
562
562
|
|
|
563
563
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-wvnstg.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -17,13 +17,12 @@
|
|
|
17
17
|
# import models into model package
|
|
18
18
|
from pulpcore.client.pulpcore.models.access_policy import AccessPolicy
|
|
19
19
|
from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyResponse
|
|
20
|
-
from pulpcore.client.pulpcore.models.
|
|
20
|
+
from pulpcore.client.pulpcore.models.app_status_response import AppStatusResponse
|
|
21
21
|
from pulpcore.client.pulpcore.models.artifact_distribution_response import ArtifactDistributionResponse
|
|
22
22
|
from pulpcore.client.pulpcore.models.artifact_response import ArtifactResponse
|
|
23
23
|
from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperationResponse
|
|
24
24
|
from pulpcore.client.pulpcore.models.composite_content_guard import CompositeContentGuard
|
|
25
25
|
from pulpcore.client.pulpcore.models.composite_content_guard_response import CompositeContentGuardResponse
|
|
26
|
-
from pulpcore.client.pulpcore.models.content_app_status_response import ContentAppStatusResponse
|
|
27
26
|
from pulpcore.client.pulpcore.models.content_guard_response import ContentGuardResponse
|
|
28
27
|
from pulpcore.client.pulpcore.models.content_redirect_content_guard import ContentRedirectContentGuard
|
|
29
28
|
from pulpcore.client.pulpcore.models.content_redirect_content_guard_response import ContentRedirectContentGuardResponse
|
|
@@ -24,9 +24,9 @@ from typing import Any, ClassVar, Dict, List, Optional
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class AppStatusResponse(BaseModel):
|
|
28
28
|
"""
|
|
29
|
-
|
|
29
|
+
AppStatusResponse
|
|
30
30
|
""" # noqa: E501
|
|
31
31
|
name: Optional[StrictStr] = Field(default=None, description="The name of the worker.")
|
|
32
32
|
last_heartbeat: Optional[datetime] = Field(default=None, description="Timestamp of the last time the worker talked to the service.")
|
|
@@ -51,7 +51,7 @@ class ApiAppStatusResponse(BaseModel):
|
|
|
51
51
|
|
|
52
52
|
@classmethod
|
|
53
53
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
54
|
-
"""Create an instance of
|
|
54
|
+
"""Create an instance of AppStatusResponse from a JSON string"""
|
|
55
55
|
return cls.from_dict(json.loads(json_str))
|
|
56
56
|
|
|
57
57
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -82,7 +82,7 @@ class ApiAppStatusResponse(BaseModel):
|
|
|
82
82
|
|
|
83
83
|
@classmethod
|
|
84
84
|
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
85
|
-
"""Create an instance of
|
|
85
|
+
"""Create an instance of AppStatusResponse from a dict"""
|
|
86
86
|
if obj is None:
|
|
87
87
|
return None
|
|
88
88
|
|
|
@@ -28,18 +28,18 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
A serializer for ArtifactDistribution.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
pulp_href: Optional[StrictStr] = None
|
|
32
|
-
no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
|
|
33
31
|
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
34
32
|
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
35
33
|
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
36
|
-
|
|
34
|
+
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
35
|
+
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
37
36
|
base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
|
|
38
37
|
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
39
|
-
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
40
38
|
base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
pulp_href: Optional[StrictStr] = None
|
|
40
|
+
no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
|
|
41
|
+
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
42
|
+
__properties: ClassVar[List[str]] = ["name", "prn", "content_guard", "pulp_created", "pulp_last_updated", "base_url", "hidden", "base_path", "pulp_href", "no_content_change_since", "pulp_labels"]
|
|
43
43
|
|
|
44
44
|
model_config = ConfigDict(
|
|
45
45
|
populate_by_name=True,
|
|
@@ -79,12 +79,12 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
80
|
"""
|
|
81
81
|
excluded_fields: Set[str] = set([
|
|
82
|
-
"pulp_href",
|
|
83
|
-
"no_content_change_since",
|
|
84
82
|
"prn",
|
|
85
|
-
"base_url",
|
|
86
|
-
"pulp_last_updated",
|
|
87
83
|
"pulp_created",
|
|
84
|
+
"pulp_last_updated",
|
|
85
|
+
"base_url",
|
|
86
|
+
"pulp_href",
|
|
87
|
+
"no_content_change_since",
|
|
88
88
|
])
|
|
89
89
|
|
|
90
90
|
_dict = self.model_dump(
|
|
@@ -109,17 +109,17 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
109
109
|
return cls.model_validate(obj)
|
|
110
110
|
|
|
111
111
|
_obj = cls.model_validate({
|
|
112
|
-
"pulp_href": obj.get("pulp_href"),
|
|
113
|
-
"no_content_change_since": obj.get("no_content_change_since"),
|
|
114
112
|
"name": obj.get("name"),
|
|
115
113
|
"prn": obj.get("prn"),
|
|
116
114
|
"content_guard": obj.get("content_guard"),
|
|
117
|
-
"
|
|
115
|
+
"pulp_created": obj.get("pulp_created"),
|
|
116
|
+
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
118
117
|
"base_url": obj.get("base_url"),
|
|
119
118
|
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
|
|
120
|
-
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
121
119
|
"base_path": obj.get("base_path"),
|
|
122
|
-
"
|
|
120
|
+
"pulp_href": obj.get("pulp_href"),
|
|
121
|
+
"no_content_change_since": obj.get("no_content_change_since"),
|
|
122
|
+
"pulp_labels": obj.get("pulp_labels")
|
|
123
123
|
})
|
|
124
124
|
return _obj
|
|
125
125
|
|
|
@@ -20,14 +20,12 @@ import json
|
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from pulpcore.client.pulpcore.models.
|
|
24
|
-
from pulpcore.client.pulpcore.models.content_app_status_response import ContentAppStatusResponse
|
|
23
|
+
from pulpcore.client.pulpcore.models.app_status_response import AppStatusResponse
|
|
25
24
|
from pulpcore.client.pulpcore.models.content_settings_response import ContentSettingsResponse
|
|
26
25
|
from pulpcore.client.pulpcore.models.database_connection_response import DatabaseConnectionResponse
|
|
27
26
|
from pulpcore.client.pulpcore.models.redis_connection_response import RedisConnectionResponse
|
|
28
27
|
from pulpcore.client.pulpcore.models.storage_response import StorageResponse
|
|
29
28
|
from pulpcore.client.pulpcore.models.version_response import VersionResponse
|
|
30
|
-
from pulpcore.client.pulpcore.models.worker_response import WorkerResponse
|
|
31
29
|
from typing import Optional, Set
|
|
32
30
|
from typing_extensions import Self
|
|
33
31
|
|
|
@@ -36,9 +34,9 @@ class StatusResponse(BaseModel):
|
|
|
36
34
|
Serializer for the status information of the app
|
|
37
35
|
""" # noqa: E501
|
|
38
36
|
versions: List[VersionResponse] = Field(description="Version information of Pulp components")
|
|
39
|
-
online_workers: List[
|
|
40
|
-
online_api_apps: List[
|
|
41
|
-
online_content_apps: List[
|
|
37
|
+
online_workers: List[AppStatusResponse] = Field(description="List of online workers known to the application. An online worker is actively heartbeating and can respond to new work.")
|
|
38
|
+
online_api_apps: List[AppStatusResponse] = Field(description="List of online api apps known to the application. An online api app is actively heartbeating and can serve the rest api to clients.")
|
|
39
|
+
online_content_apps: List[AppStatusResponse] = Field(description="List of online content apps known to the application. An online content app is actively heartbeating and can serve data to clients.")
|
|
42
40
|
database_connection: DatabaseConnectionResponse = Field(description="Database connection information")
|
|
43
41
|
redis_connection: Optional[RedisConnectionResponse] = Field(default=None, description="Redis connection information")
|
|
44
42
|
storage: Optional[StorageResponse] = Field(default=None, description="Storage information")
|
|
@@ -138,9 +136,9 @@ class StatusResponse(BaseModel):
|
|
|
138
136
|
|
|
139
137
|
_obj = cls.model_validate({
|
|
140
138
|
"versions": [VersionResponse.from_dict(_item) for _item in obj["versions"]] if obj.get("versions") is not None else None,
|
|
141
|
-
"online_workers": [
|
|
142
|
-
"online_api_apps": [
|
|
143
|
-
"online_content_apps": [
|
|
139
|
+
"online_workers": [AppStatusResponse.from_dict(_item) for _item in obj["online_workers"]] if obj.get("online_workers") is not None else None,
|
|
140
|
+
"online_api_apps": [AppStatusResponse.from_dict(_item) for _item in obj["online_api_apps"]] if obj.get("online_api_apps") is not None else None,
|
|
141
|
+
"online_content_apps": [AppStatusResponse.from_dict(_item) for _item in obj["online_content_apps"]] if obj.get("online_content_apps") is not None else None,
|
|
144
142
|
"database_connection": DatabaseConnectionResponse.from_dict(obj["database_connection"]) if obj.get("database_connection") is not None else None,
|
|
145
143
|
"redis_connection": RedisConnectionResponse.from_dict(obj["redis_connection"]) if obj.get("redis_connection") is not None else None,
|
|
146
144
|
"storage": StorageResponse.from_dict(obj["storage"]) if obj.get("storage") is not None else None,
|
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
22
22
|
# prerequisite: setuptools
|
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
|
24
24
|
NAME = "crc-pulpcore-client"
|
|
25
|
-
VERSION = "
|
|
25
|
+
VERSION = "20250901.1"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.8"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
import unittest
|
|
17
17
|
|
|
18
|
-
from pulpcore.client.pulpcore.models.
|
|
18
|
+
from pulpcore.client.pulpcore.models.app_status_response import AppStatusResponse
|
|
19
19
|
|
|
20
|
-
class
|
|
21
|
-
"""
|
|
20
|
+
class TestAppStatusResponse(unittest.TestCase):
|
|
21
|
+
"""AppStatusResponse unit test stubs"""
|
|
22
22
|
|
|
23
23
|
def setUp(self):
|
|
24
24
|
pass
|
|
@@ -26,16 +26,16 @@ class TestApiAppStatusResponse(unittest.TestCase):
|
|
|
26
26
|
def tearDown(self):
|
|
27
27
|
pass
|
|
28
28
|
|
|
29
|
-
def make_instance(self, include_optional) ->
|
|
30
|
-
"""Test
|
|
29
|
+
def make_instance(self, include_optional) -> AppStatusResponse:
|
|
30
|
+
"""Test AppStatusResponse
|
|
31
31
|
include_optional is a boolean, when False only required
|
|
32
32
|
params are included, when True both required and
|
|
33
33
|
optional params are included """
|
|
34
|
-
# uncomment below to create an instance of `
|
|
34
|
+
# uncomment below to create an instance of `AppStatusResponse`
|
|
35
35
|
"""
|
|
36
|
-
model =
|
|
36
|
+
model = AppStatusResponse()
|
|
37
37
|
if include_optional:
|
|
38
|
-
return
|
|
38
|
+
return AppStatusResponse(
|
|
39
39
|
name = '',
|
|
40
40
|
last_heartbeat = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
41
41
|
versions = {
|
|
@@ -43,12 +43,12 @@ class TestApiAppStatusResponse(unittest.TestCase):
|
|
|
43
43
|
}
|
|
44
44
|
)
|
|
45
45
|
else:
|
|
46
|
-
return
|
|
46
|
+
return AppStatusResponse(
|
|
47
47
|
)
|
|
48
48
|
"""
|
|
49
49
|
|
|
50
|
-
def
|
|
51
|
-
"""Test
|
|
50
|
+
def testAppStatusResponse(self):
|
|
51
|
+
"""Test AppStatusResponse"""
|
|
52
52
|
# inst_req_only = self.make_instance(include_optional=False)
|
|
53
53
|
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
54
54
|
|
|
@@ -36,19 +36,19 @@ class TestArtifactDistributionResponse(unittest.TestCase):
|
|
|
36
36
|
model = ArtifactDistributionResponse()
|
|
37
37
|
if include_optional:
|
|
38
38
|
return ArtifactDistributionResponse(
|
|
39
|
-
pulp_href = '',
|
|
40
|
-
no_content_change_since = '',
|
|
41
39
|
name = '',
|
|
42
40
|
prn = '',
|
|
43
41
|
content_guard = '',
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
},
|
|
42
|
+
pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
43
|
+
pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
47
44
|
base_url = '',
|
|
48
45
|
hidden = True,
|
|
49
|
-
pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
50
46
|
base_path = '',
|
|
51
|
-
|
|
47
|
+
pulp_href = '',
|
|
48
|
+
no_content_change_since = '',
|
|
49
|
+
pulp_labels = {
|
|
50
|
+
'key' : ''
|
|
51
|
+
}
|
|
52
52
|
)
|
|
53
53
|
else:
|
|
54
54
|
return ArtifactDistributionResponse(
|