crc-pulp-file-client 20260115.2__tar.gz → 20260119.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of crc-pulp-file-client might be problematic. Click here for more details.

Files changed (115) hide show
  1. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/PKG-INFO +142 -142
  2. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/README.md +4 -4
  3. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/crc_pulp_file_client.egg-info/PKG-INFO +142 -142
  4. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/__init__.py +1 -1
  5. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/configuration.py +3 -3
  6. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pyproject.toml +1 -1
  7. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/setup.py +1 -1
  8. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/crc_pulp_file_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/crc_pulp_file_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/crc_pulp_file_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/crc_pulp_file_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/__init__.py +0 -0
  15. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/acs_file_api.py +0 -0
  16. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/content_files_api.py +0 -0
  17. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/distributions_file_api.py +0 -0
  18. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/publications_file_api.py +0 -0
  19. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/remotes_file_api.py +0 -0
  20. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/repositories_file_api.py +0 -0
  21. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api/repositories_file_versions_api.py +0 -0
  22. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api_client.py +0 -0
  23. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/api_response.py +0 -0
  24. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/exceptions.py +0 -0
  25. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/__init__.py +0 -0
  26. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/async_operation_response.py +0 -0
  27. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/content_summary_response.py +0 -0
  28. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_content_upload_response.py +0 -0
  29. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_alternate_content_source.py +0 -0
  30. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_alternate_content_source_response.py +0 -0
  31. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_content_response.py +0 -0
  32. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_distribution.py +0 -0
  33. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_distribution_response.py +0 -0
  34. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_publication.py +0 -0
  35. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_publication_response.py +0 -0
  36. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_remote.py +0 -0
  37. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_remote_response.py +0 -0
  38. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_remote_response_hidden_fields_inner.py +0 -0
  39. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_repository.py +0 -0
  40. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/file_file_repository_response.py +0 -0
  41. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/my_permissions_response.py +0 -0
  42. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/nested_role.py +0 -0
  43. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/nested_role_response.py +0 -0
  44. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/object_roles_response.py +0 -0
  45. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/paginated_repository_version_response_list.py +0 -0
  46. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/paginatedfile_file_alternate_content_source_response_list.py +0 -0
  47. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/paginatedfile_file_content_response_list.py +0 -0
  48. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/paginatedfile_file_distribution_response_list.py +0 -0
  49. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/paginatedfile_file_publication_response_list.py +0 -0
  50. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/paginatedfile_file_remote_response_list.py +0 -0
  51. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/paginatedfile_file_repository_response_list.py +0 -0
  52. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/patchedfile_file_alternate_content_source.py +0 -0
  53. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/patchedfile_file_distribution.py +0 -0
  54. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/patchedfile_file_remote.py +0 -0
  55. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/patchedfile_file_repository.py +0 -0
  56. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/policy_enum.py +0 -0
  57. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/repair.py +0 -0
  58. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/repository_add_remove_content.py +0 -0
  59. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/repository_sync_url.py +0 -0
  60. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/repository_version_response.py +0 -0
  61. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/set_label.py +0 -0
  62. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/set_label_response.py +0 -0
  63. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/task_group_operation_response.py +0 -0
  64. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/unset_label.py +0 -0
  65. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/models/unset_label_response.py +0 -0
  66. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/py.typed +0 -0
  67. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/pulpcore/client/pulp_file/rest.py +0 -0
  68. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/setup.cfg +0 -0
  69. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_acs_file_api.py +0 -0
  70. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_async_operation_response.py +0 -0
  71. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_content_files_api.py +0 -0
  72. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_content_summary_response.py +0 -0
  73. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_distributions_file_api.py +0 -0
  74. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_content_upload_response.py +0 -0
  75. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_alternate_content_source.py +0 -0
  76. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_alternate_content_source_response.py +0 -0
  77. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_content_response.py +0 -0
  78. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_distribution.py +0 -0
  79. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_distribution_response.py +0 -0
  80. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_publication.py +0 -0
  81. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_publication_response.py +0 -0
  82. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_remote.py +0 -0
  83. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_remote_response.py +0 -0
  84. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_remote_response_hidden_fields_inner.py +0 -0
  85. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_repository.py +0 -0
  86. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_file_file_repository_response.py +0 -0
  87. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_my_permissions_response.py +0 -0
  88. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_nested_role.py +0 -0
  89. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_nested_role_response.py +0 -0
  90. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_object_roles_response.py +0 -0
  91. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_paginated_repository_version_response_list.py +0 -0
  92. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_paginatedfile_file_alternate_content_source_response_list.py +0 -0
  93. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_paginatedfile_file_content_response_list.py +0 -0
  94. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_paginatedfile_file_distribution_response_list.py +0 -0
  95. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_paginatedfile_file_publication_response_list.py +0 -0
  96. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_paginatedfile_file_remote_response_list.py +0 -0
  97. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_paginatedfile_file_repository_response_list.py +0 -0
  98. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_patchedfile_file_alternate_content_source.py +0 -0
  99. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_patchedfile_file_distribution.py +0 -0
  100. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_patchedfile_file_remote.py +0 -0
  101. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_patchedfile_file_repository.py +0 -0
  102. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_policy_enum.py +0 -0
  103. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_publications_file_api.py +0 -0
  104. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_remotes_file_api.py +0 -0
  105. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_repair.py +0 -0
  106. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_repositories_file_api.py +0 -0
  107. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_repositories_file_versions_api.py +0 -0
  108. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_repository_add_remove_content.py +0 -0
  109. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_repository_sync_url.py +0 -0
  110. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_repository_version_response.py +0 -0
  111. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_set_label.py +0 -0
  112. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_set_label_response.py +0 -0
  113. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_task_group_operation_response.py +0 -0
  114. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_unset_label.py +0 -0
  115. {crc_pulp_file_client-20260115.2 → crc_pulp_file_client-20260119.3}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_file-client
3
- Version: 20260115.2
3
+ Version: 20260119.3
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_file.AcsFileApi
25
25
 
26
- All URIs are relative to *https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -60,10 +60,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
60
60
  from pulpcore.client.pulp_file.rest import ApiException
61
61
  from pprint import pprint
62
62
 
63
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
63
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
64
64
  # See configuration.py for a list of all supported configuration parameters.
65
65
  configuration = pulpcore.client.pulp_file.Configuration(
66
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
66
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
67
67
  )
68
68
 
69
69
  # The client must configure the authentication and authorization parameters
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_respons
154
154
  from pulpcore.client.pulp_file.rest import ApiException
155
155
  from pprint import pprint
156
156
 
157
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
158
158
  # See configuration.py for a list of all supported configuration parameters.
159
159
  configuration = pulpcore.client.pulp_file.Configuration(
160
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
161
161
  )
162
162
 
163
163
  # The client must configure the authentication and authorization parameters
@@ -247,10 +247,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
247
247
  from pulpcore.client.pulp_file.rest import ApiException
248
248
  from pprint import pprint
249
249
 
250
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
250
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
251
251
  # See configuration.py for a list of all supported configuration parameters.
252
252
  configuration = pulpcore.client.pulp_file.Configuration(
253
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
253
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
254
254
  )
255
255
 
256
256
  # The client must configure the authentication and authorization parameters
@@ -338,10 +338,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_alternate_content_sourc
338
338
  from pulpcore.client.pulp_file.rest import ApiException
339
339
  from pprint import pprint
340
340
 
341
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
341
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
342
342
  # See configuration.py for a list of all supported configuration parameters.
343
343
  configuration = pulpcore.client.pulp_file.Configuration(
344
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
344
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
345
345
  )
346
346
 
347
347
  # The client must configure the authentication and authorization parameters
@@ -465,10 +465,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
465
465
  from pulpcore.client.pulp_file.rest import ApiException
466
466
  from pprint import pprint
467
467
 
468
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
468
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
469
469
  # See configuration.py for a list of all supported configuration parameters.
470
470
  configuration = pulpcore.client.pulp_file.Configuration(
471
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
471
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
472
472
  )
473
473
 
474
474
  # The client must configure the authentication and authorization parameters
@@ -560,10 +560,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
560
560
  from pulpcore.client.pulp_file.rest import ApiException
561
561
  from pprint import pprint
562
562
 
563
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
563
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
564
564
  # See configuration.py for a list of all supported configuration parameters.
565
565
  configuration = pulpcore.client.pulp_file.Configuration(
566
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
566
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
567
567
  )
568
568
 
569
569
  # The client must configure the authentication and authorization parameters
@@ -656,10 +656,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_alternate_content_source
656
656
  from pulpcore.client.pulp_file.rest import ApiException
657
657
  from pprint import pprint
658
658
 
659
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
659
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
660
660
  # See configuration.py for a list of all supported configuration parameters.
661
661
  configuration = pulpcore.client.pulp_file.Configuration(
662
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
662
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
663
663
  )
664
664
 
665
665
  # The client must configure the authentication and authorization parameters
@@ -750,10 +750,10 @@ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_respons
750
750
  from pulpcore.client.pulp_file.rest import ApiException
751
751
  from pprint import pprint
752
752
 
753
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
753
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
754
754
  # See configuration.py for a list of all supported configuration parameters.
755
755
  configuration = pulpcore.client.pulp_file.Configuration(
756
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
756
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
757
757
  )
758
758
 
759
759
  # The client must configure the authentication and authorization parameters
@@ -845,10 +845,10 @@ from pulpcore.client.pulp_file.models.task_group_operation_response import TaskG
845
845
  from pulpcore.client.pulp_file.rest import ApiException
846
846
  from pprint import pprint
847
847
 
848
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
848
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
849
849
  # See configuration.py for a list of all supported configuration parameters.
850
850
  configuration = pulpcore.client.pulp_file.Configuration(
851
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
851
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
852
852
  )
853
853
 
854
854
  # The client must configure the authentication and authorization parameters
@@ -937,10 +937,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
937
937
  from pulpcore.client.pulp_file.rest import ApiException
938
938
  from pprint import pprint
939
939
 
940
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
940
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
941
941
  # See configuration.py for a list of all supported configuration parameters.
942
942
  configuration = pulpcore.client.pulp_file.Configuration(
943
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
943
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
944
944
  )
945
945
 
946
946
  # The client must configure the authentication and authorization parameters
@@ -1031,10 +1031,10 @@ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_respons
1031
1031
  from pulpcore.client.pulp_file.rest import ApiException
1032
1032
  from pprint import pprint
1033
1033
 
1034
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1034
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1035
1035
  # See configuration.py for a list of all supported configuration parameters.
1036
1036
  configuration = pulpcore.client.pulp_file.Configuration(
1037
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1037
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1038
1038
  )
1039
1039
 
1040
1040
  # The client must configure the authentication and authorization parameters
@@ -1138,7 +1138,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
1138
1138
 
1139
1139
  # pulpcore.client.pulp_file.ContentFilesApi
1140
1140
 
1141
- All URIs are relative to *https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com*
1141
+ All URIs are relative to *https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com*
1142
1142
 
1143
1143
  Method | HTTP request | Description
1144
1144
  ------------- | ------------- | -------------
@@ -1169,10 +1169,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
1169
1169
  from pulpcore.client.pulp_file.rest import ApiException
1170
1170
  from pprint import pprint
1171
1171
 
1172
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1172
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1173
1173
  # See configuration.py for a list of all supported configuration parameters.
1174
1174
  configuration = pulpcore.client.pulp_file.Configuration(
1175
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1175
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1176
1176
  )
1177
1177
 
1178
1178
  # The client must configure the authentication and authorization parameters
@@ -1274,10 +1274,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_content_response_list i
1274
1274
  from pulpcore.client.pulp_file.rest import ApiException
1275
1275
  from pprint import pprint
1276
1276
 
1277
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1277
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1278
1278
  # See configuration.py for a list of all supported configuration parameters.
1279
1279
  configuration = pulpcore.client.pulp_file.Configuration(
1280
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1280
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1281
1281
  )
1282
1282
 
1283
1283
  # The client must configure the authentication and authorization parameters
@@ -1415,10 +1415,10 @@ from pulpcore.client.pulp_file.models.file_file_content_response import FileFile
1415
1415
  from pulpcore.client.pulp_file.rest import ApiException
1416
1416
  from pprint import pprint
1417
1417
 
1418
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1418
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1419
1419
  # See configuration.py for a list of all supported configuration parameters.
1420
1420
  configuration = pulpcore.client.pulp_file.Configuration(
1421
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1421
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1422
1422
  )
1423
1423
 
1424
1424
  # The client must configure the authentication and authorization parameters
@@ -1511,10 +1511,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
1511
1511
  from pulpcore.client.pulp_file.rest import ApiException
1512
1512
  from pprint import pprint
1513
1513
 
1514
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1514
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1515
1515
  # See configuration.py for a list of all supported configuration parameters.
1516
1516
  configuration = pulpcore.client.pulp_file.Configuration(
1517
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1517
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1518
1518
  )
1519
1519
 
1520
1520
  # The client must configure the authentication and authorization parameters
@@ -1605,10 +1605,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
1605
1605
  from pulpcore.client.pulp_file.rest import ApiException
1606
1606
  from pprint import pprint
1607
1607
 
1608
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1608
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1609
1609
  # See configuration.py for a list of all supported configuration parameters.
1610
1610
  configuration = pulpcore.client.pulp_file.Configuration(
1611
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1611
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1612
1612
  )
1613
1613
 
1614
1614
  # The client must configure the authentication and authorization parameters
@@ -1698,10 +1698,10 @@ from pulpcore.client.pulp_file.models.file_content_upload_response import FileCo
1698
1698
  from pulpcore.client.pulp_file.rest import ApiException
1699
1699
  from pprint import pprint
1700
1700
 
1701
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1701
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1702
1702
  # See configuration.py for a list of all supported configuration parameters.
1703
1703
  configuration = pulpcore.client.pulp_file.Configuration(
1704
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1704
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1705
1705
  )
1706
1706
 
1707
1707
  # The client must configure the authentication and authorization parameters
@@ -1816,7 +1816,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1816
1816
 
1817
1817
  # pulpcore.client.pulp_file.DistributionsFileApi
1818
1818
 
1819
- All URIs are relative to *https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com*
1819
+ All URIs are relative to *https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com*
1820
1820
 
1821
1821
  Method | HTTP request | Description
1822
1822
  ------------- | ------------- | -------------
@@ -1854,10 +1854,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
1854
1854
  from pulpcore.client.pulp_file.rest import ApiException
1855
1855
  from pprint import pprint
1856
1856
 
1857
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1857
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1858
1858
  # See configuration.py for a list of all supported configuration parameters.
1859
1859
  configuration = pulpcore.client.pulp_file.Configuration(
1860
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1860
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1861
1861
  )
1862
1862
 
1863
1863
  # The client must configure the authentication and authorization parameters
@@ -1948,10 +1948,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution import FileFileDist
1948
1948
  from pulpcore.client.pulp_file.rest import ApiException
1949
1949
  from pprint import pprint
1950
1950
 
1951
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
1951
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
1952
1952
  # See configuration.py for a list of all supported configuration parameters.
1953
1953
  configuration = pulpcore.client.pulp_file.Configuration(
1954
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
1954
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
1955
1955
  )
1956
1956
 
1957
1957
  # The client must configure the authentication and authorization parameters
@@ -2041,10 +2041,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
2041
2041
  from pulpcore.client.pulp_file.rest import ApiException
2042
2042
  from pprint import pprint
2043
2043
 
2044
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2044
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2045
2045
  # See configuration.py for a list of all supported configuration parameters.
2046
2046
  configuration = pulpcore.client.pulp_file.Configuration(
2047
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2047
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2048
2048
  )
2049
2049
 
2050
2050
  # The client must configure the authentication and authorization parameters
@@ -2132,10 +2132,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_distribution_response_l
2132
2132
  from pulpcore.client.pulp_file.rest import ApiException
2133
2133
  from pprint import pprint
2134
2134
 
2135
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2135
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2136
2136
  # See configuration.py for a list of all supported configuration parameters.
2137
2137
  configuration = pulpcore.client.pulp_file.Configuration(
2138
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2138
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2139
2139
  )
2140
2140
 
2141
2141
  # The client must configure the authentication and authorization parameters
@@ -2277,10 +2277,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
2277
2277
  from pulpcore.client.pulp_file.rest import ApiException
2278
2278
  from pprint import pprint
2279
2279
 
2280
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2280
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2281
2281
  # See configuration.py for a list of all supported configuration parameters.
2282
2282
  configuration = pulpcore.client.pulp_file.Configuration(
2283
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2283
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2284
2284
  )
2285
2285
 
2286
2286
  # The client must configure the authentication and authorization parameters
@@ -2372,10 +2372,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
2372
2372
  from pulpcore.client.pulp_file.rest import ApiException
2373
2373
  from pprint import pprint
2374
2374
 
2375
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2375
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2376
2376
  # See configuration.py for a list of all supported configuration parameters.
2377
2377
  configuration = pulpcore.client.pulp_file.Configuration(
2378
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2378
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2379
2379
  )
2380
2380
 
2381
2381
  # The client must configure the authentication and authorization parameters
@@ -2468,10 +2468,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_distribution import Patch
2468
2468
  from pulpcore.client.pulp_file.rest import ApiException
2469
2469
  from pprint import pprint
2470
2470
 
2471
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2471
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2472
2472
  # See configuration.py for a list of all supported configuration parameters.
2473
2473
  configuration = pulpcore.client.pulp_file.Configuration(
2474
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2474
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2475
2475
  )
2476
2476
 
2477
2477
  # The client must configure the authentication and authorization parameters
@@ -2562,10 +2562,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution_response import Fil
2562
2562
  from pulpcore.client.pulp_file.rest import ApiException
2563
2563
  from pprint import pprint
2564
2564
 
2565
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2565
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2566
2566
  # See configuration.py for a list of all supported configuration parameters.
2567
2567
  configuration = pulpcore.client.pulp_file.Configuration(
2568
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2568
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2569
2569
  )
2570
2570
 
2571
2571
  # The client must configure the authentication and authorization parameters
@@ -2658,10 +2658,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
2658
2658
  from pulpcore.client.pulp_file.rest import ApiException
2659
2659
  from pprint import pprint
2660
2660
 
2661
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2661
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2662
2662
  # See configuration.py for a list of all supported configuration parameters.
2663
2663
  configuration = pulpcore.client.pulp_file.Configuration(
2664
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2664
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2665
2665
  )
2666
2666
 
2667
2667
  # The client must configure the authentication and authorization parameters
@@ -2752,10 +2752,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
2752
2752
  from pulpcore.client.pulp_file.rest import ApiException
2753
2753
  from pprint import pprint
2754
2754
 
2755
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2755
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2756
2756
  # See configuration.py for a list of all supported configuration parameters.
2757
2757
  configuration = pulpcore.client.pulp_file.Configuration(
2758
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2758
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2759
2759
  )
2760
2760
 
2761
2761
  # The client must configure the authentication and authorization parameters
@@ -2846,10 +2846,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
2846
2846
  from pulpcore.client.pulp_file.rest import ApiException
2847
2847
  from pprint import pprint
2848
2848
 
2849
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2849
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2850
2850
  # See configuration.py for a list of all supported configuration parameters.
2851
2851
  configuration = pulpcore.client.pulp_file.Configuration(
2852
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2852
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2853
2853
  )
2854
2854
 
2855
2855
  # The client must configure the authentication and authorization parameters
@@ -2940,10 +2940,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution_response import Fil
2940
2940
  from pulpcore.client.pulp_file.rest import ApiException
2941
2941
  from pprint import pprint
2942
2942
 
2943
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
2943
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
2944
2944
  # See configuration.py for a list of all supported configuration parameters.
2945
2945
  configuration = pulpcore.client.pulp_file.Configuration(
2946
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
2946
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
2947
2947
  )
2948
2948
 
2949
2949
  # The client must configure the authentication and authorization parameters
@@ -4049,7 +4049,7 @@ patchedfile_file_repository_from_dict = PatchedfileFileRepository.from_dict(patc
4049
4049
 
4050
4050
  # pulpcore.client.pulp_file.PublicationsFileApi
4051
4051
 
4052
- All URIs are relative to *https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com*
4052
+ All URIs are relative to *https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com*
4053
4053
 
4054
4054
  Method | HTTP request | Description
4055
4055
  ------------- | ------------- | -------------
@@ -4083,10 +4083,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
4083
4083
  from pulpcore.client.pulp_file.rest import ApiException
4084
4084
  from pprint import pprint
4085
4085
 
4086
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4086
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4087
4087
  # See configuration.py for a list of all supported configuration parameters.
4088
4088
  configuration = pulpcore.client.pulp_file.Configuration(
4089
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4089
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4090
4090
  )
4091
4091
 
4092
4092
  # The client must configure the authentication and authorization parameters
@@ -4177,10 +4177,10 @@ from pulpcore.client.pulp_file.models.file_file_publication import FileFilePubli
4177
4177
  from pulpcore.client.pulp_file.rest import ApiException
4178
4178
  from pprint import pprint
4179
4179
 
4180
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4180
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4181
4181
  # See configuration.py for a list of all supported configuration parameters.
4182
4182
  configuration = pulpcore.client.pulp_file.Configuration(
4183
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4183
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4184
4184
  )
4185
4185
 
4186
4186
  # The client must configure the authentication and authorization parameters
@@ -4269,10 +4269,10 @@ import pulpcore.client.pulp_file
4269
4269
  from pulpcore.client.pulp_file.rest import ApiException
4270
4270
  from pprint import pprint
4271
4271
 
4272
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4272
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4273
4273
  # See configuration.py for a list of all supported configuration parameters.
4274
4274
  configuration = pulpcore.client.pulp_file.Configuration(
4275
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4275
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4276
4276
  )
4277
4277
 
4278
4278
  # The client must configure the authentication and authorization parameters
@@ -4358,10 +4358,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_publication_response_li
4358
4358
  from pulpcore.client.pulp_file.rest import ApiException
4359
4359
  from pprint import pprint
4360
4360
 
4361
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4361
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4362
4362
  # See configuration.py for a list of all supported configuration parameters.
4363
4363
  configuration = pulpcore.client.pulp_file.Configuration(
4364
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4364
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4365
4365
  )
4366
4366
 
4367
4367
  # The client must configure the authentication and authorization parameters
@@ -4491,10 +4491,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
4491
4491
  from pulpcore.client.pulp_file.rest import ApiException
4492
4492
  from pprint import pprint
4493
4493
 
4494
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4494
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4495
4495
  # See configuration.py for a list of all supported configuration parameters.
4496
4496
  configuration = pulpcore.client.pulp_file.Configuration(
4497
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4497
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4498
4498
  )
4499
4499
 
4500
4500
  # The client must configure the authentication and authorization parameters
@@ -4586,10 +4586,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
4586
4586
  from pulpcore.client.pulp_file.rest import ApiException
4587
4587
  from pprint import pprint
4588
4588
 
4589
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4589
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4590
4590
  # See configuration.py for a list of all supported configuration parameters.
4591
4591
  configuration = pulpcore.client.pulp_file.Configuration(
4592
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4592
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4593
4593
  )
4594
4594
 
4595
4595
  # The client must configure the authentication and authorization parameters
@@ -4681,10 +4681,10 @@ from pulpcore.client.pulp_file.models.file_file_publication_response import File
4681
4681
  from pulpcore.client.pulp_file.rest import ApiException
4682
4682
  from pprint import pprint
4683
4683
 
4684
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4684
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4685
4685
  # See configuration.py for a list of all supported configuration parameters.
4686
4686
  configuration = pulpcore.client.pulp_file.Configuration(
4687
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4687
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4688
4688
  )
4689
4689
 
4690
4690
  # The client must configure the authentication and authorization parameters
@@ -4777,10 +4777,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
4777
4777
  from pulpcore.client.pulp_file.rest import ApiException
4778
4778
  from pprint import pprint
4779
4779
 
4780
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4780
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4781
4781
  # See configuration.py for a list of all supported configuration parameters.
4782
4782
  configuration = pulpcore.client.pulp_file.Configuration(
4783
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4783
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4784
4784
  )
4785
4785
 
4786
4786
  # The client must configure the authentication and authorization parameters
@@ -4853,7 +4853,7 @@ Name | Type | Description | Notes
4853
4853
 
4854
4854
  # pulpcore.client.pulp_file.RemotesFileApi
4855
4855
 
4856
- All URIs are relative to *https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com*
4856
+ All URIs are relative to *https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com*
4857
4857
 
4858
4858
  Method | HTTP request | Description
4859
4859
  ------------- | ------------- | -------------
@@ -4891,10 +4891,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
4891
4891
  from pulpcore.client.pulp_file.rest import ApiException
4892
4892
  from pprint import pprint
4893
4893
 
4894
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4894
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4895
4895
  # See configuration.py for a list of all supported configuration parameters.
4896
4896
  configuration = pulpcore.client.pulp_file.Configuration(
4897
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4897
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4898
4898
  )
4899
4899
 
4900
4900
  # The client must configure the authentication and authorization parameters
@@ -4985,10 +4985,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
4985
4985
  from pulpcore.client.pulp_file.rest import ApiException
4986
4986
  from pprint import pprint
4987
4987
 
4988
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
4988
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
4989
4989
  # See configuration.py for a list of all supported configuration parameters.
4990
4990
  configuration = pulpcore.client.pulp_file.Configuration(
4991
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
4991
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
4992
4992
  )
4993
4993
 
4994
4994
  # The client must configure the authentication and authorization parameters
@@ -5078,10 +5078,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
5078
5078
  from pulpcore.client.pulp_file.rest import ApiException
5079
5079
  from pprint import pprint
5080
5080
 
5081
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5081
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5082
5082
  # See configuration.py for a list of all supported configuration parameters.
5083
5083
  configuration = pulpcore.client.pulp_file.Configuration(
5084
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5084
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5085
5085
  )
5086
5086
 
5087
5087
  # The client must configure the authentication and authorization parameters
@@ -5169,10 +5169,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_remote_response_list im
5169
5169
  from pulpcore.client.pulp_file.rest import ApiException
5170
5170
  from pprint import pprint
5171
5171
 
5172
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5172
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5173
5173
  # See configuration.py for a list of all supported configuration parameters.
5174
5174
  configuration = pulpcore.client.pulp_file.Configuration(
5175
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5175
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5176
5176
  )
5177
5177
 
5178
5178
  # The client must configure the authentication and authorization parameters
@@ -5312,10 +5312,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
5312
5312
  from pulpcore.client.pulp_file.rest import ApiException
5313
5313
  from pprint import pprint
5314
5314
 
5315
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5315
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5316
5316
  # See configuration.py for a list of all supported configuration parameters.
5317
5317
  configuration = pulpcore.client.pulp_file.Configuration(
5318
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5318
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5319
5319
  )
5320
5320
 
5321
5321
  # The client must configure the authentication and authorization parameters
@@ -5407,10 +5407,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
5407
5407
  from pulpcore.client.pulp_file.rest import ApiException
5408
5408
  from pprint import pprint
5409
5409
 
5410
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5410
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5411
5411
  # See configuration.py for a list of all supported configuration parameters.
5412
5412
  configuration = pulpcore.client.pulp_file.Configuration(
5413
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5413
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5414
5414
  )
5415
5415
 
5416
5416
  # The client must configure the authentication and authorization parameters
@@ -5503,10 +5503,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_remote import Patchedfile
5503
5503
  from pulpcore.client.pulp_file.rest import ApiException
5504
5504
  from pprint import pprint
5505
5505
 
5506
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5506
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5507
5507
  # See configuration.py for a list of all supported configuration parameters.
5508
5508
  configuration = pulpcore.client.pulp_file.Configuration(
5509
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5509
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5510
5510
  )
5511
5511
 
5512
5512
  # The client must configure the authentication and authorization parameters
@@ -5597,10 +5597,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
5597
5597
  from pulpcore.client.pulp_file.rest import ApiException
5598
5598
  from pprint import pprint
5599
5599
 
5600
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5600
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5601
5601
  # See configuration.py for a list of all supported configuration parameters.
5602
5602
  configuration = pulpcore.client.pulp_file.Configuration(
5603
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5603
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5604
5604
  )
5605
5605
 
5606
5606
  # The client must configure the authentication and authorization parameters
@@ -5693,10 +5693,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
5693
5693
  from pulpcore.client.pulp_file.rest import ApiException
5694
5694
  from pprint import pprint
5695
5695
 
5696
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5696
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5697
5697
  # See configuration.py for a list of all supported configuration parameters.
5698
5698
  configuration = pulpcore.client.pulp_file.Configuration(
5699
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5699
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5700
5700
  )
5701
5701
 
5702
5702
  # The client must configure the authentication and authorization parameters
@@ -5787,10 +5787,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
5787
5787
  from pulpcore.client.pulp_file.rest import ApiException
5788
5788
  from pprint import pprint
5789
5789
 
5790
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5790
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5791
5791
  # See configuration.py for a list of all supported configuration parameters.
5792
5792
  configuration = pulpcore.client.pulp_file.Configuration(
5793
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5793
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5794
5794
  )
5795
5795
 
5796
5796
  # The client must configure the authentication and authorization parameters
@@ -5881,10 +5881,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
5881
5881
  from pulpcore.client.pulp_file.rest import ApiException
5882
5882
  from pprint import pprint
5883
5883
 
5884
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5884
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5885
5885
  # See configuration.py for a list of all supported configuration parameters.
5886
5886
  configuration = pulpcore.client.pulp_file.Configuration(
5887
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5887
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5888
5888
  )
5889
5889
 
5890
5890
  # The client must configure the authentication and authorization parameters
@@ -5975,10 +5975,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
5975
5975
  from pulpcore.client.pulp_file.rest import ApiException
5976
5976
  from pprint import pprint
5977
5977
 
5978
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
5978
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
5979
5979
  # See configuration.py for a list of all supported configuration parameters.
5980
5980
  configuration = pulpcore.client.pulp_file.Configuration(
5981
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
5981
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
5982
5982
  )
5983
5983
 
5984
5984
  # The client must configure the authentication and authorization parameters
@@ -6081,7 +6081,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6081
6081
 
6082
6082
  # pulpcore.client.pulp_file.RepositoriesFileApi
6083
6083
 
6084
- All URIs are relative to *https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com*
6084
+ All URIs are relative to *https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com*
6085
6085
 
6086
6086
  Method | HTTP request | Description
6087
6087
  ------------- | ------------- | -------------
@@ -6121,10 +6121,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
6121
6121
  from pulpcore.client.pulp_file.rest import ApiException
6122
6122
  from pprint import pprint
6123
6123
 
6124
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6124
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6125
6125
  # See configuration.py for a list of all supported configuration parameters.
6126
6126
  configuration = pulpcore.client.pulp_file.Configuration(
6127
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6127
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6128
6128
  )
6129
6129
 
6130
6130
  # The client must configure the authentication and authorization parameters
@@ -6215,10 +6215,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
6215
6215
  from pulpcore.client.pulp_file.rest import ApiException
6216
6216
  from pprint import pprint
6217
6217
 
6218
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6218
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6219
6219
  # See configuration.py for a list of all supported configuration parameters.
6220
6220
  configuration = pulpcore.client.pulp_file.Configuration(
6221
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6221
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6222
6222
  )
6223
6223
 
6224
6224
  # The client must configure the authentication and authorization parameters
@@ -6308,10 +6308,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
6308
6308
  from pulpcore.client.pulp_file.rest import ApiException
6309
6309
  from pprint import pprint
6310
6310
 
6311
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6311
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6312
6312
  # See configuration.py for a list of all supported configuration parameters.
6313
6313
  configuration = pulpcore.client.pulp_file.Configuration(
6314
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6314
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6315
6315
  )
6316
6316
 
6317
6317
  # The client must configure the authentication and authorization parameters
@@ -6399,10 +6399,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_repository_response_lis
6399
6399
  from pulpcore.client.pulp_file.rest import ApiException
6400
6400
  from pprint import pprint
6401
6401
 
6402
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6402
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6403
6403
  # See configuration.py for a list of all supported configuration parameters.
6404
6404
  configuration = pulpcore.client.pulp_file.Configuration(
6405
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6405
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6406
6406
  )
6407
6407
 
6408
6408
  # The client must configure the authentication and authorization parameters
@@ -6550,10 +6550,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
6550
6550
  from pulpcore.client.pulp_file.rest import ApiException
6551
6551
  from pprint import pprint
6552
6552
 
6553
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6553
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6554
6554
  # See configuration.py for a list of all supported configuration parameters.
6555
6555
  configuration = pulpcore.client.pulp_file.Configuration(
6556
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6556
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6557
6557
  )
6558
6558
 
6559
6559
  # The client must configure the authentication and authorization parameters
@@ -6646,10 +6646,10 @@ from pulpcore.client.pulp_file.models.repository_add_remove_content import Repos
6646
6646
  from pulpcore.client.pulp_file.rest import ApiException
6647
6647
  from pprint import pprint
6648
6648
 
6649
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6649
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6650
6650
  # See configuration.py for a list of all supported configuration parameters.
6651
6651
  configuration = pulpcore.client.pulp_file.Configuration(
6652
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6652
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6653
6653
  )
6654
6654
 
6655
6655
  # The client must configure the authentication and authorization parameters
@@ -6739,10 +6739,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
6739
6739
  from pulpcore.client.pulp_file.rest import ApiException
6740
6740
  from pprint import pprint
6741
6741
 
6742
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6742
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6743
6743
  # See configuration.py for a list of all supported configuration parameters.
6744
6744
  configuration = pulpcore.client.pulp_file.Configuration(
6745
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6745
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6746
6746
  )
6747
6747
 
6748
6748
  # The client must configure the authentication and authorization parameters
@@ -6835,10 +6835,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_repository import Patched
6835
6835
  from pulpcore.client.pulp_file.rest import ApiException
6836
6836
  from pprint import pprint
6837
6837
 
6838
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6838
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6839
6839
  # See configuration.py for a list of all supported configuration parameters.
6840
6840
  configuration = pulpcore.client.pulp_file.Configuration(
6841
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6841
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6842
6842
  )
6843
6843
 
6844
6844
  # The client must configure the authentication and authorization parameters
@@ -6929,10 +6929,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
6929
6929
  from pulpcore.client.pulp_file.rest import ApiException
6930
6930
  from pprint import pprint
6931
6931
 
6932
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
6932
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
6933
6933
  # See configuration.py for a list of all supported configuration parameters.
6934
6934
  configuration = pulpcore.client.pulp_file.Configuration(
6935
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
6935
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
6936
6936
  )
6937
6937
 
6938
6938
  # The client must configure the authentication and authorization parameters
@@ -7025,10 +7025,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
7025
7025
  from pulpcore.client.pulp_file.rest import ApiException
7026
7026
  from pprint import pprint
7027
7027
 
7028
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7028
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7029
7029
  # See configuration.py for a list of all supported configuration parameters.
7030
7030
  configuration = pulpcore.client.pulp_file.Configuration(
7031
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7031
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7032
7032
  )
7033
7033
 
7034
7034
  # The client must configure the authentication and authorization parameters
@@ -7119,10 +7119,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
7119
7119
  from pulpcore.client.pulp_file.rest import ApiException
7120
7120
  from pprint import pprint
7121
7121
 
7122
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7122
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7123
7123
  # See configuration.py for a list of all supported configuration parameters.
7124
7124
  configuration = pulpcore.client.pulp_file.Configuration(
7125
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7125
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7126
7126
  )
7127
7127
 
7128
7128
  # The client must configure the authentication and authorization parameters
@@ -7213,10 +7213,10 @@ from pulpcore.client.pulp_file.models.repository_sync_url import RepositorySyncU
7213
7213
  from pulpcore.client.pulp_file.rest import ApiException
7214
7214
  from pprint import pprint
7215
7215
 
7216
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7216
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7217
7217
  # See configuration.py for a list of all supported configuration parameters.
7218
7218
  configuration = pulpcore.client.pulp_file.Configuration(
7219
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7219
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7220
7220
  )
7221
7221
 
7222
7222
  # The client must configure the authentication and authorization parameters
@@ -7307,10 +7307,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
7307
7307
  from pulpcore.client.pulp_file.rest import ApiException
7308
7308
  from pprint import pprint
7309
7309
 
7310
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7310
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7311
7311
  # See configuration.py for a list of all supported configuration parameters.
7312
7312
  configuration = pulpcore.client.pulp_file.Configuration(
7313
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7313
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7314
7314
  )
7315
7315
 
7316
7316
  # The client must configure the authentication and authorization parameters
@@ -7401,10 +7401,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
7401
7401
  from pulpcore.client.pulp_file.rest import ApiException
7402
7402
  from pprint import pprint
7403
7403
 
7404
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7404
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7405
7405
  # See configuration.py for a list of all supported configuration parameters.
7406
7406
  configuration = pulpcore.client.pulp_file.Configuration(
7407
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7407
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7408
7408
  )
7409
7409
 
7410
7410
  # The client must configure the authentication and authorization parameters
@@ -7478,7 +7478,7 @@ Name | Type | Description | Notes
7478
7478
 
7479
7479
  # pulpcore.client.pulp_file.RepositoriesFileVersionsApi
7480
7480
 
7481
- All URIs are relative to *https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com*
7481
+ All URIs are relative to *https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com*
7482
7482
 
7483
7483
  Method | HTTP request | Description
7484
7484
  ------------- | ------------- | -------------
@@ -7507,10 +7507,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
7507
7507
  from pulpcore.client.pulp_file.rest import ApiException
7508
7508
  from pprint import pprint
7509
7509
 
7510
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7510
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7511
7511
  # See configuration.py for a list of all supported configuration parameters.
7512
7512
  configuration = pulpcore.client.pulp_file.Configuration(
7513
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7513
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7514
7514
  )
7515
7515
 
7516
7516
  # The client must configure the authentication and authorization parameters
@@ -7598,10 +7598,10 @@ from pulpcore.client.pulp_file.models.paginated_repository_version_response_list
7598
7598
  from pulpcore.client.pulp_file.rest import ApiException
7599
7599
  from pprint import pprint
7600
7600
 
7601
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7601
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7602
7602
  # See configuration.py for a list of all supported configuration parameters.
7603
7603
  configuration = pulpcore.client.pulp_file.Configuration(
7604
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7604
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7605
7605
  )
7606
7606
 
7607
7607
  # The client must configure the authentication and authorization parameters
@@ -7735,10 +7735,10 @@ from pulpcore.client.pulp_file.models.repository_version_response import Reposit
7735
7735
  from pulpcore.client.pulp_file.rest import ApiException
7736
7736
  from pprint import pprint
7737
7737
 
7738
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7738
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7739
7739
  # See configuration.py for a list of all supported configuration parameters.
7740
7740
  configuration = pulpcore.client.pulp_file.Configuration(
7741
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7741
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7742
7742
  )
7743
7743
 
7744
7744
  # The client must configure the authentication and authorization parameters
@@ -7831,10 +7831,10 @@ from pulpcore.client.pulp_file.models.repair import Repair
7831
7831
  from pulpcore.client.pulp_file.rest import ApiException
7832
7832
  from pprint import pprint
7833
7833
 
7834
- # Defining the host is optional and defaults to https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com
7834
+ # Defining the host is optional and defaults to https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com
7835
7835
  # See configuration.py for a list of all supported configuration parameters.
7836
7836
  configuration = pulpcore.client.pulp_file.Configuration(
7837
- host = "https://env-ephemeral-8ihvdw.apps.crc-eph.r9lp.p1.openshiftapps.com"
7837
+ host = "https://env-ephemeral-8leqid.apps.crc-eph.r9lp.p1.openshiftapps.com"
7838
7838
  )
7839
7839
 
7840
7840
  # The client must configure the authentication and authorization parameters