crc-pulp-gem-client 20260123.3__py3-none-any.whl → 20260202.2__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.
- {crc_pulp_gem_client-20260123.3.dist-info → crc_pulp_gem_client-20260202.2.dist-info}/METADATA +118 -118
- {crc_pulp_gem_client-20260123.3.dist-info → crc_pulp_gem_client-20260202.2.dist-info}/RECORD +6 -6
- {crc_pulp_gem_client-20260123.3.dist-info → crc_pulp_gem_client-20260202.2.dist-info}/WHEEL +1 -1
- pulpcore/client/pulp_gem/__init__.py +1 -1
- pulpcore/client/pulp_gem/configuration.py +3 -3
- {crc_pulp_gem_client-20260123.3.dist-info → crc_pulp_gem_client-20260202.2.dist-info}/top_level.txt +0 -0
{crc_pulp_gem_client-20260123.3.dist-info → crc_pulp_gem_client-20260202.2.dist-info}/METADATA
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crc-pulp_gem-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260202.2
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
7
7
|
Author-email: pulp-list@redhat.com
|
|
8
|
-
License:
|
|
8
|
+
License: GNU General Public License v2.0 or later
|
|
9
9
|
Keywords: pulp,pulpcore,client,Pulp 3 API
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: urllib3<2.7,>=1.25.3
|
|
@@ -53,7 +53,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
|
|
|
53
53
|
|
|
54
54
|
# pulpcore.client.pulp_gem.ContentGemApi
|
|
55
55
|
|
|
56
|
-
All URIs are relative to *https://env-ephemeral-
|
|
56
|
+
All URIs are relative to *https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
57
57
|
|
|
58
58
|
Method | HTTP request | Description
|
|
59
59
|
------------- | ------------- | -------------
|
|
@@ -83,10 +83,10 @@ from pulpcore.client.pulp_gem.models.async_operation_response import AsyncOperat
|
|
|
83
83
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
84
84
|
from pprint import pprint
|
|
85
85
|
|
|
86
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
86
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
87
87
|
# See configuration.py for a list of all supported configuration parameters.
|
|
88
88
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
89
|
-
host = "https://env-ephemeral-
|
|
89
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
90
90
|
)
|
|
91
91
|
|
|
92
92
|
# The client must configure the authentication and authorization parameters
|
|
@@ -182,10 +182,10 @@ from pulpcore.client.pulp_gem.models.paginatedgem_gem_content_response_list impo
|
|
|
182
182
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
183
183
|
from pprint import pprint
|
|
184
184
|
|
|
185
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
185
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
186
186
|
# See configuration.py for a list of all supported configuration parameters.
|
|
187
187
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
188
|
-
host = "https://env-ephemeral-
|
|
188
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
189
189
|
)
|
|
190
190
|
|
|
191
191
|
# The client must configure the authentication and authorization parameters
|
|
@@ -309,10 +309,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_content_response import GemGemConte
|
|
|
309
309
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
310
310
|
from pprint import pprint
|
|
311
311
|
|
|
312
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
312
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
313
313
|
# See configuration.py for a list of all supported configuration parameters.
|
|
314
314
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
315
|
-
host = "https://env-ephemeral-
|
|
315
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
316
316
|
)
|
|
317
317
|
|
|
318
318
|
# The client must configure the authentication and authorization parameters
|
|
@@ -405,10 +405,10 @@ from pulpcore.client.pulp_gem.models.set_label_response import SetLabelResponse
|
|
|
405
405
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
406
406
|
from pprint import pprint
|
|
407
407
|
|
|
408
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
408
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
409
409
|
# See configuration.py for a list of all supported configuration parameters.
|
|
410
410
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
411
|
-
host = "https://env-ephemeral-
|
|
411
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
412
412
|
)
|
|
413
413
|
|
|
414
414
|
# The client must configure the authentication and authorization parameters
|
|
@@ -499,10 +499,10 @@ from pulpcore.client.pulp_gem.models.unset_label_response import UnsetLabelRespo
|
|
|
499
499
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
500
500
|
from pprint import pprint
|
|
501
501
|
|
|
502
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
502
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
503
503
|
# See configuration.py for a list of all supported configuration parameters.
|
|
504
504
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
505
|
-
host = "https://env-ephemeral-
|
|
505
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
506
506
|
)
|
|
507
507
|
|
|
508
508
|
# The client must configure the authentication and authorization parameters
|
|
@@ -607,7 +607,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
|
|
|
607
607
|
|
|
608
608
|
# pulpcore.client.pulp_gem.DistributionsGemApi
|
|
609
609
|
|
|
610
|
-
All URIs are relative to *https://env-ephemeral-
|
|
610
|
+
All URIs are relative to *https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
611
611
|
|
|
612
612
|
Method | HTTP request | Description
|
|
613
613
|
------------- | ------------- | -------------
|
|
@@ -645,10 +645,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
645
645
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
646
646
|
from pprint import pprint
|
|
647
647
|
|
|
648
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
648
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
649
649
|
# See configuration.py for a list of all supported configuration parameters.
|
|
650
650
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
651
|
-
host = "https://env-ephemeral-
|
|
651
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
652
652
|
)
|
|
653
653
|
|
|
654
654
|
# The client must configure the authentication and authorization parameters
|
|
@@ -739,10 +739,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_distribution import GemGemDistribut
|
|
|
739
739
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
740
740
|
from pprint import pprint
|
|
741
741
|
|
|
742
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
742
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
743
743
|
# See configuration.py for a list of all supported configuration parameters.
|
|
744
744
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
745
|
-
host = "https://env-ephemeral-
|
|
745
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
746
746
|
)
|
|
747
747
|
|
|
748
748
|
# The client must configure the authentication and authorization parameters
|
|
@@ -832,10 +832,10 @@ from pulpcore.client.pulp_gem.models.async_operation_response import AsyncOperat
|
|
|
832
832
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
833
833
|
from pprint import pprint
|
|
834
834
|
|
|
835
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
835
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
836
836
|
# See configuration.py for a list of all supported configuration parameters.
|
|
837
837
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
838
|
-
host = "https://env-ephemeral-
|
|
838
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
839
839
|
)
|
|
840
840
|
|
|
841
841
|
# The client must configure the authentication and authorization parameters
|
|
@@ -923,10 +923,10 @@ from pulpcore.client.pulp_gem.models.paginatedgem_gem_distribution_response_list
|
|
|
923
923
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
924
924
|
from pprint import pprint
|
|
925
925
|
|
|
926
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
926
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
927
927
|
# See configuration.py for a list of all supported configuration parameters.
|
|
928
928
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
929
|
-
host = "https://env-ephemeral-
|
|
929
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
930
930
|
)
|
|
931
931
|
|
|
932
932
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1068,10 +1068,10 @@ from pulpcore.client.pulp_gem.models.object_roles_response import ObjectRolesRes
|
|
|
1068
1068
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1069
1069
|
from pprint import pprint
|
|
1070
1070
|
|
|
1071
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1071
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1072
1072
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1073
1073
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1074
|
-
host = "https://env-ephemeral-
|
|
1074
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1075
1075
|
)
|
|
1076
1076
|
|
|
1077
1077
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1163,10 +1163,10 @@ from pulpcore.client.pulp_gem.models.my_permissions_response import MyPermission
|
|
|
1163
1163
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1164
1164
|
from pprint import pprint
|
|
1165
1165
|
|
|
1166
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1166
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1167
1167
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1168
1168
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1169
|
-
host = "https://env-ephemeral-
|
|
1169
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1170
1170
|
)
|
|
1171
1171
|
|
|
1172
1172
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1259,10 +1259,10 @@ from pulpcore.client.pulp_gem.models.patchedgem_gem_distribution import Patchedg
|
|
|
1259
1259
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1260
1260
|
from pprint import pprint
|
|
1261
1261
|
|
|
1262
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1262
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1263
1263
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1264
1264
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1265
|
-
host = "https://env-ephemeral-
|
|
1265
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1266
1266
|
)
|
|
1267
1267
|
|
|
1268
1268
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1353,10 +1353,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_distribution_response import GemGem
|
|
|
1353
1353
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1354
1354
|
from pprint import pprint
|
|
1355
1355
|
|
|
1356
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1356
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1357
1357
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1358
1358
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1359
|
-
host = "https://env-ephemeral-
|
|
1359
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1360
1360
|
)
|
|
1361
1361
|
|
|
1362
1362
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1449,10 +1449,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
1449
1449
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1450
1450
|
from pprint import pprint
|
|
1451
1451
|
|
|
1452
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1452
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1453
1453
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1454
1454
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1455
|
-
host = "https://env-ephemeral-
|
|
1455
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1456
1456
|
)
|
|
1457
1457
|
|
|
1458
1458
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1543,10 +1543,10 @@ from pulpcore.client.pulp_gem.models.set_label_response import SetLabelResponse
|
|
|
1543
1543
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1544
1544
|
from pprint import pprint
|
|
1545
1545
|
|
|
1546
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1546
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1547
1547
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1548
1548
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1549
|
-
host = "https://env-ephemeral-
|
|
1549
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1550
1550
|
)
|
|
1551
1551
|
|
|
1552
1552
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1637,10 +1637,10 @@ from pulpcore.client.pulp_gem.models.unset_label_response import UnsetLabelRespo
|
|
|
1637
1637
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1638
1638
|
from pprint import pprint
|
|
1639
1639
|
|
|
1640
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1640
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1641
1641
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1642
1642
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1643
|
-
host = "https://env-ephemeral-
|
|
1643
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1644
1644
|
)
|
|
1645
1645
|
|
|
1646
1646
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1731,10 +1731,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_distribution_response import GemGem
|
|
|
1731
1731
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
1732
1732
|
from pprint import pprint
|
|
1733
1733
|
|
|
1734
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1734
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1735
1735
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1736
1736
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
1737
|
-
host = "https://env-ephemeral-
|
|
1737
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1738
1738
|
)
|
|
1739
1739
|
|
|
1740
1740
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2661,7 +2661,7 @@ patchedgem_gem_repository_from_dict = PatchedgemGemRepository.from_dict(patchedg
|
|
|
2661
2661
|
|
|
2662
2662
|
# pulpcore.client.pulp_gem.PublicationsGemApi
|
|
2663
2663
|
|
|
2664
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2664
|
+
All URIs are relative to *https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2665
2665
|
|
|
2666
2666
|
Method | HTTP request | Description
|
|
2667
2667
|
------------- | ------------- | -------------
|
|
@@ -2695,10 +2695,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
2695
2695
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
2696
2696
|
from pprint import pprint
|
|
2697
2697
|
|
|
2698
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2698
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2699
2699
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2700
2700
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
2701
|
-
host = "https://env-ephemeral-
|
|
2701
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2702
2702
|
)
|
|
2703
2703
|
|
|
2704
2704
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2789,10 +2789,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_publication import GemGemPublicatio
|
|
|
2789
2789
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
2790
2790
|
from pprint import pprint
|
|
2791
2791
|
|
|
2792
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2792
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2793
2793
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2794
2794
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
2795
|
-
host = "https://env-ephemeral-
|
|
2795
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2796
2796
|
)
|
|
2797
2797
|
|
|
2798
2798
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2881,10 +2881,10 @@ import pulpcore.client.pulp_gem
|
|
|
2881
2881
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
2882
2882
|
from pprint import pprint
|
|
2883
2883
|
|
|
2884
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2884
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2885
2885
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2886
2886
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
2887
|
-
host = "https://env-ephemeral-
|
|
2887
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2888
2888
|
)
|
|
2889
2889
|
|
|
2890
2890
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2970,10 +2970,10 @@ from pulpcore.client.pulp_gem.models.paginatedgem_gem_publication_response_list
|
|
|
2970
2970
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
2971
2971
|
from pprint import pprint
|
|
2972
2972
|
|
|
2973
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2973
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2974
2974
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2975
2975
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
2976
|
-
host = "https://env-ephemeral-
|
|
2976
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2977
2977
|
)
|
|
2978
2978
|
|
|
2979
2979
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3103,10 +3103,10 @@ from pulpcore.client.pulp_gem.models.object_roles_response import ObjectRolesRes
|
|
|
3103
3103
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3104
3104
|
from pprint import pprint
|
|
3105
3105
|
|
|
3106
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3106
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3107
3107
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3108
3108
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3109
|
-
host = "https://env-ephemeral-
|
|
3109
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3110
3110
|
)
|
|
3111
3111
|
|
|
3112
3112
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3198,10 +3198,10 @@ from pulpcore.client.pulp_gem.models.my_permissions_response import MyPermission
|
|
|
3198
3198
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3199
3199
|
from pprint import pprint
|
|
3200
3200
|
|
|
3201
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3201
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3202
3202
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3203
3203
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3204
|
-
host = "https://env-ephemeral-
|
|
3204
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3205
3205
|
)
|
|
3206
3206
|
|
|
3207
3207
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3293,10 +3293,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_publication_response import GemGemP
|
|
|
3293
3293
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3294
3294
|
from pprint import pprint
|
|
3295
3295
|
|
|
3296
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3296
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3297
3297
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3298
3298
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3299
|
-
host = "https://env-ephemeral-
|
|
3299
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3300
3300
|
)
|
|
3301
3301
|
|
|
3302
3302
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3389,10 +3389,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
3389
3389
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3390
3390
|
from pprint import pprint
|
|
3391
3391
|
|
|
3392
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3392
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3393
3393
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3394
3394
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3395
|
-
host = "https://env-ephemeral-
|
|
3395
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3396
3396
|
)
|
|
3397
3397
|
|
|
3398
3398
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3465,7 +3465,7 @@ Name | Type | Description | Notes
|
|
|
3465
3465
|
|
|
3466
3466
|
# pulpcore.client.pulp_gem.RemotesGemApi
|
|
3467
3467
|
|
|
3468
|
-
All URIs are relative to *https://env-ephemeral-
|
|
3468
|
+
All URIs are relative to *https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
3469
3469
|
|
|
3470
3470
|
Method | HTTP request | Description
|
|
3471
3471
|
------------- | ------------- | -------------
|
|
@@ -3503,10 +3503,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
3503
3503
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3504
3504
|
from pprint import pprint
|
|
3505
3505
|
|
|
3506
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3506
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3507
3507
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3508
3508
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3509
|
-
host = "https://env-ephemeral-
|
|
3509
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3510
3510
|
)
|
|
3511
3511
|
|
|
3512
3512
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3597,10 +3597,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_remote_response import GemGemRemote
|
|
|
3597
3597
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3598
3598
|
from pprint import pprint
|
|
3599
3599
|
|
|
3600
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3600
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3601
3601
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3602
3602
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3603
|
-
host = "https://env-ephemeral-
|
|
3603
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3604
3604
|
)
|
|
3605
3605
|
|
|
3606
3606
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3690,10 +3690,10 @@ from pulpcore.client.pulp_gem.models.async_operation_response import AsyncOperat
|
|
|
3690
3690
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3691
3691
|
from pprint import pprint
|
|
3692
3692
|
|
|
3693
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3693
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3694
3694
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3695
3695
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3696
|
-
host = "https://env-ephemeral-
|
|
3696
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3697
3697
|
)
|
|
3698
3698
|
|
|
3699
3699
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3781,10 +3781,10 @@ from pulpcore.client.pulp_gem.models.paginatedgem_gem_remote_response_list impor
|
|
|
3781
3781
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3782
3782
|
from pprint import pprint
|
|
3783
3783
|
|
|
3784
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3784
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3785
3785
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3786
3786
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3787
|
-
host = "https://env-ephemeral-
|
|
3787
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3788
3788
|
)
|
|
3789
3789
|
|
|
3790
3790
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3924,10 +3924,10 @@ from pulpcore.client.pulp_gem.models.object_roles_response import ObjectRolesRes
|
|
|
3924
3924
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
3925
3925
|
from pprint import pprint
|
|
3926
3926
|
|
|
3927
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3927
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3928
3928
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3929
3929
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
3930
|
-
host = "https://env-ephemeral-
|
|
3930
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3931
3931
|
)
|
|
3932
3932
|
|
|
3933
3933
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4019,10 +4019,10 @@ from pulpcore.client.pulp_gem.models.my_permissions_response import MyPermission
|
|
|
4019
4019
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4020
4020
|
from pprint import pprint
|
|
4021
4021
|
|
|
4022
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4022
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4023
4023
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4024
4024
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4025
|
-
host = "https://env-ephemeral-
|
|
4025
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4026
4026
|
)
|
|
4027
4027
|
|
|
4028
4028
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4115,10 +4115,10 @@ from pulpcore.client.pulp_gem.models.patchedgem_gem_remote import PatchedgemGemR
|
|
|
4115
4115
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4116
4116
|
from pprint import pprint
|
|
4117
4117
|
|
|
4118
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4118
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4119
4119
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4120
4120
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4121
|
-
host = "https://env-ephemeral-
|
|
4121
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4122
4122
|
)
|
|
4123
4123
|
|
|
4124
4124
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4209,10 +4209,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_remote_response import GemGemRemote
|
|
|
4209
4209
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4210
4210
|
from pprint import pprint
|
|
4211
4211
|
|
|
4212
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4212
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4213
4213
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4214
4214
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4215
|
-
host = "https://env-ephemeral-
|
|
4215
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4216
4216
|
)
|
|
4217
4217
|
|
|
4218
4218
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4305,10 +4305,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
4305
4305
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4306
4306
|
from pprint import pprint
|
|
4307
4307
|
|
|
4308
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4308
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4309
4309
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4310
4310
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4311
|
-
host = "https://env-ephemeral-
|
|
4311
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4312
4312
|
)
|
|
4313
4313
|
|
|
4314
4314
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4399,10 +4399,10 @@ from pulpcore.client.pulp_gem.models.set_label_response import SetLabelResponse
|
|
|
4399
4399
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4400
4400
|
from pprint import pprint
|
|
4401
4401
|
|
|
4402
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4402
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4403
4403
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4404
4404
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4405
|
-
host = "https://env-ephemeral-
|
|
4405
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4406
4406
|
)
|
|
4407
4407
|
|
|
4408
4408
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4493,10 +4493,10 @@ from pulpcore.client.pulp_gem.models.unset_label_response import UnsetLabelRespo
|
|
|
4493
4493
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4494
4494
|
from pprint import pprint
|
|
4495
4495
|
|
|
4496
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4496
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4497
4497
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4498
4498
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4499
|
-
host = "https://env-ephemeral-
|
|
4499
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4500
4500
|
)
|
|
4501
4501
|
|
|
4502
4502
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4587,10 +4587,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_remote_response import GemGemRemote
|
|
|
4587
4587
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4588
4588
|
from pprint import pprint
|
|
4589
4589
|
|
|
4590
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4590
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4591
4591
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4592
4592
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4593
|
-
host = "https://env-ephemeral-
|
|
4593
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4594
4594
|
)
|
|
4595
4595
|
|
|
4596
4596
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4693,7 +4693,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
4693
4693
|
|
|
4694
4694
|
# pulpcore.client.pulp_gem.RepositoriesGemApi
|
|
4695
4695
|
|
|
4696
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4696
|
+
All URIs are relative to *https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4697
4697
|
|
|
4698
4698
|
Method | HTTP request | Description
|
|
4699
4699
|
------------- | ------------- | -------------
|
|
@@ -4733,10 +4733,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
4733
4733
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4734
4734
|
from pprint import pprint
|
|
4735
4735
|
|
|
4736
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4736
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4737
4737
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4738
4738
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4739
|
-
host = "https://env-ephemeral-
|
|
4739
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4740
4740
|
)
|
|
4741
4741
|
|
|
4742
4742
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4827,10 +4827,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_repository_response import GemGemRe
|
|
|
4827
4827
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4828
4828
|
from pprint import pprint
|
|
4829
4829
|
|
|
4830
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4830
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4831
4831
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4832
4832
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4833
|
-
host = "https://env-ephemeral-
|
|
4833
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4834
4834
|
)
|
|
4835
4835
|
|
|
4836
4836
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4920,10 +4920,10 @@ from pulpcore.client.pulp_gem.models.async_operation_response import AsyncOperat
|
|
|
4920
4920
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
4921
4921
|
from pprint import pprint
|
|
4922
4922
|
|
|
4923
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4923
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4924
4924
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4925
4925
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
4926
|
-
host = "https://env-ephemeral-
|
|
4926
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4927
4927
|
)
|
|
4928
4928
|
|
|
4929
4929
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5011,10 +5011,10 @@ from pulpcore.client.pulp_gem.models.paginatedgem_gem_repository_response_list i
|
|
|
5011
5011
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5012
5012
|
from pprint import pprint
|
|
5013
5013
|
|
|
5014
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5014
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5015
5015
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5016
5016
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5017
|
-
host = "https://env-ephemeral-
|
|
5017
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5018
5018
|
)
|
|
5019
5019
|
|
|
5020
5020
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5162,10 +5162,10 @@ from pulpcore.client.pulp_gem.models.object_roles_response import ObjectRolesRes
|
|
|
5162
5162
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5163
5163
|
from pprint import pprint
|
|
5164
5164
|
|
|
5165
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5165
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5166
5166
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5167
5167
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5168
|
-
host = "https://env-ephemeral-
|
|
5168
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5169
5169
|
)
|
|
5170
5170
|
|
|
5171
5171
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5258,10 +5258,10 @@ from pulpcore.client.pulp_gem.models.repository_add_remove_content import Reposi
|
|
|
5258
5258
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5259
5259
|
from pprint import pprint
|
|
5260
5260
|
|
|
5261
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5261
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5262
5262
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5263
5263
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5264
|
-
host = "https://env-ephemeral-
|
|
5264
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5265
5265
|
)
|
|
5266
5266
|
|
|
5267
5267
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5351,10 +5351,10 @@ from pulpcore.client.pulp_gem.models.my_permissions_response import MyPermission
|
|
|
5351
5351
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5352
5352
|
from pprint import pprint
|
|
5353
5353
|
|
|
5354
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5354
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5355
5355
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5356
5356
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5357
|
-
host = "https://env-ephemeral-
|
|
5357
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5358
5358
|
)
|
|
5359
5359
|
|
|
5360
5360
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5447,10 +5447,10 @@ from pulpcore.client.pulp_gem.models.patchedgem_gem_repository import Patchedgem
|
|
|
5447
5447
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5448
5448
|
from pprint import pprint
|
|
5449
5449
|
|
|
5450
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5450
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5451
5451
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5452
5452
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5453
|
-
host = "https://env-ephemeral-
|
|
5453
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5454
5454
|
)
|
|
5455
5455
|
|
|
5456
5456
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5541,10 +5541,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_repository_response import GemGemRe
|
|
|
5541
5541
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5542
5542
|
from pprint import pprint
|
|
5543
5543
|
|
|
5544
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5544
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5545
5545
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5546
5546
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5547
|
-
host = "https://env-ephemeral-
|
|
5547
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5548
5548
|
)
|
|
5549
5549
|
|
|
5550
5550
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5637,10 +5637,10 @@ from pulpcore.client.pulp_gem.models.nested_role_response import NestedRoleRespo
|
|
|
5637
5637
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5638
5638
|
from pprint import pprint
|
|
5639
5639
|
|
|
5640
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5640
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5641
5641
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5642
5642
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5643
|
-
host = "https://env-ephemeral-
|
|
5643
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5644
5644
|
)
|
|
5645
5645
|
|
|
5646
5646
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5731,10 +5731,10 @@ from pulpcore.client.pulp_gem.models.set_label_response import SetLabelResponse
|
|
|
5731
5731
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5732
5732
|
from pprint import pprint
|
|
5733
5733
|
|
|
5734
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5734
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5735
5735
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5736
5736
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5737
|
-
host = "https://env-ephemeral-
|
|
5737
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5738
5738
|
)
|
|
5739
5739
|
|
|
5740
5740
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5825,10 +5825,10 @@ from pulpcore.client.pulp_gem.models.repository_sync_url import RepositorySyncUR
|
|
|
5825
5825
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5826
5826
|
from pprint import pprint
|
|
5827
5827
|
|
|
5828
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5828
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5829
5829
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5830
5830
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5831
|
-
host = "https://env-ephemeral-
|
|
5831
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5832
5832
|
)
|
|
5833
5833
|
|
|
5834
5834
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5919,10 +5919,10 @@ from pulpcore.client.pulp_gem.models.unset_label_response import UnsetLabelRespo
|
|
|
5919
5919
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
5920
5920
|
from pprint import pprint
|
|
5921
5921
|
|
|
5922
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5922
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5923
5923
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5924
5924
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
5925
|
-
host = "https://env-ephemeral-
|
|
5925
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5926
5926
|
)
|
|
5927
5927
|
|
|
5928
5928
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6013,10 +6013,10 @@ from pulpcore.client.pulp_gem.models.gem_gem_repository_response import GemGemRe
|
|
|
6013
6013
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
6014
6014
|
from pprint import pprint
|
|
6015
6015
|
|
|
6016
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6016
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6017
6017
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6018
6018
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
6019
|
-
host = "https://env-ephemeral-
|
|
6019
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6020
6020
|
)
|
|
6021
6021
|
|
|
6022
6022
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6090,7 +6090,7 @@ Name | Type | Description | Notes
|
|
|
6090
6090
|
|
|
6091
6091
|
# pulpcore.client.pulp_gem.RepositoriesGemVersionsApi
|
|
6092
6092
|
|
|
6093
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6093
|
+
All URIs are relative to *https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6094
6094
|
|
|
6095
6095
|
Method | HTTP request | Description
|
|
6096
6096
|
------------- | ------------- | -------------
|
|
@@ -6119,10 +6119,10 @@ from pulpcore.client.pulp_gem.models.async_operation_response import AsyncOperat
|
|
|
6119
6119
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
6120
6120
|
from pprint import pprint
|
|
6121
6121
|
|
|
6122
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6122
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6123
6123
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6124
6124
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
6125
|
-
host = "https://env-ephemeral-
|
|
6125
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6126
6126
|
)
|
|
6127
6127
|
|
|
6128
6128
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6210,10 +6210,10 @@ from pulpcore.client.pulp_gem.models.paginated_repository_version_response_list
|
|
|
6210
6210
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
6211
6211
|
from pprint import pprint
|
|
6212
6212
|
|
|
6213
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6213
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6214
6214
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6215
6215
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
6216
|
-
host = "https://env-ephemeral-
|
|
6216
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6217
6217
|
)
|
|
6218
6218
|
|
|
6219
6219
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6347,10 +6347,10 @@ from pulpcore.client.pulp_gem.models.repository_version_response import Reposito
|
|
|
6347
6347
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
6348
6348
|
from pprint import pprint
|
|
6349
6349
|
|
|
6350
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6350
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6351
6351
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6352
6352
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
6353
|
-
host = "https://env-ephemeral-
|
|
6353
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6354
6354
|
)
|
|
6355
6355
|
|
|
6356
6356
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6443,10 +6443,10 @@ from pulpcore.client.pulp_gem.models.repair import Repair
|
|
|
6443
6443
|
from pulpcore.client.pulp_gem.rest import ApiException
|
|
6444
6444
|
from pprint import pprint
|
|
6445
6445
|
|
|
6446
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6446
|
+
# Defining the host is optional and defaults to https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6447
6447
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6448
6448
|
configuration = pulpcore.client.pulp_gem.Configuration(
|
|
6449
|
-
host = "https://env-ephemeral-
|
|
6449
|
+
host = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6450
6450
|
)
|
|
6451
6451
|
|
|
6452
6452
|
# The client must configure the authentication and authorization parameters
|
{crc_pulp_gem_client-20260123.3.dist-info → crc_pulp_gem_client-20260202.2.dist-info}/RECORD
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulp_gem/__init__.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_gem/__init__.py,sha256=PonW0KtoYskBbLfQDZXVJNTn-lfoxAuM24lwfvly3yM,4625
|
|
4
4
|
pulpcore/client/pulp_gem/api_client.py,sha256=e82qMnWUlw061h9FvFLSdfvWOdu_1QMwVNzzdMHT3uc,27497
|
|
5
5
|
pulpcore/client/pulp_gem/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulp_gem/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulp_gem/configuration.py,sha256=7f3BfBAml0BfG5fwPgi0MetufA86IMw0bhtMzSS7MFY,19674
|
|
7
7
|
pulpcore/client/pulp_gem/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
8
|
pulpcore/client/pulp_gem/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulp_gem/rest.py,sha256=NgBBavp6RouTgP2kxSWqxKJt9ufjhnrckk0u7Cx2Zss,9407
|
|
@@ -49,7 +49,7 @@ pulpcore/client/pulp_gem/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u6
|
|
|
49
49
|
pulpcore/client/pulp_gem/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
50
50
|
pulpcore/client/pulp_gem/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
51
51
|
pulpcore/client/pulp_gem/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
52
|
-
crc_pulp_gem_client-
|
|
53
|
-
crc_pulp_gem_client-
|
|
54
|
-
crc_pulp_gem_client-
|
|
55
|
-
crc_pulp_gem_client-
|
|
52
|
+
crc_pulp_gem_client-20260202.2.dist-info/METADATA,sha256=Tv25IFeqMm6T3GQoypYvp0ccaonYxAv9IaZVGxeZo2I,314180
|
|
53
|
+
crc_pulp_gem_client-20260202.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
54
|
+
crc_pulp_gem_client-20260202.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
55
|
+
crc_pulp_gem_client-20260202.2.dist-info/RECORD,,
|
|
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_gem.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
|
|
229
229
|
"""Default Base url
|
|
230
230
|
"""
|
|
231
231
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_gem.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version:
|
|
560
|
+
"SDK Package Version: 20260202.2".\
|
|
561
561
|
format(env=sys.platform, pyversion=sys.version)
|
|
562
562
|
|
|
563
563
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulp_gem.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-yknhpy.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
{crc_pulp_gem_client-20260123.3.dist-info → crc_pulp_gem_client-20260202.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|