crc-pulpcore-client 20250828.3__py3-none-any.whl → 20250829.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of crc-pulpcore-client might be problematic. Click here for more details.

Files changed (243) hide show
  1. {crc_pulpcore_client-20250828.3.dist-info → crc_pulpcore_client-20250829.2.dist-info}/METADATA +1 -1
  2. crc_pulpcore_client-20250829.2.dist-info/RECORD +238 -0
  3. crc_pulpcore_client-20250829.2.dist-info/top_level.txt +1 -0
  4. pulpcore/client/__init__.py +2 -0
  5. pulpcore/client/pulpcore/__init__.py +256 -0
  6. pulpcore/client/pulpcore/api/__init__.py +54 -0
  7. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/access_policies_api.py +8 -8
  8. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/artifacts_api.py +5 -5
  9. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/content_api.py +4 -4
  10. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/content_openpgp_publickey_api.py +11 -11
  11. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/content_openpgp_publicsubkey_api.py +10 -10
  12. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/content_openpgp_signature_api.py +10 -10
  13. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/content_openpgp_userattribute_api.py +10 -10
  14. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/content_openpgp_userid_api.py +10 -10
  15. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/contentguards_api.py +4 -4
  16. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/contentguards_composite_api.py +12 -12
  17. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/contentguards_content_redirect_api.py +12 -12
  18. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/contentguards_header_api.py +12 -12
  19. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/contentguards_rbac_api.py +12 -12
  20. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/distributions_api.py +4 -4
  21. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/distributions_artifacts_api.py +5 -5
  22. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/distributions_openpgp_api.py +13 -13
  23. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/domains_api.py +14 -14
  24. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/exporters_filesystem_api.py +9 -9
  25. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/exporters_filesystem_exports_api.py +8 -8
  26. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/exporters_pulp_api.py +9 -9
  27. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/exporters_pulp_exports_api.py +8 -8
  28. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/groups_api.py +12 -12
  29. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/groups_roles_api.py +6 -6
  30. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/groups_users_api.py +6 -6
  31. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/importers_pulp_api.py +8 -8
  32. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/importers_pulp_import_check_api.py +5 -5
  33. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/importers_pulp_imports_api.py +8 -8
  34. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/livez_api.py +3 -3
  35. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/login_api.py +4 -4
  36. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/orphans_api.py +4 -4
  37. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/orphans_cleanup_api.py +5 -5
  38. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/publications_api.py +4 -4
  39. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/remotes_api.py +4 -4
  40. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/repair_api.py +5 -5
  41. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/repositories_api.py +4 -4
  42. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/repositories_openpgp_keyring_api.py +18 -18
  43. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/repositories_reclaim_space_api.py +5 -5
  44. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/repository_versions_api.py +4 -4
  45. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/roles_api.py +8 -8
  46. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/signing_services_api.py +5 -5
  47. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/status_api.py +4 -4
  48. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/task_groups_api.py +6 -6
  49. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/task_schedules_api.py +10 -10
  50. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/tasks_api.py +20 -20
  51. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/uploads_api.py +13 -13
  52. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/upstream_pulps_api.py +13 -13
  53. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/users_api.py +8 -8
  54. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/users_roles_api.py +6 -6
  55. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/vuln_report_api.py +5 -5
  56. {crc-pulpcore-client → pulpcore/client/pulpcore}/api/workers_api.py +17 -17
  57. {crc-pulpcore-client → pulpcore/client/pulpcore}/api_client.py +7 -7
  58. {crc-pulpcore-client → pulpcore/client/pulpcore}/configuration.py +6 -6
  59. pulpcore/client/pulpcore/models/__init__.py +190 -0
  60. crc-pulpcore-client/models/api_app_status_response.py → pulpcore/client/pulpcore/models/app_status_response.py +4 -4
  61. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/artifact_distribution_response.py +13 -13
  62. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/domain.py +1 -1
  63. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/domain_backend_migrator.py +1 -1
  64. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/domain_response.py +1 -1
  65. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/filesystem_exporter.py +1 -1
  66. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/filesystem_exporter_response.py +1 -1
  67. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/generic_remote_response.py +2 -2
  68. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_public_subkey_response.py +1 -1
  69. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_user_attribute_response.py +1 -1
  70. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_user_id_response.py +1 -1
  71. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/object_roles_response.py +1 -1
  72. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_public_key_response.py +3 -3
  73. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_public_subkey_response.py +1 -1
  74. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_user_attribute_response.py +1 -1
  75. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_user_id_response.py +1 -1
  76. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_access_policy_response_list.py +1 -1
  77. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_artifact_distribution_response_list.py +1 -1
  78. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_artifact_response_list.py +1 -1
  79. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_composite_content_guard_response_list.py +1 -1
  80. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_content_guard_response_list.py +1 -1
  81. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_content_redirect_content_guard_response_list.py +1 -1
  82. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_distribution_response_list.py +1 -1
  83. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_domain_response_list.py +1 -1
  84. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_filesystem_export_response_list.py +1 -1
  85. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_filesystem_exporter_response_list.py +1 -1
  86. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_generic_remote_response_list.py +1 -1
  87. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_group_response_list.py +1 -1
  88. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_group_role_response_list.py +1 -1
  89. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_group_user_response_list.py +1 -1
  90. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_header_content_guard_response_list.py +1 -1
  91. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_import_response_list.py +1 -1
  92. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_multiple_artifact_content_response_list.py +1 -1
  93. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_open_pgp_distribution_response_list.py +1 -1
  94. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_open_pgp_keyring_response_list.py +1 -1
  95. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_open_pgp_public_key_response_list.py +1 -1
  96. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_open_pgp_public_subkey_response_list.py +1 -1
  97. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_open_pgp_signature_response_list.py +1 -1
  98. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_open_pgp_user_attribute_response_list.py +1 -1
  99. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_open_pgp_user_id_response_list.py +1 -1
  100. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_publication_response_list.py +1 -1
  101. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_pulp_export_response_list.py +1 -1
  102. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_pulp_exporter_response_list.py +1 -1
  103. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_pulp_importer_response_list.py +1 -1
  104. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_rbac_content_guard_response_list.py +1 -1
  105. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_repository_response_list.py +1 -1
  106. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_repository_version_response_list.py +1 -1
  107. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_role_response_list.py +1 -1
  108. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_signing_service_response_list.py +1 -1
  109. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_task_group_response_list.py +1 -1
  110. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_task_response_list.py +1 -1
  111. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_task_schedule_response_list.py +1 -1
  112. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_upload_response_list.py +1 -1
  113. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_upstream_pulp_response_list.py +1 -1
  114. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_user_response_list.py +1 -1
  115. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_user_role_response_list.py +1 -1
  116. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_vulnerability_report_response_list.py +1 -1
  117. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/paginated_worker_response_list.py +1 -1
  118. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_domain.py +1 -1
  119. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_filesystem_exporter.py +1 -1
  120. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_upstream_pulp.py +1 -1
  121. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_import_check_response.py +1 -1
  122. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/purge.py +1 -1
  123. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/rbac_content_guard_response.py +2 -2
  124. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/repository_version_response.py +1 -1
  125. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/status_response.py +12 -14
  126. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/task_group_response.py +2 -2
  127. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/task_response.py +1 -1
  128. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/upload_detail_response.py +1 -1
  129. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/upstream_pulp.py +1 -1
  130. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/upstream_pulp_response.py +2 -2
  131. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/user_response.py +2 -2
  132. {crc-pulpcore-client → pulpcore/client/pulpcore}/rest.py +1 -1
  133. crc-pulpcore-client/api/__init__.py +0 -54
  134. crc-pulpcore-client/models/__init__.py +0 -191
  135. crc-pulpcore-client/models/content_app_status_response.py +0 -99
  136. crc_pulpcore_client-20250828.3.dist-info/RECORD +0 -237
  137. crc_pulpcore_client-20250828.3.dist-info/top_level.txt +0 -1
  138. {crc_pulpcore_client-20250828.3.dist-info → crc_pulpcore_client-20250829.2.dist-info}/WHEEL +0 -0
  139. {crc-pulpcore-client → pulpcore}/__init__.py +0 -0
  140. {crc-pulpcore-client → pulpcore/client/pulpcore}/api_response.py +0 -0
  141. {crc-pulpcore-client → pulpcore/client/pulpcore}/exceptions.py +0 -0
  142. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/access_policy.py +0 -0
  143. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/access_policy_response.py +0 -0
  144. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/artifact_response.py +0 -0
  145. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/async_operation_response.py +0 -0
  146. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/composite_content_guard.py +0 -0
  147. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/composite_content_guard_response.py +0 -0
  148. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/content_guard_response.py +0 -0
  149. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/content_redirect_content_guard.py +0 -0
  150. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/content_redirect_content_guard_response.py +0 -0
  151. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/content_settings_response.py +0 -0
  152. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/content_summary_response.py +0 -0
  153. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/database_connection_response.py +0 -0
  154. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/distribution_response.py +0 -0
  155. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/evaluation_response.py +0 -0
  156. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/filesystem_export.py +0 -0
  157. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/filesystem_export_response.py +0 -0
  158. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/generic_remote_response_hidden_fields_inner.py +0 -0
  159. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/generic_remote_response_policy_enum.py +0 -0
  160. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/group.py +0 -0
  161. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/group_progress_report_response.py +0 -0
  162. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/group_response.py +0 -0
  163. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/group_role.py +0 -0
  164. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/group_role_response.py +0 -0
  165. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/group_user.py +0 -0
  166. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/group_user_response.py +0 -0
  167. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/header_content_guard.py +0 -0
  168. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/header_content_guard_response.py +0 -0
  169. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/import_response.py +0 -0
  170. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/login_response.py +0 -0
  171. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/method_enum.py +0 -0
  172. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/minimal_task_response.py +0 -0
  173. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/multiple_artifact_content_response.py +0 -0
  174. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/my_permissions_response.py +0 -0
  175. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_public_subkey.py +0 -0
  176. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_signature.py +0 -0
  177. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_signature_response.py +0 -0
  178. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_user_attribute.py +0 -0
  179. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_open_pgp_user_id.py +0 -0
  180. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_role.py +0 -0
  181. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/nested_role_response.py +0 -0
  182. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_distribution.py +0 -0
  183. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_distribution_response.py +0 -0
  184. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_keyring.py +0 -0
  185. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_keyring_response.py +0 -0
  186. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/open_pgp_signature_response.py +0 -0
  187. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/orphans_cleanup.py +0 -0
  188. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_access_policy.py +0 -0
  189. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_composite_content_guard.py +0 -0
  190. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_content_redirect_content_guard.py +0 -0
  191. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_group.py +0 -0
  192. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_header_content_guard.py +0 -0
  193. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_open_pgp_distribution.py +0 -0
  194. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_open_pgp_keyring.py +0 -0
  195. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_pulp_exporter.py +0 -0
  196. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_pulp_importer.py +0 -0
  197. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_rbac_content_guard.py +0 -0
  198. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_role.py +0 -0
  199. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_task_cancel.py +0 -0
  200. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/patched_user.py +0 -0
  201. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/policy357_enum.py +0 -0
  202. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/profile_artifact_response.py +0 -0
  203. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/progress_report_response.py +0 -0
  204. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/publication_response.py +0 -0
  205. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_export.py +0 -0
  206. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_export_response.py +0 -0
  207. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_exporter.py +0 -0
  208. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_exporter_response.py +0 -0
  209. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_import.py +0 -0
  210. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_import_check.py +0 -0
  211. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_importer.py +0 -0
  212. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/pulp_importer_response.py +0 -0
  213. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/rbac_content_guard.py +0 -0
  214. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/reclaim_space.py +0 -0
  215. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/redis_connection_response.py +0 -0
  216. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/repair.py +0 -0
  217. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/repository_add_remove_content.py +0 -0
  218. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/repository_response.py +0 -0
  219. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/role.py +0 -0
  220. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/role_response.py +0 -0
  221. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/set_label.py +0 -0
  222. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/set_label_response.py +0 -0
  223. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/signing_service_response.py +0 -0
  224. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/states_enum.py +0 -0
  225. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/storage_class_enum.py +0 -0
  226. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/storage_response.py +0 -0
  227. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/task_group_operation_response.py +0 -0
  228. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/task_schedule_response.py +0 -0
  229. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/unset_label.py +0 -0
  230. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/unset_label_response.py +0 -0
  231. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/upload.py +0 -0
  232. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/upload_chunk_response.py +0 -0
  233. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/upload_commit.py +0 -0
  234. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/upload_response.py +0 -0
  235. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/user.py +0 -0
  236. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/user_group.py +0 -0
  237. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/user_group_response.py +0 -0
  238. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/user_role.py +0 -0
  239. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/user_role_response.py +0 -0
  240. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/version_response.py +0 -0
  241. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/vulnerability_report_response.py +0 -0
  242. {crc-pulpcore-client → pulpcore/client/pulpcore}/models/worker_response.py +0 -0
  243. {crc-pulpcore-client → pulpcore/client/pulpcore}/py.typed +0 -0
@@ -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 crc-pulpcore-client.models.api_app_status_response import ApiAppStatusResponse
24
- from crc-pulpcore-client.models.content_app_status_response import ContentAppStatusResponse
25
- from crc-pulpcore-client.models.content_settings_response import ContentSettingsResponse
26
- from crc-pulpcore-client.models.database_connection_response import DatabaseConnectionResponse
27
- from crc-pulpcore-client.models.redis_connection_response import RedisConnectionResponse
28
- from crc-pulpcore-client.models.storage_response import StorageResponse
29
- from crc-pulpcore-client.models.version_response import VersionResponse
30
- from crc-pulpcore-client.models.worker_response import WorkerResponse
23
+ from pulpcore.client.pulpcore.models.app_status_response import AppStatusResponse
24
+ from pulpcore.client.pulpcore.models.content_settings_response import ContentSettingsResponse
25
+ from pulpcore.client.pulpcore.models.database_connection_response import DatabaseConnectionResponse
26
+ from pulpcore.client.pulpcore.models.redis_connection_response import RedisConnectionResponse
27
+ from pulpcore.client.pulpcore.models.storage_response import StorageResponse
28
+ from pulpcore.client.pulpcore.models.version_response import VersionResponse
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[WorkerResponse] = Field(description="List of online workers known to the application. An online worker is actively heartbeating and can respond to new work.")
40
- online_api_apps: List[ApiAppStatusResponse] = 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.")
41
- online_content_apps: List[ContentAppStatusResponse] = Field(description="List of online content apps known to the application. An online content app is actively heartbeating and can serve data to clients.")
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": [WorkerResponse.from_dict(_item) for _item in obj["online_workers"]] if obj.get("online_workers") is not None else None,
142
- "online_api_apps": [ApiAppStatusResponse.from_dict(_item) for _item in obj["online_api_apps"]] if obj.get("online_api_apps") is not None else None,
143
- "online_content_apps": [ContentAppStatusResponse.from_dict(_item) for _item in obj["online_content_apps"]] if obj.get("online_content_apps") is not None else None,
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,
@@ -20,8 +20,8 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulpcore-client.models.group_progress_report_response import GroupProgressReportResponse
24
- from crc-pulpcore-client.models.minimal_task_response import MinimalTaskResponse
23
+ from pulpcore.client.pulpcore.models.group_progress_report_response import GroupProgressReportResponse
24
+ from pulpcore.client.pulpcore.models.minimal_task_response import MinimalTaskResponse
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -21,7 +21,7 @@ import json
21
21
  from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
- from crc-pulpcore-client.models.progress_report_response import ProgressReportResponse
24
+ from pulpcore.client.pulpcore.models.progress_report_response import ProgressReportResponse
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -21,7 +21,7 @@ import json
21
21
  from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
- from crc-pulpcore-client.models.upload_chunk_response import UploadChunkResponse
24
+ from pulpcore.client.pulpcore.models.upload_chunk_response import UploadChunkResponse
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -21,7 +21,7 @@ import json
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulpcore-client.models.policy357_enum import Policy357Enum
24
+ from pulpcore.client.pulpcore.models.policy357_enum import Policy357Enum
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -21,8 +21,8 @@ import json
21
21
  from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
- from crc-pulpcore-client.models.generic_remote_response_hidden_fields_inner import GenericRemoteResponseHiddenFieldsInner
25
- from crc-pulpcore-client.models.policy357_enum import Policy357Enum
24
+ from pulpcore.client.pulpcore.models.generic_remote_response_hidden_fields_inner import GenericRemoteResponseHiddenFieldsInner
25
+ from pulpcore.client.pulpcore.models.policy357_enum import Policy357Enum
26
26
  from typing import Optional, Set
27
27
  from typing_extensions import Self
28
28
 
@@ -22,8 +22,8 @@ from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
24
  from typing_extensions import Annotated
25
- from crc-pulpcore-client.models.generic_remote_response_hidden_fields_inner import GenericRemoteResponseHiddenFieldsInner
26
- from crc-pulpcore-client.models.user_group_response import UserGroupResponse
25
+ from pulpcore.client.pulpcore.models.generic_remote_response_hidden_fields_inner import GenericRemoteResponseHiddenFieldsInner
26
+ from pulpcore.client.pulpcore.models.user_group_response import UserGroupResponse
27
27
  from typing import Optional, Set
28
28
  from typing_extensions import Self
29
29
 
@@ -20,7 +20,7 @@ import ssl
20
20
 
21
21
  import urllib3
22
22
 
23
- from crc-pulpcore-client.exceptions import ApiException, ApiValueError
23
+ from pulpcore.client.pulpcore.exceptions import ApiException, ApiValueError
24
24
 
25
25
  SUPPORTED_SOCKS_PROXIES = {"socks5", "socks5h", "socks4", "socks4a"}
26
26
  RESTResponseType = urllib3.HTTPResponse
@@ -1,54 +0,0 @@
1
- # flake8: noqa
2
-
3
- # import apis into api package
4
- from crc-pulpcore-client.api.access_policies_api import AccessPoliciesApi
5
- from crc-pulpcore-client.api.artifacts_api import ArtifactsApi
6
- from crc-pulpcore-client.api.content_api import ContentApi
7
- from crc-pulpcore-client.api.content_openpgp_publickey_api import ContentOpenpgpPublickeyApi
8
- from crc-pulpcore-client.api.content_openpgp_publicsubkey_api import ContentOpenpgpPublicsubkeyApi
9
- from crc-pulpcore-client.api.content_openpgp_signature_api import ContentOpenpgpSignatureApi
10
- from crc-pulpcore-client.api.content_openpgp_userattribute_api import ContentOpenpgpUserattributeApi
11
- from crc-pulpcore-client.api.content_openpgp_userid_api import ContentOpenpgpUseridApi
12
- from crc-pulpcore-client.api.contentguards_api import ContentguardsApi
13
- from crc-pulpcore-client.api.contentguards_composite_api import ContentguardsCompositeApi
14
- from crc-pulpcore-client.api.contentguards_content_redirect_api import ContentguardsContentRedirectApi
15
- from crc-pulpcore-client.api.contentguards_header_api import ContentguardsHeaderApi
16
- from crc-pulpcore-client.api.contentguards_rbac_api import ContentguardsRbacApi
17
- from crc-pulpcore-client.api.distributions_api import DistributionsApi
18
- from crc-pulpcore-client.api.distributions_artifacts_api import DistributionsArtifactsApi
19
- from crc-pulpcore-client.api.distributions_openpgp_api import DistributionsOpenpgpApi
20
- from crc-pulpcore-client.api.domains_api import DomainsApi
21
- from crc-pulpcore-client.api.exporters_filesystem_api import ExportersFilesystemApi
22
- from crc-pulpcore-client.api.exporters_filesystem_exports_api import ExportersFilesystemExportsApi
23
- from crc-pulpcore-client.api.exporters_pulp_api import ExportersPulpApi
24
- from crc-pulpcore-client.api.exporters_pulp_exports_api import ExportersPulpExportsApi
25
- from crc-pulpcore-client.api.groups_api import GroupsApi
26
- from crc-pulpcore-client.api.groups_roles_api import GroupsRolesApi
27
- from crc-pulpcore-client.api.groups_users_api import GroupsUsersApi
28
- from crc-pulpcore-client.api.importers_pulp_api import ImportersPulpApi
29
- from crc-pulpcore-client.api.importers_pulp_import_check_api import ImportersPulpImportCheckApi
30
- from crc-pulpcore-client.api.importers_pulp_imports_api import ImportersPulpImportsApi
31
- from crc-pulpcore-client.api.livez_api import LivezApi
32
- from crc-pulpcore-client.api.login_api import LoginApi
33
- from crc-pulpcore-client.api.orphans_api import OrphansApi
34
- from crc-pulpcore-client.api.orphans_cleanup_api import OrphansCleanupApi
35
- from crc-pulpcore-client.api.publications_api import PublicationsApi
36
- from crc-pulpcore-client.api.remotes_api import RemotesApi
37
- from crc-pulpcore-client.api.repair_api import RepairApi
38
- from crc-pulpcore-client.api.repositories_api import RepositoriesApi
39
- from crc-pulpcore-client.api.repositories_openpgp_keyring_api import RepositoriesOpenpgpKeyringApi
40
- from crc-pulpcore-client.api.repositories_reclaim_space_api import RepositoriesReclaimSpaceApi
41
- from crc-pulpcore-client.api.repository_versions_api import RepositoryVersionsApi
42
- from crc-pulpcore-client.api.roles_api import RolesApi
43
- from crc-pulpcore-client.api.signing_services_api import SigningServicesApi
44
- from crc-pulpcore-client.api.status_api import StatusApi
45
- from crc-pulpcore-client.api.task_groups_api import TaskGroupsApi
46
- from crc-pulpcore-client.api.task_schedules_api import TaskSchedulesApi
47
- from crc-pulpcore-client.api.tasks_api import TasksApi
48
- from crc-pulpcore-client.api.uploads_api import UploadsApi
49
- from crc-pulpcore-client.api.upstream_pulps_api import UpstreamPulpsApi
50
- from crc-pulpcore-client.api.users_api import UsersApi
51
- from crc-pulpcore-client.api.users_roles_api import UsersRolesApi
52
- from crc-pulpcore-client.api.vuln_report_api import VulnReportApi
53
- from crc-pulpcore-client.api.workers_api import WorkersApi
54
-
@@ -1,191 +0,0 @@
1
- # coding: utf-8
2
-
3
- # flake8: noqa
4
- """
5
- Pulp 3 API
6
-
7
- Fetch, Upload, Organize, and Distribute Software Packages
8
-
9
- The version of the OpenAPI document: v3
10
- Contact: pulp-list@redhat.com
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
12
-
13
- Do not edit the class manually.
14
- """ # noqa: E501
15
-
16
-
17
- # import models into model package
18
- from crc-pulpcore-client.models.access_policy import AccessPolicy
19
- from crc-pulpcore-client.models.access_policy_response import AccessPolicyResponse
20
- from crc-pulpcore-client.models.api_app_status_response import ApiAppStatusResponse
21
- from crc-pulpcore-client.models.artifact_distribution_response import ArtifactDistributionResponse
22
- from crc-pulpcore-client.models.artifact_response import ArtifactResponse
23
- from crc-pulpcore-client.models.async_operation_response import AsyncOperationResponse
24
- from crc-pulpcore-client.models.composite_content_guard import CompositeContentGuard
25
- from crc-pulpcore-client.models.composite_content_guard_response import CompositeContentGuardResponse
26
- from crc-pulpcore-client.models.content_app_status_response import ContentAppStatusResponse
27
- from crc-pulpcore-client.models.content_guard_response import ContentGuardResponse
28
- from crc-pulpcore-client.models.content_redirect_content_guard import ContentRedirectContentGuard
29
- from crc-pulpcore-client.models.content_redirect_content_guard_response import ContentRedirectContentGuardResponse
30
- from crc-pulpcore-client.models.content_settings_response import ContentSettingsResponse
31
- from crc-pulpcore-client.models.content_summary_response import ContentSummaryResponse
32
- from crc-pulpcore-client.models.database_connection_response import DatabaseConnectionResponse
33
- from crc-pulpcore-client.models.distribution_response import DistributionResponse
34
- from crc-pulpcore-client.models.domain import Domain
35
- from crc-pulpcore-client.models.domain_backend_migrator import DomainBackendMigrator
36
- from crc-pulpcore-client.models.domain_response import DomainResponse
37
- from crc-pulpcore-client.models.evaluation_response import EvaluationResponse
38
- from crc-pulpcore-client.models.filesystem_export import FilesystemExport
39
- from crc-pulpcore-client.models.filesystem_export_response import FilesystemExportResponse
40
- from crc-pulpcore-client.models.filesystem_exporter import FilesystemExporter
41
- from crc-pulpcore-client.models.filesystem_exporter_response import FilesystemExporterResponse
42
- from crc-pulpcore-client.models.generic_remote_response import GenericRemoteResponse
43
- from crc-pulpcore-client.models.generic_remote_response_hidden_fields_inner import GenericRemoteResponseHiddenFieldsInner
44
- from crc-pulpcore-client.models.generic_remote_response_policy_enum import GenericRemoteResponsePolicyEnum
45
- from crc-pulpcore-client.models.group import Group
46
- from crc-pulpcore-client.models.group_progress_report_response import GroupProgressReportResponse
47
- from crc-pulpcore-client.models.group_response import GroupResponse
48
- from crc-pulpcore-client.models.group_role import GroupRole
49
- from crc-pulpcore-client.models.group_role_response import GroupRoleResponse
50
- from crc-pulpcore-client.models.group_user import GroupUser
51
- from crc-pulpcore-client.models.group_user_response import GroupUserResponse
52
- from crc-pulpcore-client.models.header_content_guard import HeaderContentGuard
53
- from crc-pulpcore-client.models.header_content_guard_response import HeaderContentGuardResponse
54
- from crc-pulpcore-client.models.import_response import ImportResponse
55
- from crc-pulpcore-client.models.login_response import LoginResponse
56
- from crc-pulpcore-client.models.method_enum import MethodEnum
57
- from crc-pulpcore-client.models.minimal_task_response import MinimalTaskResponse
58
- from crc-pulpcore-client.models.multiple_artifact_content_response import MultipleArtifactContentResponse
59
- from crc-pulpcore-client.models.my_permissions_response import MyPermissionsResponse
60
- from crc-pulpcore-client.models.nested_open_pgp_public_subkey import NestedOpenPGPPublicSubkey
61
- from crc-pulpcore-client.models.nested_open_pgp_public_subkey_response import NestedOpenPGPPublicSubkeyResponse
62
- from crc-pulpcore-client.models.nested_open_pgp_signature import NestedOpenPGPSignature
63
- from crc-pulpcore-client.models.nested_open_pgp_signature_response import NestedOpenPGPSignatureResponse
64
- from crc-pulpcore-client.models.nested_open_pgp_user_attribute import NestedOpenPGPUserAttribute
65
- from crc-pulpcore-client.models.nested_open_pgp_user_attribute_response import NestedOpenPGPUserAttributeResponse
66
- from crc-pulpcore-client.models.nested_open_pgp_user_id import NestedOpenPGPUserID
67
- from crc-pulpcore-client.models.nested_open_pgp_user_id_response import NestedOpenPGPUserIDResponse
68
- from crc-pulpcore-client.models.nested_role import NestedRole
69
- from crc-pulpcore-client.models.nested_role_response import NestedRoleResponse
70
- from crc-pulpcore-client.models.object_roles_response import ObjectRolesResponse
71
- from crc-pulpcore-client.models.open_pgp_distribution import OpenPGPDistribution
72
- from crc-pulpcore-client.models.open_pgp_distribution_response import OpenPGPDistributionResponse
73
- from crc-pulpcore-client.models.open_pgp_keyring import OpenPGPKeyring
74
- from crc-pulpcore-client.models.open_pgp_keyring_response import OpenPGPKeyringResponse
75
- from crc-pulpcore-client.models.open_pgp_public_key_response import OpenPGPPublicKeyResponse
76
- from crc-pulpcore-client.models.open_pgp_public_subkey_response import OpenPGPPublicSubkeyResponse
77
- from crc-pulpcore-client.models.open_pgp_signature_response import OpenPGPSignatureResponse
78
- from crc-pulpcore-client.models.open_pgp_user_attribute_response import OpenPGPUserAttributeResponse
79
- from crc-pulpcore-client.models.open_pgp_user_id_response import OpenPGPUserIDResponse
80
- from crc-pulpcore-client.models.orphans_cleanup import OrphansCleanup
81
- from crc-pulpcore-client.models.paginated_access_policy_response_list import PaginatedAccessPolicyResponseList
82
- from crc-pulpcore-client.models.paginated_artifact_distribution_response_list import PaginatedArtifactDistributionResponseList
83
- from crc-pulpcore-client.models.paginated_artifact_response_list import PaginatedArtifactResponseList
84
- from crc-pulpcore-client.models.paginated_composite_content_guard_response_list import PaginatedCompositeContentGuardResponseList
85
- from crc-pulpcore-client.models.paginated_content_guard_response_list import PaginatedContentGuardResponseList
86
- from crc-pulpcore-client.models.paginated_content_redirect_content_guard_response_list import PaginatedContentRedirectContentGuardResponseList
87
- from crc-pulpcore-client.models.paginated_distribution_response_list import PaginatedDistributionResponseList
88
- from crc-pulpcore-client.models.paginated_domain_response_list import PaginatedDomainResponseList
89
- from crc-pulpcore-client.models.paginated_filesystem_export_response_list import PaginatedFilesystemExportResponseList
90
- from crc-pulpcore-client.models.paginated_filesystem_exporter_response_list import PaginatedFilesystemExporterResponseList
91
- from crc-pulpcore-client.models.paginated_generic_remote_response_list import PaginatedGenericRemoteResponseList
92
- from crc-pulpcore-client.models.paginated_group_response_list import PaginatedGroupResponseList
93
- from crc-pulpcore-client.models.paginated_group_role_response_list import PaginatedGroupRoleResponseList
94
- from crc-pulpcore-client.models.paginated_group_user_response_list import PaginatedGroupUserResponseList
95
- from crc-pulpcore-client.models.paginated_header_content_guard_response_list import PaginatedHeaderContentGuardResponseList
96
- from crc-pulpcore-client.models.paginated_import_response_list import PaginatedImportResponseList
97
- from crc-pulpcore-client.models.paginated_multiple_artifact_content_response_list import PaginatedMultipleArtifactContentResponseList
98
- from crc-pulpcore-client.models.paginated_open_pgp_distribution_response_list import PaginatedOpenPGPDistributionResponseList
99
- from crc-pulpcore-client.models.paginated_open_pgp_keyring_response_list import PaginatedOpenPGPKeyringResponseList
100
- from crc-pulpcore-client.models.paginated_open_pgp_public_key_response_list import PaginatedOpenPGPPublicKeyResponseList
101
- from crc-pulpcore-client.models.paginated_open_pgp_public_subkey_response_list import PaginatedOpenPGPPublicSubkeyResponseList
102
- from crc-pulpcore-client.models.paginated_open_pgp_signature_response_list import PaginatedOpenPGPSignatureResponseList
103
- from crc-pulpcore-client.models.paginated_open_pgp_user_attribute_response_list import PaginatedOpenPGPUserAttributeResponseList
104
- from crc-pulpcore-client.models.paginated_open_pgp_user_id_response_list import PaginatedOpenPGPUserIDResponseList
105
- from crc-pulpcore-client.models.paginated_publication_response_list import PaginatedPublicationResponseList
106
- from crc-pulpcore-client.models.paginated_pulp_export_response_list import PaginatedPulpExportResponseList
107
- from crc-pulpcore-client.models.paginated_pulp_exporter_response_list import PaginatedPulpExporterResponseList
108
- from crc-pulpcore-client.models.paginated_pulp_importer_response_list import PaginatedPulpImporterResponseList
109
- from crc-pulpcore-client.models.paginated_rbac_content_guard_response_list import PaginatedRBACContentGuardResponseList
110
- from crc-pulpcore-client.models.paginated_repository_response_list import PaginatedRepositoryResponseList
111
- from crc-pulpcore-client.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
112
- from crc-pulpcore-client.models.paginated_role_response_list import PaginatedRoleResponseList
113
- from crc-pulpcore-client.models.paginated_signing_service_response_list import PaginatedSigningServiceResponseList
114
- from crc-pulpcore-client.models.paginated_task_group_response_list import PaginatedTaskGroupResponseList
115
- from crc-pulpcore-client.models.paginated_task_response_list import PaginatedTaskResponseList
116
- from crc-pulpcore-client.models.paginated_task_schedule_response_list import PaginatedTaskScheduleResponseList
117
- from crc-pulpcore-client.models.paginated_upload_response_list import PaginatedUploadResponseList
118
- from crc-pulpcore-client.models.paginated_upstream_pulp_response_list import PaginatedUpstreamPulpResponseList
119
- from crc-pulpcore-client.models.paginated_user_response_list import PaginatedUserResponseList
120
- from crc-pulpcore-client.models.paginated_user_role_response_list import PaginatedUserRoleResponseList
121
- from crc-pulpcore-client.models.paginated_vulnerability_report_response_list import PaginatedVulnerabilityReportResponseList
122
- from crc-pulpcore-client.models.paginated_worker_response_list import PaginatedWorkerResponseList
123
- from crc-pulpcore-client.models.patched_access_policy import PatchedAccessPolicy
124
- from crc-pulpcore-client.models.patched_composite_content_guard import PatchedCompositeContentGuard
125
- from crc-pulpcore-client.models.patched_content_redirect_content_guard import PatchedContentRedirectContentGuard
126
- from crc-pulpcore-client.models.patched_domain import PatchedDomain
127
- from crc-pulpcore-client.models.patched_filesystem_exporter import PatchedFilesystemExporter
128
- from crc-pulpcore-client.models.patched_group import PatchedGroup
129
- from crc-pulpcore-client.models.patched_header_content_guard import PatchedHeaderContentGuard
130
- from crc-pulpcore-client.models.patched_open_pgp_distribution import PatchedOpenPGPDistribution
131
- from crc-pulpcore-client.models.patched_open_pgp_keyring import PatchedOpenPGPKeyring
132
- from crc-pulpcore-client.models.patched_pulp_exporter import PatchedPulpExporter
133
- from crc-pulpcore-client.models.patched_pulp_importer import PatchedPulpImporter
134
- from crc-pulpcore-client.models.patched_rbac_content_guard import PatchedRBACContentGuard
135
- from crc-pulpcore-client.models.patched_role import PatchedRole
136
- from crc-pulpcore-client.models.patched_task_cancel import PatchedTaskCancel
137
- from crc-pulpcore-client.models.patched_upstream_pulp import PatchedUpstreamPulp
138
- from crc-pulpcore-client.models.patched_user import PatchedUser
139
- from crc-pulpcore-client.models.policy357_enum import Policy357Enum
140
- from crc-pulpcore-client.models.profile_artifact_response import ProfileArtifactResponse
141
- from crc-pulpcore-client.models.progress_report_response import ProgressReportResponse
142
- from crc-pulpcore-client.models.publication_response import PublicationResponse
143
- from crc-pulpcore-client.models.pulp_export import PulpExport
144
- from crc-pulpcore-client.models.pulp_export_response import PulpExportResponse
145
- from crc-pulpcore-client.models.pulp_exporter import PulpExporter
146
- from crc-pulpcore-client.models.pulp_exporter_response import PulpExporterResponse
147
- from crc-pulpcore-client.models.pulp_import import PulpImport
148
- from crc-pulpcore-client.models.pulp_import_check import PulpImportCheck
149
- from crc-pulpcore-client.models.pulp_import_check_response import PulpImportCheckResponse
150
- from crc-pulpcore-client.models.pulp_importer import PulpImporter
151
- from crc-pulpcore-client.models.pulp_importer_response import PulpImporterResponse
152
- from crc-pulpcore-client.models.purge import Purge
153
- from crc-pulpcore-client.models.rbac_content_guard import RBACContentGuard
154
- from crc-pulpcore-client.models.rbac_content_guard_response import RBACContentGuardResponse
155
- from crc-pulpcore-client.models.reclaim_space import ReclaimSpace
156
- from crc-pulpcore-client.models.redis_connection_response import RedisConnectionResponse
157
- from crc-pulpcore-client.models.repair import Repair
158
- from crc-pulpcore-client.models.repository_add_remove_content import RepositoryAddRemoveContent
159
- from crc-pulpcore-client.models.repository_response import RepositoryResponse
160
- from crc-pulpcore-client.models.repository_version_response import RepositoryVersionResponse
161
- from crc-pulpcore-client.models.role import Role
162
- from crc-pulpcore-client.models.role_response import RoleResponse
163
- from crc-pulpcore-client.models.set_label import SetLabel
164
- from crc-pulpcore-client.models.set_label_response import SetLabelResponse
165
- from crc-pulpcore-client.models.signing_service_response import SigningServiceResponse
166
- from crc-pulpcore-client.models.states_enum import StatesEnum
167
- from crc-pulpcore-client.models.status_response import StatusResponse
168
- from crc-pulpcore-client.models.storage_class_enum import StorageClassEnum
169
- from crc-pulpcore-client.models.storage_response import StorageResponse
170
- from crc-pulpcore-client.models.task_group_operation_response import TaskGroupOperationResponse
171
- from crc-pulpcore-client.models.task_group_response import TaskGroupResponse
172
- from crc-pulpcore-client.models.task_response import TaskResponse
173
- from crc-pulpcore-client.models.task_schedule_response import TaskScheduleResponse
174
- from crc-pulpcore-client.models.unset_label import UnsetLabel
175
- from crc-pulpcore-client.models.unset_label_response import UnsetLabelResponse
176
- from crc-pulpcore-client.models.upload import Upload
177
- from crc-pulpcore-client.models.upload_chunk_response import UploadChunkResponse
178
- from crc-pulpcore-client.models.upload_commit import UploadCommit
179
- from crc-pulpcore-client.models.upload_detail_response import UploadDetailResponse
180
- from crc-pulpcore-client.models.upload_response import UploadResponse
181
- from crc-pulpcore-client.models.upstream_pulp import UpstreamPulp
182
- from crc-pulpcore-client.models.upstream_pulp_response import UpstreamPulpResponse
183
- from crc-pulpcore-client.models.user import User
184
- from crc-pulpcore-client.models.user_group import UserGroup
185
- from crc-pulpcore-client.models.user_group_response import UserGroupResponse
186
- from crc-pulpcore-client.models.user_response import UserResponse
187
- from crc-pulpcore-client.models.user_role import UserRole
188
- from crc-pulpcore-client.models.user_role_response import UserRoleResponse
189
- from crc-pulpcore-client.models.version_response import VersionResponse
190
- from crc-pulpcore-client.models.vulnerability_report_response import VulnerabilityReportResponse
191
- from crc-pulpcore-client.models.worker_response import WorkerResponse
@@ -1,99 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Pulp 3 API
5
-
6
- Fetch, Upload, Organize, and Distribute Software Packages
7
-
8
- The version of the OpenAPI document: v3
9
- Contact: pulp-list@redhat.com
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
11
-
12
- Do not edit the class manually.
13
- """ # noqa: E501
14
-
15
-
16
- from __future__ import annotations
17
- import pprint
18
- import re # noqa: F401
19
- import json
20
-
21
- from datetime import datetime
22
- from pydantic import BaseModel, ConfigDict, Field, StrictStr
23
- from typing import Any, ClassVar, Dict, List, Optional
24
- from typing import Optional, Set
25
- from typing_extensions import Self
26
-
27
- class ContentAppStatusResponse(BaseModel):
28
- """
29
- Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
30
- """ # noqa: E501
31
- name: Optional[StrictStr] = Field(default=None, description="The name of the worker.")
32
- last_heartbeat: Optional[datetime] = Field(default=None, description="Timestamp of the last time the worker talked to the service.")
33
- versions: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="Versions of the components installed.")
34
- __properties: ClassVar[List[str]] = ["name", "last_heartbeat", "versions"]
35
-
36
- model_config = ConfigDict(
37
- populate_by_name=True,
38
- validate_assignment=True,
39
- protected_namespaces=(),
40
- )
41
-
42
-
43
- def to_str(self) -> str:
44
- """Returns the string representation of the model using alias"""
45
- return pprint.pformat(self.model_dump(by_alias=True))
46
-
47
- def to_json(self) -> str:
48
- """Returns the JSON representation of the model using alias"""
49
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
50
- return json.dumps(self.to_dict())
51
-
52
- @classmethod
53
- def from_json(cls, json_str: str) -> Optional[Self]:
54
- """Create an instance of ContentAppStatusResponse from a JSON string"""
55
- return cls.from_dict(json.loads(json_str))
56
-
57
- def to_dict(self) -> Dict[str, Any]:
58
- """Return the dictionary representation of the model using alias.
59
-
60
- This has the following differences from calling pydantic's
61
- `self.model_dump(by_alias=True)`:
62
-
63
- * `None` is only added to the output dict for nullable fields that
64
- were set at model initialization. Other fields with value `None`
65
- are ignored.
66
- * OpenAPI `readOnly` fields are excluded.
67
- * OpenAPI `readOnly` fields are excluded.
68
- * OpenAPI `readOnly` fields are excluded.
69
- """
70
- excluded_fields: Set[str] = set([
71
- "name",
72
- "last_heartbeat",
73
- "versions",
74
- ])
75
-
76
- _dict = self.model_dump(
77
- by_alias=True,
78
- exclude=excluded_fields,
79
- exclude_none=True,
80
- )
81
- return _dict
82
-
83
- @classmethod
84
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
85
- """Create an instance of ContentAppStatusResponse from a dict"""
86
- if obj is None:
87
- return None
88
-
89
- if not isinstance(obj, dict):
90
- return cls.model_validate(obj)
91
-
92
- _obj = cls.model_validate({
93
- "name": obj.get("name"),
94
- "last_heartbeat": obj.get("last_heartbeat"),
95
- "versions": obj.get("versions")
96
- })
97
- return _obj
98
-
99
-