pulpcore-client 3.87.0__py3-none-any.whl → 3.88.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 +1 -1
- pulpcore/client/pulpcore/api/tasks_api.py +6 -6
- pulpcore/client/pulpcore/api_client.py +1 -1
- pulpcore/client/pulpcore/configuration.py +1 -1
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +21 -21
- pulpcore/client/pulpcore/models/task_response.py +9 -2
- {pulpcore_client-3.87.0.dist-info → pulpcore_client-3.88.0.dist-info}/METADATA +2 -2
- {pulpcore_client-3.87.0.dist-info → pulpcore_client-3.88.0.dist-info}/RECORD +10 -10
- {pulpcore_client-3.87.0.dist-info → pulpcore_client-3.88.0.dist-info}/WHEEL +0 -0
- {pulpcore_client-3.87.0.dist-info → pulpcore_client-3.88.0.dist-info}/top_level.txt +0 -0
|
@@ -652,7 +652,7 @@ class TasksApi:
|
|
|
652
652
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
653
653
|
name__ne: Annotated[Optional[StrictStr], Field(description="Filter results where name not equal to value")] = None,
|
|
654
654
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
655
|
-
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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
655
|
+
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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
656
656
|
parent_task: Annotated[Optional[StrictStr], Field(description="Filter results where parent_task matches value")] = None,
|
|
657
657
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
658
658
|
pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
|
|
@@ -749,7 +749,7 @@ class TasksApi:
|
|
|
749
749
|
:type name__ne: str
|
|
750
750
|
:param offset: The initial index from which to return the results.
|
|
751
751
|
:type offset: int
|
|
752
|
-
: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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
752
|
+
: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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
753
753
|
:type ordering: List[str]
|
|
754
754
|
:param parent_task: Filter results where parent_task matches value
|
|
755
755
|
:type parent_task: str
|
|
@@ -955,7 +955,7 @@ class TasksApi:
|
|
|
955
955
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
956
956
|
name__ne: Annotated[Optional[StrictStr], Field(description="Filter results where name not equal to value")] = None,
|
|
957
957
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
958
|
-
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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
958
|
+
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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
959
959
|
parent_task: Annotated[Optional[StrictStr], Field(description="Filter results where parent_task matches value")] = None,
|
|
960
960
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
961
961
|
pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
|
|
@@ -1052,7 +1052,7 @@ class TasksApi:
|
|
|
1052
1052
|
:type name__ne: str
|
|
1053
1053
|
:param offset: The initial index from which to return the results.
|
|
1054
1054
|
:type offset: int
|
|
1055
|
-
: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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1055
|
+
: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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1056
1056
|
:type ordering: List[str]
|
|
1057
1057
|
:param parent_task: Filter results where parent_task matches value
|
|
1058
1058
|
:type parent_task: str
|
|
@@ -1258,7 +1258,7 @@ class TasksApi:
|
|
|
1258
1258
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
1259
1259
|
name__ne: Annotated[Optional[StrictStr], Field(description="Filter results where name not equal to value")] = None,
|
|
1260
1260
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1261
|
-
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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1261
|
+
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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1262
1262
|
parent_task: Annotated[Optional[StrictStr], Field(description="Filter results where parent_task matches value")] = None,
|
|
1263
1263
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1264
1264
|
pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
|
|
@@ -1355,7 +1355,7 @@ class TasksApi:
|
|
|
1355
1355
|
:type name__ne: str
|
|
1356
1356
|
:param offset: The initial index from which to return the results.
|
|
1357
1357
|
:type offset: int
|
|
1358
|
-
: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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1358
|
+
: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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1359
1359
|
:type ordering: List[str]
|
|
1360
1360
|
:param parent_task: Filter results where parent_task matches value
|
|
1361
1361
|
:type parent_task: 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/3.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/3.88.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
556
556
|
"OS: {env}\n"\
|
|
557
557
|
"Python Version: {pyversion}\n"\
|
|
558
558
|
"Version of the API: v3\n"\
|
|
559
|
-
"SDK Package Version: 3.
|
|
559
|
+
"SDK Package Version: 3.88.0".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -36,18 +36,18 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
36
36
|
"""
|
|
37
37
|
A serializer for ArtifactDistribution.
|
|
38
38
|
""" # noqa: E501
|
|
39
|
-
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
40
|
-
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
41
|
-
base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
|
|
42
39
|
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.")
|
|
43
|
-
|
|
40
|
+
base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
|
|
41
|
+
pulp_href: Optional[StrictStr] = None
|
|
42
|
+
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
43
|
+
no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
|
|
44
44
|
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
45
|
-
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
46
45
|
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
47
|
+
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
48
|
+
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
49
|
+
base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
|
|
50
|
+
__properties: ClassVar[List[str]] = ["pulp_last_updated", "base_url", "pulp_href", "pulp_labels", "no_content_change_since", "hidden", "prn", "content_guard", "name", "pulp_created", "base_path"]
|
|
51
51
|
|
|
52
52
|
model_config = ConfigDict(
|
|
53
53
|
populate_by_name=True,
|
|
@@ -88,11 +88,11 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
88
88
|
"""
|
|
89
89
|
excluded_fields: Set[str] = set([
|
|
90
90
|
"pulp_last_updated",
|
|
91
|
-
"pulp_created",
|
|
92
|
-
"prn",
|
|
93
|
-
"no_content_change_since",
|
|
94
|
-
"pulp_href",
|
|
95
91
|
"base_url",
|
|
92
|
+
"pulp_href",
|
|
93
|
+
"no_content_change_since",
|
|
94
|
+
"prn",
|
|
95
|
+
"pulp_created",
|
|
96
96
|
])
|
|
97
97
|
|
|
98
98
|
_dict = self.model_dump(
|
|
@@ -117,17 +117,17 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
117
117
|
return cls.model_validate(obj)
|
|
118
118
|
|
|
119
119
|
_obj = cls.model_validate({
|
|
120
|
-
"name": obj.get("name"),
|
|
121
|
-
"pulp_labels": obj.get("pulp_labels"),
|
|
122
|
-
"base_path": obj.get("base_path"),
|
|
123
120
|
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
124
|
-
"
|
|
121
|
+
"base_url": obj.get("base_url"),
|
|
122
|
+
"pulp_href": obj.get("pulp_href"),
|
|
123
|
+
"pulp_labels": obj.get("pulp_labels"),
|
|
124
|
+
"no_content_change_since": obj.get("no_content_change_since"),
|
|
125
125
|
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
|
|
126
|
-
"content_guard": obj.get("content_guard"),
|
|
127
126
|
"prn": obj.get("prn"),
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
127
|
+
"content_guard": obj.get("content_guard"),
|
|
128
|
+
"name": obj.get("name"),
|
|
129
|
+
"pulp_created": obj.get("pulp_created"),
|
|
130
|
+
"base_path": obj.get("base_path")
|
|
131
131
|
})
|
|
132
132
|
return _obj
|
|
133
133
|
|
|
@@ -56,7 +56,8 @@ class TaskResponse(BaseModel):
|
|
|
56
56
|
progress_reports: Optional[List[ProgressReportResponse]] = None
|
|
57
57
|
created_resources: Optional[List[StrictStr]] = Field(default=None, description="Resources created by this task.")
|
|
58
58
|
reserved_resources_record: Optional[List[StrictStr]] = Field(default=None, description="A list of resources required by that task.")
|
|
59
|
-
|
|
59
|
+
result: Optional[Any] = None
|
|
60
|
+
__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"]
|
|
60
61
|
|
|
61
62
|
model_config = ConfigDict(
|
|
62
63
|
populate_by_name=True,
|
|
@@ -130,6 +131,11 @@ class TaskResponse(BaseModel):
|
|
|
130
131
|
if _item_progress_reports:
|
|
131
132
|
_items.append(_item_progress_reports.to_dict())
|
|
132
133
|
_dict['progress_reports'] = _items
|
|
134
|
+
# set to None if result (nullable) is None
|
|
135
|
+
# and model_fields_set contains the field
|
|
136
|
+
if self.result is None and "result" in self.model_fields_set:
|
|
137
|
+
_dict['result'] = None
|
|
138
|
+
|
|
133
139
|
return _dict
|
|
134
140
|
|
|
135
141
|
@classmethod
|
|
@@ -160,7 +166,8 @@ class TaskResponse(BaseModel):
|
|
|
160
166
|
"task_group": obj.get("task_group"),
|
|
161
167
|
"progress_reports": [ProgressReportResponse.from_dict(_item) for _item in obj["progress_reports"]] if obj.get("progress_reports") is not None else None,
|
|
162
168
|
"created_resources": obj.get("created_resources"),
|
|
163
|
-
"reserved_resources_record": obj.get("reserved_resources_record")
|
|
169
|
+
"reserved_resources_record": obj.get("reserved_resources_record"),
|
|
170
|
+
"result": obj.get("result")
|
|
164
171
|
})
|
|
165
172
|
return _obj
|
|
166
173
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulpcore-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.88.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -22,7 +22,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
22
22
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
23
23
|
|
|
24
24
|
- API version: v3
|
|
25
|
-
- Package version: 3.
|
|
25
|
+
- Package version: 3.88.0
|
|
26
26
|
- Generator version: 7.14.0
|
|
27
27
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
28
28
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulpcore/__init__.py,sha256=
|
|
4
|
-
pulpcore/client/pulpcore/api_client.py,sha256=
|
|
3
|
+
pulpcore/client/pulpcore/__init__.py,sha256=kvug_XbHCebCxEsiULO4aGPlVLeKIs7J7hmKIVFJ1i8,33581
|
|
4
|
+
pulpcore/client/pulpcore/api_client.py,sha256=ogYSLPR1_gK0gojGC2NLJFGWPyA5Chx5OVpqU9-ZZEM,27754
|
|
5
5
|
pulpcore/client/pulpcore/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulpcore/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulpcore/configuration.py,sha256=sL-CJ0Lt9rr8YtK5A66s3uA72_Z4LODurh6vfOdWLls,19579
|
|
7
7
|
pulpcore/client/pulpcore/exceptions.py,sha256=UUQyfmHrA0wKpyniO8D6jgIOSee4k0dBIImRgs74ERw,6456
|
|
8
8
|
pulpcore/client/pulpcore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulpcore/rest.py,sha256=FFnjc5Z2BsDHaWKi63ZyscVe-CxSdnqMt6efNR3QksY,9463
|
|
@@ -51,7 +51,7 @@ pulpcore/client/pulpcore/api/signing_services_api.py,sha256=HtxjGuq-F0mL1cSmG80s
|
|
|
51
51
|
pulpcore/client/pulpcore/api/status_api.py,sha256=9LhOx86BTEKnpIf8Fh76b8yRlwPAFVIIaJDeIpzIIa8,14158
|
|
52
52
|
pulpcore/client/pulpcore/api/task_groups_api.py,sha256=5wE6ileIgfHArstBRMduDmG1hKQogKiJIOz27MEzzrg,40670
|
|
53
53
|
pulpcore/client/pulpcore/api/task_schedules_api.py,sha256=bA4AXiEyG5bU8MFoGzpvJroi9_Rcz_FBTjwtWyL63a8,91269
|
|
54
|
-
pulpcore/client/pulpcore/api/tasks_api.py,sha256=
|
|
54
|
+
pulpcore/client/pulpcore/api/tasks_api.py,sha256=TqbGk23V486WkwyrPLuCWtVnvrxH5yWlDAQeNqxSupM,209659
|
|
55
55
|
pulpcore/client/pulpcore/api/uploads_api.py,sha256=Ht5CYeSzViok42DYZI-gJqVfZNuZW0BN7X9Ua88CYe8,137285
|
|
56
56
|
pulpcore/client/pulpcore/api/upstream_pulps_api.py,sha256=_DKzWgt26_tvsVm0LytJKfgwLrSt1jnwSHye22iteSU,179492
|
|
57
57
|
pulpcore/client/pulpcore/api/users_api.py,sha256=R0p4Rt2RD6JxuvGkQLME4wTgf8WKjCpXPYOqKl19Xyo,105933
|
|
@@ -62,7 +62,7 @@ pulpcore/client/pulpcore/models/__init__.py,sha256=i68BXgoQ6TL3jw3uyMyfH0YAgfVxp
|
|
|
62
62
|
pulpcore/client/pulpcore/models/access_policy.py,sha256=ENKPlR0KnGGnGFgWx6Cw17F32fk-wlLxMinUaeYr7FQ,3593
|
|
63
63
|
pulpcore/client/pulpcore/models/access_policy_response.py,sha256=vhbDidouBT7mX7CAmZI40LIZD0wwdGDdgDDnDgzCVZQ,5293
|
|
64
64
|
pulpcore/client/pulpcore/models/app_status_response.py,sha256=wh7WyofqG1F2eEqE05ETym5uuAlSfC_VLIdQsE4Ijp0,3376
|
|
65
|
-
pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=
|
|
65
|
+
pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=qQqIDjkBtAsv-a1crwqOxDfIgWlnqAt4Xxx6N7cXazY,5640
|
|
66
66
|
pulpcore/client/pulpcore/models/artifact_response.py,sha256=2gl7um0vqKLaPfsdKpC33t_0OA20MaLXnS3-rpfsjuI,6442
|
|
67
67
|
pulpcore/client/pulpcore/models/async_operation_response.py,sha256=2ciH8OgYeKl93wFyHQ7PBpt0y0FrxoxKta6FlebffvI,2724
|
|
68
68
|
pulpcore/client/pulpcore/models/composite_content_guard.py,sha256=QL1jkD3dgF4beBCIKeNI7tZ0QFMhds2JxjIHVquGbe4,3426
|
|
@@ -212,7 +212,7 @@ pulpcore/client/pulpcore/models/storage_class_enum.py,sha256=HkE36y5zLsTxBOaettF
|
|
|
212
212
|
pulpcore/client/pulpcore/models/storage_response.py,sha256=CDP7-Yj8s7-UQkgfRT3KkQoi-qtoTHMrrdanNVVs_7Q,3580
|
|
213
213
|
pulpcore/client/pulpcore/models/task_group_operation_response.py,sha256=9b383cvOQQXURpOXNCGYRluA9EmYQh3eBCoX-690Rcw,2791
|
|
214
214
|
pulpcore/client/pulpcore/models/task_group_response.py,sha256=KNK3jrpav7pKgxGvuYPfVluLsFQWRyIPaHrsN7i_jnM,6751
|
|
215
|
-
pulpcore/client/pulpcore/models/task_response.py,sha256=
|
|
215
|
+
pulpcore/client/pulpcore/models/task_response.py,sha256=mLIF2-ch80cmlAM7GqOB17gK8KNiZ3JDKboFukjMngQ,8346
|
|
216
216
|
pulpcore/client/pulpcore/models/task_schedule_response.py,sha256=joPecDEdOQ4LYj1gBos9KCgVo50d1vc5-mYq0Uibodc,5459
|
|
217
217
|
pulpcore/client/pulpcore/models/unset_label.py,sha256=lk7qSclbVRbh2TReyEij4Xbw0Cz3NEtgxoWnNYhzEFw,3024
|
|
218
218
|
pulpcore/client/pulpcore/models/unset_label_response.py,sha256=y6LqvCKT6R5FSC3tkwekrA9pEj3TPet7cm5qwboUyMM,3212
|
|
@@ -232,7 +232,7 @@ pulpcore/client/pulpcore/models/user_role_response.py,sha256=NA5xmqzXtuuqMpTY1li
|
|
|
232
232
|
pulpcore/client/pulpcore/models/version_response.py,sha256=RbrvRyY308ERzfDxjNWiO8ziIizKQmYcnsZaBWWmNOA,3366
|
|
233
233
|
pulpcore/client/pulpcore/models/vulnerability_report_response.py,sha256=tHOx1ZHFZFrrtbzuzk5d6tMSU_deJofp4HK5-U_Qf2A,4316
|
|
234
234
|
pulpcore/client/pulpcore/models/worker_response.py,sha256=r-Hcew-L6LNOlcQ6QLsRkhPqfm270nKFgCMXjXI0n9Q,5065
|
|
235
|
-
pulpcore_client-3.
|
|
236
|
-
pulpcore_client-3.
|
|
237
|
-
pulpcore_client-3.
|
|
238
|
-
pulpcore_client-3.
|
|
235
|
+
pulpcore_client-3.88.0.dist-info/METADATA,sha256=1YGH4HxvBy7Qh98sq3bLm9G7mZqSUOC0zufqZBNc-Uc,49167
|
|
236
|
+
pulpcore_client-3.88.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
237
|
+
pulpcore_client-3.88.0.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
238
|
+
pulpcore_client-3.88.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|