crc-pulp-maven-client 20260128.1__py3-none-any.whl → 20260129.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.
- {crc_pulp_maven_client-20260128.1.dist-info → crc_pulp_maven_client-20260129.1.dist-info}/METADATA +79 -79
- {crc_pulp_maven_client-20260128.1.dist-info → crc_pulp_maven_client-20260129.1.dist-info}/RECORD +6 -6
- pulpcore/client/pulp_maven/__init__.py +1 -1
- pulpcore/client/pulp_maven/configuration.py +3 -3
- {crc_pulp_maven_client-20260128.1.dist-info → crc_pulp_maven_client-20260129.1.dist-info}/WHEEL +0 -0
- {crc_pulp_maven_client-20260128.1.dist-info → crc_pulp_maven_client-20260129.1.dist-info}/top_level.txt +0 -0
{crc_pulp_maven_client-20260128.1.dist-info → crc_pulp_maven_client-20260129.1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crc-pulp_maven-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260129.1
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -23,7 +23,7 @@ Dynamic: summary
|
|
|
23
23
|
|
|
24
24
|
# pulpcore.client.pulp_maven.ApiMavenApi
|
|
25
25
|
|
|
26
|
-
All URIs are relative to *https://env-ephemeral-
|
|
26
|
+
All URIs are relative to *https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
27
27
|
|
|
28
28
|
Method | HTTP request | Description
|
|
29
29
|
------------- | ------------- | -------------
|
|
@@ -49,10 +49,10 @@ import pulpcore.client.pulp_maven
|
|
|
49
49
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
50
50
|
from pprint import pprint
|
|
51
51
|
|
|
52
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
52
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
53
53
|
# See configuration.py for a list of all supported configuration parameters.
|
|
54
54
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
55
|
-
host = "https://env-ephemeral-
|
|
55
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
56
56
|
)
|
|
57
57
|
|
|
58
58
|
# The client must configure the authentication and authorization parameters
|
|
@@ -144,10 +144,10 @@ import pulpcore.client.pulp_maven
|
|
|
144
144
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
145
145
|
from pprint import pprint
|
|
146
146
|
|
|
147
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
147
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
148
148
|
# See configuration.py for a list of all supported configuration parameters.
|
|
149
149
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
150
|
-
host = "https://env-ephemeral-
|
|
150
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
151
151
|
)
|
|
152
152
|
|
|
153
153
|
# The client must configure the authentication and authorization parameters
|
|
@@ -249,7 +249,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
|
|
|
249
249
|
|
|
250
250
|
# pulpcore.client.pulp_maven.ContentArtifactApi
|
|
251
251
|
|
|
252
|
-
All URIs are relative to *https://env-ephemeral-
|
|
252
|
+
All URIs are relative to *https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
253
253
|
|
|
254
254
|
Method | HTTP request | Description
|
|
255
255
|
------------- | ------------- | -------------
|
|
@@ -280,10 +280,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_artifact_response import Mave
|
|
|
280
280
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
281
281
|
from pprint import pprint
|
|
282
282
|
|
|
283
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
283
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
284
284
|
# See configuration.py for a list of all supported configuration parameters.
|
|
285
285
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
286
|
-
host = "https://env-ephemeral-
|
|
286
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
287
287
|
)
|
|
288
288
|
|
|
289
289
|
# The client must configure the authentication and authorization parameters
|
|
@@ -373,10 +373,10 @@ from pulpcore.client.pulp_maven.models.paginatedmaven_maven_artifact_response_li
|
|
|
373
373
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
374
374
|
from pprint import pprint
|
|
375
375
|
|
|
376
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
376
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
377
377
|
# See configuration.py for a list of all supported configuration parameters.
|
|
378
378
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
379
|
-
host = "https://env-ephemeral-
|
|
379
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
380
380
|
)
|
|
381
381
|
|
|
382
382
|
# The client must configure the authentication and authorization parameters
|
|
@@ -500,10 +500,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_artifact_response import Mave
|
|
|
500
500
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
501
501
|
from pprint import pprint
|
|
502
502
|
|
|
503
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
503
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
504
504
|
# See configuration.py for a list of all supported configuration parameters.
|
|
505
505
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
506
|
-
host = "https://env-ephemeral-
|
|
506
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
507
507
|
)
|
|
508
508
|
|
|
509
509
|
# The client must configure the authentication and authorization parameters
|
|
@@ -596,10 +596,10 @@ from pulpcore.client.pulp_maven.models.set_label_response import SetLabelRespons
|
|
|
596
596
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
597
597
|
from pprint import pprint
|
|
598
598
|
|
|
599
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
599
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
600
600
|
# See configuration.py for a list of all supported configuration parameters.
|
|
601
601
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
602
|
-
host = "https://env-ephemeral-
|
|
602
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
603
603
|
)
|
|
604
604
|
|
|
605
605
|
# The client must configure the authentication and authorization parameters
|
|
@@ -690,10 +690,10 @@ from pulpcore.client.pulp_maven.models.unset_label_response import UnsetLabelRes
|
|
|
690
690
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
691
691
|
from pprint import pprint
|
|
692
692
|
|
|
693
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
693
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
694
694
|
# See configuration.py for a list of all supported configuration parameters.
|
|
695
695
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
696
|
-
host = "https://env-ephemeral-
|
|
696
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
697
697
|
)
|
|
698
698
|
|
|
699
699
|
# The client must configure the authentication and authorization parameters
|
|
@@ -798,7 +798,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
|
|
|
798
798
|
|
|
799
799
|
# pulpcore.client.pulp_maven.DistributionsMavenApi
|
|
800
800
|
|
|
801
|
-
All URIs are relative to *https://env-ephemeral-
|
|
801
|
+
All URIs are relative to *https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
802
802
|
|
|
803
803
|
Method | HTTP request | Description
|
|
804
804
|
------------- | ------------- | -------------
|
|
@@ -832,10 +832,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_distribution import MavenMave
|
|
|
832
832
|
from pulpcore.client.pulp_maven.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-tctxoz.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_maven.Configuration(
|
|
838
|
-
host = "https://env-ephemeral-
|
|
838
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
839
839
|
)
|
|
840
840
|
|
|
841
841
|
# The client must configure the authentication and authorization parameters
|
|
@@ -925,10 +925,10 @@ from pulpcore.client.pulp_maven.models.async_operation_response import AsyncOper
|
|
|
925
925
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
926
926
|
from pprint import pprint
|
|
927
927
|
|
|
928
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
928
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
929
929
|
# See configuration.py for a list of all supported configuration parameters.
|
|
930
930
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
931
|
-
host = "https://env-ephemeral-
|
|
931
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
932
932
|
)
|
|
933
933
|
|
|
934
934
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1016,10 +1016,10 @@ from pulpcore.client.pulp_maven.models.paginatedmaven_maven_distribution_respons
|
|
|
1016
1016
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
1017
1017
|
from pprint import pprint
|
|
1018
1018
|
|
|
1019
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1019
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1020
1020
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1021
1021
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
1022
|
-
host = "https://env-ephemeral-
|
|
1022
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1023
1023
|
)
|
|
1024
1024
|
|
|
1025
1025
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1162,10 +1162,10 @@ from pulpcore.client.pulp_maven.models.patchedmaven_maven_distribution import Pa
|
|
|
1162
1162
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
1163
1163
|
from pprint import pprint
|
|
1164
1164
|
|
|
1165
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1165
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1166
1166
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1167
1167
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
1168
|
-
host = "https://env-ephemeral-
|
|
1168
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1169
1169
|
)
|
|
1170
1170
|
|
|
1171
1171
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1256,10 +1256,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_distribution_response import
|
|
|
1256
1256
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
1257
1257
|
from pprint import pprint
|
|
1258
1258
|
|
|
1259
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1259
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1260
1260
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1261
1261
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
1262
|
-
host = "https://env-ephemeral-
|
|
1262
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1263
1263
|
)
|
|
1264
1264
|
|
|
1265
1265
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1352,10 +1352,10 @@ from pulpcore.client.pulp_maven.models.set_label_response import SetLabelRespons
|
|
|
1352
1352
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
1353
1353
|
from pprint import pprint
|
|
1354
1354
|
|
|
1355
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1355
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1356
1356
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1357
1357
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
1358
|
-
host = "https://env-ephemeral-
|
|
1358
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1359
1359
|
)
|
|
1360
1360
|
|
|
1361
1361
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1446,10 +1446,10 @@ from pulpcore.client.pulp_maven.models.unset_label_response import UnsetLabelRes
|
|
|
1446
1446
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
1447
1447
|
from pprint import pprint
|
|
1448
1448
|
|
|
1449
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1449
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1450
1450
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1451
1451
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
1452
|
-
host = "https://env-ephemeral-
|
|
1452
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1453
1453
|
)
|
|
1454
1454
|
|
|
1455
1455
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1540,10 +1540,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_distribution_response import
|
|
|
1540
1540
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
1541
1541
|
from pprint import pprint
|
|
1542
1542
|
|
|
1543
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1543
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1544
1544
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1545
1545
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
1546
|
-
host = "https://env-ephemeral-
|
|
1546
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1547
1547
|
)
|
|
1548
1548
|
|
|
1549
1549
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2263,7 +2263,7 @@ patchedmaven_maven_repository_from_dict = PatchedmavenMavenRepository.from_dict(
|
|
|
2263
2263
|
|
|
2264
2264
|
# pulpcore.client.pulp_maven.RemotesMavenApi
|
|
2265
2265
|
|
|
2266
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2266
|
+
All URIs are relative to *https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2267
2267
|
|
|
2268
2268
|
Method | HTTP request | Description
|
|
2269
2269
|
------------- | ------------- | -------------
|
|
@@ -2297,10 +2297,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_remote_response import MavenM
|
|
|
2297
2297
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
2298
2298
|
from pprint import pprint
|
|
2299
2299
|
|
|
2300
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2300
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2301
2301
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2302
2302
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
2303
|
-
host = "https://env-ephemeral-
|
|
2303
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2304
2304
|
)
|
|
2305
2305
|
|
|
2306
2306
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2390,10 +2390,10 @@ from pulpcore.client.pulp_maven.models.async_operation_response import AsyncOper
|
|
|
2390
2390
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
2391
2391
|
from pprint import pprint
|
|
2392
2392
|
|
|
2393
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2393
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2394
2394
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2395
2395
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
2396
|
-
host = "https://env-ephemeral-
|
|
2396
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2397
2397
|
)
|
|
2398
2398
|
|
|
2399
2399
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2481,10 +2481,10 @@ from pulpcore.client.pulp_maven.models.paginatedmaven_maven_remote_response_list
|
|
|
2481
2481
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
2482
2482
|
from pprint import pprint
|
|
2483
2483
|
|
|
2484
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2484
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2485
2485
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2486
2486
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
2487
|
-
host = "https://env-ephemeral-
|
|
2487
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2488
2488
|
)
|
|
2489
2489
|
|
|
2490
2490
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2625,10 +2625,10 @@ from pulpcore.client.pulp_maven.models.patchedmaven_maven_remote import Patchedm
|
|
|
2625
2625
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
2626
2626
|
from pprint import pprint
|
|
2627
2627
|
|
|
2628
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2628
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2629
2629
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2630
2630
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
2631
|
-
host = "https://env-ephemeral-
|
|
2631
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2632
2632
|
)
|
|
2633
2633
|
|
|
2634
2634
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2719,10 +2719,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_remote_response import MavenM
|
|
|
2719
2719
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
2720
2720
|
from pprint import pprint
|
|
2721
2721
|
|
|
2722
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2722
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2723
2723
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2724
2724
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
2725
|
-
host = "https://env-ephemeral-
|
|
2725
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2726
2726
|
)
|
|
2727
2727
|
|
|
2728
2728
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2815,10 +2815,10 @@ from pulpcore.client.pulp_maven.models.set_label_response import SetLabelRespons
|
|
|
2815
2815
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
2816
2816
|
from pprint import pprint
|
|
2817
2817
|
|
|
2818
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2818
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2819
2819
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2820
2820
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
2821
|
-
host = "https://env-ephemeral-
|
|
2821
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2822
2822
|
)
|
|
2823
2823
|
|
|
2824
2824
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2909,10 +2909,10 @@ from pulpcore.client.pulp_maven.models.unset_label_response import UnsetLabelRes
|
|
|
2909
2909
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
2910
2910
|
from pprint import pprint
|
|
2911
2911
|
|
|
2912
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2912
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2913
2913
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2914
2914
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
2915
|
-
host = "https://env-ephemeral-
|
|
2915
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2916
2916
|
)
|
|
2917
2917
|
|
|
2918
2918
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3003,10 +3003,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_remote_response import MavenM
|
|
|
3003
3003
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3004
3004
|
from pprint import pprint
|
|
3005
3005
|
|
|
3006
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3006
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3007
3007
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3008
3008
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3009
|
-
host = "https://env-ephemeral-
|
|
3009
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3010
3010
|
)
|
|
3011
3011
|
|
|
3012
3012
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3109,7 +3109,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
3109
3109
|
|
|
3110
3110
|
# pulpcore.client.pulp_maven.RepositoriesMavenApi
|
|
3111
3111
|
|
|
3112
|
-
All URIs are relative to *https://env-ephemeral-
|
|
3112
|
+
All URIs are relative to *https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
3113
3113
|
|
|
3114
3114
|
Method | HTTP request | Description
|
|
3115
3115
|
------------- | ------------- | -------------
|
|
@@ -3144,10 +3144,10 @@ from pulpcore.client.pulp_maven.models.repository_add_cached_content import Repo
|
|
|
3144
3144
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3145
3145
|
from pprint import pprint
|
|
3146
3146
|
|
|
3147
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3147
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3148
3148
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3149
3149
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3150
|
-
host = "https://env-ephemeral-
|
|
3150
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3151
3151
|
)
|
|
3152
3152
|
|
|
3153
3153
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3238,10 +3238,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_repository_response import Ma
|
|
|
3238
3238
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3239
3239
|
from pprint import pprint
|
|
3240
3240
|
|
|
3241
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3241
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3242
3242
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3243
3243
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3244
|
-
host = "https://env-ephemeral-
|
|
3244
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3245
3245
|
)
|
|
3246
3246
|
|
|
3247
3247
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3331,10 +3331,10 @@ from pulpcore.client.pulp_maven.models.async_operation_response import AsyncOper
|
|
|
3331
3331
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3332
3332
|
from pprint import pprint
|
|
3333
3333
|
|
|
3334
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3334
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3335
3335
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3336
3336
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3337
|
-
host = "https://env-ephemeral-
|
|
3337
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3338
3338
|
)
|
|
3339
3339
|
|
|
3340
3340
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3422,10 +3422,10 @@ from pulpcore.client.pulp_maven.models.paginatedmaven_maven_repository_response_
|
|
|
3422
3422
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3423
3423
|
from pprint import pprint
|
|
3424
3424
|
|
|
3425
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3425
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3426
3426
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3427
3427
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3428
|
-
host = "https://env-ephemeral-
|
|
3428
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3429
3429
|
)
|
|
3430
3430
|
|
|
3431
3431
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3574,10 +3574,10 @@ from pulpcore.client.pulp_maven.models.patchedmaven_maven_repository import Patc
|
|
|
3574
3574
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3575
3575
|
from pprint import pprint
|
|
3576
3576
|
|
|
3577
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3577
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3578
3578
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3579
3579
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3580
|
-
host = "https://env-ephemeral-
|
|
3580
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3581
3581
|
)
|
|
3582
3582
|
|
|
3583
3583
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3668,10 +3668,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_repository_response import Ma
|
|
|
3668
3668
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3669
3669
|
from pprint import pprint
|
|
3670
3670
|
|
|
3671
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3671
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3672
3672
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3673
3673
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3674
|
-
host = "https://env-ephemeral-
|
|
3674
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3675
3675
|
)
|
|
3676
3676
|
|
|
3677
3677
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3764,10 +3764,10 @@ from pulpcore.client.pulp_maven.models.set_label_response import SetLabelRespons
|
|
|
3764
3764
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3765
3765
|
from pprint import pprint
|
|
3766
3766
|
|
|
3767
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3767
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3768
3768
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3769
3769
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3770
|
-
host = "https://env-ephemeral-
|
|
3770
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3771
3771
|
)
|
|
3772
3772
|
|
|
3773
3773
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3858,10 +3858,10 @@ from pulpcore.client.pulp_maven.models.unset_label_response import UnsetLabelRes
|
|
|
3858
3858
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3859
3859
|
from pprint import pprint
|
|
3860
3860
|
|
|
3861
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3861
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3862
3862
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3863
3863
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3864
|
-
host = "https://env-ephemeral-
|
|
3864
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3865
3865
|
)
|
|
3866
3866
|
|
|
3867
3867
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3952,10 +3952,10 @@ from pulpcore.client.pulp_maven.models.maven_maven_repository_response import Ma
|
|
|
3952
3952
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
3953
3953
|
from pprint import pprint
|
|
3954
3954
|
|
|
3955
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3955
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3956
3956
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3957
3957
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
3958
|
-
host = "https://env-ephemeral-
|
|
3958
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3959
3959
|
)
|
|
3960
3960
|
|
|
3961
3961
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4029,7 +4029,7 @@ Name | Type | Description | Notes
|
|
|
4029
4029
|
|
|
4030
4030
|
# pulpcore.client.pulp_maven.RepositoriesMavenVersionsApi
|
|
4031
4031
|
|
|
4032
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4032
|
+
All URIs are relative to *https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4033
4033
|
|
|
4034
4034
|
Method | HTTP request | Description
|
|
4035
4035
|
------------- | ------------- | -------------
|
|
@@ -4058,10 +4058,10 @@ from pulpcore.client.pulp_maven.models.async_operation_response import AsyncOper
|
|
|
4058
4058
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
4059
4059
|
from pprint import pprint
|
|
4060
4060
|
|
|
4061
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4061
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4062
4062
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4063
4063
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
4064
|
-
host = "https://env-ephemeral-
|
|
4064
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4065
4065
|
)
|
|
4066
4066
|
|
|
4067
4067
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4149,10 +4149,10 @@ from pulpcore.client.pulp_maven.models.paginated_repository_version_response_lis
|
|
|
4149
4149
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
4150
4150
|
from pprint import pprint
|
|
4151
4151
|
|
|
4152
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4152
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4153
4153
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4154
4154
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
4155
|
-
host = "https://env-ephemeral-
|
|
4155
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4156
4156
|
)
|
|
4157
4157
|
|
|
4158
4158
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4286,10 +4286,10 @@ from pulpcore.client.pulp_maven.models.repository_version_response import Reposi
|
|
|
4286
4286
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
4287
4287
|
from pprint import pprint
|
|
4288
4288
|
|
|
4289
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4289
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4290
4290
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4291
4291
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
4292
|
-
host = "https://env-ephemeral-
|
|
4292
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4293
4293
|
)
|
|
4294
4294
|
|
|
4295
4295
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4382,10 +4382,10 @@ from pulpcore.client.pulp_maven.models.repair import Repair
|
|
|
4382
4382
|
from pulpcore.client.pulp_maven.rest import ApiException
|
|
4383
4383
|
from pprint import pprint
|
|
4384
4384
|
|
|
4385
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4385
|
+
# Defining the host is optional and defaults to https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4386
4386
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4387
4387
|
configuration = pulpcore.client.pulp_maven.Configuration(
|
|
4388
|
-
host = "https://env-ephemeral-
|
|
4388
|
+
host = "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4389
4389
|
)
|
|
4390
4390
|
|
|
4391
4391
|
# The client must configure the authentication and authorization parameters
|
{crc_pulp_maven_client-20260128.1.dist-info → crc_pulp_maven_client-20260129.1.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_maven/__init__.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_maven/__init__.py,sha256=kc7Xcd8MhurkcD2mA1f_R5dwnmAhFAulhMfsuz6ji-s,4213
|
|
4
4
|
pulpcore/client/pulp_maven/api_client.py,sha256=NFMx76_VU3-BpQj6IUcrlguRfqXb1PbHOT0DiI2Cj2E,27509
|
|
5
5
|
pulpcore/client/pulp_maven/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulp_maven/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulp_maven/configuration.py,sha256=_-p8JnrziSHnMVd2W0ZBMUGax_m3w3V-0vnuDJ63clo,19680
|
|
7
7
|
pulpcore/client/pulp_maven/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
8
|
pulpcore/client/pulp_maven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulp_maven/rest.py,sha256=ja-9Wfcj2_YSF7lGwPqyYQuK_gNd-tOaHH7kgpbVl7g,9409
|
|
@@ -42,7 +42,7 @@ pulpcore/client/pulp_maven/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0
|
|
|
42
42
|
pulpcore/client/pulp_maven/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
43
43
|
pulpcore/client/pulp_maven/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
44
44
|
pulpcore/client/pulp_maven/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
45
|
-
crc_pulp_maven_client-
|
|
46
|
-
crc_pulp_maven_client-
|
|
47
|
-
crc_pulp_maven_client-
|
|
48
|
-
crc_pulp_maven_client-
|
|
45
|
+
crc_pulp_maven_client-20260129.1.dist-info/METADATA,sha256=2Jt9K0xLCAKYB3GuQvzvHPObcoybPDbIVOLzF6PbXew,225410
|
|
46
|
+
crc_pulp_maven_client-20260129.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
47
|
+
crc_pulp_maven_client-20260129.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
48
|
+
crc_pulp_maven_client-20260129.1.dist-info/RECORD,,
|
|
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_maven.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-tctxoz.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_maven.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: 20260129.1".\
|
|
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_maven.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-tctxoz.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
{crc_pulp_maven_client-20260128.1.dist-info → crc_pulp_maven_client-20260129.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|