crc-pulpcore-client 20250918.1__py3-none-any.whl → 20250922.1__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.
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/METADATA +1 -1
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/RECORD +77 -77
- pulpcore/client/pulpcore/__init__.py +1 -1
- pulpcore/client/pulpcore/api_client.py +1 -1
- pulpcore/client/pulpcore/configuration.py +3 -3
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +20 -20
- pulpcore/client/pulpcore/models/filesystem_export_response.py +2 -0
- pulpcore/client/pulpcore/models/generic_remote_response.py +3 -1
- pulpcore/client/pulpcore/models/group_role_response.py +2 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +2 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +1 -1
- pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +3 -2
- pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +2 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +2 -0
- pulpcore/client/pulpcore/models/open_pgp_keyring.py +2 -2
- pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +3 -2
- pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +6 -0
- pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +2 -0
- pulpcore/client/pulpcore/models/open_pgp_signature_response.py +2 -1
- pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +2 -0
- pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +2 -0
- pulpcore/client/pulpcore/models/orphans_cleanup.py +3 -2
- pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_domain_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_group_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_import_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_publication_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_repository_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_role_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_task_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_upload_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_user_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_worker_response_list.py +10 -0
- pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +2 -2
- pulpcore/client/pulpcore/models/pulp_export_response.py +2 -0
- pulpcore/client/pulpcore/models/rbac_content_guard_response.py +4 -0
- pulpcore/client/pulpcore/models/repository_response.py +3 -2
- pulpcore/client/pulpcore/models/storage_response.py +5 -4
- pulpcore/client/pulpcore/models/task_group_response.py +4 -0
- pulpcore/client/pulpcore/models/task_response.py +11 -1
- pulpcore/client/pulpcore/models/upload_detail_response.py +2 -0
- pulpcore/client/pulpcore/models/upstream_pulp_response.py +2 -0
- pulpcore/client/pulpcore/models/user_response.py +4 -0
- pulpcore/client/pulpcore/models/user_role_response.py +2 -0
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/WHEEL +0 -0
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/top_level.txt +0 -0
{crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/RECORD
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulpcore/__init__.py,sha256=
|
|
4
|
-
pulpcore/client/pulpcore/api_client.py,sha256=
|
|
3
|
+
pulpcore/client/pulpcore/__init__.py,sha256=ibxOPcVDGjUSquY2qCtVfRGmmsf8EfBVtlrGRrKt7WE,21079
|
|
4
|
+
pulpcore/client/pulpcore/api_client.py,sha256=9J959wCgYfXB4Xwz_gkdq44BRts9l0xMZOGX7ZvBw1s,27517
|
|
5
5
|
pulpcore/client/pulpcore/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulpcore/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulpcore/configuration.py,sha256=9krnplZ6AgS0_Oal4XqXSdufBP2jYpSpRP7bGkrbr-M,19674
|
|
7
7
|
pulpcore/client/pulpcore/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
8
|
pulpcore/client/pulpcore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulpcore/rest.py,sha256=ZFqHiM-CIVneED6Dl_oqo7zt3Uqa_fBHPCvoMvLG0YY,9407
|
|
@@ -62,7 +62,7 @@ pulpcore/client/pulpcore/models/__init__.py,sha256=i68BXgoQ6TL3jw3uyMyfH0YAgfVxp
|
|
|
62
62
|
pulpcore/client/pulpcore/models/access_policy.py,sha256=o_UQkz1odEC7WkNVr1Wd7FUBF3Sa8MyS2rOvb-ozwbc,3427
|
|
63
63
|
pulpcore/client/pulpcore/models/access_policy_response.py,sha256=xz4QOVu46bgH8_rMh0yiilUE6zHv846XScHyBAufGM0,5127
|
|
64
64
|
pulpcore/client/pulpcore/models/app_status_response.py,sha256=7Rwrum0tCejkwY-KCBAtgO3HCs892layz8_UlbEUIFY,3210
|
|
65
|
-
pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=
|
|
65
|
+
pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=Aj8iHWxuHg6LZn0fs5el4JGsAsjWI1lI_v5KJv2Tmu8,5474
|
|
66
66
|
pulpcore/client/pulpcore/models/artifact_response.py,sha256=RRXzTZXO-RP9ashupuQIn7yt2UWHh85_PW6Dh9IjyDM,6276
|
|
67
67
|
pulpcore/client/pulpcore/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
68
68
|
pulpcore/client/pulpcore/models/composite_content_guard.py,sha256=7GRHt4V0-OB23eq4sCc4nsoj_gK2eiMPmN3RQn517BY,3260
|
|
@@ -79,17 +79,17 @@ pulpcore/client/pulpcore/models/domain_backend_migrator.py,sha256=Tz491eivoxfvol
|
|
|
79
79
|
pulpcore/client/pulpcore/models/domain_response.py,sha256=seQsL_eAWxio2zd7cbqCzQBXQQZlg0fiENeCU7iP2G4,5920
|
|
80
80
|
pulpcore/client/pulpcore/models/evaluation_response.py,sha256=0aKhrXPx7fXizNYgthngY1uGs3m_sqNW6HEZOS9VTu0,2942
|
|
81
81
|
pulpcore/client/pulpcore/models/filesystem_export.py,sha256=rMOAiuOnPXsBx5b8dAIO53ZJAtOoPK8wYhZrwjkTlG4,3408
|
|
82
|
-
pulpcore/client/pulpcore/models/filesystem_export_response.py,sha256=
|
|
82
|
+
pulpcore/client/pulpcore/models/filesystem_export_response.py,sha256=Rmh_lcx_7MXgdCMOw5O9PLEx3HjAXDQL2lhmBqFKsKg,4458
|
|
83
83
|
pulpcore/client/pulpcore/models/filesystem_exporter.py,sha256=1-amDTEus2w4yPYo8ipZg0lIPLGJMZ3CWiTtPTJlJ9o,3112
|
|
84
84
|
pulpcore/client/pulpcore/models/filesystem_exporter_response.py,sha256=8QsFc95ytOykb-HQ459efwOnpkyR7866BAi5Yh6xZz4,4131
|
|
85
|
-
pulpcore/client/pulpcore/models/generic_remote_response.py,sha256=
|
|
85
|
+
pulpcore/client/pulpcore/models/generic_remote_response.py,sha256=jBdNCU1lTYZFeCXU_5tdooxUhg6ucYcK40sBDTF58KU,11363
|
|
86
86
|
pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py,sha256=d8VXwJCqqiixfsId6JYEeek6QbFUI4w-JiOnSAHGKYE,2639
|
|
87
87
|
pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py,sha256=axJQP4PmoGPxT2r0UfRov_hDDF20W5EREc9gqhLPhko,1296
|
|
88
88
|
pulpcore/client/pulpcore/models/group.py,sha256=_4GPGaCrmEzk4uLfEzUQWNt2VCmo9xywbksyi-80Qfg,2556
|
|
89
89
|
pulpcore/client/pulpcore/models/group_progress_report_response.py,sha256=GKLZIzFVAGuqPpc6HXnF5kBZ-CW7O1JafgiQnAHnR3Q,4150
|
|
90
90
|
pulpcore/client/pulpcore/models/group_response.py,sha256=wv6vULtj9b77WDg6r1XuKb3RetMdMwPNkkRybUaVlYs,3064
|
|
91
91
|
pulpcore/client/pulpcore/models/group_role.py,sha256=1th4mltVYc5Kqtk0Ljcye5r0NHI2ToSSEuLpSP7qtOE,4114
|
|
92
|
-
pulpcore/client/pulpcore/models/group_role_response.py,sha256=
|
|
92
|
+
pulpcore/client/pulpcore/models/group_role_response.py,sha256=y1P9pt-ys_duF4ABTnbdNI5Fw_sPsa7r9TZW2B1D6tE,5463
|
|
93
93
|
pulpcore/client/pulpcore/models/group_user.py,sha256=8MUB4Kqu87V-8IUMuZdPjG_YNZK-eg8t3-hBZfttD5c,2673
|
|
94
94
|
pulpcore/client/pulpcore/models/group_user_response.py,sha256=84lWK5dsHhXzytboaqehM-9utHbjjdAlTeYVs379YXk,3028
|
|
95
95
|
pulpcore/client/pulpcore/models/header_content_guard.py,sha256=VoLoZqR8nfiGc9Pq43FkC25DyUQZOG3YM7Z11X37yCY,3974
|
|
@@ -101,68 +101,68 @@ pulpcore/client/pulpcore/models/minimal_task_response.py,sha256=j1Lom5fnHXbotfu0
|
|
|
101
101
|
pulpcore/client/pulpcore/models/multiple_artifact_content_response.py,sha256=ZQm4kPGLhw-UpCdm6amvzbSq10XDsuPwdHg08szFpik,4537
|
|
102
102
|
pulpcore/client/pulpcore/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
103
103
|
pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py,sha256=hIjgFAhJwnvdCYVkWHK3_L7ZBwh-4TcIEO_7KTFp56w,3016
|
|
104
|
-
pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py,sha256=
|
|
105
|
-
pulpcore/client/pulpcore/models/nested_open_pgp_signature.py,sha256=
|
|
106
|
-
pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py,sha256=
|
|
104
|
+
pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py,sha256=rhAV7pnIKL2Iqj0ZwnBKyLo2lSrWqyyAqmw-kiQ0CWk,3811
|
|
105
|
+
pulpcore/client/pulpcore/models/nested_open_pgp_signature.py,sha256=_-Gj3CrRj70N-ikEgVbE-i5NyRS1JKVZhErZHFDChwo,4500
|
|
106
|
+
pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py,sha256=OpXT1_E5A285gsLAi_edo1fy0R_7puInEUh-7yYpbVo,4658
|
|
107
107
|
pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py,sha256=b_KBaC7V99IWH_qE54PqNUySFfCKIypbGQyHEHMHwA4,2894
|
|
108
|
-
pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py,sha256=
|
|
108
|
+
pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py,sha256=SCuMDEH5KehTMzbyOu9amB8vDIyNDpiASCw-Cl48EiM,3689
|
|
109
109
|
pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py,sha256=cAtzX37yvQoAESjARB3YxloUmSA7ZNqWLGFFRNDG_Uk,2861
|
|
110
|
-
pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py,sha256=
|
|
110
|
+
pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py,sha256=_fsisiJ9WQfXrrBFIUMkCfWRDDlONTwIWjo7FAgDd8g,3595
|
|
111
111
|
pulpcore/client/pulpcore/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
112
112
|
pulpcore/client/pulpcore/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
113
113
|
pulpcore/client/pulpcore/models/object_roles_response.py,sha256=Q228aFO26vB10XuM_MxGoQQVdZvziXtG9N4tud2LLFI,2973
|
|
114
114
|
pulpcore/client/pulpcore/models/open_pgp_distribution.py,sha256=yoR8NT5aQ2t2ESG_GLDM7u6zpMouhQ-mbnDysngEj1A,5851
|
|
115
115
|
pulpcore/client/pulpcore/models/open_pgp_distribution_response.py,sha256=jguhr6BB3XzdOnT8PKCMBSbd9Q7X2ckp1i9FhK1-nsg,7568
|
|
116
|
-
pulpcore/client/pulpcore/models/open_pgp_keyring.py,sha256=
|
|
117
|
-
pulpcore/client/pulpcore/models/open_pgp_keyring_response.py,sha256=
|
|
118
|
-
pulpcore/client/pulpcore/models/open_pgp_public_key_response.py,sha256=
|
|
119
|
-
pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py,sha256=
|
|
120
|
-
pulpcore/client/pulpcore/models/open_pgp_signature_response.py,sha256=
|
|
121
|
-
pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py,sha256=
|
|
122
|
-
pulpcore/client/pulpcore/models/open_pgp_user_id_response.py,sha256=
|
|
123
|
-
pulpcore/client/pulpcore/models/orphans_cleanup.py,sha256=
|
|
124
|
-
pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py,sha256=
|
|
125
|
-
pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py,sha256=
|
|
126
|
-
pulpcore/client/pulpcore/models/paginated_artifact_response_list.py,sha256=
|
|
127
|
-
pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py,sha256=
|
|
128
|
-
pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py,sha256=
|
|
129
|
-
pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py,sha256=
|
|
130
|
-
pulpcore/client/pulpcore/models/paginated_distribution_response_list.py,sha256=
|
|
131
|
-
pulpcore/client/pulpcore/models/paginated_domain_response_list.py,sha256=
|
|
132
|
-
pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py,sha256=
|
|
133
|
-
pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py,sha256=
|
|
134
|
-
pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py,sha256=
|
|
135
|
-
pulpcore/client/pulpcore/models/paginated_group_response_list.py,sha256=
|
|
136
|
-
pulpcore/client/pulpcore/models/paginated_group_role_response_list.py,sha256=
|
|
137
|
-
pulpcore/client/pulpcore/models/paginated_group_user_response_list.py,sha256=
|
|
138
|
-
pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py,sha256=
|
|
139
|
-
pulpcore/client/pulpcore/models/paginated_import_response_list.py,sha256=
|
|
140
|
-
pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py,sha256=
|
|
141
|
-
pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py,sha256=
|
|
142
|
-
pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py,sha256=
|
|
143
|
-
pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py,sha256=
|
|
144
|
-
pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py,sha256=
|
|
145
|
-
pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py,sha256=
|
|
146
|
-
pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py,sha256=
|
|
147
|
-
pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py,sha256=
|
|
148
|
-
pulpcore/client/pulpcore/models/paginated_publication_response_list.py,sha256=
|
|
149
|
-
pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py,sha256=
|
|
150
|
-
pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py,sha256=
|
|
151
|
-
pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py,sha256=
|
|
152
|
-
pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py,sha256=
|
|
153
|
-
pulpcore/client/pulpcore/models/paginated_repository_response_list.py,sha256=
|
|
154
|
-
pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py,sha256=
|
|
155
|
-
pulpcore/client/pulpcore/models/paginated_role_response_list.py,sha256=
|
|
156
|
-
pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py,sha256=
|
|
157
|
-
pulpcore/client/pulpcore/models/paginated_task_group_response_list.py,sha256=
|
|
158
|
-
pulpcore/client/pulpcore/models/paginated_task_response_list.py,sha256=
|
|
159
|
-
pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py,sha256=
|
|
160
|
-
pulpcore/client/pulpcore/models/paginated_upload_response_list.py,sha256=
|
|
161
|
-
pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py,sha256=
|
|
162
|
-
pulpcore/client/pulpcore/models/paginated_user_response_list.py,sha256=
|
|
163
|
-
pulpcore/client/pulpcore/models/paginated_user_role_response_list.py,sha256=
|
|
164
|
-
pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py,sha256=
|
|
165
|
-
pulpcore/client/pulpcore/models/paginated_worker_response_list.py,sha256=
|
|
116
|
+
pulpcore/client/pulpcore/models/open_pgp_keyring.py,sha256=hx97tPnRvehM1wR7xmn29ji-OPlNxpMTURKH_79C4kM,4404
|
|
117
|
+
pulpcore/client/pulpcore/models/open_pgp_keyring_response.py,sha256=TvTv4r8JSs08S9uU1QvCupdzXw4HqIBZaQOPw0ABNiE,5876
|
|
118
|
+
pulpcore/client/pulpcore/models/open_pgp_public_key_response.py,sha256=iUl7uEenloWyPJvwDTm8yZ8UxMavlZ_C8cKCwFUd1_U,6879
|
|
119
|
+
pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py,sha256=b4k_7Ym_C7SNQ_FssDkYeUXyeAu1UpYMqu6oHStRLtg,5494
|
|
120
|
+
pulpcore/client/pulpcore/models/open_pgp_signature_response.py,sha256=dPnKyPn6D7pnDmMkS7LezjY9yQzcm8QUG1S74qEnG98,6350
|
|
121
|
+
pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py,sha256=p_znZfkWBsZryO-6eUX1dGh717ubx0UFhgadcnM2oWE,5402
|
|
122
|
+
pulpcore/client/pulpcore/models/open_pgp_user_id_response.py,sha256=prNPdd-VeLj1ZESn33a-6NBHN_ALEVmsfj_n2e_heV0,5304
|
|
123
|
+
pulpcore/client/pulpcore/models/orphans_cleanup.py,sha256=P0rNr0bCQHdVbW31ZMeLNkbIe4ZAsrwt0u4e9yQcuB0,3550
|
|
124
|
+
pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py,sha256=_uRNJFgDSFgUAXGgcWTIyoMOVSHQ0hynhjzJlnC3-6o,3756
|
|
125
|
+
pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py,sha256=RDn0zvVyjGiVbhDYI4KaE6wnpPLyrGkGjWJzg2k8arQ,3820
|
|
126
|
+
pulpcore/client/pulpcore/models/paginated_artifact_response_list.py,sha256=yf6jRWg2HkXS_Z3hOEz63YCn-1fIhYsAzD9PcdUOxHE,3723
|
|
127
|
+
pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py,sha256=35IoG5TQJxp_oCaEXUtUv5ztFPt0GSv90t7U8O63-qI,3829
|
|
128
|
+
pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py,sha256=8JkdarhlDPE4xE8TzL60IbG5LLE0CKl9qFAndui8P1g,3756
|
|
129
|
+
pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py,sha256=cRQUifJm7AjbPtpBE8LOhfgRF-Bqqe4baySN_o9BEaE,3878
|
|
130
|
+
pulpcore/client/pulpcore/models/paginated_distribution_response_list.py,sha256=dJpYTB9gOV6_zvTHs3rczxUNEYAk21dmUYpqjSXtxlo,3755
|
|
131
|
+
pulpcore/client/pulpcore/models/paginated_domain_response_list.py,sha256=qoMv7Wg4TkgUHoPDDRXYvAdmmYIrBPhf6X_4fYTZoQs,3707
|
|
132
|
+
pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py,sha256=gsvqkhp0G2-5gIowbaIVJGxDR1JkmE3U3qNIdN41pV4,3788
|
|
133
|
+
pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py,sha256=3-8HUNnQVkbFd6NfxTsnINQPb4bVZiBaNVEcL284iAg,3804
|
|
134
|
+
pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py,sha256=5ZsiQ5GcFtEG8-gCJTcKF4XDHMyGQ2OFGOpGgpCGtME,3764
|
|
135
|
+
pulpcore/client/pulpcore/models/paginated_group_response_list.py,sha256=AFBQ2QmKAKdxFE8vzJ9sTcfy57UKp7gxeTPxrUZ7NaQ,3699
|
|
136
|
+
pulpcore/client/pulpcore/models/paginated_group_role_response_list.py,sha256=UM-W6WzDXhxVTA5UncDzxM2Dlq7AiQhLhWEoFHh0sog,3732
|
|
137
|
+
pulpcore/client/pulpcore/models/paginated_group_user_response_list.py,sha256=DprtgyAHU7fzN5P4Nph43bjx7m6tTZtSpC_tTTj4sFI,3732
|
|
138
|
+
pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py,sha256=M0dUkp2FKMxDS4UtW0M11vM6Jm3KKXrsP_MClvd0Xms,3805
|
|
139
|
+
pulpcore/client/pulpcore/models/paginated_import_response_list.py,sha256=rqbFKiup_WBTpppIgI3dmYolHxso2ndvK4TKObujHvE,3707
|
|
140
|
+
pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py,sha256=PiUrOdCqAtal8nPx_Z3lhV8jkPJ5QYUnCZn_eNeM4s8,3845
|
|
141
|
+
pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py,sha256=6BrNlWR3sCZtDLh3Eio5jZn2of8-mEYG1gs9gfmY7w8,3813
|
|
142
|
+
pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py,sha256=YaYtrHYJRM9aJUoNewSeOvVFFsCBV_jooVU4qAtc_zs,3773
|
|
143
|
+
pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py,sha256=WQ9y81BndCJItM9V17AC7H7VJHcuTs-X7CQHDRuRklk,3790
|
|
144
|
+
pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py,sha256=MM1711P4OdnGNcsj4dFw18SVHxeG6ykenv30UyHflrE,3814
|
|
145
|
+
pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py,sha256=NA_Iho1jEgkAgXBd5kU0SiXQLgstBT6_N43un4RwsCE,3789
|
|
146
|
+
pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py,sha256=Z6dL4-kH3yjIBHye_n9tzuYGTtYVfXogb0E0STiE2Tk,3822
|
|
147
|
+
pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py,sha256=sm3LEms_fq7LqkBP-xbXp7c6xXytMJzf_ZppFG9IbUE,3766
|
|
148
|
+
pulpcore/client/pulpcore/models/paginated_publication_response_list.py,sha256=EtL3dnhwYfT2K5-ERldzoWZbZldCIMUSVnfWoVDdrMQ,3747
|
|
149
|
+
pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py,sha256=0Z4HqqdCsMvNTiW25NxPn7skI8_-uxiqd6WkXSkn1Uc,3740
|
|
150
|
+
pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py,sha256=k_d0CJfmrTxRUqELC3-Wu9XGy47fIQ1ouLNVKb9CRsQ,3756
|
|
151
|
+
pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py,sha256=HVTHkvgnhM_LlfIQg-Eh3KVpwGJLRzA4o88v12IHY1o,3756
|
|
152
|
+
pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py,sha256=uu_lP_WhYWG3yfNjGpJiPnyd9eu1xolIfZJ5XeyF8Yw,3789
|
|
153
|
+
pulpcore/client/pulpcore/models/paginated_repository_response_list.py,sha256=z-ak7gXxiabvDExPz94CzQ9rGNxMED7ByltxcJwRJpQ,3739
|
|
154
|
+
pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py,sha256=eLT0V-797C-nYh_iwSu2NPVuIx6K8hkaBEIYpK9sZkQ,3796
|
|
155
|
+
pulpcore/client/pulpcore/models/paginated_role_response_list.py,sha256=G1v64ii3ErrdhOvkCBVUmPPqIOdU0d0a3MAAY5HoZBo,3691
|
|
156
|
+
pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py,sha256=74cnPv4OfikdOTLYPJ3Z-SH6TFUo7zloZ5Q8UbzVFlA,3772
|
|
157
|
+
pulpcore/client/pulpcore/models/paginated_task_group_response_list.py,sha256=jFEonYoHsxekF-GUH9ZVACCTiae-Z_b4mEvrJ2AEVdk,3732
|
|
158
|
+
pulpcore/client/pulpcore/models/paginated_task_response_list.py,sha256=vnbIWbDPiW7hGXKYxX4SEzuFMwjQkbUoVYyTWupwtrQ,3691
|
|
159
|
+
pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py,sha256=HCNOeu0_GmiTNMkHUE1IH7XqK_hjS7HXKN41F3NQz4o,3756
|
|
160
|
+
pulpcore/client/pulpcore/models/paginated_upload_response_list.py,sha256=X4NwrTcMcUSwKBEKjdjLa0rNybsbTcEJVa55G6Q_Xow,3707
|
|
161
|
+
pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py,sha256=ewsgAkMNGdpbJte5Vu67lZF6IRvV7KYw7AGEEdAVkgw,3756
|
|
162
|
+
pulpcore/client/pulpcore/models/paginated_user_response_list.py,sha256=48kA9FDQDDWS5QBPKrF20HQXSjGF7O777MdJWDcxlNE,3691
|
|
163
|
+
pulpcore/client/pulpcore/models/paginated_user_role_response_list.py,sha256=NT7mK07JcJtths-xLOa9-jsW07WBAeypJhlm8Gyt4no,3724
|
|
164
|
+
pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py,sha256=8RO9QVv6OCXGIQYc1pzYPYz6fs8mxBbb_tjaxqU5_hw,3812
|
|
165
|
+
pulpcore/client/pulpcore/models/paginated_worker_response_list.py,sha256=fWVnfDyfscJPs0ZK9e_Gpu90xvVMq2ucqhkEOmu6QFM,3707
|
|
166
166
|
pulpcore/client/pulpcore/models/patched_access_policy.py,sha256=bAi2TNUkqXMzwuplFFkDXRwMPLj_ydK60MQ60ZUyLZI,3472
|
|
167
167
|
pulpcore/client/pulpcore/models/patched_composite_content_guard.py,sha256=i1WYi5tId4JWkMiwrtjOa_4zJJDU76EKigGeYe9vguY,3305
|
|
168
168
|
pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py,sha256=oOSNXpN5Y98LmYzOLW38lYRhIWgR2P8I1rHcvUz_k4Y,3128
|
|
@@ -171,7 +171,7 @@ pulpcore/client/pulpcore/models/patched_filesystem_exporter.py,sha256=0cxDEcHQhY
|
|
|
171
171
|
pulpcore/client/pulpcore/models/patched_group.py,sha256=RJ70rpMdIKTXEA90RBosPe1GM131pdidgy34JyDV54k,2611
|
|
172
172
|
pulpcore/client/pulpcore/models/patched_header_content_guard.py,sha256=rGtYrCyb7mR_Vl4sbwyoN1y__ijX2Pt3MDcgi7Y8n-k,4067
|
|
173
173
|
pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py,sha256=lNDtgYOT1LLku8BreDom6eRl4LFDYtgZX8shnrzPfnY,5920
|
|
174
|
-
pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py,sha256
|
|
174
|
+
pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py,sha256=IRzp66QnOtTjt4UpUCBsh_NjHuIBzV_9SwupHE0UHpM,4449
|
|
175
175
|
pulpcore/client/pulpcore/models/patched_pulp_exporter.py,sha256=8tMsOYeqDEc_ovDG-UMUZxKe0x6RkvYVD8HP7RFEbpA,3403
|
|
176
176
|
pulpcore/client/pulpcore/models/patched_pulp_importer.py,sha256=cO804yzmEHy22Ckkg53D3sDIhQhD8VXFE1HLU_nQS8g,3047
|
|
177
177
|
pulpcore/client/pulpcore/models/patched_rbac_content_guard.py,sha256=mMs4yoKjDEyVTvw-QFhkd4MVZTNCCc3fTjyNg0FqwuU,3091
|
|
@@ -184,7 +184,7 @@ pulpcore/client/pulpcore/models/profile_artifact_response.py,sha256=Gu77qiyB8kQU
|
|
|
184
184
|
pulpcore/client/pulpcore/models/progress_report_response.py,sha256=0NtqBu9tx7dTliiB_gbmJG_HVYTQbXObBRDe7ZhstVA,4481
|
|
185
185
|
pulpcore/client/pulpcore/models/publication_response.py,sha256=9ABbF_CBOVrrbJS4Vw2N0gF1UxA7TqXh9BFrRLQcI1U,4143
|
|
186
186
|
pulpcore/client/pulpcore/models/pulp_export.py,sha256=julGiG-TZqs6VKEv5EH0Ag4eerXYle8XTrHlzYKOOnw,3991
|
|
187
|
-
pulpcore/client/pulpcore/models/pulp_export_response.py,sha256=
|
|
187
|
+
pulpcore/client/pulpcore/models/pulp_export_response.py,sha256=cyqkVQtSwc3V-4w5MhbREIlhDVhI81tFWtJwvBUDXls,5023
|
|
188
188
|
pulpcore/client/pulpcore/models/pulp_exporter.py,sha256=eTu1AF4O8FLaCGWP2UepB4UG7O7UdpzzagElKxtqSQk,3317
|
|
189
189
|
pulpcore/client/pulpcore/models/pulp_exporter_response.py,sha256=gV5SsdZk0xkuXboUFYIqCAES6-51yt0xUjb0M-Egw6I,4325
|
|
190
190
|
pulpcore/client/pulpcore/models/pulp_import.py,sha256=frTBaaU9xBtNLPLfoc4-iyjjk8qjkTGTH82SC7X5_Wg,3205
|
|
@@ -194,12 +194,12 @@ pulpcore/client/pulpcore/models/pulp_importer.py,sha256=mTnSacxTwUZqviZSoQB-P6j3
|
|
|
194
194
|
pulpcore/client/pulpcore/models/pulp_importer_response.py,sha256=SWgc01hjjLK5jasXFf4IEd3RJHx1UsvJOSigM96M2CA,4021
|
|
195
195
|
pulpcore/client/pulpcore/models/purge.py,sha256=libi80ONzpJSgNML44jnZW9E5lw0nv7_qoUtp4K6VfA,2888
|
|
196
196
|
pulpcore/client/pulpcore/models/rbac_content_guard.py,sha256=AUuALGl3mSqKYfgFAeIsfEObPHQmTF65xrYJWzSbgOg,3046
|
|
197
|
-
pulpcore/client/pulpcore/models/rbac_content_guard_response.py,sha256=
|
|
197
|
+
pulpcore/client/pulpcore/models/rbac_content_guard_response.py,sha256=xO70AkfKOOylbMZpY_4GO0dpwSAcPayT1Z-gaKHcLDE,5373
|
|
198
198
|
pulpcore/client/pulpcore/models/reclaim_space.py,sha256=cMafKKdhXX6zKIRKux95B5CaRig8-pxi2SCbmVnsSZw,2866
|
|
199
199
|
pulpcore/client/pulpcore/models/redis_connection_response.py,sha256=b9WNAJb1_lDBzX8u3VwiBmWRSmVuW534_jsWtQS8tDs,2623
|
|
200
200
|
pulpcore/client/pulpcore/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
|
|
201
201
|
pulpcore/client/pulpcore/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
|
|
202
|
-
pulpcore/client/pulpcore/models/repository_response.py,sha256=
|
|
202
|
+
pulpcore/client/pulpcore/models/repository_response.py,sha256=6wWn3P2qqTuKcQIdvWP0CLdhCntFdh-cY_EGOU6Uemk,5864
|
|
203
203
|
pulpcore/client/pulpcore/models/repository_version_response.py,sha256=dCyigAw2HS43nsO7xkk07fgLakp3lksJGEFwww7DcLc,5336
|
|
204
204
|
pulpcore/client/pulpcore/models/role.py,sha256=4UfZE2fkWGs_hlBfxDI8-lccPnqeNPo8B1CDcsBx3Bo,3167
|
|
205
205
|
pulpcore/client/pulpcore/models/role_response.py,sha256=Sc4mJQ62LsLy-e8Lp8Z4k5qRMuEH5OLSLacODFfgzWk,4416
|
|
@@ -209,30 +209,30 @@ pulpcore/client/pulpcore/models/signing_service_response.py,sha256=p3s9rMmu6-4we
|
|
|
209
209
|
pulpcore/client/pulpcore/models/states_enum.py,sha256=0XzxVrIU1xMEZp0bOR7p37Nfxj2L0LzrSsAWS7PyfFI,865
|
|
210
210
|
pulpcore/client/pulpcore/models/status_response.py,sha256=4JL8lXZMkSSCTVLvbqQrw9lCSXeV-W3WsyD5zPkpblU,7829
|
|
211
211
|
pulpcore/client/pulpcore/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
|
|
212
|
-
pulpcore/client/pulpcore/models/storage_response.py,sha256=
|
|
212
|
+
pulpcore/client/pulpcore/models/storage_response.py,sha256=LXL3U2LzqiAzIc3kLe23xBG8txCW-xplG3UXIQJIaKc,3536
|
|
213
213
|
pulpcore/client/pulpcore/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
|
|
214
|
-
pulpcore/client/pulpcore/models/task_group_response.py,sha256
|
|
215
|
-
pulpcore/client/pulpcore/models/task_response.py,sha256=
|
|
214
|
+
pulpcore/client/pulpcore/models/task_group_response.py,sha256=Uem_AeiwF6IJY-4rjox3vk3VRqlmUXNsyr4JhP4CNhQ,6744
|
|
215
|
+
pulpcore/client/pulpcore/models/task_response.py,sha256=JzCGnKTtTFn5xMaeFu2HdOO11SYlqG0pxbV2McB-Ne8,8640
|
|
216
216
|
pulpcore/client/pulpcore/models/task_schedule_response.py,sha256=-rDoM-GPirSTDvkq_st9wKv-LvXQ1r71HtdWLAvl9Ug,5293
|
|
217
217
|
pulpcore/client/pulpcore/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
218
218
|
pulpcore/client/pulpcore/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
219
219
|
pulpcore/client/pulpcore/models/upload.py,sha256=3iLvBF0tb7ymaOKYTm52TMMCz-j12TiPauvVE28AuwE,2513
|
|
220
220
|
pulpcore/client/pulpcore/models/upload_chunk_response.py,sha256=tNICAWNauSxhivLGi6nvvkbjKcxxaxwSvpXbL6ecCKc,2768
|
|
221
221
|
pulpcore/client/pulpcore/models/upload_commit.py,sha256=Uj2ooqGGgPRdRu2vxg9HUlaXH8kvpEU1AWus4cUDMWI,2637
|
|
222
|
-
pulpcore/client/pulpcore/models/upload_detail_response.py,sha256=
|
|
222
|
+
pulpcore/client/pulpcore/models/upload_detail_response.py,sha256=GgHd6i368vxBpQ1p6sru90JZh735H2DOU5tmE0xdP8I,4597
|
|
223
223
|
pulpcore/client/pulpcore/models/upload_response.py,sha256=lrmepnURPseN8Bz_Bf4RLfeP77UioC2dJuMyzLNB6Pg,3902
|
|
224
224
|
pulpcore/client/pulpcore/models/upstream_pulp.py,sha256=0eUNW5oR99XU2OKkYMDfx2RpGoyklCVv6FEg4hqul7w,7032
|
|
225
|
-
pulpcore/client/pulpcore/models/upstream_pulp_response.py,sha256=
|
|
225
|
+
pulpcore/client/pulpcore/models/upstream_pulp_response.py,sha256=Qf0z-ZgPCwPDgPvPTSPrUipKHVPfRpnBzKTPjGuMBiA,7605
|
|
226
226
|
pulpcore/client/pulpcore/models/user.py,sha256=ejTBFnWC-9TgqfONwnmdWHjv9XdbMkjhBlS2fMUsS8Q,4089
|
|
227
227
|
pulpcore/client/pulpcore/models/user_group.py,sha256=8UQGEax8f5AGb5eL1HgLNXudEZRA99JlxRbQorCqREU,2593
|
|
228
228
|
pulpcore/client/pulpcore/models/user_group_response.py,sha256=53WXEYGv1NemoxJbaffTVULoq5R1oLGxoGqmGsQCoaE,2948
|
|
229
|
-
pulpcore/client/pulpcore/models/user_response.py,sha256=
|
|
229
|
+
pulpcore/client/pulpcore/models/user_response.py,sha256=4D4G_D46tHa_NGgGZM3bjQasthGOAAgz57n_0wm8YX4,5965
|
|
230
230
|
pulpcore/client/pulpcore/models/user_role.py,sha256=pAVQrQDbx7PrQo4Ae_Axy-FV9PfOFzOQ96OWNl6h7NA,4123
|
|
231
|
-
pulpcore/client/pulpcore/models/user_role_response.py,sha256=
|
|
231
|
+
pulpcore/client/pulpcore/models/user_role_response.py,sha256=bm3iqxiBLZbOYeqAqDFrybFdcTPOA-jB0Kz9NKfAjII,5472
|
|
232
232
|
pulpcore/client/pulpcore/models/version_response.py,sha256=0rUURzqK9Y-zSLgRVMsGEYCxoxobrP7cGNYxds9c9rU,3200
|
|
233
233
|
pulpcore/client/pulpcore/models/vulnerability_report_response.py,sha256=y1k92R0X6_g-CoNxD6yGI3JKn-cC5ELF-BmR9BnmDX0,4150
|
|
234
234
|
pulpcore/client/pulpcore/models/worker_response.py,sha256=UcYlVB38did0eeYVgG9wgUaHqpUzHBM7pWLZmtaxh7I,4899
|
|
235
|
-
crc_pulpcore_client-
|
|
236
|
-
crc_pulpcore_client-
|
|
237
|
-
crc_pulpcore_client-
|
|
238
|
-
crc_pulpcore_client-
|
|
235
|
+
crc_pulpcore_client-20250922.1.dist-info/METADATA,sha256=R9BD9-ji3vod78hC7jhOwWXbrneB3heLbFSkRV4osoo,638
|
|
236
|
+
crc_pulpcore_client-20250922.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
237
|
+
crc_pulpcore_client-20250922.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
238
|
+
crc_pulpcore_client-20250922.1.dist-info/RECORD,,
|
|
@@ -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/20250922.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-js3lkr.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: 20250922.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-js3lkr.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -28,18 +28,18 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
A serializer for ArtifactDistribution.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
32
|
-
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
33
|
-
no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
|
|
34
|
-
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
35
|
-
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
36
31
|
pulp_href: Optional[StrictStr] = None
|
|
37
|
-
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
38
|
-
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
39
32
|
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\")")
|
|
40
33
|
base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
|
|
34
|
+
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
35
|
+
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
41
36
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
42
|
-
|
|
37
|
+
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
38
|
+
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.")
|
|
39
|
+
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.")
|
|
40
|
+
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
41
|
+
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
42
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "base_path", "base_url", "pulp_created", "prn", "pulp_labels", "hidden", "pulp_last_updated", "no_content_change_since", "name", "content_guard"]
|
|
43
43
|
|
|
44
44
|
model_config = ConfigDict(
|
|
45
45
|
populate_by_name=True,
|
|
@@ -79,12 +79,12 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
80
|
"""
|
|
81
81
|
excluded_fields: Set[str] = set([
|
|
82
|
-
"prn",
|
|
83
|
-
"no_content_change_since",
|
|
84
|
-
"pulp_last_updated",
|
|
85
82
|
"pulp_href",
|
|
86
|
-
"pulp_created",
|
|
87
83
|
"base_url",
|
|
84
|
+
"pulp_created",
|
|
85
|
+
"prn",
|
|
86
|
+
"pulp_last_updated",
|
|
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
|
-
"content_guard": obj.get("content_guard"),
|
|
113
|
-
"prn": obj.get("prn"),
|
|
114
|
-
"no_content_change_since": obj.get("no_content_change_since"),
|
|
115
|
-
"name": obj.get("name"),
|
|
116
|
-
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
117
112
|
"pulp_href": obj.get("pulp_href"),
|
|
118
|
-
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
|
|
119
|
-
"pulp_created": obj.get("pulp_created"),
|
|
120
113
|
"base_path": obj.get("base_path"),
|
|
121
114
|
"base_url": obj.get("base_url"),
|
|
122
|
-
"
|
|
115
|
+
"pulp_created": obj.get("pulp_created"),
|
|
116
|
+
"prn": obj.get("prn"),
|
|
117
|
+
"pulp_labels": obj.get("pulp_labels"),
|
|
118
|
+
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
|
|
119
|
+
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
120
|
+
"no_content_change_since": obj.get("no_content_change_since"),
|
|
121
|
+
"name": obj.get("name"),
|
|
122
|
+
"content_guard": obj.get("content_guard")
|
|
123
123
|
})
|
|
124
124
|
return _obj
|
|
125
125
|
|
|
@@ -72,12 +72,14 @@ class FilesystemExportResponse(BaseModel):
|
|
|
72
72
|
* OpenAPI `readOnly` fields are excluded.
|
|
73
73
|
* OpenAPI `readOnly` fields are excluded.
|
|
74
74
|
* OpenAPI `readOnly` fields are excluded.
|
|
75
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
75
76
|
"""
|
|
76
77
|
excluded_fields: Set[str] = set([
|
|
77
78
|
"pulp_href",
|
|
78
79
|
"prn",
|
|
79
80
|
"pulp_created",
|
|
80
81
|
"pulp_last_updated",
|
|
82
|
+
"exported_resources",
|
|
81
83
|
"params",
|
|
82
84
|
])
|
|
83
85
|
|
|
@@ -42,7 +42,7 @@ class GenericRemoteResponse(BaseModel):
|
|
|
42
42
|
tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
|
|
43
43
|
proxy_url: Optional[StrictStr] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
|
|
44
44
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
45
|
-
download_concurrency: Optional[
|
|
45
|
+
download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
46
46
|
max_retries: Optional[StrictInt] = Field(default=None, description="Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.")
|
|
47
47
|
policy: Optional[GenericRemoteResponsePolicyEnum] = Field(default=None, description="The policy to use when downloading content. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again.")
|
|
48
48
|
total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
@@ -88,12 +88,14 @@ class GenericRemoteResponse(BaseModel):
|
|
|
88
88
|
* OpenAPI `readOnly` fields are excluded.
|
|
89
89
|
* OpenAPI `readOnly` fields are excluded.
|
|
90
90
|
* OpenAPI `readOnly` fields are excluded.
|
|
91
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
91
92
|
"""
|
|
92
93
|
excluded_fields: Set[str] = set([
|
|
93
94
|
"pulp_href",
|
|
94
95
|
"prn",
|
|
95
96
|
"pulp_created",
|
|
96
97
|
"pulp_last_updated",
|
|
98
|
+
"hidden_fields",
|
|
97
99
|
])
|
|
98
100
|
|
|
99
101
|
_dict = self.model_dump(
|
|
@@ -75,6 +75,7 @@ class GroupRoleResponse(BaseModel):
|
|
|
75
75
|
* OpenAPI `readOnly` fields are excluded.
|
|
76
76
|
* OpenAPI `readOnly` fields are excluded.
|
|
77
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
78
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
78
79
|
"""
|
|
79
80
|
excluded_fields: Set[str] = set([
|
|
80
81
|
"pulp_href",
|
|
@@ -82,6 +83,7 @@ class GroupRoleResponse(BaseModel):
|
|
|
82
83
|
"pulp_created",
|
|
83
84
|
"pulp_last_updated",
|
|
84
85
|
"description",
|
|
86
|
+
"permissions",
|
|
85
87
|
])
|
|
86
88
|
|
|
87
89
|
_dict = self.model_dump(
|
|
@@ -65,8 +65,10 @@ class NestedOpenPGPPublicSubkeyResponse(BaseModel):
|
|
|
65
65
|
* `None` is only added to the output dict for nullable fields that
|
|
66
66
|
were set at model initialization. Other fields with value `None`
|
|
67
67
|
are ignored.
|
|
68
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
68
69
|
"""
|
|
69
70
|
excluded_fields: Set[str] = set([
|
|
71
|
+
"signatures",
|
|
70
72
|
])
|
|
71
73
|
|
|
72
74
|
_dict = self.model_dump(
|
|
@@ -29,7 +29,7 @@ class NestedOpenPGPSignature(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
31
31
|
""" # noqa: E501
|
|
32
|
-
issuer: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
32
|
+
issuer: Optional[Annotated[str, Field(min_length=1, strict=True, max_length=16)]] = None
|
|
33
33
|
created: datetime
|
|
34
34
|
expiration_time: Optional[StrictStr] = None
|
|
35
35
|
signers_user_id: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
@@ -19,8 +19,9 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
+
from typing_extensions import Annotated
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -28,7 +29,7 @@ class NestedOpenPGPSignatureResponse(BaseModel):
|
|
|
28
29
|
"""
|
|
29
30
|
Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
30
31
|
""" # noqa: E501
|
|
31
|
-
issuer: Optional[
|
|
32
|
+
issuer: Optional[Annotated[str, Field(strict=True, max_length=16)]] = None
|
|
32
33
|
created: datetime
|
|
33
34
|
expiration_time: Optional[StrictStr] = None
|
|
34
35
|
signers_user_id: Optional[StrictStr] = None
|
|
@@ -63,8 +63,10 @@ class NestedOpenPGPUserAttributeResponse(BaseModel):
|
|
|
63
63
|
* `None` is only added to the output dict for nullable fields that
|
|
64
64
|
were set at model initialization. Other fields with value `None`
|
|
65
65
|
are ignored.
|
|
66
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
66
67
|
"""
|
|
67
68
|
excluded_fields: Set[str] = set([
|
|
69
|
+
"signatures",
|
|
68
70
|
])
|
|
69
71
|
|
|
70
72
|
_dict = self.model_dump(
|
|
@@ -62,8 +62,10 @@ class NestedOpenPGPUserIDResponse(BaseModel):
|
|
|
62
62
|
* `None` is only added to the output dict for nullable fields that
|
|
63
63
|
were set at model initialization. Other fields with value `None`
|
|
64
64
|
are ignored.
|
|
65
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
65
66
|
"""
|
|
66
67
|
excluded_fields: Set[str] = set([
|
|
68
|
+
"signatures",
|
|
67
69
|
])
|
|
68
70
|
|
|
69
71
|
_dict = self.model_dump(
|
|
@@ -18,7 +18,7 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from typing import Optional, Set
|
|
@@ -31,7 +31,7 @@ class OpenPGPKeyring(BaseModel):
|
|
|
31
31
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
32
32
|
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this repository.")
|
|
33
33
|
description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
|
|
34
|
-
retain_repo_versions: Optional[
|
|
34
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
35
35
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
36
36
|
__properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "remote"]
|
|
37
37
|
|
|
@@ -19,8 +19,9 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
+
from typing_extensions import Annotated
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -37,7 +38,7 @@ class OpenPGPKeyringResponse(BaseModel):
|
|
|
37
38
|
latest_version_href: Optional[StrictStr] = None
|
|
38
39
|
name: StrictStr = Field(description="A unique name for this repository.")
|
|
39
40
|
description: Optional[StrictStr] = Field(default=None, description="An optional description.")
|
|
40
|
-
retain_repo_versions: Optional[
|
|
41
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
41
42
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
42
43
|
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "versions_href", "pulp_labels", "latest_version_href", "name", "description", "retain_repo_versions", "remote"]
|
|
43
44
|
|
|
@@ -82,6 +82,9 @@ class OpenPGPPublicKeyResponse(BaseModel):
|
|
|
82
82
|
* OpenAPI `readOnly` fields are excluded.
|
|
83
83
|
* OpenAPI `readOnly` fields are excluded.
|
|
84
84
|
* OpenAPI `readOnly` fields are excluded.
|
|
85
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
86
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
87
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
85
88
|
"""
|
|
86
89
|
excluded_fields: Set[str] = set([
|
|
87
90
|
"pulp_href",
|
|
@@ -91,6 +94,9 @@ class OpenPGPPublicKeyResponse(BaseModel):
|
|
|
91
94
|
"vuln_report",
|
|
92
95
|
"fingerprint",
|
|
93
96
|
"created",
|
|
97
|
+
"user_ids",
|
|
98
|
+
"user_attributes",
|
|
99
|
+
"public_subkeys",
|
|
94
100
|
])
|
|
95
101
|
|
|
96
102
|
_dict = self.model_dump(
|
|
@@ -78,6 +78,7 @@ class OpenPGPPublicSubkeyResponse(BaseModel):
|
|
|
78
78
|
* OpenAPI `readOnly` fields are excluded.
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
80
|
* OpenAPI `readOnly` fields are excluded.
|
|
81
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
81
82
|
"""
|
|
82
83
|
excluded_fields: Set[str] = set([
|
|
83
84
|
"pulp_href",
|
|
@@ -85,6 +86,7 @@ class OpenPGPPublicSubkeyResponse(BaseModel):
|
|
|
85
86
|
"pulp_created",
|
|
86
87
|
"pulp_last_updated",
|
|
87
88
|
"vuln_report",
|
|
89
|
+
"signatures",
|
|
88
90
|
"public_key",
|
|
89
91
|
])
|
|
90
92
|
|