pulp-ansible-client 0.27.0__py3-none-any.whl → 0.28.0__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.
- {pulp_ansible_client-0.27.0.dist-info → pulp_ansible_client-0.28.0.dist-info}/METADATA +1 -1
- {pulp_ansible_client-0.27.0.dist-info → pulp_ansible_client-0.28.0.dist-info}/RECORD +51 -51
- pulpcore/client/pulp_ansible/__init__.py +1 -1
- pulpcore/client/pulp_ansible/api/content_collection_versions_api.py +60 -60
- pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py +6 -6
- pulpcore/client/pulp_ansible/api_client.py +1 -1
- pulpcore/client/pulp_ansible/configuration.py +1 -1
- pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated_response.py +5 -1
- pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py +2 -2
- pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py +2 -5
- pulpcore/client/pulp_ansible/models/ansible_collection_remote.py +3 -3
- pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py +2 -4
- pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py +10 -14
- pulpcore/client/pulp_ansible/models/ansible_collection_version_signature_response.py +5 -1
- pulpcore/client/pulp_ansible/models/ansible_git_remote.py +69 -69
- pulpcore/client/pulp_ansible/models/ansible_git_remote_response.py +54 -56
- pulpcore/client/pulp_ansible/models/ansible_role.py +5 -5
- pulpcore/client/pulp_ansible/models/ansible_role_remote.py +1 -1
- pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py +1 -3
- pulpcore/client/pulp_ansible/models/ansible_role_response.py +10 -6
- pulpcore/client/pulp_ansible/models/collection_metadata_response.py +0 -8
- pulpcore/client/pulp_ansible/models/collection_summary_response.py +1 -5
- pulpcore/client/pulp_ansible/models/collection_version_list_response.py +1 -3
- pulpcore/client/pulp_ansible/models/collection_version_response.py +1 -3
- pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py +0 -20
- pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_ansible_collection_deprecated_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_ansible_namespace_metadata_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_mark_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_signature_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_git_remote_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py +0 -10
- pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py +2 -2
- pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py +3 -3
- pulpcore/client/pulp_ansible/models/patchedansible_git_remote.py +69 -69
- pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py +1 -1
- pulpcore/client/pulp_ansible/models/repository.py +2 -2
- pulpcore/client/pulp_ansible/models/repository_response.py +2 -3
- pulpcore/client/pulp_ansible/models/repository_version_response.py +6 -2
- pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py +1 -3
- {pulp_ansible_client-0.27.0.dist-info → pulp_ansible_client-0.28.0.dist-info}/WHEEL +0 -0
- {pulp_ansible_client-0.27.0.dist-info → pulp_ansible_client-0.28.0.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulp_ansible/__init__.py,sha256
|
|
4
|
-
pulpcore/client/pulp_ansible/api_client.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_ansible/__init__.py,sha256=Vd8e7HwhASeTrF6xmY4wm1V_xI5zwDs5GisfYdhuvus,18652
|
|
4
|
+
pulpcore/client/pulp_ansible/api_client.py,sha256=rO7vMVlXeEQ1IEzhDrFNYR6YhX29sOHzcVASHteQqzM,27537
|
|
5
5
|
pulpcore/client/pulp_ansible/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulp_ansible/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulp_ansible/configuration.py,sha256=WkUC9KWUeok0rh7EkrzntRMfCj-o_OGFe6NLDMfBPS8,19253
|
|
7
7
|
pulpcore/client/pulp_ansible/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
8
|
pulpcore/client/pulp_ansible/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulp_ansible/rest.py,sha256=wuSZsOkRN8obNqo5msUNwT49JK2-X5-EdeaTc-RA0N0,9411
|
|
@@ -16,7 +16,7 @@ pulpcore/client/pulp_ansible/api/collection_import_api.py,sha256=ex6W1SyK82yK01s
|
|
|
16
16
|
pulpcore/client/pulp_ansible/api/content_collection_deprecations_api.py,sha256=J_kfM5f7j99UluSvw94Iz_SpqFdDVBYL7UYSRoQ11LY,78245
|
|
17
17
|
pulpcore/client/pulp_ansible/api/content_collection_marks_api.py,sha256=dkDukvgB4I-PwmCxWNTrvgN9p_xC998sxIJgbXnGn-0,84114
|
|
18
18
|
pulpcore/client/pulp_ansible/api/content_collection_signatures_api.py,sha256=7BfWF3_Ww0hhR276RqK4XKG215rpgQcjBIIjS_TnFQs,92716
|
|
19
|
-
pulpcore/client/pulp_ansible/api/content_collection_versions_api.py,sha256=
|
|
19
|
+
pulpcore/client/pulp_ansible/api/content_collection_versions_api.py,sha256=AFYYKwFZYhSjhxj_WfXiuHYVBLp2OQkiEdeph0iiNlc,100609
|
|
20
20
|
pulpcore/client/pulp_ansible/api/content_namespaces_api.py,sha256=FfOzP9KihQ5w7AhhPaFniHtctqT1QrWQ_itAd_vMyoQ,105899
|
|
21
21
|
pulpcore/client/pulp_ansible/api/content_roles_api.py,sha256=sR7u_np4SeNr6cW_2DwAS1QIbfEn0ryNpyVubt4p8bc,81990
|
|
22
22
|
pulpcore/client/pulp_ansible/api/distributions_ansible_api.py,sha256=hjU6xiNbONWZtOflam6h6m_nghazqP7zoI2s5Kr63EQ,183039
|
|
@@ -63,49 +63,49 @@ pulpcore/client/pulp_ansible/api/remotes_collection_api.py,sha256=9UBLhpaXN-eRlm
|
|
|
63
63
|
pulpcore/client/pulp_ansible/api/remotes_git_api.py,sha256=LncCG-HgwZ54j3svdUgYIFzgzT196oS3dbKg995KlPw,190462
|
|
64
64
|
pulpcore/client/pulp_ansible/api/remotes_role_api.py,sha256=LJV-oE4EZoeqhxI-K4g_2C0Q5Lz1kl6CRoa8PM8ocHU,190058
|
|
65
65
|
pulpcore/client/pulp_ansible/api/repositories_ansible_api.py,sha256=bVqLWwKX_F24sJoQhhVWnwnrxrOWS-HgbIoy_IwVELA,291914
|
|
66
|
-
pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py,sha256=
|
|
66
|
+
pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py,sha256=rYiI9ZTOPwroDnOP3wNLJHr6VPll4-XSObJGlcgWxPM,92123
|
|
67
67
|
pulpcore/client/pulp_ansible/api/versions_api.py,sha256=l6DEp2Q0s3EMaiwnI9Jes3T1wyhM0I0WmGQDkHgiCN0,16181
|
|
68
68
|
pulpcore/client/pulp_ansible/models/__init__.py,sha256=yLOauAdJ8VuENy-fybwKo_PAOSox1zLkcs5w2zaIfuE,10430
|
|
69
69
|
pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated.py,sha256=6-PH2Hse5CQ-rrAcCoxd-KnejGZ1bRNCWB6gl6UfKPs,3334
|
|
70
|
-
pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated_response.py,sha256=
|
|
70
|
+
pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated_response.py,sha256=wngpf7bSI--mkYLoTsMG4fzfPKuGjTY0Zbwzc_jHwPg,4323
|
|
71
71
|
pulpcore/client/pulp_ansible/models/ansible_ansible_distribution.py,sha256=GyOS9o4tzUXlMMFtkrtNR7ukjs1TKLDO4btp__i8SJE,4412
|
|
72
72
|
pulpcore/client/pulp_ansible/models/ansible_ansible_distribution_response.py,sha256=fHg0lKwmaqW6_1oMDU_LDvOoF1uLQbipGWjxaRbI8Ww,5021
|
|
73
73
|
pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata.py,sha256=sD0Ar3J7W_zOHzKhp-NE1xozhg9Y1w8TvGX86XQi4Z8,4684
|
|
74
74
|
pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata_response.py,sha256=keBclgmUEXD4IWiDfKc81tc_eKeYG2P_YgQMxkItuko,5455
|
|
75
|
-
pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py,sha256=
|
|
76
|
-
pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py,sha256=
|
|
77
|
-
pulpcore/client/pulp_ansible/models/ansible_collection_remote.py,sha256=
|
|
78
|
-
pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py,sha256=
|
|
75
|
+
pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py,sha256=htmKJm2ADTfnR5-DwWG7eXx7M6i2moncjkKPxlYot8s,5197
|
|
76
|
+
pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py,sha256=XJ6mJYvdI514166tEI9t1E9woUzBhVWxdxHrwiGM_AI,6915
|
|
77
|
+
pulpcore/client/pulp_ansible/models/ansible_collection_remote.py,sha256=33mRHrdS1HFLl8asoQNIyB8GJ3BlL38Hk0vYDrACAxQ,13338
|
|
78
|
+
pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py,sha256=r7hQGM0Wyhkqew9zgcQyXEUkfXf4rNnRVCFNS8qEKWM,12189
|
|
79
79
|
pulpcore/client/pulp_ansible/models/ansible_collection_remote_response_hidden_fields_inner.py,sha256=VJ-zMrb3h9yW0Rywa8HnbPXWyIePtPU1jb4Ski1fCqc,2679
|
|
80
80
|
pulpcore/client/pulp_ansible/models/ansible_collection_response.py,sha256=4tyUqab25bfRv2gzloTxrG59u1gAxeoLo0YpqoGJA_Q,2712
|
|
81
81
|
pulpcore/client/pulp_ansible/models/ansible_collection_version_mark.py,sha256=wFXYnnbaAQdgV03AZ4l9M7uClsZM15hywoc39Sr-69Y,3149
|
|
82
82
|
pulpcore/client/pulp_ansible/models/ansible_collection_version_mark_response.py,sha256=4yy8xouq_xUyeaIxz2bs6tcxLSq905zwKw6QoIHLyts,3620
|
|
83
|
-
pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py,sha256=
|
|
84
|
-
pulpcore/client/pulp_ansible/models/ansible_collection_version_signature_response.py,sha256
|
|
85
|
-
pulpcore/client/pulp_ansible/models/ansible_git_remote.py,sha256=
|
|
86
|
-
pulpcore/client/pulp_ansible/models/ansible_git_remote_response.py,sha256=
|
|
83
|
+
pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py,sha256=jU6zcJL-XWw5dNQgYeldjBefCpnFgldBY2nHy9fpoPo,10978
|
|
84
|
+
pulpcore/client/pulp_ansible/models/ansible_collection_version_signature_response.py,sha256=-_1HfeLDOSUwFGhLTxj_KDWoOkwjvE_QIcpCnaOxr20,5048
|
|
85
|
+
pulpcore/client/pulp_ansible/models/ansible_git_remote.py,sha256=xyBOUvrXcjAqIlfI8HzYwC07mKblwCq2L8HaR93SWZE,11581
|
|
86
|
+
pulpcore/client/pulp_ansible/models/ansible_git_remote_response.py,sha256=KyyCrr3J4gLIqo_PWXwK6ipH9vacG5oihcF4xdLTk2c,10800
|
|
87
87
|
pulpcore/client/pulp_ansible/models/ansible_repository_mark.py,sha256=fpoc-mve-GfkxJoFjd7Qqn_jtzDaWImAGVqYQPNwbyI,3149
|
|
88
88
|
pulpcore/client/pulp_ansible/models/ansible_repository_rebuild.py,sha256=wlSyfA7DdGO4Mr1O3D_u_fgsEHeuMJZTKcQ1FpqzaEs,3520
|
|
89
89
|
pulpcore/client/pulp_ansible/models/ansible_repository_signature.py,sha256=JBt9nQX_oZL1xlxndp18_WTBvXIennK7ifHq2IzQpRk,2844
|
|
90
90
|
pulpcore/client/pulp_ansible/models/ansible_repository_sync_url.py,sha256=_PYO7d-m-eRDhhDtqvVHszN2zB_-xXzDFW9eDUmMQpU,3184
|
|
91
|
-
pulpcore/client/pulp_ansible/models/ansible_role.py,sha256=
|
|
92
|
-
pulpcore/client/pulp_ansible/models/ansible_role_remote.py,sha256=
|
|
93
|
-
pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py,sha256=
|
|
94
|
-
pulpcore/client/pulp_ansible/models/ansible_role_response.py,sha256=
|
|
91
|
+
pulpcore/client/pulp_ansible/models/ansible_role.py,sha256=p7SJRuLIGlq9NzuOBsymxmatM3rzZRoimG8WJ2lg5Nk,3408
|
|
92
|
+
pulpcore/client/pulp_ansible/models/ansible_role_remote.py,sha256=muwOaUD_3S3jEJRvtFePLsTu4BDfeujrhE9dA9IEbrE,11410
|
|
93
|
+
pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py,sha256=0B4OrfTnih21EZyUsfQVWbqXEaVM259GyDEPvnP9wro,10668
|
|
94
|
+
pulpcore/client/pulp_ansible/models/ansible_role_response.py,sha256=aZqhhS9bWVicLFcWb538-WIYCGA2kR2H9_IcciEK3LI,4358
|
|
95
95
|
pulpcore/client/pulp_ansible/models/artifact_ref_response.py,sha256=9MdFjZOcPE4jzZQJcMp5Dem5YI8DxDW98T34xNwAO9c,2662
|
|
96
96
|
pulpcore/client/pulp_ansible/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
97
97
|
pulpcore/client/pulp_ansible/models/client_configuration_response.py,sha256=SmtV9mHAcWFEUE4f-ySHieHvZLjDTuenNGMdHLtNOLg,2922
|
|
98
98
|
pulpcore/client/pulp_ansible/models/collection_import_detail_response.py,sha256=OfzIf5nzpW4nI3J4EZZZClDCXd0QJY6wJGwYvlg6GOQ,3190
|
|
99
|
-
pulpcore/client/pulp_ansible/models/collection_metadata_response.py,sha256=
|
|
99
|
+
pulpcore/client/pulp_ansible/models/collection_metadata_response.py,sha256=6VYbcq1C7BjLtkCzSsJzVKg35Gf8TWH34hBoZ22fyoU,4471
|
|
100
100
|
pulpcore/client/pulp_ansible/models/collection_namespace_response.py,sha256=IduRTMQBLeH00-yDby5sFgUoSrsUOrPXuFkOW1m4N7I,2908
|
|
101
101
|
pulpcore/client/pulp_ansible/models/collection_ref_response.py,sha256=xFHBVsV62ixPahjmTgif2Jcqs-XCUFTi4RbQj5O6LsU,2790
|
|
102
102
|
pulpcore/client/pulp_ansible/models/collection_response.py,sha256=3XjrU2vEmZjnEDMY7YUC4_lrGe7NPyEuYAmyQnse-Bo,4496
|
|
103
|
-
pulpcore/client/pulp_ansible/models/collection_summary_response.py,sha256=
|
|
103
|
+
pulpcore/client/pulp_ansible/models/collection_summary_response.py,sha256=QUph1lKxol5Sfl8flpc96y3qoMKLd_g3OPOJyLSZ9zc,5764
|
|
104
104
|
pulpcore/client/pulp_ansible/models/collection_summary_response_tags_inner.py,sha256=l2je4dardepz1mZNkOZlJv01PhXSrM1BR-hgkahc3Ic,2564
|
|
105
105
|
pulpcore/client/pulp_ansible/models/collection_version_copy_move.py,sha256=lbRJmfa0D7yWpqKdhXZrxMJfsE5e9FU_OVUBiFapfHs,3271
|
|
106
106
|
pulpcore/client/pulp_ansible/models/collection_version_docs_response.py,sha256=bqDjwnBdikGjPk7-HxyqDY3MhwaAzQVnnQaXVIGcaaI,2563
|
|
107
|
-
pulpcore/client/pulp_ansible/models/collection_version_list_response.py,sha256=
|
|
108
|
-
pulpcore/client/pulp_ansible/models/collection_version_response.py,sha256=
|
|
107
|
+
pulpcore/client/pulp_ansible/models/collection_version_list_response.py,sha256=MBSfg4eevJiiOpPkovFZqo_TOeYq9GkJaul2-Htm6FY,3610
|
|
108
|
+
pulpcore/client/pulp_ansible/models/collection_version_response.py,sha256=M0mhvQV94m5tekkBvvFDdfqgSaLCdJYkXAjT80DcF9k,7788
|
|
109
109
|
pulpcore/client/pulp_ansible/models/collection_version_search_list.py,sha256=B2sGE1xVAFDhu1NzENWzdFgvuP8RMn1ibRz1Cc1Mu2E,3960
|
|
110
110
|
pulpcore/client/pulp_ansible/models/collection_version_search_list_response.py,sha256=GW8NunPMoll-rOUJScsFdZjTN5-DQIbNucepXVtXRqc,4819
|
|
111
111
|
pulpcore/client/pulp_ansible/models/collection_version_signature_response.py,sha256=-oCqL01qKS4IRzE8WEkqYsdWQKHXTsUGG_PPl-ouiiU,3560
|
|
@@ -120,46 +120,46 @@ pulpcore/client/pulp_ansible/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh
|
|
|
120
120
|
pulpcore/client/pulp_ansible/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
121
121
|
pulpcore/client/pulp_ansible/models/object_roles_response.py,sha256=qY12zEBxWcNKFmctWwP5eYldyk99pT8l35p-uIRRVwE,2977
|
|
122
122
|
pulpcore/client/pulp_ansible/models/paginated_collection_response_list.py,sha256=zsBZkuW4ZYM7ekN3dRanbUOuFmlrvboGfzWt0MIUwL4,3990
|
|
123
|
-
pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py,sha256=
|
|
123
|
+
pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py,sha256=HLKj4qvD8FfZjryfLf4eRl2UP-ffZ-xR8FB2Gdcz3Vo,2838
|
|
124
124
|
pulpcore/client/pulp_ansible/models/paginated_collection_response_list_meta.py,sha256=0xeaqemsfhauC9fm87okGq6AGCl9ngWng71GnJsRpJQ,2572
|
|
125
125
|
pulpcore/client/pulp_ansible/models/paginated_collection_version_list_response_list.py,sha256=Q-3eq01a3Jnq-58TdwJ6JS5byoR2YI-fdIxTbKHD4lg,4080
|
|
126
126
|
pulpcore/client/pulp_ansible/models/paginated_collection_version_search_list_response_list.py,sha256=yBKRl3f0NsqG1GQ7H0jCnx0Pb5a8LJGz2gClnCj50bA,4129
|
|
127
|
-
pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py,sha256=
|
|
128
|
-
pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py,sha256=
|
|
129
|
-
pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py,sha256=
|
|
130
|
-
pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py,sha256=
|
|
131
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_collection_deprecated_response_list.py,sha256=
|
|
132
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py,sha256=
|
|
133
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_namespace_metadata_response_list.py,sha256=
|
|
134
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py,sha256=
|
|
135
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py,sha256=
|
|
136
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py,sha256=
|
|
137
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_mark_response_list.py,sha256=
|
|
138
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py,sha256=
|
|
139
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_signature_response_list.py,sha256=
|
|
140
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_git_remote_response_list.py,sha256=
|
|
141
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py,sha256=
|
|
142
|
-
pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py,sha256=
|
|
127
|
+
pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py,sha256=pTngJoQGlaW_rcp1n3R1vMH14WSZpWHoQcQyHlt7cwE,3330
|
|
128
|
+
pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py,sha256=ZevidsDQ6uJ-384-OIVPIK8WSUxMjahPOPcE8gTA9Mo,3387
|
|
129
|
+
pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py,sha256=jWSs0Rt_BNiJuppH2P2FmKmudl0x4BwyfuTelP_Xnso,3386
|
|
130
|
+
pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py,sha256=HYMzIa0oxaVtjCPgKKQNXH5_qCWL2973h0vxzty0bk8,3273
|
|
131
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_collection_deprecated_response_list.py,sha256=Ppbe5yjE36J2k4mwTlcm47RhIjXcVWtWQLi3WUxjW7A,3524
|
|
132
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py,sha256=0ztJ-CcenE-vaj05KgTWyJBLlaumwdd3sgXaQ-w62dY,3459
|
|
133
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_namespace_metadata_response_list.py,sha256=QEyh_utMuZZ3USCX3b5wotfdd6SaHXwVRERBP71WybA,3500
|
|
134
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py,sha256=8as5ixuQeZpZxhamZQsg-txXxiQWOYbQYwSfDKjKBf0,3443
|
|
135
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py,sha256=Hj9HO13x3p31hKSGaiWJeGOKXvyEg-IEmAgle7vfYq0,3435
|
|
136
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py,sha256=NeOTT5tPrm_7V6HGYzLtdPWDsPA9s6YiUelhP9l-v4Q,3386
|
|
137
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_mark_response_list.py,sha256=sJrtbVq0StCo38esBk1zWbFKCGcugSZyajNuTvziZXk,3476
|
|
138
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py,sha256=HXTBIMv39G74vHnYZUrX7p5YWbIut07a4wWvVr3u-M8,3443
|
|
139
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_signature_response_list.py,sha256=_Tb_B6KyrrqjdOtyATicqHQ65MGi-lxY740Sgr-2Fig,3516
|
|
140
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_git_remote_response_list.py,sha256=T1N_r0QhArWj70gB8vf0QBFTYiicMN2DmE5YJYeKrss,3379
|
|
141
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py,sha256=qYLG8g5yJBd9Ga2ceChj4N42U_2IxR0EKgy8abXWB9Q,3387
|
|
142
|
+
pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py,sha256=94KG1DlZ0ebDfkpukc6vBDkDhb9_UI-c_FIxROGsB94,3338
|
|
143
143
|
pulpcore/client/pulp_ansible/models/patched_collection.py,sha256=2gETvIigq3DYZwqg0qbNXLPRfKEnGMPIfNm8Fa1fU5w,2535
|
|
144
144
|
pulpcore/client/pulp_ansible/models/patchedansible_ansible_distribution.py,sha256=V7X6L3YU_68qK3q7RDqJTl-sPTXaAZLZi3VK99kDvfI,4481
|
|
145
|
-
pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py,sha256=
|
|
146
|
-
pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py,sha256=
|
|
147
|
-
pulpcore/client/pulp_ansible/models/patchedansible_git_remote.py,sha256=
|
|
148
|
-
pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py,sha256=
|
|
145
|
+
pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py,sha256=L0zVkKOZK2m6Q1wVb95EWXQ9cT6hlzZgvnjxD9SoBNU,5242
|
|
146
|
+
pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py,sha256=I8oO4PY6IxfNhKFPQcZOi1d8yNkDXSOiSpN9NfPiTY0,13407
|
|
147
|
+
pulpcore/client/pulp_ansible/models/patchedansible_git_remote.py,sha256=ORgL8VB_XBud-pQ2_PugCfG5cWd89FOp3SpURQ3SFuE,11650
|
|
148
|
+
pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py,sha256=TWTkPePScat6IJveUJMBnj584Csi3jfJChj8InM-atA,11479
|
|
149
149
|
pulpcore/client/pulp_ansible/models/policy_enum.py,sha256=fTbVIDfgaD0BEWtpX8wzz1dSDWuvYJhmROvxX52o8lY,770
|
|
150
150
|
pulpcore/client/pulp_ansible/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
|
|
151
151
|
pulpcore/client/pulp_ansible/models/repo_metadata_response.py,sha256=Sxak4IN3Q5YqC6_tT3j0kN49LG0sKXd6yQEAfxDkrxU,2550
|
|
152
|
-
pulpcore/client/pulp_ansible/models/repository.py,sha256=
|
|
152
|
+
pulpcore/client/pulp_ansible/models/repository.py,sha256=TnM1-2og5p-dp7U_HJIhcrrxQP5pCxUamWQFOBNyI2g,4372
|
|
153
153
|
pulpcore/client/pulp_ansible/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
|
|
154
|
-
pulpcore/client/pulp_ansible/models/repository_response.py,sha256=
|
|
155
|
-
pulpcore/client/pulp_ansible/models/repository_version_response.py,sha256=
|
|
154
|
+
pulpcore/client/pulp_ansible/models/repository_response.py,sha256=VEtJDJid9c9tqG2lnJ8qHPTf0uX9G1LJTLmgwh6ReY0,5804
|
|
155
|
+
pulpcore/client/pulp_ansible/models/repository_version_response.py,sha256=roO02D_FMLF3G8HCU4l8MDsHWUS6tJFadWVKB8Td-YY,5340
|
|
156
156
|
pulpcore/client/pulp_ansible/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
157
157
|
pulpcore/client/pulp_ansible/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
158
158
|
pulpcore/client/pulp_ansible/models/tag_response.py,sha256=GkybdOGueTWrh9aNNThkedFXZ9YZtFM5KhSNyLjc3hw,2806
|
|
159
|
-
pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py,sha256=
|
|
159
|
+
pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py,sha256=UDzq4OwjYYTSLsw_GMcS1_FK2sO39mwdJ3LE_oi_4Jo,7353
|
|
160
160
|
pulpcore/client/pulp_ansible/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
161
161
|
pulpcore/client/pulp_ansible/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
162
|
-
pulp_ansible_client-0.
|
|
163
|
-
pulp_ansible_client-0.
|
|
164
|
-
pulp_ansible_client-0.
|
|
165
|
-
pulp_ansible_client-0.
|
|
162
|
+
pulp_ansible_client-0.28.0.dist-info/METADATA,sha256=GGo_5vkIbMuwmcmkw_4A992JcQj4suserfZ5YLqN7iA,466
|
|
163
|
+
pulp_ansible_client-0.28.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
164
|
+
pulp_ansible_client-0.28.0.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
165
|
+
pulp_ansible_client-0.28.0.dist-info/RECORD,,
|
|
@@ -50,12 +50,12 @@ class ContentCollectionVersionsApi:
|
|
|
50
50
|
def create(
|
|
51
51
|
self,
|
|
52
52
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
53
|
-
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
54
|
-
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
55
|
-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
56
|
-
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
57
53
|
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
54
|
+
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
55
|
+
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
56
|
+
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
58
57
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
58
|
+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
59
59
|
expected_name: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The name of the collection.")] = None,
|
|
60
60
|
expected_namespace: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The namespace of the collection.")] = None,
|
|
61
61
|
expected_version: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=128)]], Field(description="The version of the collection.")] = None,
|
|
@@ -78,18 +78,18 @@ class ContentCollectionVersionsApi:
|
|
|
78
78
|
|
|
79
79
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
80
80
|
:type x_task_diagnostics: List[str]
|
|
81
|
-
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
82
|
-
:type upload: str
|
|
83
|
-
:param artifact: Artifact file representing the physical content
|
|
84
|
-
:type artifact: str
|
|
85
|
-
:param file: An uploaded file that may be turned into the content unit.
|
|
86
|
-
:type file: bytearray
|
|
87
|
-
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
88
|
-
:type pulp_labels: Dict[str, Optional[str]]
|
|
89
81
|
:param repository: A URI of a repository the new content unit should be associated with.
|
|
90
82
|
:type repository: str
|
|
83
|
+
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
84
|
+
:type pulp_labels: Dict[str, Optional[str]]
|
|
85
|
+
:param artifact: Artifact file representing the physical content
|
|
86
|
+
:type artifact: str
|
|
87
|
+
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
88
|
+
:type upload: str
|
|
91
89
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
92
90
|
:type file_url: str
|
|
91
|
+
:param file: An uploaded file that may be turned into the content unit.
|
|
92
|
+
:type file: bytearray
|
|
93
93
|
:param expected_name: The name of the collection.
|
|
94
94
|
:type expected_name: str
|
|
95
95
|
:param expected_namespace: The namespace of the collection.
|
|
@@ -120,12 +120,12 @@ class ContentCollectionVersionsApi:
|
|
|
120
120
|
|
|
121
121
|
_param = self._create_serialize(
|
|
122
122
|
x_task_diagnostics=x_task_diagnostics,
|
|
123
|
-
upload=upload,
|
|
124
|
-
artifact=artifact,
|
|
125
|
-
file=file,
|
|
126
|
-
pulp_labels=pulp_labels,
|
|
127
123
|
repository=repository,
|
|
124
|
+
pulp_labels=pulp_labels,
|
|
125
|
+
artifact=artifact,
|
|
126
|
+
upload=upload,
|
|
128
127
|
file_url=file_url,
|
|
128
|
+
file=file,
|
|
129
129
|
expected_name=expected_name,
|
|
130
130
|
expected_namespace=expected_namespace,
|
|
131
131
|
expected_version=expected_version,
|
|
@@ -153,12 +153,12 @@ class ContentCollectionVersionsApi:
|
|
|
153
153
|
def create_with_http_info(
|
|
154
154
|
self,
|
|
155
155
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
156
|
-
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
157
|
-
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
158
|
-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
159
|
-
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
160
156
|
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
157
|
+
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
158
|
+
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
159
|
+
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
161
160
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
161
|
+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
162
162
|
expected_name: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The name of the collection.")] = None,
|
|
163
163
|
expected_namespace: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The namespace of the collection.")] = None,
|
|
164
164
|
expected_version: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=128)]], Field(description="The version of the collection.")] = None,
|
|
@@ -181,18 +181,18 @@ class ContentCollectionVersionsApi:
|
|
|
181
181
|
|
|
182
182
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
183
183
|
:type x_task_diagnostics: List[str]
|
|
184
|
-
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
185
|
-
:type upload: str
|
|
186
|
-
:param artifact: Artifact file representing the physical content
|
|
187
|
-
:type artifact: str
|
|
188
|
-
:param file: An uploaded file that may be turned into the content unit.
|
|
189
|
-
:type file: bytearray
|
|
190
|
-
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
191
|
-
:type pulp_labels: Dict[str, Optional[str]]
|
|
192
184
|
:param repository: A URI of a repository the new content unit should be associated with.
|
|
193
185
|
:type repository: str
|
|
186
|
+
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
187
|
+
:type pulp_labels: Dict[str, Optional[str]]
|
|
188
|
+
:param artifact: Artifact file representing the physical content
|
|
189
|
+
:type artifact: str
|
|
190
|
+
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
191
|
+
:type upload: str
|
|
194
192
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
195
193
|
:type file_url: str
|
|
194
|
+
:param file: An uploaded file that may be turned into the content unit.
|
|
195
|
+
:type file: bytearray
|
|
196
196
|
:param expected_name: The name of the collection.
|
|
197
197
|
:type expected_name: str
|
|
198
198
|
:param expected_namespace: The namespace of the collection.
|
|
@@ -223,12 +223,12 @@ class ContentCollectionVersionsApi:
|
|
|
223
223
|
|
|
224
224
|
_param = self._create_serialize(
|
|
225
225
|
x_task_diagnostics=x_task_diagnostics,
|
|
226
|
-
upload=upload,
|
|
227
|
-
artifact=artifact,
|
|
228
|
-
file=file,
|
|
229
|
-
pulp_labels=pulp_labels,
|
|
230
226
|
repository=repository,
|
|
227
|
+
pulp_labels=pulp_labels,
|
|
228
|
+
artifact=artifact,
|
|
229
|
+
upload=upload,
|
|
231
230
|
file_url=file_url,
|
|
231
|
+
file=file,
|
|
232
232
|
expected_name=expected_name,
|
|
233
233
|
expected_namespace=expected_namespace,
|
|
234
234
|
expected_version=expected_version,
|
|
@@ -256,12 +256,12 @@ class ContentCollectionVersionsApi:
|
|
|
256
256
|
def create_without_preload_content(
|
|
257
257
|
self,
|
|
258
258
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
259
|
-
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
260
|
-
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
261
|
-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
262
|
-
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
263
259
|
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
260
|
+
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
261
|
+
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
262
|
+
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
264
263
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
264
|
+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
265
265
|
expected_name: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The name of the collection.")] = None,
|
|
266
266
|
expected_namespace: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=64)]], Field(description="The namespace of the collection.")] = None,
|
|
267
267
|
expected_version: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True, max_length=128)]], Field(description="The version of the collection.")] = None,
|
|
@@ -284,18 +284,18 @@ class ContentCollectionVersionsApi:
|
|
|
284
284
|
|
|
285
285
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
286
286
|
:type x_task_diagnostics: List[str]
|
|
287
|
-
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
288
|
-
:type upload: str
|
|
289
|
-
:param artifact: Artifact file representing the physical content
|
|
290
|
-
:type artifact: str
|
|
291
|
-
:param file: An uploaded file that may be turned into the content unit.
|
|
292
|
-
:type file: bytearray
|
|
293
|
-
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
294
|
-
:type pulp_labels: Dict[str, Optional[str]]
|
|
295
287
|
:param repository: A URI of a repository the new content unit should be associated with.
|
|
296
288
|
:type repository: str
|
|
289
|
+
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
290
|
+
:type pulp_labels: Dict[str, Optional[str]]
|
|
291
|
+
:param artifact: Artifact file representing the physical content
|
|
292
|
+
:type artifact: str
|
|
293
|
+
:param upload: An uncommitted upload that may be turned into the content unit.
|
|
294
|
+
:type upload: str
|
|
297
295
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
298
296
|
:type file_url: str
|
|
297
|
+
:param file: An uploaded file that may be turned into the content unit.
|
|
298
|
+
:type file: bytearray
|
|
299
299
|
:param expected_name: The name of the collection.
|
|
300
300
|
:type expected_name: str
|
|
301
301
|
:param expected_namespace: The namespace of the collection.
|
|
@@ -326,12 +326,12 @@ class ContentCollectionVersionsApi:
|
|
|
326
326
|
|
|
327
327
|
_param = self._create_serialize(
|
|
328
328
|
x_task_diagnostics=x_task_diagnostics,
|
|
329
|
-
upload=upload,
|
|
330
|
-
artifact=artifact,
|
|
331
|
-
file=file,
|
|
332
|
-
pulp_labels=pulp_labels,
|
|
333
329
|
repository=repository,
|
|
330
|
+
pulp_labels=pulp_labels,
|
|
331
|
+
artifact=artifact,
|
|
332
|
+
upload=upload,
|
|
334
333
|
file_url=file_url,
|
|
334
|
+
file=file,
|
|
335
335
|
expected_name=expected_name,
|
|
336
336
|
expected_namespace=expected_namespace,
|
|
337
337
|
expected_version=expected_version,
|
|
@@ -354,12 +354,12 @@ class ContentCollectionVersionsApi:
|
|
|
354
354
|
def _create_serialize(
|
|
355
355
|
self,
|
|
356
356
|
x_task_diagnostics,
|
|
357
|
-
upload,
|
|
358
|
-
artifact,
|
|
359
|
-
file,
|
|
360
|
-
pulp_labels,
|
|
361
357
|
repository,
|
|
358
|
+
pulp_labels,
|
|
359
|
+
artifact,
|
|
360
|
+
upload,
|
|
362
361
|
file_url,
|
|
362
|
+
file,
|
|
363
363
|
expected_name,
|
|
364
364
|
expected_namespace,
|
|
365
365
|
expected_version,
|
|
@@ -390,18 +390,18 @@ class ContentCollectionVersionsApi:
|
|
|
390
390
|
if x_task_diagnostics is not None:
|
|
391
391
|
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
392
392
|
# process the form parameters
|
|
393
|
-
if upload is not None:
|
|
394
|
-
_form_params.append(('upload', upload))
|
|
395
|
-
if artifact is not None:
|
|
396
|
-
_form_params.append(('artifact', artifact))
|
|
397
|
-
if file is not None:
|
|
398
|
-
_files['file'] = file
|
|
399
|
-
if pulp_labels is not None:
|
|
400
|
-
_form_params.append(('pulp_labels', pulp_labels))
|
|
401
393
|
if repository is not None:
|
|
402
394
|
_form_params.append(('repository', repository))
|
|
395
|
+
if pulp_labels is not None:
|
|
396
|
+
_form_params.append(('pulp_labels', pulp_labels))
|
|
397
|
+
if artifact is not None:
|
|
398
|
+
_form_params.append(('artifact', artifact))
|
|
399
|
+
if upload is not None:
|
|
400
|
+
_form_params.append(('upload', upload))
|
|
403
401
|
if file_url is not None:
|
|
404
402
|
_form_params.append(('file_url', file_url))
|
|
403
|
+
if file is not None:
|
|
404
|
+
_files['file'] = file
|
|
405
405
|
if expected_name is not None:
|
|
406
406
|
_form_params.append(('expected_name', expected_name))
|
|
407
407
|
if expected_namespace is not None:
|
|
@@ -338,7 +338,7 @@ class RepositoriesAnsibleVersionsApi:
|
|
|
338
338
|
number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
|
|
339
339
|
number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
|
|
340
340
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
341
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
341
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
342
342
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
343
343
|
pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
|
|
344
344
|
pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
|
|
@@ -392,7 +392,7 @@ class RepositoriesAnsibleVersionsApi:
|
|
|
392
392
|
:type number__range: List[int]
|
|
393
393
|
:param offset: The initial index from which to return the results.
|
|
394
394
|
:type offset: int
|
|
395
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
395
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
396
396
|
:type ordering: List[str]
|
|
397
397
|
:param prn__in: Multiple values may be separated by commas.
|
|
398
398
|
:type prn__in: List[str]
|
|
@@ -501,7 +501,7 @@ class RepositoriesAnsibleVersionsApi:
|
|
|
501
501
|
number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
|
|
502
502
|
number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
|
|
503
503
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
504
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
504
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
505
505
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
506
506
|
pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
|
|
507
507
|
pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
|
|
@@ -555,7 +555,7 @@ class RepositoriesAnsibleVersionsApi:
|
|
|
555
555
|
:type number__range: List[int]
|
|
556
556
|
:param offset: The initial index from which to return the results.
|
|
557
557
|
:type offset: int
|
|
558
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
558
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
559
559
|
:type ordering: List[str]
|
|
560
560
|
:param prn__in: Multiple values may be separated by commas.
|
|
561
561
|
:type prn__in: List[str]
|
|
@@ -664,7 +664,7 @@ class RepositoriesAnsibleVersionsApi:
|
|
|
664
664
|
number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
|
|
665
665
|
number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
|
|
666
666
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
667
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
667
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
668
668
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
669
669
|
pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
|
|
670
670
|
pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
|
|
@@ -718,7 +718,7 @@ class RepositoriesAnsibleVersionsApi:
|
|
|
718
718
|
:type number__range: List[int]
|
|
719
719
|
:param offset: The initial index from which to return the results.
|
|
720
720
|
:type offset: int
|
|
721
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
721
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
722
722
|
:type ordering: List[str]
|
|
723
723
|
:param prn__in: Multiple values may be separated by commas.
|
|
724
724
|
:type prn__in: List[str]
|
|
@@ -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/0.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/0.28.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -549,7 +549,7 @@ conf = pulpcore.client.pulp_ansible.Configuration(
|
|
|
549
549
|
"OS: {env}\n"\
|
|
550
550
|
"Python Version: {pyversion}\n"\
|
|
551
551
|
"Version of the API: v3\n"\
|
|
552
|
-
"SDK Package Version: 0.
|
|
552
|
+
"SDK Package Version: 0.28.0".\
|
|
553
553
|
format(env=sys.platform, pyversion=sys.version)
|
|
554
554
|
|
|
555
555
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -33,9 +33,10 @@ class AnsibleAnsibleCollectionDeprecatedResponse(BaseModel):
|
|
|
33
33
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
34
34
|
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
35
35
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
|
|
36
|
+
vuln_report: Optional[StrictStr] = None
|
|
36
37
|
name: StrictStr = Field(description="The name of the Collection.")
|
|
37
38
|
namespace: StrictStr = Field(description="The namespace of the Collection.")
|
|
38
|
-
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "name", "namespace"]
|
|
39
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "vuln_report", "name", "namespace"]
|
|
39
40
|
|
|
40
41
|
model_config = ConfigDict(
|
|
41
42
|
populate_by_name=True,
|
|
@@ -71,12 +72,14 @@ class AnsibleAnsibleCollectionDeprecatedResponse(BaseModel):
|
|
|
71
72
|
* OpenAPI `readOnly` fields are excluded.
|
|
72
73
|
* OpenAPI `readOnly` fields are excluded.
|
|
73
74
|
* OpenAPI `readOnly` fields are excluded.
|
|
75
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
74
76
|
"""
|
|
75
77
|
excluded_fields: Set[str] = set([
|
|
76
78
|
"pulp_href",
|
|
77
79
|
"prn",
|
|
78
80
|
"pulp_created",
|
|
79
81
|
"pulp_last_updated",
|
|
82
|
+
"vuln_report",
|
|
80
83
|
])
|
|
81
84
|
|
|
82
85
|
_dict = self.model_dump(
|
|
@@ -101,6 +104,7 @@ class AnsibleAnsibleCollectionDeprecatedResponse(BaseModel):
|
|
|
101
104
|
"pulp_created": obj.get("pulp_created"),
|
|
102
105
|
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
103
106
|
"pulp_labels": obj.get("pulp_labels"),
|
|
107
|
+
"vuln_report": obj.get("vuln_report"),
|
|
104
108
|
"name": obj.get("name"),
|
|
105
109
|
"namespace": obj.get("namespace")
|
|
106
110
|
})
|
|
@@ -19,7 +19,7 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
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
25
|
from typing import Optional, Set
|
|
@@ -32,7 +32,7 @@ class AnsibleAnsibleRepository(BaseModel):
|
|
|
32
32
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
33
33
|
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this repository.")
|
|
34
34
|
description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
|
|
35
|
-
retain_repo_versions: Optional[
|
|
35
|
+
retain_repo_versions: Optional[StrictInt] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
36
36
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
37
37
|
last_synced_metadata_time: Optional[datetime] = Field(default=None, description="Last synced metadata time.")
|
|
38
38
|
gpgkey: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Gpg public key to verify collection signatures against")
|
|
@@ -19,9 +19,8 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
-
from typing_extensions import Annotated
|
|
25
24
|
from typing import Optional, Set
|
|
26
25
|
from typing_extensions import Self
|
|
27
26
|
|
|
@@ -38,7 +37,7 @@ class AnsibleAnsibleRepositoryResponse(BaseModel):
|
|
|
38
37
|
latest_version_href: Optional[StrictStr] = None
|
|
39
38
|
name: StrictStr = Field(description="A unique name for this repository.")
|
|
40
39
|
description: Optional[StrictStr] = Field(default=None, description="An optional description.")
|
|
41
|
-
retain_repo_versions: Optional[
|
|
40
|
+
retain_repo_versions: Optional[StrictInt] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
42
41
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
43
42
|
last_synced_metadata_time: Optional[datetime] = Field(default=None, description="Last synced metadata time.")
|
|
44
43
|
gpgkey: Optional[StrictStr] = Field(default=None, description="Gpg public key to verify collection signatures against")
|
|
@@ -82,7 +81,6 @@ class AnsibleAnsibleRepositoryResponse(BaseModel):
|
|
|
82
81
|
* OpenAPI `readOnly` fields are excluded.
|
|
83
82
|
* OpenAPI `readOnly` fields are excluded.
|
|
84
83
|
* OpenAPI `readOnly` fields are excluded.
|
|
85
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
86
84
|
"""
|
|
87
85
|
excluded_fields: Set[str] = set([
|
|
88
86
|
"pulp_href",
|
|
@@ -91,7 +89,6 @@ class AnsibleAnsibleRepositoryResponse(BaseModel):
|
|
|
91
89
|
"pulp_last_updated",
|
|
92
90
|
"versions_href",
|
|
93
91
|
"latest_version_href",
|
|
94
|
-
"last_sync_task",
|
|
95
92
|
])
|
|
96
93
|
|
|
97
94
|
_dict = self.model_dump(
|