crc-pulp-python-client 20260114.4__tar.gz → 20260119.1__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.
Files changed (133) hide show
  1. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/PKG-INFO +155 -155
  2. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/README.md +4 -4
  3. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/crc_pulp_python_client.egg-info/PKG-INFO +155 -155
  4. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pyproject.toml +1 -1
  7. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/setup.py +1 -1
  8. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  15. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  16. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  17. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  18. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  19. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  27. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  28. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  67. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  68. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  69. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  70. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  71. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  72. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  73. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  74. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  75. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/py.typed +0 -0
  76. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/pulpcore/client/pulp_python/rest.py +0 -0
  77. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/setup.cfg +0 -0
  78. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_api_integrity_provenance_api.py +0 -0
  79. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_api_legacy_api.py +0 -0
  80. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_api_pypi_api.py +0 -0
  81. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_api_simple_api.py +0 -0
  82. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_async_operation_response.py +0 -0
  83. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_content_packages_api.py +0 -0
  84. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_content_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_content_summary_response.py +0 -0
  86. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_distributions_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_exclude_platforms_enum.py +0 -0
  88. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_filetype_enum.py +0 -0
  89. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_metadata_version_enum.py +0 -0
  90. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_my_permissions_response.py +0 -0
  91. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_nested_role.py +0 -0
  92. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_nested_role_response.py +0 -0
  93. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_object_roles_response.py +0 -0
  94. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_package_metadata_response.py +0 -0
  95. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_package_types_enum.py +0 -0
  96. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_package_upload_task_response.py +0 -0
  97. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_paginated_repository_version_response_list.py +0 -0
  98. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  99. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  100. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  101. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  102. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  103. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  104. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_patchedpython_python_distribution.py +0 -0
  105. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_patchedpython_python_remote.py +0 -0
  106. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_patchedpython_python_repository.py +0 -0
  107. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_policy_enum.py +0 -0
  108. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_protocol_version_enum.py +0 -0
  109. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_publications_pypi_api.py +0 -0
  110. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_pypi_metadata_api.py +0 -0
  111. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_package_provenance_response.py +0 -0
  112. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_distribution.py +0 -0
  113. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_distribution_response.py +0 -0
  114. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_package_content_response.py +0 -0
  115. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_publication.py +0 -0
  116. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_publication_response.py +0 -0
  117. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_remote.py +0 -0
  118. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_remote_response.py +0 -0
  119. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  120. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_repository.py +0 -0
  121. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_python_python_repository_response.py +0 -0
  122. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_remotes_python_api.py +0 -0
  123. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_repair.py +0 -0
  124. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_repositories_python_api.py +0 -0
  125. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_repositories_python_versions_api.py +0 -0
  126. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_repository_add_remove_content.py +0 -0
  127. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_repository_sync_url.py +0 -0
  128. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_repository_version_response.py +0 -0
  129. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_set_label.py +0 -0
  130. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_set_label_response.py +0 -0
  131. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_summary_response.py +0 -0
  132. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_unset_label.py +0 -0
  133. {crc_pulp_python_client-20260114.4 → crc_pulp_python_client-20260119.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20260114.4
3
+ Version: 20260119.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_python.ApiIntegrityProvenanceApi
25
25
 
26
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -48,10 +48,10 @@ import pulpcore.client.pulp_python
48
48
  from pulpcore.client.pulp_python.rest import ApiException
49
49
  from pprint import pprint
50
50
 
51
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
51
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
52
52
  # See configuration.py for a list of all supported configuration parameters.
53
53
  configuration = pulpcore.client.pulp_python.Configuration(
54
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
55
55
  )
56
56
 
57
57
  # The client must configure the authentication and authorization parameters
@@ -132,7 +132,7 @@ void (empty response body)
132
132
 
133
133
  # pulpcore.client.pulp_python.ApiLegacyApi
134
134
 
135
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
135
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
136
136
 
137
137
  Method | HTTP request | Description
138
138
  ------------- | ------------- | -------------
@@ -158,10 +158,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
158
158
  from pulpcore.client.pulp_python.rest import ApiException
159
159
  from pprint import pprint
160
160
 
161
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
161
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
162
162
  # See configuration.py for a list of all supported configuration parameters.
163
163
  configuration = pulpcore.client.pulp_python.Configuration(
164
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
164
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
165
165
  )
166
166
 
167
167
  # The client must configure the authentication and authorization parameters
@@ -248,7 +248,7 @@ Name | Type | Description | Notes
248
248
 
249
249
  # pulpcore.client.pulp_python.ApiPypiApi
250
250
 
251
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
251
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
252
252
 
253
253
  Method | HTTP request | Description
254
254
  ------------- | ------------- | -------------
@@ -274,10 +274,10 @@ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
274
274
  from pulpcore.client.pulp_python.rest import ApiException
275
275
  from pprint import pprint
276
276
 
277
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
277
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
278
278
  # See configuration.py for a list of all supported configuration parameters.
279
279
  configuration = pulpcore.client.pulp_python.Configuration(
280
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
280
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
281
281
  )
282
282
 
283
283
  # The client must configure the authentication and authorization parameters
@@ -354,7 +354,7 @@ Name | Type | Description | Notes
354
354
 
355
355
  # pulpcore.client.pulp_python.ApiSimpleApi
356
356
 
357
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
357
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
358
358
 
359
359
  Method | HTTP request | Description
360
360
  ------------- | ------------- | -------------
@@ -382,10 +382,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
382
382
  from pulpcore.client.pulp_python.rest import ApiException
383
383
  from pprint import pprint
384
384
 
385
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
385
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
386
386
  # See configuration.py for a list of all supported configuration parameters.
387
387
  configuration = pulpcore.client.pulp_python.Configuration(
388
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
388
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
389
389
  )
390
390
 
391
391
  # The client must configure the authentication and authorization parameters
@@ -488,10 +488,10 @@ import pulpcore.client.pulp_python
488
488
  from pulpcore.client.pulp_python.rest import ApiException
489
489
  from pprint import pprint
490
490
 
491
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
491
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
492
492
  # See configuration.py for a list of all supported configuration parameters.
493
493
  configuration = pulpcore.client.pulp_python.Configuration(
494
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
494
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
495
495
  )
496
496
 
497
497
  # The client must configure the authentication and authorization parameters
@@ -586,10 +586,10 @@ import pulpcore.client.pulp_python
586
586
  from pulpcore.client.pulp_python.rest import ApiException
587
587
  from pprint import pprint
588
588
 
589
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
589
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
590
590
  # See configuration.py for a list of all supported configuration parameters.
591
591
  configuration = pulpcore.client.pulp_python.Configuration(
592
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
592
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
593
593
  )
594
594
 
595
595
  # The client must configure the authentication and authorization parameters
@@ -696,7 +696,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
696
696
 
697
697
  # pulpcore.client.pulp_python.ContentPackagesApi
698
698
 
699
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
699
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
700
700
 
701
701
  Method | HTTP request | Description
702
702
  ------------- | ------------- | -------------
@@ -727,10 +727,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
727
727
  from pulpcore.client.pulp_python.rest import ApiException
728
728
  from pprint import pprint
729
729
 
730
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
730
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
731
731
  # See configuration.py for a list of all supported configuration parameters.
732
732
  configuration = pulpcore.client.pulp_python.Configuration(
733
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
733
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
734
734
  )
735
735
 
736
736
  # The client must configure the authentication and authorization parameters
@@ -888,10 +888,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
888
888
  from pulpcore.client.pulp_python.rest import ApiException
889
889
  from pprint import pprint
890
890
 
891
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
891
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
892
892
  # See configuration.py for a list of all supported configuration parameters.
893
893
  configuration = pulpcore.client.pulp_python.Configuration(
894
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
894
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
895
895
  )
896
896
 
897
897
  # The client must configure the authentication and authorization parameters
@@ -1049,10 +1049,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1049
1049
  from pulpcore.client.pulp_python.rest import ApiException
1050
1050
  from pprint import pprint
1051
1051
 
1052
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1052
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1053
1053
  # See configuration.py for a list of all supported configuration parameters.
1054
1054
  configuration = pulpcore.client.pulp_python.Configuration(
1055
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1055
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1056
1056
  )
1057
1057
 
1058
1058
  # The client must configure the authentication and authorization parameters
@@ -1145,10 +1145,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1145
1145
  from pulpcore.client.pulp_python.rest import ApiException
1146
1146
  from pprint import pprint
1147
1147
 
1148
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1148
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1149
1149
  # See configuration.py for a list of all supported configuration parameters.
1150
1150
  configuration = pulpcore.client.pulp_python.Configuration(
1151
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1151
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1152
1152
  )
1153
1153
 
1154
1154
  # The client must configure the authentication and authorization parameters
@@ -1239,10 +1239,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1239
1239
  from pulpcore.client.pulp_python.rest import ApiException
1240
1240
  from pprint import pprint
1241
1241
 
1242
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1242
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1243
1243
  # See configuration.py for a list of all supported configuration parameters.
1244
1244
  configuration = pulpcore.client.pulp_python.Configuration(
1245
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1245
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1246
1246
  )
1247
1247
 
1248
1248
  # The client must configure the authentication and authorization parameters
@@ -1332,10 +1332,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1332
1332
  from pulpcore.client.pulp_python.rest import ApiException
1333
1333
  from pprint import pprint
1334
1334
 
1335
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1335
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1336
1336
  # See configuration.py for a list of all supported configuration parameters.
1337
1337
  configuration = pulpcore.client.pulp_python.Configuration(
1338
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1338
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1339
1339
  )
1340
1340
 
1341
1341
  # The client must configure the authentication and authorization parameters
@@ -1472,7 +1472,7 @@ Name | Type | Description | Notes
1472
1472
 
1473
1473
  # pulpcore.client.pulp_python.ContentProvenanceApi
1474
1474
 
1475
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
1475
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
1476
1476
 
1477
1477
  Method | HTTP request | Description
1478
1478
  ------------- | ------------- | -------------
@@ -1502,10 +1502,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1502
1502
  from pulpcore.client.pulp_python.rest import ApiException
1503
1503
  from pprint import pprint
1504
1504
 
1505
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1505
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1506
1506
  # See configuration.py for a list of all supported configuration parameters.
1507
1507
  configuration = pulpcore.client.pulp_python.Configuration(
1508
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1508
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1509
1509
  )
1510
1510
 
1511
1511
  # The client must configure the authentication and authorization parameters
@@ -1607,10 +1607,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1607
1607
  from pulpcore.client.pulp_python.rest import ApiException
1608
1608
  from pprint import pprint
1609
1609
 
1610
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1610
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1611
1611
  # See configuration.py for a list of all supported configuration parameters.
1612
1612
  configuration = pulpcore.client.pulp_python.Configuration(
1613
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1613
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1614
1614
  )
1615
1615
 
1616
1616
  # The client must configure the authentication and authorization parameters
@@ -1726,10 +1726,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1726
1726
  from pulpcore.client.pulp_python.rest import ApiException
1727
1727
  from pprint import pprint
1728
1728
 
1729
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1729
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1730
1730
  # See configuration.py for a list of all supported configuration parameters.
1731
1731
  configuration = pulpcore.client.pulp_python.Configuration(
1732
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1732
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1733
1733
  )
1734
1734
 
1735
1735
  # The client must configure the authentication and authorization parameters
@@ -1822,10 +1822,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1822
1822
  from pulpcore.client.pulp_python.rest import ApiException
1823
1823
  from pprint import pprint
1824
1824
 
1825
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1825
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1826
1826
  # See configuration.py for a list of all supported configuration parameters.
1827
1827
  configuration = pulpcore.client.pulp_python.Configuration(
1828
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1828
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1829
1829
  )
1830
1830
 
1831
1831
  # The client must configure the authentication and authorization parameters
@@ -1916,10 +1916,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1916
1916
  from pulpcore.client.pulp_python.rest import ApiException
1917
1917
  from pprint import pprint
1918
1918
 
1919
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
1919
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1920
1920
  # See configuration.py for a list of all supported configuration parameters.
1921
1921
  configuration = pulpcore.client.pulp_python.Configuration(
1922
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1922
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1923
1923
  )
1924
1924
 
1925
1925
  # The client must configure the authentication and authorization parameters
@@ -2024,7 +2024,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
2024
2024
 
2025
2025
  # pulpcore.client.pulp_python.DistributionsPypiApi
2026
2026
 
2027
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
2027
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
2028
2028
 
2029
2029
  Method | HTTP request | Description
2030
2030
  ------------- | ------------- | -------------
@@ -2062,10 +2062,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2062
2062
  from pulpcore.client.pulp_python.rest import ApiException
2063
2063
  from pprint import pprint
2064
2064
 
2065
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2065
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2066
2066
  # See configuration.py for a list of all supported configuration parameters.
2067
2067
  configuration = pulpcore.client.pulp_python.Configuration(
2068
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2068
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2069
2069
  )
2070
2070
 
2071
2071
  # The client must configure the authentication and authorization parameters
@@ -2156,10 +2156,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2156
2156
  from pulpcore.client.pulp_python.rest import ApiException
2157
2157
  from pprint import pprint
2158
2158
 
2159
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2159
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2160
2160
  # See configuration.py for a list of all supported configuration parameters.
2161
2161
  configuration = pulpcore.client.pulp_python.Configuration(
2162
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2162
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2163
2163
  )
2164
2164
 
2165
2165
  # The client must configure the authentication and authorization parameters
@@ -2249,10 +2249,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2249
2249
  from pulpcore.client.pulp_python.rest import ApiException
2250
2250
  from pprint import pprint
2251
2251
 
2252
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2252
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2253
2253
  # See configuration.py for a list of all supported configuration parameters.
2254
2254
  configuration = pulpcore.client.pulp_python.Configuration(
2255
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2255
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2256
2256
  )
2257
2257
 
2258
2258
  # The client must configure the authentication and authorization parameters
@@ -2340,10 +2340,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2340
2340
  from pulpcore.client.pulp_python.rest import ApiException
2341
2341
  from pprint import pprint
2342
2342
 
2343
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2343
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2344
2344
  # See configuration.py for a list of all supported configuration parameters.
2345
2345
  configuration = pulpcore.client.pulp_python.Configuration(
2346
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2346
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2347
2347
  )
2348
2348
 
2349
2349
  # The client must configure the authentication and authorization parameters
@@ -2485,10 +2485,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2485
2485
  from pulpcore.client.pulp_python.rest import ApiException
2486
2486
  from pprint import pprint
2487
2487
 
2488
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2488
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2489
2489
  # See configuration.py for a list of all supported configuration parameters.
2490
2490
  configuration = pulpcore.client.pulp_python.Configuration(
2491
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2491
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2492
2492
  )
2493
2493
 
2494
2494
  # The client must configure the authentication and authorization parameters
@@ -2580,10 +2580,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2580
2580
  from pulpcore.client.pulp_python.rest import ApiException
2581
2581
  from pprint import pprint
2582
2582
 
2583
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2583
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2584
2584
  # See configuration.py for a list of all supported configuration parameters.
2585
2585
  configuration = pulpcore.client.pulp_python.Configuration(
2586
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2586
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2587
2587
  )
2588
2588
 
2589
2589
  # The client must configure the authentication and authorization parameters
@@ -2676,10 +2676,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2676
2676
  from pulpcore.client.pulp_python.rest import ApiException
2677
2677
  from pprint import pprint
2678
2678
 
2679
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2679
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2680
2680
  # See configuration.py for a list of all supported configuration parameters.
2681
2681
  configuration = pulpcore.client.pulp_python.Configuration(
2682
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2682
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2683
2683
  )
2684
2684
 
2685
2685
  # The client must configure the authentication and authorization parameters
@@ -2770,10 +2770,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2770
2770
  from pulpcore.client.pulp_python.rest import ApiException
2771
2771
  from pprint import pprint
2772
2772
 
2773
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2773
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2774
2774
  # See configuration.py for a list of all supported configuration parameters.
2775
2775
  configuration = pulpcore.client.pulp_python.Configuration(
2776
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2776
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2777
2777
  )
2778
2778
 
2779
2779
  # The client must configure the authentication and authorization parameters
@@ -2866,10 +2866,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2866
2866
  from pulpcore.client.pulp_python.rest import ApiException
2867
2867
  from pprint import pprint
2868
2868
 
2869
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2869
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2870
2870
  # See configuration.py for a list of all supported configuration parameters.
2871
2871
  configuration = pulpcore.client.pulp_python.Configuration(
2872
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2872
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2873
2873
  )
2874
2874
 
2875
2875
  # The client must configure the authentication and authorization parameters
@@ -2960,10 +2960,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2960
2960
  from pulpcore.client.pulp_python.rest import ApiException
2961
2961
  from pprint import pprint
2962
2962
 
2963
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
2963
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2964
2964
  # See configuration.py for a list of all supported configuration parameters.
2965
2965
  configuration = pulpcore.client.pulp_python.Configuration(
2966
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2966
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2967
2967
  )
2968
2968
 
2969
2969
  # The client must configure the authentication and authorization parameters
@@ -3054,10 +3054,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
3054
3054
  from pulpcore.client.pulp_python.rest import ApiException
3055
3055
  from pprint import pprint
3056
3056
 
3057
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
3057
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
3058
3058
  # See configuration.py for a list of all supported configuration parameters.
3059
3059
  configuration = pulpcore.client.pulp_python.Configuration(
3060
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3060
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3061
3061
  )
3062
3062
 
3063
3063
  # The client must configure the authentication and authorization parameters
@@ -3148,10 +3148,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3148
3148
  from pulpcore.client.pulp_python.rest import ApiException
3149
3149
  from pprint import pprint
3150
3150
 
3151
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
3151
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
3152
3152
  # See configuration.py for a list of all supported configuration parameters.
3153
3153
  configuration = pulpcore.client.pulp_python.Configuration(
3154
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3154
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3155
3155
  )
3156
3156
 
3157
3157
  # The client must configure the authentication and authorization parameters
@@ -3873,7 +3873,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3873
3873
 
3874
3874
  # pulpcore.client.pulp_python.PublicationsPypiApi
3875
3875
 
3876
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
3876
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
3877
3877
 
3878
3878
  Method | HTTP request | Description
3879
3879
  ------------- | ------------- | -------------
@@ -3907,10 +3907,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3907
3907
  from pulpcore.client.pulp_python.rest import ApiException
3908
3908
  from pprint import pprint
3909
3909
 
3910
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
3910
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
3911
3911
  # See configuration.py for a list of all supported configuration parameters.
3912
3912
  configuration = pulpcore.client.pulp_python.Configuration(
3913
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3913
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3914
3914
  )
3915
3915
 
3916
3916
  # The client must configure the authentication and authorization parameters
@@ -4001,10 +4001,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
4001
4001
  from pulpcore.client.pulp_python.rest import ApiException
4002
4002
  from pprint import pprint
4003
4003
 
4004
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4004
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4005
4005
  # See configuration.py for a list of all supported configuration parameters.
4006
4006
  configuration = pulpcore.client.pulp_python.Configuration(
4007
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4007
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4008
4008
  )
4009
4009
 
4010
4010
  # The client must configure the authentication and authorization parameters
@@ -4093,10 +4093,10 @@ import pulpcore.client.pulp_python
4093
4093
  from pulpcore.client.pulp_python.rest import ApiException
4094
4094
  from pprint import pprint
4095
4095
 
4096
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4096
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4097
4097
  # See configuration.py for a list of all supported configuration parameters.
4098
4098
  configuration = pulpcore.client.pulp_python.Configuration(
4099
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4099
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4100
4100
  )
4101
4101
 
4102
4102
  # The client must configure the authentication and authorization parameters
@@ -4182,10 +4182,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4182
4182
  from pulpcore.client.pulp_python.rest import ApiException
4183
4183
  from pprint import pprint
4184
4184
 
4185
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4185
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4186
4186
  # See configuration.py for a list of all supported configuration parameters.
4187
4187
  configuration = pulpcore.client.pulp_python.Configuration(
4188
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4188
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4189
4189
  )
4190
4190
 
4191
4191
  # The client must configure the authentication and authorization parameters
@@ -4315,10 +4315,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4315
4315
  from pulpcore.client.pulp_python.rest import ApiException
4316
4316
  from pprint import pprint
4317
4317
 
4318
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4318
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4319
4319
  # See configuration.py for a list of all supported configuration parameters.
4320
4320
  configuration = pulpcore.client.pulp_python.Configuration(
4321
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4321
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4322
4322
  )
4323
4323
 
4324
4324
  # The client must configure the authentication and authorization parameters
@@ -4410,10 +4410,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4410
4410
  from pulpcore.client.pulp_python.rest import ApiException
4411
4411
  from pprint import pprint
4412
4412
 
4413
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4413
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4414
4414
  # See configuration.py for a list of all supported configuration parameters.
4415
4415
  configuration = pulpcore.client.pulp_python.Configuration(
4416
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4416
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4417
4417
  )
4418
4418
 
4419
4419
  # The client must configure the authentication and authorization parameters
@@ -4505,10 +4505,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4505
4505
  from pulpcore.client.pulp_python.rest import ApiException
4506
4506
  from pprint import pprint
4507
4507
 
4508
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4508
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4509
4509
  # See configuration.py for a list of all supported configuration parameters.
4510
4510
  configuration = pulpcore.client.pulp_python.Configuration(
4511
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4511
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4512
4512
  )
4513
4513
 
4514
4514
  # The client must configure the authentication and authorization parameters
@@ -4601,10 +4601,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4601
4601
  from pulpcore.client.pulp_python.rest import ApiException
4602
4602
  from pprint import pprint
4603
4603
 
4604
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4604
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4605
4605
  # See configuration.py for a list of all supported configuration parameters.
4606
4606
  configuration = pulpcore.client.pulp_python.Configuration(
4607
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4607
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4608
4608
  )
4609
4609
 
4610
4610
  # The client must configure the authentication and authorization parameters
@@ -4677,7 +4677,7 @@ Name | Type | Description | Notes
4677
4677
 
4678
4678
  # pulpcore.client.pulp_python.PypiMetadataApi
4679
4679
 
4680
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
4680
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
4681
4681
 
4682
4682
  Method | HTTP request | Description
4683
4683
  ------------- | ------------- | -------------
@@ -4703,10 +4703,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4703
4703
  from pulpcore.client.pulp_python.rest import ApiException
4704
4704
  from pprint import pprint
4705
4705
 
4706
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
4706
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
4707
4707
  # See configuration.py for a list of all supported configuration parameters.
4708
4708
  configuration = pulpcore.client.pulp_python.Configuration(
4709
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4709
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4710
4710
  )
4711
4711
 
4712
4712
  # The client must configure the authentication and authorization parameters
@@ -5265,7 +5265,7 @@ python_python_repository_response_from_dict = PythonPythonRepositoryResponse.fro
5265
5265
 
5266
5266
  # pulpcore.client.pulp_python.RemotesPythonApi
5267
5267
 
5268
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
5268
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
5269
5269
 
5270
5270
  Method | HTTP request | Description
5271
5271
  ------------- | ------------- | -------------
@@ -5304,10 +5304,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5304
5304
  from pulpcore.client.pulp_python.rest import ApiException
5305
5305
  from pprint import pprint
5306
5306
 
5307
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
5307
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
5308
5308
  # See configuration.py for a list of all supported configuration parameters.
5309
5309
  configuration = pulpcore.client.pulp_python.Configuration(
5310
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5310
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5311
5311
  )
5312
5312
 
5313
5313
  # The client must configure the authentication and authorization parameters
@@ -5398,10 +5398,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5398
5398
  from pulpcore.client.pulp_python.rest import ApiException
5399
5399
  from pprint import pprint
5400
5400
 
5401
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
5401
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
5402
5402
  # See configuration.py for a list of all supported configuration parameters.
5403
5403
  configuration = pulpcore.client.pulp_python.Configuration(
5404
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5404
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5405
5405
  )
5406
5406
 
5407
5407
  # The client must configure the authentication and authorization parameters
@@ -5491,10 +5491,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5491
5491
  from pulpcore.client.pulp_python.rest import ApiException
5492
5492
  from pprint import pprint
5493
5493
 
5494
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
5494
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
5495
5495
  # See configuration.py for a list of all supported configuration parameters.
5496
5496
  configuration = pulpcore.client.pulp_python.Configuration(
5497
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5497
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5498
5498
  )
5499
5499
 
5500
5500
  # The client must configure the authentication and authorization parameters
@@ -5582,10 +5582,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5582
5582
  from pulpcore.client.pulp_python.rest import ApiException
5583
5583
  from pprint import pprint
5584
5584
 
5585
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
5585
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
5586
5586
  # See configuration.py for a list of all supported configuration parameters.
5587
5587
  configuration = pulpcore.client.pulp_python.Configuration(
5588
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5588
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5589
5589
  )
5590
5590
 
5591
5591
  # The client must configure the authentication and authorization parameters
@@ -5679,10 +5679,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5679
5679
  from pulpcore.client.pulp_python.rest import ApiException
5680
5680
  from pprint import pprint
5681
5681
 
5682
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
5682
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
5683
5683
  # See configuration.py for a list of all supported configuration parameters.
5684
5684
  configuration = pulpcore.client.pulp_python.Configuration(
5685
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5685
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5686
5686
  )
5687
5687
 
5688
5688
  # The client must configure the authentication and authorization parameters
@@ -5822,10 +5822,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5822
5822
  from pulpcore.client.pulp_python.rest import ApiException
5823
5823
  from pprint import pprint
5824
5824
 
5825
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
5825
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
5826
5826
  # See configuration.py for a list of all supported configuration parameters.
5827
5827
  configuration = pulpcore.client.pulp_python.Configuration(
5828
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5828
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5829
5829
  )
5830
5830
 
5831
5831
  # The client must configure the authentication and authorization parameters
@@ -5917,10 +5917,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5917
5917
  from pulpcore.client.pulp_python.rest import ApiException
5918
5918
  from pprint import pprint
5919
5919
 
5920
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
5920
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
5921
5921
  # See configuration.py for a list of all supported configuration parameters.
5922
5922
  configuration = pulpcore.client.pulp_python.Configuration(
5923
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5923
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5924
5924
  )
5925
5925
 
5926
5926
  # The client must configure the authentication and authorization parameters
@@ -6013,10 +6013,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6013
6013
  from pulpcore.client.pulp_python.rest import ApiException
6014
6014
  from pprint import pprint
6015
6015
 
6016
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6016
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6017
6017
  # See configuration.py for a list of all supported configuration parameters.
6018
6018
  configuration = pulpcore.client.pulp_python.Configuration(
6019
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6019
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6020
6020
  )
6021
6021
 
6022
6022
  # The client must configure the authentication and authorization parameters
@@ -6107,10 +6107,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6107
6107
  from pulpcore.client.pulp_python.rest import ApiException
6108
6108
  from pprint import pprint
6109
6109
 
6110
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6110
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6111
6111
  # See configuration.py for a list of all supported configuration parameters.
6112
6112
  configuration = pulpcore.client.pulp_python.Configuration(
6113
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6113
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6114
6114
  )
6115
6115
 
6116
6116
  # The client must configure the authentication and authorization parameters
@@ -6203,10 +6203,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6203
6203
  from pulpcore.client.pulp_python.rest import ApiException
6204
6204
  from pprint import pprint
6205
6205
 
6206
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6206
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6207
6207
  # See configuration.py for a list of all supported configuration parameters.
6208
6208
  configuration = pulpcore.client.pulp_python.Configuration(
6209
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6209
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6210
6210
  )
6211
6211
 
6212
6212
  # The client must configure the authentication and authorization parameters
@@ -6297,10 +6297,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6297
6297
  from pulpcore.client.pulp_python.rest import ApiException
6298
6298
  from pprint import pprint
6299
6299
 
6300
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6300
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6301
6301
  # See configuration.py for a list of all supported configuration parameters.
6302
6302
  configuration = pulpcore.client.pulp_python.Configuration(
6303
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6303
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6304
6304
  )
6305
6305
 
6306
6306
  # The client must configure the authentication and authorization parameters
@@ -6391,10 +6391,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6391
6391
  from pulpcore.client.pulp_python.rest import ApiException
6392
6392
  from pprint import pprint
6393
6393
 
6394
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6394
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6395
6395
  # See configuration.py for a list of all supported configuration parameters.
6396
6396
  configuration = pulpcore.client.pulp_python.Configuration(
6397
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6397
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6398
6398
  )
6399
6399
 
6400
6400
  # The client must configure the authentication and authorization parameters
@@ -6485,10 +6485,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6485
6485
  from pulpcore.client.pulp_python.rest import ApiException
6486
6486
  from pprint import pprint
6487
6487
 
6488
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6488
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6489
6489
  # See configuration.py for a list of all supported configuration parameters.
6490
6490
  configuration = pulpcore.client.pulp_python.Configuration(
6491
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6491
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6492
6492
  )
6493
6493
 
6494
6494
  # The client must configure the authentication and authorization parameters
@@ -6591,7 +6591,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6591
6591
 
6592
6592
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6593
6593
 
6594
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
6594
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
6595
6595
 
6596
6596
  Method | HTTP request | Description
6597
6597
  ------------- | ------------- | -------------
@@ -6632,10 +6632,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6632
6632
  from pulpcore.client.pulp_python.rest import ApiException
6633
6633
  from pprint import pprint
6634
6634
 
6635
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6635
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6636
6636
  # See configuration.py for a list of all supported configuration parameters.
6637
6637
  configuration = pulpcore.client.pulp_python.Configuration(
6638
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6638
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6639
6639
  )
6640
6640
 
6641
6641
  # The client must configure the authentication and authorization parameters
@@ -6726,10 +6726,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6726
6726
  from pulpcore.client.pulp_python.rest import ApiException
6727
6727
  from pprint import pprint
6728
6728
 
6729
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6729
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6730
6730
  # See configuration.py for a list of all supported configuration parameters.
6731
6731
  configuration = pulpcore.client.pulp_python.Configuration(
6732
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6732
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6733
6733
  )
6734
6734
 
6735
6735
  # The client must configure the authentication and authorization parameters
@@ -6819,10 +6819,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6819
6819
  from pulpcore.client.pulp_python.rest import ApiException
6820
6820
  from pprint import pprint
6821
6821
 
6822
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6822
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6823
6823
  # See configuration.py for a list of all supported configuration parameters.
6824
6824
  configuration = pulpcore.client.pulp_python.Configuration(
6825
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6825
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6826
6826
  )
6827
6827
 
6828
6828
  # The client must configure the authentication and authorization parameters
@@ -6910,10 +6910,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6910
6910
  from pulpcore.client.pulp_python.rest import ApiException
6911
6911
  from pprint import pprint
6912
6912
 
6913
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
6913
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
6914
6914
  # See configuration.py for a list of all supported configuration parameters.
6915
6915
  configuration = pulpcore.client.pulp_python.Configuration(
6916
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6916
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6917
6917
  )
6918
6918
 
6919
6919
  # The client must configure the authentication and authorization parameters
@@ -7061,10 +7061,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7061
7061
  from pulpcore.client.pulp_python.rest import ApiException
7062
7062
  from pprint import pprint
7063
7063
 
7064
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7064
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7065
7065
  # See configuration.py for a list of all supported configuration parameters.
7066
7066
  configuration = pulpcore.client.pulp_python.Configuration(
7067
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7067
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7068
7068
  )
7069
7069
 
7070
7070
  # The client must configure the authentication and authorization parameters
@@ -7157,10 +7157,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7157
7157
  from pulpcore.client.pulp_python.rest import ApiException
7158
7158
  from pprint import pprint
7159
7159
 
7160
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7160
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7161
7161
  # See configuration.py for a list of all supported configuration parameters.
7162
7162
  configuration = pulpcore.client.pulp_python.Configuration(
7163
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7163
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7164
7164
  )
7165
7165
 
7166
7166
  # The client must configure the authentication and authorization parameters
@@ -7250,10 +7250,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7250
7250
  from pulpcore.client.pulp_python.rest import ApiException
7251
7251
  from pprint import pprint
7252
7252
 
7253
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7253
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7254
7254
  # See configuration.py for a list of all supported configuration parameters.
7255
7255
  configuration = pulpcore.client.pulp_python.Configuration(
7256
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7256
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7257
7257
  )
7258
7258
 
7259
7259
  # The client must configure the authentication and authorization parameters
@@ -7346,10 +7346,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7346
7346
  from pulpcore.client.pulp_python.rest import ApiException
7347
7347
  from pprint import pprint
7348
7348
 
7349
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7349
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7350
7350
  # See configuration.py for a list of all supported configuration parameters.
7351
7351
  configuration = pulpcore.client.pulp_python.Configuration(
7352
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7352
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7353
7353
  )
7354
7354
 
7355
7355
  # The client must configure the authentication and authorization parameters
@@ -7440,10 +7440,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7440
7440
  from pulpcore.client.pulp_python.rest import ApiException
7441
7441
  from pprint import pprint
7442
7442
 
7443
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7443
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7444
7444
  # See configuration.py for a list of all supported configuration parameters.
7445
7445
  configuration = pulpcore.client.pulp_python.Configuration(
7446
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7446
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7447
7447
  )
7448
7448
 
7449
7449
  # The client must configure the authentication and authorization parameters
@@ -7536,10 +7536,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7536
7536
  from pulpcore.client.pulp_python.rest import ApiException
7537
7537
  from pprint import pprint
7538
7538
 
7539
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7539
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7540
7540
  # See configuration.py for a list of all supported configuration parameters.
7541
7541
  configuration = pulpcore.client.pulp_python.Configuration(
7542
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7542
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7543
7543
  )
7544
7544
 
7545
7545
  # The client must configure the authentication and authorization parameters
@@ -7629,10 +7629,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7629
7629
  from pulpcore.client.pulp_python.rest import ApiException
7630
7630
  from pprint import pprint
7631
7631
 
7632
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7632
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7633
7633
  # See configuration.py for a list of all supported configuration parameters.
7634
7634
  configuration = pulpcore.client.pulp_python.Configuration(
7635
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7635
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7636
7636
  )
7637
7637
 
7638
7638
  # The client must configure the authentication and authorization parameters
@@ -7721,10 +7721,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7721
7721
  from pulpcore.client.pulp_python.rest import ApiException
7722
7722
  from pprint import pprint
7723
7723
 
7724
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7724
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7725
7725
  # See configuration.py for a list of all supported configuration parameters.
7726
7726
  configuration = pulpcore.client.pulp_python.Configuration(
7727
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7727
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7728
7728
  )
7729
7729
 
7730
7730
  # The client must configure the authentication and authorization parameters
@@ -7815,10 +7815,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7815
7815
  from pulpcore.client.pulp_python.rest import ApiException
7816
7816
  from pprint import pprint
7817
7817
 
7818
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7818
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7819
7819
  # See configuration.py for a list of all supported configuration parameters.
7820
7820
  configuration = pulpcore.client.pulp_python.Configuration(
7821
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7821
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7822
7822
  )
7823
7823
 
7824
7824
  # The client must configure the authentication and authorization parameters
@@ -7909,10 +7909,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7909
7909
  from pulpcore.client.pulp_python.rest import ApiException
7910
7910
  from pprint import pprint
7911
7911
 
7912
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
7912
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
7913
7913
  # See configuration.py for a list of all supported configuration parameters.
7914
7914
  configuration = pulpcore.client.pulp_python.Configuration(
7915
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7915
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7916
7916
  )
7917
7917
 
7918
7918
  # The client must configure the authentication and authorization parameters
@@ -8003,10 +8003,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8003
8003
  from pulpcore.client.pulp_python.rest import ApiException
8004
8004
  from pprint import pprint
8005
8005
 
8006
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
8006
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
8007
8007
  # See configuration.py for a list of all supported configuration parameters.
8008
8008
  configuration = pulpcore.client.pulp_python.Configuration(
8009
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8009
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8010
8010
  )
8011
8011
 
8012
8012
  # The client must configure the authentication and authorization parameters
@@ -8080,7 +8080,7 @@ Name | Type | Description | Notes
8080
8080
 
8081
8081
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8082
8082
 
8083
- All URIs are relative to *https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com*
8083
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
8084
8084
 
8085
8085
  Method | HTTP request | Description
8086
8086
  ------------- | ------------- | -------------
@@ -8110,10 +8110,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8110
8110
  from pulpcore.client.pulp_python.rest import ApiException
8111
8111
  from pprint import pprint
8112
8112
 
8113
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
8113
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
8114
8114
  # See configuration.py for a list of all supported configuration parameters.
8115
8115
  configuration = pulpcore.client.pulp_python.Configuration(
8116
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8116
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8117
8117
  )
8118
8118
 
8119
8119
  # The client must configure the authentication and authorization parameters
@@ -8201,10 +8201,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8201
8201
  from pulpcore.client.pulp_python.rest import ApiException
8202
8202
  from pprint import pprint
8203
8203
 
8204
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
8204
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
8205
8205
  # See configuration.py for a list of all supported configuration parameters.
8206
8206
  configuration = pulpcore.client.pulp_python.Configuration(
8207
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8207
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8208
8208
  )
8209
8209
 
8210
8210
  # The client must configure the authentication and authorization parameters
@@ -8338,10 +8338,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8338
8338
  from pulpcore.client.pulp_python.rest import ApiException
8339
8339
  from pprint import pprint
8340
8340
 
8341
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
8341
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
8342
8342
  # See configuration.py for a list of all supported configuration parameters.
8343
8343
  configuration = pulpcore.client.pulp_python.Configuration(
8344
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8344
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8345
8345
  )
8346
8346
 
8347
8347
  # The client must configure the authentication and authorization parameters
@@ -8434,10 +8434,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8434
8434
  from pulpcore.client.pulp_python.rest import ApiException
8435
8435
  from pprint import pprint
8436
8436
 
8437
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
8437
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
8438
8438
  # See configuration.py for a list of all supported configuration parameters.
8439
8439
  configuration = pulpcore.client.pulp_python.Configuration(
8440
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8440
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8441
8441
  )
8442
8442
 
8443
8443
  # The client must configure the authentication and authorization parameters
@@ -8526,10 +8526,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8526
8526
  from pulpcore.client.pulp_python.rest import ApiException
8527
8527
  from pprint import pprint
8528
8528
 
8529
- # Defining the host is optional and defaults to https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com
8529
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
8530
8530
  # See configuration.py for a list of all supported configuration parameters.
8531
8531
  configuration = pulpcore.client.pulp_python.Configuration(
8532
- host = "https://env-ephemeral-8kp6yx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8532
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8533
8533
  )
8534
8534
 
8535
8535
  # The client must configure the authentication and authorization parameters