crc-pulp-python-client 20251210.3__tar.gz → 20251215.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.

Potentially problematic release.


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

Files changed (133) hide show
  1. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/PKG-INFO +155 -155
  2. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/README.md +4 -4
  3. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/crc_pulp_python_client.egg-info/PKG-INFO +155 -155
  4. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pyproject.toml +1 -1
  7. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/setup.py +1 -1
  8. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  15. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  16. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  17. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  18. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  19. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  27. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  28. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  67. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  68. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  69. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  70. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  71. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  72. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  73. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  74. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  75. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/py.typed +0 -0
  76. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/pulpcore/client/pulp_python/rest.py +0 -0
  77. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/setup.cfg +0 -0
  78. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_api_integrity_provenance_api.py +0 -0
  79. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_api_legacy_api.py +0 -0
  80. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_api_pypi_api.py +0 -0
  81. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_api_simple_api.py +0 -0
  82. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_async_operation_response.py +0 -0
  83. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_content_packages_api.py +0 -0
  84. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_content_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_content_summary_response.py +0 -0
  86. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_distributions_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_exclude_platforms_enum.py +0 -0
  88. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_filetype_enum.py +0 -0
  89. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_metadata_version_enum.py +0 -0
  90. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_my_permissions_response.py +0 -0
  91. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_nested_role.py +0 -0
  92. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_nested_role_response.py +0 -0
  93. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_object_roles_response.py +0 -0
  94. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_package_metadata_response.py +0 -0
  95. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_package_types_enum.py +0 -0
  96. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_package_upload_task_response.py +0 -0
  97. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_paginated_repository_version_response_list.py +0 -0
  98. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  99. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  100. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  101. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  102. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  103. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  104. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_patchedpython_python_distribution.py +0 -0
  105. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_patchedpython_python_remote.py +0 -0
  106. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_patchedpython_python_repository.py +0 -0
  107. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_policy_enum.py +0 -0
  108. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_protocol_version_enum.py +0 -0
  109. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_publications_pypi_api.py +0 -0
  110. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_pypi_metadata_api.py +0 -0
  111. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_package_provenance_response.py +0 -0
  112. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_distribution.py +0 -0
  113. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_distribution_response.py +0 -0
  114. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_package_content_response.py +0 -0
  115. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_publication.py +0 -0
  116. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_publication_response.py +0 -0
  117. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_remote.py +0 -0
  118. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_remote_response.py +0 -0
  119. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  120. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_repository.py +0 -0
  121. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_python_python_repository_response.py +0 -0
  122. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_remotes_python_api.py +0 -0
  123. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_repair.py +0 -0
  124. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_repositories_python_api.py +0 -0
  125. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_repositories_python_versions_api.py +0 -0
  126. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_repository_add_remove_content.py +0 -0
  127. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_repository_sync_url.py +0 -0
  128. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_repository_version_response.py +0 -0
  129. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_set_label.py +0 -0
  130. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_set_label_response.py +0 -0
  131. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_summary_response.py +0 -0
  132. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.1}/test/test_unset_label.py +0 -0
  133. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251215.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: 20251210.3
3
+ Version: 20251215.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
51
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
+ host = "https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
135
+ All URIs are relative to *https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
161
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
164
+ host = "https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
251
+ All URIs are relative to *https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
277
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
280
+ host = "https://env-ephemeral-nw3cbn.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
357
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
358
358
 
359
359
  Method | HTTP request | Description
360
360
  ------------- | ------------- | -------------
@@ -379,10 +379,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
379
379
  from pulpcore.client.pulp_python.rest import ApiException
380
380
  from pprint import pprint
381
381
 
382
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
382
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
383
383
  # See configuration.py for a list of all supported configuration parameters.
384
384
  configuration = pulpcore.client.pulp_python.Configuration(
385
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
385
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
386
386
  )
387
387
 
388
388
 
@@ -464,10 +464,10 @@ import pulpcore.client.pulp_python
464
464
  from pulpcore.client.pulp_python.rest import ApiException
465
465
  from pprint import pprint
466
466
 
467
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
467
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
468
468
  # See configuration.py for a list of all supported configuration parameters.
469
469
  configuration = pulpcore.client.pulp_python.Configuration(
470
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
470
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
471
471
  )
472
472
 
473
473
 
@@ -541,10 +541,10 @@ import pulpcore.client.pulp_python
541
541
  from pulpcore.client.pulp_python.rest import ApiException
542
542
  from pprint import pprint
543
543
 
544
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
544
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
545
545
  # See configuration.py for a list of all supported configuration parameters.
546
546
  configuration = pulpcore.client.pulp_python.Configuration(
547
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
547
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
548
548
  )
549
549
 
550
550
 
@@ -633,7 +633,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
633
633
 
634
634
  # pulpcore.client.pulp_python.ContentPackagesApi
635
635
 
636
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
636
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
637
637
 
638
638
  Method | HTTP request | Description
639
639
  ------------- | ------------- | -------------
@@ -664,10 +664,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
664
664
  from pulpcore.client.pulp_python.rest import ApiException
665
665
  from pprint import pprint
666
666
 
667
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
667
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
668
668
  # See configuration.py for a list of all supported configuration parameters.
669
669
  configuration = pulpcore.client.pulp_python.Configuration(
670
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
670
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
671
671
  )
672
672
 
673
673
  # The client must configure the authentication and authorization parameters
@@ -825,10 +825,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
825
825
  from pulpcore.client.pulp_python.rest import ApiException
826
826
  from pprint import pprint
827
827
 
828
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
828
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
829
829
  # See configuration.py for a list of all supported configuration parameters.
830
830
  configuration = pulpcore.client.pulp_python.Configuration(
831
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
831
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
832
832
  )
833
833
 
834
834
  # The client must configure the authentication and authorization parameters
@@ -986,10 +986,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
986
986
  from pulpcore.client.pulp_python.rest import ApiException
987
987
  from pprint import pprint
988
988
 
989
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
989
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
990
990
  # See configuration.py for a list of all supported configuration parameters.
991
991
  configuration = pulpcore.client.pulp_python.Configuration(
992
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
992
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
993
993
  )
994
994
 
995
995
  # The client must configure the authentication and authorization parameters
@@ -1082,10 +1082,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1082
1082
  from pulpcore.client.pulp_python.rest import ApiException
1083
1083
  from pprint import pprint
1084
1084
 
1085
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1085
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1086
1086
  # See configuration.py for a list of all supported configuration parameters.
1087
1087
  configuration = pulpcore.client.pulp_python.Configuration(
1088
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1088
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1089
1089
  )
1090
1090
 
1091
1091
  # The client must configure the authentication and authorization parameters
@@ -1176,10 +1176,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1176
1176
  from pulpcore.client.pulp_python.rest import ApiException
1177
1177
  from pprint import pprint
1178
1178
 
1179
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1179
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1180
1180
  # See configuration.py for a list of all supported configuration parameters.
1181
1181
  configuration = pulpcore.client.pulp_python.Configuration(
1182
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1182
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1183
1183
  )
1184
1184
 
1185
1185
  # The client must configure the authentication and authorization parameters
@@ -1269,10 +1269,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1269
1269
  from pulpcore.client.pulp_python.rest import ApiException
1270
1270
  from pprint import pprint
1271
1271
 
1272
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1272
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1273
1273
  # See configuration.py for a list of all supported configuration parameters.
1274
1274
  configuration = pulpcore.client.pulp_python.Configuration(
1275
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1275
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1276
1276
  )
1277
1277
 
1278
1278
  # The client must configure the authentication and authorization parameters
@@ -1409,7 +1409,7 @@ Name | Type | Description | Notes
1409
1409
 
1410
1410
  # pulpcore.client.pulp_python.ContentProvenanceApi
1411
1411
 
1412
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
1412
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
1413
1413
 
1414
1414
  Method | HTTP request | Description
1415
1415
  ------------- | ------------- | -------------
@@ -1439,10 +1439,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1439
1439
  from pulpcore.client.pulp_python.rest import ApiException
1440
1440
  from pprint import pprint
1441
1441
 
1442
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1442
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1443
1443
  # See configuration.py for a list of all supported configuration parameters.
1444
1444
  configuration = pulpcore.client.pulp_python.Configuration(
1445
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1445
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1446
1446
  )
1447
1447
 
1448
1448
  # The client must configure the authentication and authorization parameters
@@ -1544,10 +1544,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1544
1544
  from pulpcore.client.pulp_python.rest import ApiException
1545
1545
  from pprint import pprint
1546
1546
 
1547
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1547
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1548
1548
  # See configuration.py for a list of all supported configuration parameters.
1549
1549
  configuration = pulpcore.client.pulp_python.Configuration(
1550
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1550
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1551
1551
  )
1552
1552
 
1553
1553
  # The client must configure the authentication and authorization parameters
@@ -1663,10 +1663,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1663
1663
  from pulpcore.client.pulp_python.rest import ApiException
1664
1664
  from pprint import pprint
1665
1665
 
1666
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1666
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1667
1667
  # See configuration.py for a list of all supported configuration parameters.
1668
1668
  configuration = pulpcore.client.pulp_python.Configuration(
1669
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1669
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1670
1670
  )
1671
1671
 
1672
1672
  # The client must configure the authentication and authorization parameters
@@ -1759,10 +1759,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1759
1759
  from pulpcore.client.pulp_python.rest import ApiException
1760
1760
  from pprint import pprint
1761
1761
 
1762
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1762
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1763
1763
  # See configuration.py for a list of all supported configuration parameters.
1764
1764
  configuration = pulpcore.client.pulp_python.Configuration(
1765
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1765
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1766
1766
  )
1767
1767
 
1768
1768
  # The client must configure the authentication and authorization parameters
@@ -1853,10 +1853,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1853
1853
  from pulpcore.client.pulp_python.rest import ApiException
1854
1854
  from pprint import pprint
1855
1855
 
1856
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1856
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
1857
1857
  # See configuration.py for a list of all supported configuration parameters.
1858
1858
  configuration = pulpcore.client.pulp_python.Configuration(
1859
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1859
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
1860
1860
  )
1861
1861
 
1862
1862
  # The client must configure the authentication and authorization parameters
@@ -1961,7 +1961,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1961
1961
 
1962
1962
  # pulpcore.client.pulp_python.DistributionsPypiApi
1963
1963
 
1964
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
1964
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
1965
1965
 
1966
1966
  Method | HTTP request | Description
1967
1967
  ------------- | ------------- | -------------
@@ -1999,10 +1999,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
1999
1999
  from pulpcore.client.pulp_python.rest import ApiException
2000
2000
  from pprint import pprint
2001
2001
 
2002
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2002
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2003
2003
  # See configuration.py for a list of all supported configuration parameters.
2004
2004
  configuration = pulpcore.client.pulp_python.Configuration(
2005
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2005
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2006
2006
  )
2007
2007
 
2008
2008
  # The client must configure the authentication and authorization parameters
@@ -2093,10 +2093,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2093
2093
  from pulpcore.client.pulp_python.rest import ApiException
2094
2094
  from pprint import pprint
2095
2095
 
2096
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2096
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2097
2097
  # See configuration.py for a list of all supported configuration parameters.
2098
2098
  configuration = pulpcore.client.pulp_python.Configuration(
2099
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2099
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2100
2100
  )
2101
2101
 
2102
2102
  # The client must configure the authentication and authorization parameters
@@ -2186,10 +2186,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2186
2186
  from pulpcore.client.pulp_python.rest import ApiException
2187
2187
  from pprint import pprint
2188
2188
 
2189
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2189
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2190
2190
  # See configuration.py for a list of all supported configuration parameters.
2191
2191
  configuration = pulpcore.client.pulp_python.Configuration(
2192
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2192
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2193
2193
  )
2194
2194
 
2195
2195
  # The client must configure the authentication and authorization parameters
@@ -2277,10 +2277,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2277
2277
  from pulpcore.client.pulp_python.rest import ApiException
2278
2278
  from pprint import pprint
2279
2279
 
2280
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2280
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.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_python.Configuration(
2283
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2283
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2284
2284
  )
2285
2285
 
2286
2286
  # The client must configure the authentication and authorization parameters
@@ -2422,10 +2422,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2422
2422
  from pulpcore.client.pulp_python.rest import ApiException
2423
2423
  from pprint import pprint
2424
2424
 
2425
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2425
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2426
2426
  # See configuration.py for a list of all supported configuration parameters.
2427
2427
  configuration = pulpcore.client.pulp_python.Configuration(
2428
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2428
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2429
2429
  )
2430
2430
 
2431
2431
  # The client must configure the authentication and authorization parameters
@@ -2517,10 +2517,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2517
2517
  from pulpcore.client.pulp_python.rest import ApiException
2518
2518
  from pprint import pprint
2519
2519
 
2520
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2520
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2521
2521
  # See configuration.py for a list of all supported configuration parameters.
2522
2522
  configuration = pulpcore.client.pulp_python.Configuration(
2523
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2523
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2524
2524
  )
2525
2525
 
2526
2526
  # The client must configure the authentication and authorization parameters
@@ -2613,10 +2613,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2613
2613
  from pulpcore.client.pulp_python.rest import ApiException
2614
2614
  from pprint import pprint
2615
2615
 
2616
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2616
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2617
2617
  # See configuration.py for a list of all supported configuration parameters.
2618
2618
  configuration = pulpcore.client.pulp_python.Configuration(
2619
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2619
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2620
2620
  )
2621
2621
 
2622
2622
  # The client must configure the authentication and authorization parameters
@@ -2707,10 +2707,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2707
2707
  from pulpcore.client.pulp_python.rest import ApiException
2708
2708
  from pprint import pprint
2709
2709
 
2710
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2710
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2711
2711
  # See configuration.py for a list of all supported configuration parameters.
2712
2712
  configuration = pulpcore.client.pulp_python.Configuration(
2713
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2713
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2714
2714
  )
2715
2715
 
2716
2716
  # The client must configure the authentication and authorization parameters
@@ -2803,10 +2803,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2803
2803
  from pulpcore.client.pulp_python.rest import ApiException
2804
2804
  from pprint import pprint
2805
2805
 
2806
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2806
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2807
2807
  # See configuration.py for a list of all supported configuration parameters.
2808
2808
  configuration = pulpcore.client.pulp_python.Configuration(
2809
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2809
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2810
2810
  )
2811
2811
 
2812
2812
  # The client must configure the authentication and authorization parameters
@@ -2897,10 +2897,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2897
2897
  from pulpcore.client.pulp_python.rest import ApiException
2898
2898
  from pprint import pprint
2899
2899
 
2900
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2900
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2901
2901
  # See configuration.py for a list of all supported configuration parameters.
2902
2902
  configuration = pulpcore.client.pulp_python.Configuration(
2903
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2903
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2904
2904
  )
2905
2905
 
2906
2906
  # The client must configure the authentication and authorization parameters
@@ -2991,10 +2991,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2991
2991
  from pulpcore.client.pulp_python.rest import ApiException
2992
2992
  from pprint import pprint
2993
2993
 
2994
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2994
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
2995
2995
  # See configuration.py for a list of all supported configuration parameters.
2996
2996
  configuration = pulpcore.client.pulp_python.Configuration(
2997
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2997
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
2998
2998
  )
2999
2999
 
3000
3000
  # The client must configure the authentication and authorization parameters
@@ -3085,10 +3085,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3085
3085
  from pulpcore.client.pulp_python.rest import ApiException
3086
3086
  from pprint import pprint
3087
3087
 
3088
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
3088
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
3089
3089
  # See configuration.py for a list of all supported configuration parameters.
3090
3090
  configuration = pulpcore.client.pulp_python.Configuration(
3091
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3091
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
3092
3092
  )
3093
3093
 
3094
3094
  # The client must configure the authentication and authorization parameters
@@ -3810,7 +3810,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3810
3810
 
3811
3811
  # pulpcore.client.pulp_python.PublicationsPypiApi
3812
3812
 
3813
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
3813
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
3814
3814
 
3815
3815
  Method | HTTP request | Description
3816
3816
  ------------- | ------------- | -------------
@@ -3844,10 +3844,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3844
3844
  from pulpcore.client.pulp_python.rest import ApiException
3845
3845
  from pprint import pprint
3846
3846
 
3847
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
3847
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
3848
3848
  # See configuration.py for a list of all supported configuration parameters.
3849
3849
  configuration = pulpcore.client.pulp_python.Configuration(
3850
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3850
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
3851
3851
  )
3852
3852
 
3853
3853
  # The client must configure the authentication and authorization parameters
@@ -3938,10 +3938,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3938
3938
  from pulpcore.client.pulp_python.rest import ApiException
3939
3939
  from pprint import pprint
3940
3940
 
3941
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
3941
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
3942
3942
  # See configuration.py for a list of all supported configuration parameters.
3943
3943
  configuration = pulpcore.client.pulp_python.Configuration(
3944
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3944
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
3945
3945
  )
3946
3946
 
3947
3947
  # The client must configure the authentication and authorization parameters
@@ -4030,10 +4030,10 @@ import pulpcore.client.pulp_python
4030
4030
  from pulpcore.client.pulp_python.rest import ApiException
4031
4031
  from pprint import pprint
4032
4032
 
4033
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4033
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
4034
4034
  # See configuration.py for a list of all supported configuration parameters.
4035
4035
  configuration = pulpcore.client.pulp_python.Configuration(
4036
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4036
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
4037
4037
  )
4038
4038
 
4039
4039
  # The client must configure the authentication and authorization parameters
@@ -4119,10 +4119,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4119
4119
  from pulpcore.client.pulp_python.rest import ApiException
4120
4120
  from pprint import pprint
4121
4121
 
4122
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4122
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
4123
4123
  # See configuration.py for a list of all supported configuration parameters.
4124
4124
  configuration = pulpcore.client.pulp_python.Configuration(
4125
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4125
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
4126
4126
  )
4127
4127
 
4128
4128
  # The client must configure the authentication and authorization parameters
@@ -4252,10 +4252,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4252
4252
  from pulpcore.client.pulp_python.rest import ApiException
4253
4253
  from pprint import pprint
4254
4254
 
4255
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4255
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
4256
4256
  # See configuration.py for a list of all supported configuration parameters.
4257
4257
  configuration = pulpcore.client.pulp_python.Configuration(
4258
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4258
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
4259
4259
  )
4260
4260
 
4261
4261
  # The client must configure the authentication and authorization parameters
@@ -4347,10 +4347,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4347
4347
  from pulpcore.client.pulp_python.rest import ApiException
4348
4348
  from pprint import pprint
4349
4349
 
4350
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4350
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
4351
4351
  # See configuration.py for a list of all supported configuration parameters.
4352
4352
  configuration = pulpcore.client.pulp_python.Configuration(
4353
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4353
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
4354
4354
  )
4355
4355
 
4356
4356
  # The client must configure the authentication and authorization parameters
@@ -4442,10 +4442,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4442
4442
  from pulpcore.client.pulp_python.rest import ApiException
4443
4443
  from pprint import pprint
4444
4444
 
4445
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4445
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
4446
4446
  # See configuration.py for a list of all supported configuration parameters.
4447
4447
  configuration = pulpcore.client.pulp_python.Configuration(
4448
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4448
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
4449
4449
  )
4450
4450
 
4451
4451
  # The client must configure the authentication and authorization parameters
@@ -4538,10 +4538,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4538
4538
  from pulpcore.client.pulp_python.rest import ApiException
4539
4539
  from pprint import pprint
4540
4540
 
4541
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4541
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
4542
4542
  # See configuration.py for a list of all supported configuration parameters.
4543
4543
  configuration = pulpcore.client.pulp_python.Configuration(
4544
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4544
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
4545
4545
  )
4546
4546
 
4547
4547
  # The client must configure the authentication and authorization parameters
@@ -4614,7 +4614,7 @@ Name | Type | Description | Notes
4614
4614
 
4615
4615
  # pulpcore.client.pulp_python.PypiMetadataApi
4616
4616
 
4617
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
4617
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
4618
4618
 
4619
4619
  Method | HTTP request | Description
4620
4620
  ------------- | ------------- | -------------
@@ -4640,10 +4640,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4640
4640
  from pulpcore.client.pulp_python.rest import ApiException
4641
4641
  from pprint import pprint
4642
4642
 
4643
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4643
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
4644
4644
  # See configuration.py for a list of all supported configuration parameters.
4645
4645
  configuration = pulpcore.client.pulp_python.Configuration(
4646
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4646
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
4647
4647
  )
4648
4648
 
4649
4649
  # The client must configure the authentication and authorization parameters
@@ -5202,7 +5202,7 @@ python_python_repository_response_from_dict = PythonPythonRepositoryResponse.fro
5202
5202
 
5203
5203
  # pulpcore.client.pulp_python.RemotesPythonApi
5204
5204
 
5205
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
5205
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
5206
5206
 
5207
5207
  Method | HTTP request | Description
5208
5208
  ------------- | ------------- | -------------
@@ -5241,10 +5241,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5241
5241
  from pulpcore.client.pulp_python.rest import ApiException
5242
5242
  from pprint import pprint
5243
5243
 
5244
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5244
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5245
5245
  # See configuration.py for a list of all supported configuration parameters.
5246
5246
  configuration = pulpcore.client.pulp_python.Configuration(
5247
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5247
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5248
5248
  )
5249
5249
 
5250
5250
  # The client must configure the authentication and authorization parameters
@@ -5335,10 +5335,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5335
5335
  from pulpcore.client.pulp_python.rest import ApiException
5336
5336
  from pprint import pprint
5337
5337
 
5338
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5338
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5339
5339
  # See configuration.py for a list of all supported configuration parameters.
5340
5340
  configuration = pulpcore.client.pulp_python.Configuration(
5341
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5341
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5342
5342
  )
5343
5343
 
5344
5344
  # The client must configure the authentication and authorization parameters
@@ -5428,10 +5428,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5428
5428
  from pulpcore.client.pulp_python.rest import ApiException
5429
5429
  from pprint import pprint
5430
5430
 
5431
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5431
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5432
5432
  # See configuration.py for a list of all supported configuration parameters.
5433
5433
  configuration = pulpcore.client.pulp_python.Configuration(
5434
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5434
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5435
5435
  )
5436
5436
 
5437
5437
  # The client must configure the authentication and authorization parameters
@@ -5519,10 +5519,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5519
5519
  from pulpcore.client.pulp_python.rest import ApiException
5520
5520
  from pprint import pprint
5521
5521
 
5522
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5522
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5523
5523
  # See configuration.py for a list of all supported configuration parameters.
5524
5524
  configuration = pulpcore.client.pulp_python.Configuration(
5525
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5525
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5526
5526
  )
5527
5527
 
5528
5528
  # The client must configure the authentication and authorization parameters
@@ -5616,10 +5616,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5616
5616
  from pulpcore.client.pulp_python.rest import ApiException
5617
5617
  from pprint import pprint
5618
5618
 
5619
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5619
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5620
5620
  # See configuration.py for a list of all supported configuration parameters.
5621
5621
  configuration = pulpcore.client.pulp_python.Configuration(
5622
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5622
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5623
5623
  )
5624
5624
 
5625
5625
  # The client must configure the authentication and authorization parameters
@@ -5759,10 +5759,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5759
5759
  from pulpcore.client.pulp_python.rest import ApiException
5760
5760
  from pprint import pprint
5761
5761
 
5762
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5762
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5763
5763
  # See configuration.py for a list of all supported configuration parameters.
5764
5764
  configuration = pulpcore.client.pulp_python.Configuration(
5765
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5765
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5766
5766
  )
5767
5767
 
5768
5768
  # The client must configure the authentication and authorization parameters
@@ -5854,10 +5854,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5854
5854
  from pulpcore.client.pulp_python.rest import ApiException
5855
5855
  from pprint import pprint
5856
5856
 
5857
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5857
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5858
5858
  # See configuration.py for a list of all supported configuration parameters.
5859
5859
  configuration = pulpcore.client.pulp_python.Configuration(
5860
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5860
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5861
5861
  )
5862
5862
 
5863
5863
  # The client must configure the authentication and authorization parameters
@@ -5950,10 +5950,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5950
5950
  from pulpcore.client.pulp_python.rest import ApiException
5951
5951
  from pprint import pprint
5952
5952
 
5953
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5953
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
5954
5954
  # See configuration.py for a list of all supported configuration parameters.
5955
5955
  configuration = pulpcore.client.pulp_python.Configuration(
5956
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5956
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
5957
5957
  )
5958
5958
 
5959
5959
  # The client must configure the authentication and authorization parameters
@@ -6044,10 +6044,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6044
6044
  from pulpcore.client.pulp_python.rest import ApiException
6045
6045
  from pprint import pprint
6046
6046
 
6047
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6047
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6048
6048
  # See configuration.py for a list of all supported configuration parameters.
6049
6049
  configuration = pulpcore.client.pulp_python.Configuration(
6050
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6050
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6051
6051
  )
6052
6052
 
6053
6053
  # The client must configure the authentication and authorization parameters
@@ -6140,10 +6140,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6140
6140
  from pulpcore.client.pulp_python.rest import ApiException
6141
6141
  from pprint import pprint
6142
6142
 
6143
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6143
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6144
6144
  # See configuration.py for a list of all supported configuration parameters.
6145
6145
  configuration = pulpcore.client.pulp_python.Configuration(
6146
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6146
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6147
6147
  )
6148
6148
 
6149
6149
  # The client must configure the authentication and authorization parameters
@@ -6234,10 +6234,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6234
6234
  from pulpcore.client.pulp_python.rest import ApiException
6235
6235
  from pprint import pprint
6236
6236
 
6237
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6237
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6238
6238
  # See configuration.py for a list of all supported configuration parameters.
6239
6239
  configuration = pulpcore.client.pulp_python.Configuration(
6240
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6240
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6241
6241
  )
6242
6242
 
6243
6243
  # The client must configure the authentication and authorization parameters
@@ -6328,10 +6328,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6328
6328
  from pulpcore.client.pulp_python.rest import ApiException
6329
6329
  from pprint import pprint
6330
6330
 
6331
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6331
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6332
6332
  # See configuration.py for a list of all supported configuration parameters.
6333
6333
  configuration = pulpcore.client.pulp_python.Configuration(
6334
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6334
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6335
6335
  )
6336
6336
 
6337
6337
  # The client must configure the authentication and authorization parameters
@@ -6422,10 +6422,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6422
6422
  from pulpcore.client.pulp_python.rest import ApiException
6423
6423
  from pprint import pprint
6424
6424
 
6425
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6425
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6426
6426
  # See configuration.py for a list of all supported configuration parameters.
6427
6427
  configuration = pulpcore.client.pulp_python.Configuration(
6428
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6428
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6429
6429
  )
6430
6430
 
6431
6431
  # The client must configure the authentication and authorization parameters
@@ -6528,7 +6528,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6528
6528
 
6529
6529
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6530
6530
 
6531
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
6531
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
6532
6532
 
6533
6533
  Method | HTTP request | Description
6534
6534
  ------------- | ------------- | -------------
@@ -6569,10 +6569,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6569
6569
  from pulpcore.client.pulp_python.rest import ApiException
6570
6570
  from pprint import pprint
6571
6571
 
6572
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6572
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6573
6573
  # See configuration.py for a list of all supported configuration parameters.
6574
6574
  configuration = pulpcore.client.pulp_python.Configuration(
6575
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6575
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6576
6576
  )
6577
6577
 
6578
6578
  # The client must configure the authentication and authorization parameters
@@ -6663,10 +6663,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6663
6663
  from pulpcore.client.pulp_python.rest import ApiException
6664
6664
  from pprint import pprint
6665
6665
 
6666
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6666
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6667
6667
  # See configuration.py for a list of all supported configuration parameters.
6668
6668
  configuration = pulpcore.client.pulp_python.Configuration(
6669
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6669
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6670
6670
  )
6671
6671
 
6672
6672
  # The client must configure the authentication and authorization parameters
@@ -6756,10 +6756,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6756
6756
  from pulpcore.client.pulp_python.rest import ApiException
6757
6757
  from pprint import pprint
6758
6758
 
6759
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6759
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6760
6760
  # See configuration.py for a list of all supported configuration parameters.
6761
6761
  configuration = pulpcore.client.pulp_python.Configuration(
6762
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6762
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6763
6763
  )
6764
6764
 
6765
6765
  # The client must configure the authentication and authorization parameters
@@ -6847,10 +6847,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6847
6847
  from pulpcore.client.pulp_python.rest import ApiException
6848
6848
  from pprint import pprint
6849
6849
 
6850
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6850
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
6851
6851
  # See configuration.py for a list of all supported configuration parameters.
6852
6852
  configuration = pulpcore.client.pulp_python.Configuration(
6853
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6853
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
6854
6854
  )
6855
6855
 
6856
6856
  # The client must configure the authentication and authorization parameters
@@ -6998,10 +6998,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
6998
6998
  from pulpcore.client.pulp_python.rest import ApiException
6999
6999
  from pprint import pprint
7000
7000
 
7001
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7001
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7002
7002
  # See configuration.py for a list of all supported configuration parameters.
7003
7003
  configuration = pulpcore.client.pulp_python.Configuration(
7004
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7004
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7005
7005
  )
7006
7006
 
7007
7007
  # The client must configure the authentication and authorization parameters
@@ -7094,10 +7094,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7094
7094
  from pulpcore.client.pulp_python.rest import ApiException
7095
7095
  from pprint import pprint
7096
7096
 
7097
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7097
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7098
7098
  # See configuration.py for a list of all supported configuration parameters.
7099
7099
  configuration = pulpcore.client.pulp_python.Configuration(
7100
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7100
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7101
7101
  )
7102
7102
 
7103
7103
  # The client must configure the authentication and authorization parameters
@@ -7187,10 +7187,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7187
7187
  from pulpcore.client.pulp_python.rest import ApiException
7188
7188
  from pprint import pprint
7189
7189
 
7190
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7190
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7191
7191
  # See configuration.py for a list of all supported configuration parameters.
7192
7192
  configuration = pulpcore.client.pulp_python.Configuration(
7193
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7193
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7194
7194
  )
7195
7195
 
7196
7196
  # The client must configure the authentication and authorization parameters
@@ -7283,10 +7283,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7283
7283
  from pulpcore.client.pulp_python.rest import ApiException
7284
7284
  from pprint import pprint
7285
7285
 
7286
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7286
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7287
7287
  # See configuration.py for a list of all supported configuration parameters.
7288
7288
  configuration = pulpcore.client.pulp_python.Configuration(
7289
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7289
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7290
7290
  )
7291
7291
 
7292
7292
  # The client must configure the authentication and authorization parameters
@@ -7377,10 +7377,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7377
7377
  from pulpcore.client.pulp_python.rest import ApiException
7378
7378
  from pprint import pprint
7379
7379
 
7380
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7380
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7381
7381
  # See configuration.py for a list of all supported configuration parameters.
7382
7382
  configuration = pulpcore.client.pulp_python.Configuration(
7383
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7383
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7384
7384
  )
7385
7385
 
7386
7386
  # The client must configure the authentication and authorization parameters
@@ -7473,10 +7473,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7473
7473
  from pulpcore.client.pulp_python.rest import ApiException
7474
7474
  from pprint import pprint
7475
7475
 
7476
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7476
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7477
7477
  # See configuration.py for a list of all supported configuration parameters.
7478
7478
  configuration = pulpcore.client.pulp_python.Configuration(
7479
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7479
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7480
7480
  )
7481
7481
 
7482
7482
  # The client must configure the authentication and authorization parameters
@@ -7566,10 +7566,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7566
7566
  from pulpcore.client.pulp_python.rest import ApiException
7567
7567
  from pprint import pprint
7568
7568
 
7569
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7569
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7570
7570
  # See configuration.py for a list of all supported configuration parameters.
7571
7571
  configuration = pulpcore.client.pulp_python.Configuration(
7572
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7572
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7573
7573
  )
7574
7574
 
7575
7575
  # The client must configure the authentication and authorization parameters
@@ -7658,10 +7658,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7658
7658
  from pulpcore.client.pulp_python.rest import ApiException
7659
7659
  from pprint import pprint
7660
7660
 
7661
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7661
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7662
7662
  # See configuration.py for a list of all supported configuration parameters.
7663
7663
  configuration = pulpcore.client.pulp_python.Configuration(
7664
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7664
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7665
7665
  )
7666
7666
 
7667
7667
  # The client must configure the authentication and authorization parameters
@@ -7752,10 +7752,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7752
7752
  from pulpcore.client.pulp_python.rest import ApiException
7753
7753
  from pprint import pprint
7754
7754
 
7755
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7755
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7756
7756
  # See configuration.py for a list of all supported configuration parameters.
7757
7757
  configuration = pulpcore.client.pulp_python.Configuration(
7758
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7758
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7759
7759
  )
7760
7760
 
7761
7761
  # The client must configure the authentication and authorization parameters
@@ -7846,10 +7846,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7846
7846
  from pulpcore.client.pulp_python.rest import ApiException
7847
7847
  from pprint import pprint
7848
7848
 
7849
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7849
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7850
7850
  # See configuration.py for a list of all supported configuration parameters.
7851
7851
  configuration = pulpcore.client.pulp_python.Configuration(
7852
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7852
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7853
7853
  )
7854
7854
 
7855
7855
  # The client must configure the authentication and authorization parameters
@@ -7940,10 +7940,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7940
7940
  from pulpcore.client.pulp_python.rest import ApiException
7941
7941
  from pprint import pprint
7942
7942
 
7943
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7943
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
7944
7944
  # See configuration.py for a list of all supported configuration parameters.
7945
7945
  configuration = pulpcore.client.pulp_python.Configuration(
7946
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7946
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
7947
7947
  )
7948
7948
 
7949
7949
  # The client must configure the authentication and authorization parameters
@@ -8017,7 +8017,7 @@ Name | Type | Description | Notes
8017
8017
 
8018
8018
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8019
8019
 
8020
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
8020
+ All URIs are relative to *https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com*
8021
8021
 
8022
8022
  Method | HTTP request | Description
8023
8023
  ------------- | ------------- | -------------
@@ -8047,10 +8047,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8047
8047
  from pulpcore.client.pulp_python.rest import ApiException
8048
8048
  from pprint import pprint
8049
8049
 
8050
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8050
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
8051
8051
  # See configuration.py for a list of all supported configuration parameters.
8052
8052
  configuration = pulpcore.client.pulp_python.Configuration(
8053
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8053
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
8054
8054
  )
8055
8055
 
8056
8056
  # The client must configure the authentication and authorization parameters
@@ -8138,10 +8138,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8138
8138
  from pulpcore.client.pulp_python.rest import ApiException
8139
8139
  from pprint import pprint
8140
8140
 
8141
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8141
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
8142
8142
  # See configuration.py for a list of all supported configuration parameters.
8143
8143
  configuration = pulpcore.client.pulp_python.Configuration(
8144
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8144
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
8145
8145
  )
8146
8146
 
8147
8147
  # The client must configure the authentication and authorization parameters
@@ -8275,10 +8275,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8275
8275
  from pulpcore.client.pulp_python.rest import ApiException
8276
8276
  from pprint import pprint
8277
8277
 
8278
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8278
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
8279
8279
  # See configuration.py for a list of all supported configuration parameters.
8280
8280
  configuration = pulpcore.client.pulp_python.Configuration(
8281
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8281
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
8282
8282
  )
8283
8283
 
8284
8284
  # The client must configure the authentication and authorization parameters
@@ -8371,10 +8371,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8371
8371
  from pulpcore.client.pulp_python.rest import ApiException
8372
8372
  from pprint import pprint
8373
8373
 
8374
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8374
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
8375
8375
  # See configuration.py for a list of all supported configuration parameters.
8376
8376
  configuration = pulpcore.client.pulp_python.Configuration(
8377
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8377
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
8378
8378
  )
8379
8379
 
8380
8380
  # The client must configure the authentication and authorization parameters
@@ -8463,10 +8463,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8463
8463
  from pulpcore.client.pulp_python.rest import ApiException
8464
8464
  from pprint import pprint
8465
8465
 
8466
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8466
+ # Defining the host is optional and defaults to https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com
8467
8467
  # See configuration.py for a list of all supported configuration parameters.
8468
8468
  configuration = pulpcore.client.pulp_python.Configuration(
8469
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8469
+ host = "https://env-ephemeral-nw3cbn.apps.crc-eph.r9lp.p1.openshiftapps.com"
8470
8470
  )
8471
8471
 
8472
8472
  # The client must configure the authentication and authorization parameters