pulpcore-client 3.85.1__py3-none-any.whl → 3.87.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 +469 -234
- pulpcore/client/pulpcore/api/tasks_api.py +6 -6
- pulpcore/client/pulpcore/api/workers_api.py +12 -12
- pulpcore/client/pulpcore/api_client.py +6 -2
- pulpcore/client/pulpcore/configuration.py +10 -3
- pulpcore/client/pulpcore/exceptions.py +17 -0
- pulpcore/client/pulpcore/models/__init__.py +1 -2
- pulpcore/client/pulpcore/models/access_policy.py +8 -0
- pulpcore/client/pulpcore/models/access_policy_response.py +8 -0
- pulpcore/client/pulpcore/models/{api_app_status_response.py → app_status_response.py} +12 -4
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +22 -14
- pulpcore/client/pulpcore/models/artifact_response.py +8 -0
- pulpcore/client/pulpcore/models/async_operation_response.py +8 -0
- pulpcore/client/pulpcore/models/composite_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/composite_content_guard_response.py +8 -0
- pulpcore/client/pulpcore/models/content_guard_response.py +8 -0
- pulpcore/client/pulpcore/models/content_redirect_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +8 -0
- pulpcore/client/pulpcore/models/content_settings_response.py +8 -0
- pulpcore/client/pulpcore/models/content_summary_response.py +8 -0
- pulpcore/client/pulpcore/models/database_connection_response.py +8 -0
- pulpcore/client/pulpcore/models/distribution_response.py +8 -0
- pulpcore/client/pulpcore/models/domain.py +8 -0
- pulpcore/client/pulpcore/models/domain_backend_migrator.py +8 -0
- pulpcore/client/pulpcore/models/domain_response.py +8 -0
- pulpcore/client/pulpcore/models/evaluation_response.py +8 -0
- pulpcore/client/pulpcore/models/filesystem_export.py +8 -0
- pulpcore/client/pulpcore/models/filesystem_export_response.py +8 -0
- pulpcore/client/pulpcore/models/filesystem_exporter.py +8 -0
- pulpcore/client/pulpcore/models/filesystem_exporter_response.py +8 -0
- pulpcore/client/pulpcore/models/generic_remote_response.py +8 -0
- pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +8 -0
- pulpcore/client/pulpcore/models/group.py +8 -0
- pulpcore/client/pulpcore/models/group_progress_report_response.py +8 -0
- pulpcore/client/pulpcore/models/group_response.py +8 -0
- pulpcore/client/pulpcore/models/group_role.py +8 -0
- pulpcore/client/pulpcore/models/group_role_response.py +8 -0
- pulpcore/client/pulpcore/models/group_user.py +8 -0
- pulpcore/client/pulpcore/models/group_user_response.py +8 -0
- pulpcore/client/pulpcore/models/header_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/header_content_guard_response.py +8 -0
- pulpcore/client/pulpcore/models/import_response.py +8 -0
- pulpcore/client/pulpcore/models/login_response.py +8 -0
- pulpcore/client/pulpcore/models/minimal_task_response.py +8 -0
- pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +8 -0
- pulpcore/client/pulpcore/models/my_permissions_response.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +8 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +8 -0
- pulpcore/client/pulpcore/models/nested_role.py +8 -0
- pulpcore/client/pulpcore/models/nested_role_response.py +8 -0
- pulpcore/client/pulpcore/models/object_roles_response.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_distribution.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_keyring.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_signature_response.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +8 -0
- pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +8 -0
- pulpcore/client/pulpcore/models/orphans_cleanup.py +8 -0
- pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_domain_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_group_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_import_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_publication_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_repository_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_role_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_task_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_upload_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_user_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +8 -0
- pulpcore/client/pulpcore/models/paginated_worker_response_list.py +8 -0
- pulpcore/client/pulpcore/models/patched_access_policy.py +8 -0
- pulpcore/client/pulpcore/models/patched_composite_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/patched_domain.py +8 -0
- pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +8 -0
- pulpcore/client/pulpcore/models/patched_group.py +8 -0
- pulpcore/client/pulpcore/models/patched_header_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +8 -0
- pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +8 -0
- pulpcore/client/pulpcore/models/patched_pulp_exporter.py +8 -0
- pulpcore/client/pulpcore/models/patched_pulp_importer.py +8 -0
- pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/patched_role.py +8 -0
- pulpcore/client/pulpcore/models/patched_task_cancel.py +8 -0
- pulpcore/client/pulpcore/models/patched_upstream_pulp.py +8 -0
- pulpcore/client/pulpcore/models/patched_user.py +8 -0
- pulpcore/client/pulpcore/models/profile_artifact_response.py +8 -0
- pulpcore/client/pulpcore/models/progress_report_response.py +8 -0
- pulpcore/client/pulpcore/models/publication_response.py +8 -0
- pulpcore/client/pulpcore/models/pulp_export.py +8 -0
- pulpcore/client/pulpcore/models/pulp_export_response.py +8 -0
- pulpcore/client/pulpcore/models/pulp_exporter.py +8 -0
- pulpcore/client/pulpcore/models/pulp_exporter_response.py +8 -0
- pulpcore/client/pulpcore/models/pulp_import.py +8 -0
- pulpcore/client/pulpcore/models/pulp_import_check.py +8 -0
- pulpcore/client/pulpcore/models/pulp_import_check_response.py +8 -0
- pulpcore/client/pulpcore/models/pulp_importer.py +8 -0
- pulpcore/client/pulpcore/models/pulp_importer_response.py +8 -0
- pulpcore/client/pulpcore/models/purge.py +8 -0
- pulpcore/client/pulpcore/models/rbac_content_guard.py +8 -0
- pulpcore/client/pulpcore/models/rbac_content_guard_response.py +8 -0
- pulpcore/client/pulpcore/models/reclaim_space.py +8 -0
- pulpcore/client/pulpcore/models/redis_connection_response.py +8 -0
- pulpcore/client/pulpcore/models/repair.py +8 -0
- pulpcore/client/pulpcore/models/repository_add_remove_content.py +8 -0
- pulpcore/client/pulpcore/models/repository_response.py +8 -0
- pulpcore/client/pulpcore/models/repository_version_response.py +8 -0
- pulpcore/client/pulpcore/models/role.py +8 -0
- pulpcore/client/pulpcore/models/role_response.py +8 -0
- pulpcore/client/pulpcore/models/set_label.py +8 -0
- pulpcore/client/pulpcore/models/set_label_response.py +8 -0
- pulpcore/client/pulpcore/models/signing_service_response.py +8 -0
- pulpcore/client/pulpcore/models/status_response.py +15 -9
- pulpcore/client/pulpcore/models/storage_response.py +8 -0
- pulpcore/client/pulpcore/models/task_group_operation_response.py +8 -0
- pulpcore/client/pulpcore/models/task_group_response.py +8 -0
- pulpcore/client/pulpcore/models/task_response.py +8 -0
- pulpcore/client/pulpcore/models/task_schedule_response.py +8 -0
- pulpcore/client/pulpcore/models/unset_label.py +8 -0
- pulpcore/client/pulpcore/models/unset_label_response.py +8 -0
- pulpcore/client/pulpcore/models/upload.py +8 -0
- pulpcore/client/pulpcore/models/upload_chunk_response.py +8 -0
- pulpcore/client/pulpcore/models/upload_commit.py +8 -0
- pulpcore/client/pulpcore/models/upload_detail_response.py +8 -0
- pulpcore/client/pulpcore/models/upload_response.py +8 -0
- pulpcore/client/pulpcore/models/upstream_pulp.py +8 -0
- pulpcore/client/pulpcore/models/upstream_pulp_response.py +8 -0
- pulpcore/client/pulpcore/models/user.py +8 -0
- pulpcore/client/pulpcore/models/user_group.py +8 -0
- pulpcore/client/pulpcore/models/user_group_response.py +8 -0
- pulpcore/client/pulpcore/models/user_response.py +8 -0
- pulpcore/client/pulpcore/models/user_role.py +8 -0
- pulpcore/client/pulpcore/models/user_role_response.py +8 -0
- pulpcore/client/pulpcore/models/version_response.py +8 -0
- pulpcore/client/pulpcore/models/vulnerability_report_response.py +8 -0
- pulpcore/client/pulpcore/models/worker_response.py +8 -0
- pulpcore/client/pulpcore/rest.py +1 -0
- pulpcore_client-3.87.0.dist-info/METADATA +572 -0
- pulpcore_client-3.87.0.dist-info/RECORD +238 -0
- pulpcore/client/pulpcore/models/content_app_status_response.py +0 -99
- pulpcore_client-3.85.1.dist-info/METADATA +0 -17
- pulpcore_client-3.85.1.dist-info/RECORD +0 -239
- {pulpcore_client-3.85.1.dist-info → pulpcore_client-3.87.0.dist-info}/WHEEL +0 -0
- {pulpcore_client-3.85.1.dist-info → pulpcore_client-3.87.0.dist-info}/top_level.txt +0 -0
|
@@ -26,6 +26,14 @@ from pulpcore.client.pulpcore.models.nested_open_pgp_signature_response import N
|
|
|
26
26
|
from typing import Optional, Set
|
|
27
27
|
from typing_extensions import Self
|
|
28
28
|
|
|
29
|
+
|
|
30
|
+
class OneOf:
|
|
31
|
+
@staticmethod
|
|
32
|
+
def from_dict(obj, *args, **kwargs):
|
|
33
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
34
|
+
return obj
|
|
35
|
+
|
|
36
|
+
|
|
29
37
|
class OpenPGPPublicSubkeyResponse(BaseModel):
|
|
30
38
|
"""
|
|
31
39
|
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.
|
|
@@ -24,6 +24,14 @@ from typing import Any, ClassVar, Dict, List, Optional
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class OpenPGPSignatureResponse(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
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.
|
|
@@ -26,6 +26,14 @@ from pulpcore.client.pulpcore.models.nested_open_pgp_signature_response import N
|
|
|
26
26
|
from typing import Optional, Set
|
|
27
27
|
from typing_extensions import Self
|
|
28
28
|
|
|
29
|
+
|
|
30
|
+
class OneOf:
|
|
31
|
+
@staticmethod
|
|
32
|
+
def from_dict(obj, *args, **kwargs):
|
|
33
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
34
|
+
return obj
|
|
35
|
+
|
|
36
|
+
|
|
29
37
|
class OpenPGPUserAttributeResponse(BaseModel):
|
|
30
38
|
"""
|
|
31
39
|
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.
|
|
@@ -25,6 +25,14 @@ from pulpcore.client.pulpcore.models.nested_open_pgp_signature_response import N
|
|
|
25
25
|
from typing import Optional, Set
|
|
26
26
|
from typing_extensions import Self
|
|
27
27
|
|
|
28
|
+
|
|
29
|
+
class OneOf:
|
|
30
|
+
@staticmethod
|
|
31
|
+
def from_dict(obj, *args, **kwargs):
|
|
32
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
33
|
+
return obj
|
|
34
|
+
|
|
35
|
+
|
|
28
36
|
class OpenPGPUserIDResponse(BaseModel):
|
|
29
37
|
"""
|
|
30
38
|
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.
|
|
@@ -23,6 +23,14 @@ from typing import Any, ClassVar, Dict, List, Optional
|
|
|
23
23
|
from typing import Optional, Set
|
|
24
24
|
from typing_extensions import Self
|
|
25
25
|
|
|
26
|
+
|
|
27
|
+
class OneOf:
|
|
28
|
+
@staticmethod
|
|
29
|
+
def from_dict(obj, *args, **kwargs):
|
|
30
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
31
|
+
return obj
|
|
32
|
+
|
|
33
|
+
|
|
26
34
|
class OrphansCleanup(BaseModel):
|
|
27
35
|
"""
|
|
28
36
|
OrphansCleanup
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedAccessPolicyResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedAccessPolicyResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.artifact_distribution_response import Artif
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedArtifactDistributionResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedArtifactDistributionResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.artifact_response import ArtifactResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedArtifactResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedArtifactResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.composite_content_guard_response import Com
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedCompositeContentGuardResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedCompositeContentGuardResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.content_guard_response import ContentGuardR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedContentGuardResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedContentGuardResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.content_redirect_content_guard_response imp
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedContentRedirectContentGuardResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedContentRedirectContentGuardResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.distribution_response import DistributionRe
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedDistributionResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedDistributionResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.domain_response import DomainResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedDomainResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedDomainResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.filesystem_export_response import Filesyste
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedFilesystemExportResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedFilesystemExportResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.filesystem_exporter_response import Filesys
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedFilesystemExporterResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedFilesystemExporterResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.generic_remote_response import GenericRemot
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedGenericRemoteResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedGenericRemoteResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.group_response import GroupResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedGroupResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedGroupResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.group_role_response import GroupRoleRespons
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedGroupRoleResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedGroupRoleResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.group_user_response import GroupUserRespons
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedGroupUserResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedGroupUserResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.header_content_guard_response import Header
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedHeaderContentGuardResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedHeaderContentGuardResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.import_response import ImportResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedImportResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedImportResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.multiple_artifact_content_response import M
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedMultipleArtifactContentResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedMultipleArtifactContentResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.open_pgp_distribution_response import OpenP
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedOpenPGPDistributionResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedOpenPGPDistributionResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.open_pgp_keyring_response import OpenPGPKey
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedOpenPGPKeyringResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedOpenPGPKeyringResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.open_pgp_public_key_response import OpenPGP
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedOpenPGPPublicKeyResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedOpenPGPPublicKeyResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.open_pgp_public_subkey_response import Open
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedOpenPGPPublicSubkeyResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedOpenPGPPublicSubkeyResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.open_pgp_signature_response import OpenPGPS
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedOpenPGPSignatureResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedOpenPGPSignatureResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.open_pgp_user_attribute_response import Ope
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedOpenPGPUserAttributeResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedOpenPGPUserAttributeResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.open_pgp_user_id_response import OpenPGPUse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedOpenPGPUserIDResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedOpenPGPUserIDResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.publication_response import PublicationResp
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedPublicationResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedPublicationResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.pulp_export_response import PulpExportRespo
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedPulpExportResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedPulpExportResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedPulpExporterResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedPulpExporterResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedPulpImporterResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedPulpImporterResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedRBACContentGuardResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedRBACContentGuardResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.repository_response import RepositoryRespon
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedRepositoryResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedRepositoryResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.repository_version_response import Reposito
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedRepositoryVersionResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedRepositoryVersionResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedRoleResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedRoleResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.signing_service_response import SigningServ
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedSigningServiceResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedSigningServiceResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.task_group_response import TaskGroupRespons
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedTaskGroupResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedTaskGroupResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.task_response import TaskResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedTaskResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedTaskResponseList
|
|
@@ -24,6 +24,14 @@ from pulpcore.client.pulpcore.models.task_schedule_response import TaskScheduleR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
class OneOf:
|
|
29
|
+
@staticmethod
|
|
30
|
+
def from_dict(obj, *args, **kwargs):
|
|
31
|
+
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
+
return obj
|
|
33
|
+
|
|
34
|
+
|
|
27
35
|
class PaginatedTaskScheduleResponseList(BaseModel):
|
|
28
36
|
"""
|
|
29
37
|
PaginatedTaskScheduleResponseList
|