pulpcore-client 3.84.0__py3-none-any.whl → 3.85.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.
Potentially problematic release.
This version of pulpcore-client might be problematic. Click here for more details.
- pulpcore/client/pulpcore/__init__.py +4 -1
- pulpcore/client/pulpcore/api/__init__.py +1 -0
- pulpcore/client/pulpcore/api/vuln_report_api.py +959 -0
- pulpcore/client/pulpcore/api_client.py +1 -1
- pulpcore/client/pulpcore/configuration.py +1 -1
- pulpcore/client/pulpcore/models/__init__.py +2 -0
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +17 -17
- pulpcore/client/pulpcore/models/filesystem_export_response.py +0 -2
- pulpcore/client/pulpcore/models/generic_remote_response.py +1 -3
- pulpcore/client/pulpcore/models/group_role_response.py +0 -2
- pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +5 -1
- pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +0 -2
- pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +1 -1
- pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +2 -3
- pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +0 -2
- pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +0 -2
- pulpcore/client/pulpcore/models/open_pgp_keyring.py +2 -2
- pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +2 -3
- pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +4 -6
- pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +4 -2
- pulpcore/client/pulpcore/models/open_pgp_signature_response.py +6 -3
- pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +4 -2
- pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +4 -2
- pulpcore/client/pulpcore/models/orphans_cleanup.py +2 -3
- pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_domain_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_group_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_import_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_publication_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_repository_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_role_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_task_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_upload_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_user_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +0 -10
- pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +102 -0
- pulpcore/client/pulpcore/models/paginated_worker_response_list.py +0 -10
- pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +2 -2
- pulpcore/client/pulpcore/models/pulp_export_response.py +0 -2
- pulpcore/client/pulpcore/models/rbac_content_guard_response.py +0 -4
- pulpcore/client/pulpcore/models/repository_response.py +2 -3
- pulpcore/client/pulpcore/models/repository_version_response.py +6 -2
- pulpcore/client/pulpcore/models/storage_response.py +4 -5
- pulpcore/client/pulpcore/models/task_group_response.py +0 -4
- pulpcore/client/pulpcore/models/task_response.py +0 -8
- pulpcore/client/pulpcore/models/upload_detail_response.py +0 -2
- pulpcore/client/pulpcore/models/upstream_pulp_response.py +0 -2
- pulpcore/client/pulpcore/models/user_response.py +0 -4
- pulpcore/client/pulpcore/models/user_role_response.py +0 -2
- pulpcore/client/pulpcore/models/vulnerability_report_response.py +116 -0
- {pulpcore_client-3.84.0.dist-info → pulpcore_client-3.85.0.dist-info}/METADATA +1 -1
- {pulpcore_client-3.84.0.dist-info → pulpcore_client-3.85.0.dist-info}/RECORD +83 -80
- {pulpcore_client-3.84.0.dist-info → pulpcore_client-3.85.0.dist-info}/WHEEL +0 -0
- {pulpcore_client-3.84.0.dist-info → pulpcore_client-3.85.0.dist-info}/top_level.txt +0 -0
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "3.
|
|
18
|
+
__version__ = "3.85.0"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from pulpcore.client.pulpcore.api.access_policies_api import AccessPoliciesApi
|
|
@@ -66,6 +66,7 @@ from pulpcore.client.pulpcore.api.uploads_api import UploadsApi
|
|
|
66
66
|
from pulpcore.client.pulpcore.api.upstream_pulps_api import UpstreamPulpsApi
|
|
67
67
|
from pulpcore.client.pulpcore.api.users_api import UsersApi
|
|
68
68
|
from pulpcore.client.pulpcore.api.users_roles_api import UsersRolesApi
|
|
69
|
+
from pulpcore.client.pulpcore.api.vuln_report_api import VulnReportApi
|
|
69
70
|
from pulpcore.client.pulpcore.api.workers_api import WorkersApi
|
|
70
71
|
|
|
71
72
|
# import ApiClient
|
|
@@ -183,6 +184,7 @@ from pulpcore.client.pulpcore.models.paginated_upload_response_list import Pagin
|
|
|
183
184
|
from pulpcore.client.pulpcore.models.paginated_upstream_pulp_response_list import PaginatedUpstreamPulpResponseList
|
|
184
185
|
from pulpcore.client.pulpcore.models.paginated_user_response_list import PaginatedUserResponseList
|
|
185
186
|
from pulpcore.client.pulpcore.models.paginated_user_role_response_list import PaginatedUserRoleResponseList
|
|
187
|
+
from pulpcore.client.pulpcore.models.paginated_vulnerability_report_response_list import PaginatedVulnerabilityReportResponseList
|
|
186
188
|
from pulpcore.client.pulpcore.models.paginated_worker_response_list import PaginatedWorkerResponseList
|
|
187
189
|
from pulpcore.client.pulpcore.models.patched_access_policy import PatchedAccessPolicy
|
|
188
190
|
from pulpcore.client.pulpcore.models.patched_composite_content_guard import PatchedCompositeContentGuard
|
|
@@ -251,4 +253,5 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
251
253
|
from pulpcore.client.pulpcore.models.user_role import UserRole
|
|
252
254
|
from pulpcore.client.pulpcore.models.user_role_response import UserRoleResponse
|
|
253
255
|
from pulpcore.client.pulpcore.models.version_response import VersionResponse
|
|
256
|
+
from pulpcore.client.pulpcore.models.vulnerability_report_response import VulnerabilityReportResponse
|
|
254
257
|
from pulpcore.client.pulpcore.models.worker_response import WorkerResponse
|
|
@@ -49,5 +49,6 @@ from pulpcore.client.pulpcore.api.uploads_api import UploadsApi
|
|
|
49
49
|
from pulpcore.client.pulpcore.api.upstream_pulps_api import UpstreamPulpsApi
|
|
50
50
|
from pulpcore.client.pulpcore.api.users_api import UsersApi
|
|
51
51
|
from pulpcore.client.pulpcore.api.users_roles_api import UsersRolesApi
|
|
52
|
+
from pulpcore.client.pulpcore.api.vuln_report_api import VulnReportApi
|
|
52
53
|
from pulpcore.client.pulpcore.api.workers_api import WorkersApi
|
|
53
54
|
|