crc-pulpcore-client 20250918.1__py3-none-any.whl → 20250922.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crc-pulpcore-client might be problematic. Click here for more details.
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/METADATA +1 -1
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/RECORD +77 -77
- pulpcore/client/pulpcore/__init__.py +1 -1
- pulpcore/client/pulpcore/api_client.py +1 -1
- pulpcore/client/pulpcore/configuration.py +3 -3
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +20 -20
- pulpcore/client/pulpcore/models/filesystem_export_response.py +2 -0
- pulpcore/client/pulpcore/models/generic_remote_response.py +3 -1
- pulpcore/client/pulpcore/models/group_role_response.py +2 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +2 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +1 -1
- pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +3 -2
- pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +2 -0
- pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +2 -0
- pulpcore/client/pulpcore/models/open_pgp_keyring.py +2 -2
- pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +3 -2
- pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +6 -0
- pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +2 -0
- pulpcore/client/pulpcore/models/open_pgp_signature_response.py +2 -1
- pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +2 -0
- pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +2 -0
- pulpcore/client/pulpcore/models/orphans_cleanup.py +3 -2
- pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_domain_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_group_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_import_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_publication_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_repository_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_role_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_task_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_upload_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_user_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +10 -0
- pulpcore/client/pulpcore/models/paginated_worker_response_list.py +10 -0
- pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +2 -2
- pulpcore/client/pulpcore/models/pulp_export_response.py +2 -0
- pulpcore/client/pulpcore/models/rbac_content_guard_response.py +4 -0
- pulpcore/client/pulpcore/models/repository_response.py +3 -2
- pulpcore/client/pulpcore/models/storage_response.py +5 -4
- pulpcore/client/pulpcore/models/task_group_response.py +4 -0
- pulpcore/client/pulpcore/models/task_response.py +11 -1
- pulpcore/client/pulpcore/models/upload_detail_response.py +2 -0
- pulpcore/client/pulpcore/models/upstream_pulp_response.py +2 -0
- pulpcore/client/pulpcore/models/user_response.py +4 -0
- pulpcore/client/pulpcore/models/user_role_response.py +2 -0
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/WHEEL +0 -0
- {crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/top_level.txt +0 -0
|
@@ -80,6 +80,16 @@ class PaginatedSigningServiceResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedTaskGroupResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedTaskResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedTaskScheduleResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedUploadResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedUpstreamPulpResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedUserResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedUserRoleResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedVulnerabilityReportResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -80,6 +80,16 @@ class PaginatedWorkerResponseList(BaseModel):
|
|
|
80
80
|
if _item_results:
|
|
81
81
|
_items.append(_item_results.to_dict())
|
|
82
82
|
_dict['results'] = _items
|
|
83
|
+
# set to None if next (nullable) is None
|
|
84
|
+
# and model_fields_set contains the field
|
|
85
|
+
if self.next is None and "next" in self.model_fields_set:
|
|
86
|
+
_dict['next'] = None
|
|
87
|
+
|
|
88
|
+
# set to None if previous (nullable) is None
|
|
89
|
+
# and model_fields_set contains the field
|
|
90
|
+
if self.previous is None and "previous" in self.model_fields_set:
|
|
91
|
+
_dict['previous'] = None
|
|
92
|
+
|
|
83
93
|
return _dict
|
|
84
94
|
|
|
85
95
|
@classmethod
|
|
@@ -18,7 +18,7 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from typing import Optional, Set
|
|
@@ -31,7 +31,7 @@ class PatchedOpenPGPKeyring(BaseModel):
|
|
|
31
31
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
32
32
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A unique name for this repository.")
|
|
33
33
|
description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
|
|
34
|
-
retain_repo_versions: Optional[
|
|
34
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
35
35
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
36
36
|
__properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "remote"]
|
|
37
37
|
|
|
@@ -76,12 +76,14 @@ class PulpExportResponse(BaseModel):
|
|
|
76
76
|
* OpenAPI `readOnly` fields are excluded.
|
|
77
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
78
78
|
* OpenAPI `readOnly` fields are excluded.
|
|
79
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
79
80
|
"""
|
|
80
81
|
excluded_fields: Set[str] = set([
|
|
81
82
|
"pulp_href",
|
|
82
83
|
"prn",
|
|
83
84
|
"pulp_created",
|
|
84
85
|
"pulp_last_updated",
|
|
86
|
+
"exported_resources",
|
|
85
87
|
"params",
|
|
86
88
|
"output_file_info",
|
|
87
89
|
"toc_info",
|
|
@@ -74,12 +74,16 @@ class RBACContentGuardResponse(BaseModel):
|
|
|
74
74
|
* OpenAPI `readOnly` fields are excluded.
|
|
75
75
|
* OpenAPI `readOnly` fields are excluded.
|
|
76
76
|
* OpenAPI `readOnly` fields are excluded.
|
|
77
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
78
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
77
79
|
"""
|
|
78
80
|
excluded_fields: Set[str] = set([
|
|
79
81
|
"pulp_href",
|
|
80
82
|
"prn",
|
|
81
83
|
"pulp_created",
|
|
82
84
|
"pulp_last_updated",
|
|
85
|
+
"users",
|
|
86
|
+
"groups",
|
|
83
87
|
])
|
|
84
88
|
|
|
85
89
|
_dict = self.model_dump(
|
|
@@ -19,8 +19,9 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, Field,
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
+
from typing_extensions import Annotated
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -37,7 +38,7 @@ class RepositoryResponse(BaseModel):
|
|
|
37
38
|
latest_version_href: Optional[StrictStr] = None
|
|
38
39
|
name: StrictStr = Field(description="A unique name for this repository.")
|
|
39
40
|
description: Optional[StrictStr] = Field(default=None, description="An optional description.")
|
|
40
|
-
retain_repo_versions: Optional[
|
|
41
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
41
42
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
42
43
|
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "versions_href", "pulp_labels", "latest_version_href", "name", "description", "retain_repo_versions", "remote"]
|
|
43
44
|
|
|
@@ -18,8 +18,9 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
+
from typing_extensions import Annotated
|
|
23
24
|
from typing import Optional, Set
|
|
24
25
|
from typing_extensions import Self
|
|
25
26
|
|
|
@@ -27,9 +28,9 @@ class StorageResponse(BaseModel):
|
|
|
27
28
|
"""
|
|
28
29
|
Serializer for information about the storage system
|
|
29
30
|
""" # noqa: E501
|
|
30
|
-
total: Optional[
|
|
31
|
-
used: Optional[
|
|
32
|
-
free: Optional[
|
|
31
|
+
total: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(description="Total number of bytes")
|
|
32
|
+
used: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(description="Number of bytes in use")
|
|
33
|
+
free: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(description="Number of free bytes")
|
|
33
34
|
__properties: ClassVar[List[str]] = ["total", "used", "free"]
|
|
34
35
|
|
|
35
36
|
model_config = ConfigDict(
|
|
@@ -83,6 +83,8 @@ class TaskGroupResponse(BaseModel):
|
|
|
83
83
|
* OpenAPI `readOnly` fields are excluded.
|
|
84
84
|
* OpenAPI `readOnly` fields are excluded.
|
|
85
85
|
* OpenAPI `readOnly` fields are excluded.
|
|
86
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
87
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
86
88
|
"""
|
|
87
89
|
excluded_fields: Set[str] = set([
|
|
88
90
|
"pulp_href",
|
|
@@ -94,6 +96,8 @@ class TaskGroupResponse(BaseModel):
|
|
|
94
96
|
"canceled",
|
|
95
97
|
"failed",
|
|
96
98
|
"canceling",
|
|
99
|
+
"group_progress_reports",
|
|
100
|
+
"tasks",
|
|
97
101
|
])
|
|
98
102
|
|
|
99
103
|
_dict = self.model_dump(
|
|
@@ -48,7 +48,7 @@ class TaskResponse(BaseModel):
|
|
|
48
48
|
progress_reports: Optional[List[ProgressReportResponse]] = None
|
|
49
49
|
created_resources: Optional[List[StrictStr]] = Field(default=None, description="Resources created by this task.")
|
|
50
50
|
reserved_resources_record: Optional[List[StrictStr]] = Field(default=None, description="A list of resources required by that task.")
|
|
51
|
-
result: Optional[Any] = None
|
|
51
|
+
result: Optional[Any] = Field(default=None, description="The result of this task.")
|
|
52
52
|
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "state", "name", "logging_cid", "created_by", "unblocked_at", "started_at", "finished_at", "error", "worker", "parent_task", "child_tasks", "task_group", "progress_reports", "created_resources", "reserved_resources_record", "result"]
|
|
53
53
|
|
|
54
54
|
model_config = ConfigDict(
|
|
@@ -94,6 +94,11 @@ class TaskResponse(BaseModel):
|
|
|
94
94
|
* OpenAPI `readOnly` fields are excluded.
|
|
95
95
|
* OpenAPI `readOnly` fields are excluded.
|
|
96
96
|
* OpenAPI `readOnly` fields are excluded.
|
|
97
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
98
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
99
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
100
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
101
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
97
102
|
"""
|
|
98
103
|
excluded_fields: Set[str] = set([
|
|
99
104
|
"pulp_href",
|
|
@@ -108,7 +113,12 @@ class TaskResponse(BaseModel):
|
|
|
108
113
|
"error",
|
|
109
114
|
"worker",
|
|
110
115
|
"parent_task",
|
|
116
|
+
"child_tasks",
|
|
111
117
|
"task_group",
|
|
118
|
+
"progress_reports",
|
|
119
|
+
"created_resources",
|
|
120
|
+
"reserved_resources_record",
|
|
121
|
+
"result",
|
|
112
122
|
])
|
|
113
123
|
|
|
114
124
|
_dict = self.model_dump(
|
|
@@ -73,6 +73,7 @@ class UploadDetailResponse(BaseModel):
|
|
|
73
73
|
* OpenAPI `readOnly` fields are excluded.
|
|
74
74
|
* OpenAPI `readOnly` fields are excluded.
|
|
75
75
|
* OpenAPI `readOnly` fields are excluded.
|
|
76
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
76
77
|
"""
|
|
77
78
|
excluded_fields: Set[str] = set([
|
|
78
79
|
"pulp_href",
|
|
@@ -80,6 +81,7 @@ class UploadDetailResponse(BaseModel):
|
|
|
80
81
|
"pulp_created",
|
|
81
82
|
"pulp_last_updated",
|
|
82
83
|
"completed",
|
|
84
|
+
"chunks",
|
|
83
85
|
])
|
|
84
86
|
|
|
85
87
|
_dict = self.model_dump(
|
|
@@ -82,12 +82,14 @@ class UpstreamPulpResponse(BaseModel):
|
|
|
82
82
|
* OpenAPI `readOnly` fields are excluded.
|
|
83
83
|
* OpenAPI `readOnly` fields are excluded.
|
|
84
84
|
* OpenAPI `readOnly` fields are excluded.
|
|
85
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
85
86
|
"""
|
|
86
87
|
excluded_fields: Set[str] = set([
|
|
87
88
|
"pulp_href",
|
|
88
89
|
"prn",
|
|
89
90
|
"pulp_created",
|
|
90
91
|
"pulp_last_updated",
|
|
92
|
+
"hidden_fields",
|
|
91
93
|
"last_replication",
|
|
92
94
|
])
|
|
93
95
|
|
|
@@ -79,12 +79,16 @@ class UserResponse(BaseModel):
|
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
80
|
* OpenAPI `readOnly` fields are excluded.
|
|
81
81
|
* OpenAPI `readOnly` fields are excluded.
|
|
82
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
83
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
82
84
|
"""
|
|
83
85
|
excluded_fields: Set[str] = set([
|
|
84
86
|
"pulp_href",
|
|
85
87
|
"prn",
|
|
86
88
|
"id",
|
|
87
89
|
"date_joined",
|
|
90
|
+
"groups",
|
|
91
|
+
"hidden_fields",
|
|
88
92
|
])
|
|
89
93
|
|
|
90
94
|
_dict = self.model_dump(
|
|
@@ -75,6 +75,7 @@ class UserRoleResponse(BaseModel):
|
|
|
75
75
|
* OpenAPI `readOnly` fields are excluded.
|
|
76
76
|
* OpenAPI `readOnly` fields are excluded.
|
|
77
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
78
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
78
79
|
"""
|
|
79
80
|
excluded_fields: Set[str] = set([
|
|
80
81
|
"pulp_href",
|
|
@@ -82,6 +83,7 @@ class UserRoleResponse(BaseModel):
|
|
|
82
83
|
"pulp_created",
|
|
83
84
|
"pulp_last_updated",
|
|
84
85
|
"description",
|
|
86
|
+
"permissions",
|
|
85
87
|
])
|
|
86
88
|
|
|
87
89
|
_dict = self.model_dump(
|
|
File without changes
|
{crc_pulpcore_client-20250918.1.dist-info → crc_pulpcore_client-20250922.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|