crc-pulp-python-client 20251229.1__tar.gz → 20260109.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-20251229.1 → crc_pulp_python_client-20260109.1}/PKG-INFO +158 -221
  2. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/README.md +4 -4
  3. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/crc_pulp_python_client.egg-info/PKG-INFO +158 -221
  4. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -9
  6. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  7. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pyproject.toml +1 -1
  8. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/setup.py +1 -1
  9. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  10. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  11. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  12. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  13. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/__init__.py +0 -0
  14. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/__init__.py +0 -0
  15. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  16. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  17. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  18. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  19. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  27. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  28. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  67. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  68. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  69. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  70. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  71. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  72. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  73. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  74. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  75. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/py.typed +0 -0
  76. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/pulpcore/client/pulp_python/rest.py +0 -0
  77. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/setup.cfg +0 -0
  78. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_api_integrity_provenance_api.py +0 -0
  79. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_api_legacy_api.py +0 -0
  80. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_api_pypi_api.py +0 -0
  81. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_api_simple_api.py +0 -0
  82. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_async_operation_response.py +0 -0
  83. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_content_packages_api.py +0 -0
  84. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_content_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_content_summary_response.py +0 -0
  86. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_distributions_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_exclude_platforms_enum.py +0 -0
  88. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_filetype_enum.py +0 -0
  89. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_metadata_version_enum.py +0 -0
  90. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_my_permissions_response.py +0 -0
  91. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_nested_role.py +0 -0
  92. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_nested_role_response.py +0 -0
  93. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_object_roles_response.py +0 -0
  94. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_package_metadata_response.py +0 -0
  95. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_package_types_enum.py +0 -0
  96. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_package_upload_task_response.py +0 -0
  97. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_paginated_repository_version_response_list.py +0 -0
  98. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  99. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  100. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  101. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  102. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  103. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  104. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_patchedpython_python_distribution.py +0 -0
  105. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_patchedpython_python_remote.py +0 -0
  106. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_patchedpython_python_repository.py +0 -0
  107. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_policy_enum.py +0 -0
  108. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_protocol_version_enum.py +0 -0
  109. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_publications_pypi_api.py +0 -0
  110. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_pypi_metadata_api.py +0 -0
  111. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_package_provenance_response.py +0 -0
  112. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_distribution.py +0 -0
  113. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_distribution_response.py +0 -0
  114. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_package_content_response.py +0 -0
  115. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_publication.py +0 -0
  116. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_publication_response.py +0 -0
  117. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_remote.py +0 -0
  118. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_remote_response.py +0 -0
  119. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  120. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_repository.py +0 -0
  121. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_python_python_repository_response.py +0 -0
  122. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_remotes_python_api.py +0 -0
  123. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_repair.py +0 -0
  124. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_repositories_python_api.py +0 -0
  125. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_repositories_python_versions_api.py +0 -0
  126. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_repository_add_remove_content.py +0 -0
  127. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_repository_sync_url.py +0 -0
  128. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_repository_version_response.py +0 -0
  129. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_set_label.py +0 -0
  130. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_set_label_response.py +0 -0
  131. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_summary_response.py +0 -0
  132. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.1}/test/test_unset_label.py +0 -0
  133. {crc_pulp_python_client-20251229.1 → crc_pulp_python_client-20260109.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: 20251229.1
3
+ Version: 20260109.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
51
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
+ host = "https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
135
+ All URIs are relative to *https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
161
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
164
+ host = "https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
251
+ All URIs are relative to *https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
277
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
280
+ host = "https://env-ephemeral-43b86r.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-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
357
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
358
358
 
359
359
  Method | HTTP request | Description
360
360
  ------------- | ------------- | -------------
@@ -372,9 +372,6 @@ Upload package to the index. This endpoint has the same functionality as the upl
372
372
 
373
373
  ### Example
374
374
 
375
- * OAuth Authentication (json_header_remote_authentication):
376
- * Basic Authentication (basicAuth):
377
- * Api Key Authentication (cookieAuth):
378
375
 
379
376
  ```python
380
377
  import pulpcore.client.pulp_python
@@ -382,30 +379,12 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
382
379
  from pulpcore.client.pulp_python.rest import ApiException
383
380
  from pprint import pprint
384
381
 
385
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
382
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
386
383
  # See configuration.py for a list of all supported configuration parameters.
387
384
  configuration = pulpcore.client.pulp_python.Configuration(
388
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
385
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
389
386
  )
390
387
 
391
- # The client must configure the authentication and authorization parameters
392
- # in accordance with the API server security policy.
393
- # Examples for each auth method are provided below, use the example that
394
- # satisfies your auth use case.
395
-
396
- configuration.access_token = os.environ["ACCESS_TOKEN"]
397
-
398
- # Configure HTTP basic authorization: basicAuth
399
- configuration = pulpcore.client.pulp_python.Configuration(
400
- username = os.environ["USERNAME"],
401
- password = os.environ["PASSWORD"]
402
- )
403
-
404
- # Configure API key authorization: cookieAuth
405
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
406
-
407
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
408
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
409
388
 
410
389
  # Enter a context with an instance of the API client
411
390
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
@@ -455,7 +434,7 @@ Name | Type | Description | Notes
455
434
 
456
435
  ### Authorization
457
436
 
458
- [json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
437
+ No authorization required
459
438
 
460
439
  ### HTTP request headers
461
440
 
@@ -479,39 +458,18 @@ Retrieves the simple api html/json page for a package.
479
458
 
480
459
  ### Example
481
460
 
482
- * OAuth Authentication (json_header_remote_authentication):
483
- * Basic Authentication (basicAuth):
484
- * Api Key Authentication (cookieAuth):
485
461
 
486
462
  ```python
487
463
  import pulpcore.client.pulp_python
488
464
  from pulpcore.client.pulp_python.rest import ApiException
489
465
  from pprint import pprint
490
466
 
491
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
467
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
492
468
  # See configuration.py for a list of all supported configuration parameters.
493
469
  configuration = pulpcore.client.pulp_python.Configuration(
494
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
495
- )
496
-
497
- # The client must configure the authentication and authorization parameters
498
- # in accordance with the API server security policy.
499
- # Examples for each auth method are provided below, use the example that
500
- # satisfies your auth use case.
501
-
502
- configuration.access_token = os.environ["ACCESS_TOKEN"]
503
-
504
- # Configure HTTP basic authorization: basicAuth
505
- configuration = pulpcore.client.pulp_python.Configuration(
506
- username = os.environ["USERNAME"],
507
- password = os.environ["PASSWORD"]
470
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
508
471
  )
509
472
 
510
- # Configure API key authorization: cookieAuth
511
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
512
-
513
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
514
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
515
473
 
516
474
  # Enter a context with an instance of the API client
517
475
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
@@ -553,7 +511,7 @@ void (empty response body)
553
511
 
554
512
  ### Authorization
555
513
 
556
- [json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
514
+ No authorization required
557
515
 
558
516
  ### HTTP request headers
559
517
 
@@ -577,39 +535,18 @@ Gets the simple api html page for the index.
577
535
 
578
536
  ### Example
579
537
 
580
- * OAuth Authentication (json_header_remote_authentication):
581
- * Basic Authentication (basicAuth):
582
- * Api Key Authentication (cookieAuth):
583
538
 
584
539
  ```python
585
540
  import pulpcore.client.pulp_python
586
541
  from pulpcore.client.pulp_python.rest import ApiException
587
542
  from pprint import pprint
588
543
 
589
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
544
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
590
545
  # See configuration.py for a list of all supported configuration parameters.
591
546
  configuration = pulpcore.client.pulp_python.Configuration(
592
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
547
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
593
548
  )
594
549
 
595
- # The client must configure the authentication and authorization parameters
596
- # in accordance with the API server security policy.
597
- # Examples for each auth method are provided below, use the example that
598
- # satisfies your auth use case.
599
-
600
- configuration.access_token = os.environ["ACCESS_TOKEN"]
601
-
602
- # Configure HTTP basic authorization: basicAuth
603
- configuration = pulpcore.client.pulp_python.Configuration(
604
- username = os.environ["USERNAME"],
605
- password = os.environ["PASSWORD"]
606
- )
607
-
608
- # Configure API key authorization: cookieAuth
609
- configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
610
-
611
- # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
612
- # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
613
550
 
614
551
  # Enter a context with an instance of the API client
615
552
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
@@ -649,7 +586,7 @@ void (empty response body)
649
586
 
650
587
  ### Authorization
651
588
 
652
- [json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
589
+ No authorization required
653
590
 
654
591
  ### HTTP request headers
655
592
 
@@ -696,7 +633,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
696
633
 
697
634
  # pulpcore.client.pulp_python.ContentPackagesApi
698
635
 
699
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
636
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
700
637
 
701
638
  Method | HTTP request | Description
702
639
  ------------- | ------------- | -------------
@@ -727,10 +664,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
727
664
  from pulpcore.client.pulp_python.rest import ApiException
728
665
  from pprint import pprint
729
666
 
730
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
667
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
731
668
  # See configuration.py for a list of all supported configuration parameters.
732
669
  configuration = pulpcore.client.pulp_python.Configuration(
733
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
670
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
734
671
  )
735
672
 
736
673
  # The client must configure the authentication and authorization parameters
@@ -888,10 +825,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
888
825
  from pulpcore.client.pulp_python.rest import ApiException
889
826
  from pprint import pprint
890
827
 
891
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
828
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
892
829
  # See configuration.py for a list of all supported configuration parameters.
893
830
  configuration = pulpcore.client.pulp_python.Configuration(
894
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
831
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
895
832
  )
896
833
 
897
834
  # The client must configure the authentication and authorization parameters
@@ -1049,10 +986,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1049
986
  from pulpcore.client.pulp_python.rest import ApiException
1050
987
  from pprint import pprint
1051
988
 
1052
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
989
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1053
990
  # See configuration.py for a list of all supported configuration parameters.
1054
991
  configuration = pulpcore.client.pulp_python.Configuration(
1055
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
992
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1056
993
  )
1057
994
 
1058
995
  # The client must configure the authentication and authorization parameters
@@ -1145,10 +1082,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1145
1082
  from pulpcore.client.pulp_python.rest import ApiException
1146
1083
  from pprint import pprint
1147
1084
 
1148
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1085
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1149
1086
  # See configuration.py for a list of all supported configuration parameters.
1150
1087
  configuration = pulpcore.client.pulp_python.Configuration(
1151
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1088
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1152
1089
  )
1153
1090
 
1154
1091
  # The client must configure the authentication and authorization parameters
@@ -1239,10 +1176,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1239
1176
  from pulpcore.client.pulp_python.rest import ApiException
1240
1177
  from pprint import pprint
1241
1178
 
1242
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1179
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1243
1180
  # See configuration.py for a list of all supported configuration parameters.
1244
1181
  configuration = pulpcore.client.pulp_python.Configuration(
1245
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1182
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1246
1183
  )
1247
1184
 
1248
1185
  # The client must configure the authentication and authorization parameters
@@ -1332,10 +1269,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1332
1269
  from pulpcore.client.pulp_python.rest import ApiException
1333
1270
  from pprint import pprint
1334
1271
 
1335
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1272
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1336
1273
  # See configuration.py for a list of all supported configuration parameters.
1337
1274
  configuration = pulpcore.client.pulp_python.Configuration(
1338
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1275
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1339
1276
  )
1340
1277
 
1341
1278
  # The client must configure the authentication and authorization parameters
@@ -1472,7 +1409,7 @@ Name | Type | Description | Notes
1472
1409
 
1473
1410
  # pulpcore.client.pulp_python.ContentProvenanceApi
1474
1411
 
1475
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
1412
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
1476
1413
 
1477
1414
  Method | HTTP request | Description
1478
1415
  ------------- | ------------- | -------------
@@ -1502,10 +1439,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1502
1439
  from pulpcore.client.pulp_python.rest import ApiException
1503
1440
  from pprint import pprint
1504
1441
 
1505
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1442
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1506
1443
  # See configuration.py for a list of all supported configuration parameters.
1507
1444
  configuration = pulpcore.client.pulp_python.Configuration(
1508
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1445
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1509
1446
  )
1510
1447
 
1511
1448
  # The client must configure the authentication and authorization parameters
@@ -1607,10 +1544,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1607
1544
  from pulpcore.client.pulp_python.rest import ApiException
1608
1545
  from pprint import pprint
1609
1546
 
1610
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1547
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1611
1548
  # See configuration.py for a list of all supported configuration parameters.
1612
1549
  configuration = pulpcore.client.pulp_python.Configuration(
1613
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1550
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1614
1551
  )
1615
1552
 
1616
1553
  # The client must configure the authentication and authorization parameters
@@ -1726,10 +1663,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1726
1663
  from pulpcore.client.pulp_python.rest import ApiException
1727
1664
  from pprint import pprint
1728
1665
 
1729
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1666
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1730
1667
  # See configuration.py for a list of all supported configuration parameters.
1731
1668
  configuration = pulpcore.client.pulp_python.Configuration(
1732
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1669
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1733
1670
  )
1734
1671
 
1735
1672
  # The client must configure the authentication and authorization parameters
@@ -1822,10 +1759,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1822
1759
  from pulpcore.client.pulp_python.rest import ApiException
1823
1760
  from pprint import pprint
1824
1761
 
1825
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1762
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1826
1763
  # See configuration.py for a list of all supported configuration parameters.
1827
1764
  configuration = pulpcore.client.pulp_python.Configuration(
1828
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1765
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1829
1766
  )
1830
1767
 
1831
1768
  # The client must configure the authentication and authorization parameters
@@ -1916,10 +1853,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1916
1853
  from pulpcore.client.pulp_python.rest import ApiException
1917
1854
  from pprint import pprint
1918
1855
 
1919
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1856
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
1920
1857
  # See configuration.py for a list of all supported configuration parameters.
1921
1858
  configuration = pulpcore.client.pulp_python.Configuration(
1922
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1859
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
1923
1860
  )
1924
1861
 
1925
1862
  # The client must configure the authentication and authorization parameters
@@ -2024,7 +1961,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
2024
1961
 
2025
1962
  # pulpcore.client.pulp_python.DistributionsPypiApi
2026
1963
 
2027
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
1964
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
2028
1965
 
2029
1966
  Method | HTTP request | Description
2030
1967
  ------------- | ------------- | -------------
@@ -2062,10 +1999,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2062
1999
  from pulpcore.client.pulp_python.rest import ApiException
2063
2000
  from pprint import pprint
2064
2001
 
2065
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2002
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2066
2003
  # See configuration.py for a list of all supported configuration parameters.
2067
2004
  configuration = pulpcore.client.pulp_python.Configuration(
2068
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2005
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2069
2006
  )
2070
2007
 
2071
2008
  # The client must configure the authentication and authorization parameters
@@ -2156,10 +2093,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2156
2093
  from pulpcore.client.pulp_python.rest import ApiException
2157
2094
  from pprint import pprint
2158
2095
 
2159
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2096
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2160
2097
  # See configuration.py for a list of all supported configuration parameters.
2161
2098
  configuration = pulpcore.client.pulp_python.Configuration(
2162
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2099
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2163
2100
  )
2164
2101
 
2165
2102
  # The client must configure the authentication and authorization parameters
@@ -2249,10 +2186,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2249
2186
  from pulpcore.client.pulp_python.rest import ApiException
2250
2187
  from pprint import pprint
2251
2188
 
2252
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2189
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2253
2190
  # See configuration.py for a list of all supported configuration parameters.
2254
2191
  configuration = pulpcore.client.pulp_python.Configuration(
2255
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2192
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2256
2193
  )
2257
2194
 
2258
2195
  # The client must configure the authentication and authorization parameters
@@ -2340,10 +2277,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2340
2277
  from pulpcore.client.pulp_python.rest import ApiException
2341
2278
  from pprint import pprint
2342
2279
 
2343
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2280
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2344
2281
  # See configuration.py for a list of all supported configuration parameters.
2345
2282
  configuration = pulpcore.client.pulp_python.Configuration(
2346
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2283
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2347
2284
  )
2348
2285
 
2349
2286
  # The client must configure the authentication and authorization parameters
@@ -2485,10 +2422,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2485
2422
  from pulpcore.client.pulp_python.rest import ApiException
2486
2423
  from pprint import pprint
2487
2424
 
2488
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2425
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2489
2426
  # See configuration.py for a list of all supported configuration parameters.
2490
2427
  configuration = pulpcore.client.pulp_python.Configuration(
2491
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2428
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2492
2429
  )
2493
2430
 
2494
2431
  # The client must configure the authentication and authorization parameters
@@ -2580,10 +2517,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2580
2517
  from pulpcore.client.pulp_python.rest import ApiException
2581
2518
  from pprint import pprint
2582
2519
 
2583
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2520
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2584
2521
  # See configuration.py for a list of all supported configuration parameters.
2585
2522
  configuration = pulpcore.client.pulp_python.Configuration(
2586
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2523
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2587
2524
  )
2588
2525
 
2589
2526
  # The client must configure the authentication and authorization parameters
@@ -2676,10 +2613,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2676
2613
  from pulpcore.client.pulp_python.rest import ApiException
2677
2614
  from pprint import pprint
2678
2615
 
2679
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2616
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2680
2617
  # See configuration.py for a list of all supported configuration parameters.
2681
2618
  configuration = pulpcore.client.pulp_python.Configuration(
2682
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2619
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2683
2620
  )
2684
2621
 
2685
2622
  # The client must configure the authentication and authorization parameters
@@ -2770,10 +2707,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2770
2707
  from pulpcore.client.pulp_python.rest import ApiException
2771
2708
  from pprint import pprint
2772
2709
 
2773
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2710
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2774
2711
  # See configuration.py for a list of all supported configuration parameters.
2775
2712
  configuration = pulpcore.client.pulp_python.Configuration(
2776
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2713
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2777
2714
  )
2778
2715
 
2779
2716
  # The client must configure the authentication and authorization parameters
@@ -2866,10 +2803,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2866
2803
  from pulpcore.client.pulp_python.rest import ApiException
2867
2804
  from pprint import pprint
2868
2805
 
2869
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2806
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2870
2807
  # See configuration.py for a list of all supported configuration parameters.
2871
2808
  configuration = pulpcore.client.pulp_python.Configuration(
2872
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2809
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2873
2810
  )
2874
2811
 
2875
2812
  # The client must configure the authentication and authorization parameters
@@ -2960,10 +2897,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2960
2897
  from pulpcore.client.pulp_python.rest import ApiException
2961
2898
  from pprint import pprint
2962
2899
 
2963
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2900
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
2964
2901
  # See configuration.py for a list of all supported configuration parameters.
2965
2902
  configuration = pulpcore.client.pulp_python.Configuration(
2966
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2903
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
2967
2904
  )
2968
2905
 
2969
2906
  # The client must configure the authentication and authorization parameters
@@ -3054,10 +2991,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
3054
2991
  from pulpcore.client.pulp_python.rest import ApiException
3055
2992
  from pprint import pprint
3056
2993
 
3057
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2994
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
3058
2995
  # See configuration.py for a list of all supported configuration parameters.
3059
2996
  configuration = pulpcore.client.pulp_python.Configuration(
3060
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2997
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
3061
2998
  )
3062
2999
 
3063
3000
  # The client must configure the authentication and authorization parameters
@@ -3148,10 +3085,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3148
3085
  from pulpcore.client.pulp_python.rest import ApiException
3149
3086
  from pprint import pprint
3150
3087
 
3151
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
3088
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
3152
3089
  # See configuration.py for a list of all supported configuration parameters.
3153
3090
  configuration = pulpcore.client.pulp_python.Configuration(
3154
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
3091
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
3155
3092
  )
3156
3093
 
3157
3094
  # The client must configure the authentication and authorization parameters
@@ -3873,7 +3810,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3873
3810
 
3874
3811
  # pulpcore.client.pulp_python.PublicationsPypiApi
3875
3812
 
3876
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
3813
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
3877
3814
 
3878
3815
  Method | HTTP request | Description
3879
3816
  ------------- | ------------- | -------------
@@ -3907,10 +3844,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3907
3844
  from pulpcore.client.pulp_python.rest import ApiException
3908
3845
  from pprint import pprint
3909
3846
 
3910
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
3847
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
3911
3848
  # See configuration.py for a list of all supported configuration parameters.
3912
3849
  configuration = pulpcore.client.pulp_python.Configuration(
3913
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
3850
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
3914
3851
  )
3915
3852
 
3916
3853
  # The client must configure the authentication and authorization parameters
@@ -4001,10 +3938,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
4001
3938
  from pulpcore.client.pulp_python.rest import ApiException
4002
3939
  from pprint import pprint
4003
3940
 
4004
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
3941
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4005
3942
  # See configuration.py for a list of all supported configuration parameters.
4006
3943
  configuration = pulpcore.client.pulp_python.Configuration(
4007
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
3944
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4008
3945
  )
4009
3946
 
4010
3947
  # The client must configure the authentication and authorization parameters
@@ -4093,10 +4030,10 @@ import pulpcore.client.pulp_python
4093
4030
  from pulpcore.client.pulp_python.rest import ApiException
4094
4031
  from pprint import pprint
4095
4032
 
4096
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4033
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4097
4034
  # See configuration.py for a list of all supported configuration parameters.
4098
4035
  configuration = pulpcore.client.pulp_python.Configuration(
4099
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4036
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4100
4037
  )
4101
4038
 
4102
4039
  # The client must configure the authentication and authorization parameters
@@ -4182,10 +4119,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4182
4119
  from pulpcore.client.pulp_python.rest import ApiException
4183
4120
  from pprint import pprint
4184
4121
 
4185
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4122
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4186
4123
  # See configuration.py for a list of all supported configuration parameters.
4187
4124
  configuration = pulpcore.client.pulp_python.Configuration(
4188
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4125
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4189
4126
  )
4190
4127
 
4191
4128
  # The client must configure the authentication and authorization parameters
@@ -4315,10 +4252,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4315
4252
  from pulpcore.client.pulp_python.rest import ApiException
4316
4253
  from pprint import pprint
4317
4254
 
4318
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4255
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4319
4256
  # See configuration.py for a list of all supported configuration parameters.
4320
4257
  configuration = pulpcore.client.pulp_python.Configuration(
4321
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4258
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4322
4259
  )
4323
4260
 
4324
4261
  # The client must configure the authentication and authorization parameters
@@ -4410,10 +4347,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4410
4347
  from pulpcore.client.pulp_python.rest import ApiException
4411
4348
  from pprint import pprint
4412
4349
 
4413
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4350
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4414
4351
  # See configuration.py for a list of all supported configuration parameters.
4415
4352
  configuration = pulpcore.client.pulp_python.Configuration(
4416
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4353
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4417
4354
  )
4418
4355
 
4419
4356
  # The client must configure the authentication and authorization parameters
@@ -4505,10 +4442,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4505
4442
  from pulpcore.client.pulp_python.rest import ApiException
4506
4443
  from pprint import pprint
4507
4444
 
4508
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4445
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4509
4446
  # See configuration.py for a list of all supported configuration parameters.
4510
4447
  configuration = pulpcore.client.pulp_python.Configuration(
4511
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4448
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4512
4449
  )
4513
4450
 
4514
4451
  # The client must configure the authentication and authorization parameters
@@ -4601,10 +4538,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4601
4538
  from pulpcore.client.pulp_python.rest import ApiException
4602
4539
  from pprint import pprint
4603
4540
 
4604
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4541
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4605
4542
  # See configuration.py for a list of all supported configuration parameters.
4606
4543
  configuration = pulpcore.client.pulp_python.Configuration(
4607
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4544
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4608
4545
  )
4609
4546
 
4610
4547
  # The client must configure the authentication and authorization parameters
@@ -4677,7 +4614,7 @@ Name | Type | Description | Notes
4677
4614
 
4678
4615
  # pulpcore.client.pulp_python.PypiMetadataApi
4679
4616
 
4680
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
4617
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
4681
4618
 
4682
4619
  Method | HTTP request | Description
4683
4620
  ------------- | ------------- | -------------
@@ -4703,10 +4640,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4703
4640
  from pulpcore.client.pulp_python.rest import ApiException
4704
4641
  from pprint import pprint
4705
4642
 
4706
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4643
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
4707
4644
  # See configuration.py for a list of all supported configuration parameters.
4708
4645
  configuration = pulpcore.client.pulp_python.Configuration(
4709
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4646
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
4710
4647
  )
4711
4648
 
4712
4649
  # The client must configure the authentication and authorization parameters
@@ -5265,7 +5202,7 @@ python_python_repository_response_from_dict = PythonPythonRepositoryResponse.fro
5265
5202
 
5266
5203
  # pulpcore.client.pulp_python.RemotesPythonApi
5267
5204
 
5268
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
5205
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
5269
5206
 
5270
5207
  Method | HTTP request | Description
5271
5208
  ------------- | ------------- | -------------
@@ -5304,10 +5241,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5304
5241
  from pulpcore.client.pulp_python.rest import ApiException
5305
5242
  from pprint import pprint
5306
5243
 
5307
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5244
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
5308
5245
  # See configuration.py for a list of all supported configuration parameters.
5309
5246
  configuration = pulpcore.client.pulp_python.Configuration(
5310
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5247
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
5311
5248
  )
5312
5249
 
5313
5250
  # The client must configure the authentication and authorization parameters
@@ -5398,10 +5335,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5398
5335
  from pulpcore.client.pulp_python.rest import ApiException
5399
5336
  from pprint import pprint
5400
5337
 
5401
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5338
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
5402
5339
  # See configuration.py for a list of all supported configuration parameters.
5403
5340
  configuration = pulpcore.client.pulp_python.Configuration(
5404
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5341
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
5405
5342
  )
5406
5343
 
5407
5344
  # The client must configure the authentication and authorization parameters
@@ -5491,10 +5428,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5491
5428
  from pulpcore.client.pulp_python.rest import ApiException
5492
5429
  from pprint import pprint
5493
5430
 
5494
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5431
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
5495
5432
  # See configuration.py for a list of all supported configuration parameters.
5496
5433
  configuration = pulpcore.client.pulp_python.Configuration(
5497
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5434
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
5498
5435
  )
5499
5436
 
5500
5437
  # The client must configure the authentication and authorization parameters
@@ -5582,10 +5519,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5582
5519
  from pulpcore.client.pulp_python.rest import ApiException
5583
5520
  from pprint import pprint
5584
5521
 
5585
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5522
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
5586
5523
  # See configuration.py for a list of all supported configuration parameters.
5587
5524
  configuration = pulpcore.client.pulp_python.Configuration(
5588
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5525
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
5589
5526
  )
5590
5527
 
5591
5528
  # The client must configure the authentication and authorization parameters
@@ -5679,10 +5616,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5679
5616
  from pulpcore.client.pulp_python.rest import ApiException
5680
5617
  from pprint import pprint
5681
5618
 
5682
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5619
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
5683
5620
  # See configuration.py for a list of all supported configuration parameters.
5684
5621
  configuration = pulpcore.client.pulp_python.Configuration(
5685
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5622
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
5686
5623
  )
5687
5624
 
5688
5625
  # The client must configure the authentication and authorization parameters
@@ -5822,10 +5759,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5822
5759
  from pulpcore.client.pulp_python.rest import ApiException
5823
5760
  from pprint import pprint
5824
5761
 
5825
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5762
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
5826
5763
  # See configuration.py for a list of all supported configuration parameters.
5827
5764
  configuration = pulpcore.client.pulp_python.Configuration(
5828
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5765
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
5829
5766
  )
5830
5767
 
5831
5768
  # The client must configure the authentication and authorization parameters
@@ -5917,10 +5854,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5917
5854
  from pulpcore.client.pulp_python.rest import ApiException
5918
5855
  from pprint import pprint
5919
5856
 
5920
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5857
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
5921
5858
  # See configuration.py for a list of all supported configuration parameters.
5922
5859
  configuration = pulpcore.client.pulp_python.Configuration(
5923
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5860
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
5924
5861
  )
5925
5862
 
5926
5863
  # The client must configure the authentication and authorization parameters
@@ -6013,10 +5950,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6013
5950
  from pulpcore.client.pulp_python.rest import ApiException
6014
5951
  from pprint import pprint
6015
5952
 
6016
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5953
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6017
5954
  # See configuration.py for a list of all supported configuration parameters.
6018
5955
  configuration = pulpcore.client.pulp_python.Configuration(
6019
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5956
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6020
5957
  )
6021
5958
 
6022
5959
  # The client must configure the authentication and authorization parameters
@@ -6107,10 +6044,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6107
6044
  from pulpcore.client.pulp_python.rest import ApiException
6108
6045
  from pprint import pprint
6109
6046
 
6110
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6047
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6111
6048
  # See configuration.py for a list of all supported configuration parameters.
6112
6049
  configuration = pulpcore.client.pulp_python.Configuration(
6113
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6050
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6114
6051
  )
6115
6052
 
6116
6053
  # The client must configure the authentication and authorization parameters
@@ -6203,10 +6140,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6203
6140
  from pulpcore.client.pulp_python.rest import ApiException
6204
6141
  from pprint import pprint
6205
6142
 
6206
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6143
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6207
6144
  # See configuration.py for a list of all supported configuration parameters.
6208
6145
  configuration = pulpcore.client.pulp_python.Configuration(
6209
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6146
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6210
6147
  )
6211
6148
 
6212
6149
  # The client must configure the authentication and authorization parameters
@@ -6297,10 +6234,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6297
6234
  from pulpcore.client.pulp_python.rest import ApiException
6298
6235
  from pprint import pprint
6299
6236
 
6300
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6237
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6301
6238
  # See configuration.py for a list of all supported configuration parameters.
6302
6239
  configuration = pulpcore.client.pulp_python.Configuration(
6303
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6240
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6304
6241
  )
6305
6242
 
6306
6243
  # The client must configure the authentication and authorization parameters
@@ -6391,10 +6328,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6391
6328
  from pulpcore.client.pulp_python.rest import ApiException
6392
6329
  from pprint import pprint
6393
6330
 
6394
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6331
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6395
6332
  # See configuration.py for a list of all supported configuration parameters.
6396
6333
  configuration = pulpcore.client.pulp_python.Configuration(
6397
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6334
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6398
6335
  )
6399
6336
 
6400
6337
  # The client must configure the authentication and authorization parameters
@@ -6485,10 +6422,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6485
6422
  from pulpcore.client.pulp_python.rest import ApiException
6486
6423
  from pprint import pprint
6487
6424
 
6488
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6425
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6489
6426
  # See configuration.py for a list of all supported configuration parameters.
6490
6427
  configuration = pulpcore.client.pulp_python.Configuration(
6491
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6428
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6492
6429
  )
6493
6430
 
6494
6431
  # The client must configure the authentication and authorization parameters
@@ -6591,7 +6528,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6591
6528
 
6592
6529
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6593
6530
 
6594
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
6531
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
6595
6532
 
6596
6533
  Method | HTTP request | Description
6597
6534
  ------------- | ------------- | -------------
@@ -6632,10 +6569,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6632
6569
  from pulpcore.client.pulp_python.rest import ApiException
6633
6570
  from pprint import pprint
6634
6571
 
6635
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6572
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6636
6573
  # See configuration.py for a list of all supported configuration parameters.
6637
6574
  configuration = pulpcore.client.pulp_python.Configuration(
6638
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6575
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6639
6576
  )
6640
6577
 
6641
6578
  # The client must configure the authentication and authorization parameters
@@ -6726,10 +6663,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6726
6663
  from pulpcore.client.pulp_python.rest import ApiException
6727
6664
  from pprint import pprint
6728
6665
 
6729
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6666
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6730
6667
  # See configuration.py for a list of all supported configuration parameters.
6731
6668
  configuration = pulpcore.client.pulp_python.Configuration(
6732
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6669
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6733
6670
  )
6734
6671
 
6735
6672
  # The client must configure the authentication and authorization parameters
@@ -6819,10 +6756,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6819
6756
  from pulpcore.client.pulp_python.rest import ApiException
6820
6757
  from pprint import pprint
6821
6758
 
6822
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6759
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6823
6760
  # See configuration.py for a list of all supported configuration parameters.
6824
6761
  configuration = pulpcore.client.pulp_python.Configuration(
6825
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6762
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6826
6763
  )
6827
6764
 
6828
6765
  # The client must configure the authentication and authorization parameters
@@ -6910,10 +6847,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6910
6847
  from pulpcore.client.pulp_python.rest import ApiException
6911
6848
  from pprint import pprint
6912
6849
 
6913
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6850
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
6914
6851
  # See configuration.py for a list of all supported configuration parameters.
6915
6852
  configuration = pulpcore.client.pulp_python.Configuration(
6916
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6853
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
6917
6854
  )
6918
6855
 
6919
6856
  # The client must configure the authentication and authorization parameters
@@ -7061,10 +6998,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7061
6998
  from pulpcore.client.pulp_python.rest import ApiException
7062
6999
  from pprint import pprint
7063
7000
 
7064
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7001
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7065
7002
  # See configuration.py for a list of all supported configuration parameters.
7066
7003
  configuration = pulpcore.client.pulp_python.Configuration(
7067
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7004
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7068
7005
  )
7069
7006
 
7070
7007
  # The client must configure the authentication and authorization parameters
@@ -7157,10 +7094,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7157
7094
  from pulpcore.client.pulp_python.rest import ApiException
7158
7095
  from pprint import pprint
7159
7096
 
7160
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7097
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7161
7098
  # See configuration.py for a list of all supported configuration parameters.
7162
7099
  configuration = pulpcore.client.pulp_python.Configuration(
7163
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7100
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7164
7101
  )
7165
7102
 
7166
7103
  # The client must configure the authentication and authorization parameters
@@ -7250,10 +7187,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7250
7187
  from pulpcore.client.pulp_python.rest import ApiException
7251
7188
  from pprint import pprint
7252
7189
 
7253
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7190
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7254
7191
  # See configuration.py for a list of all supported configuration parameters.
7255
7192
  configuration = pulpcore.client.pulp_python.Configuration(
7256
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7193
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7257
7194
  )
7258
7195
 
7259
7196
  # The client must configure the authentication and authorization parameters
@@ -7346,10 +7283,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7346
7283
  from pulpcore.client.pulp_python.rest import ApiException
7347
7284
  from pprint import pprint
7348
7285
 
7349
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7286
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7350
7287
  # See configuration.py for a list of all supported configuration parameters.
7351
7288
  configuration = pulpcore.client.pulp_python.Configuration(
7352
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7289
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7353
7290
  )
7354
7291
 
7355
7292
  # The client must configure the authentication and authorization parameters
@@ -7440,10 +7377,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7440
7377
  from pulpcore.client.pulp_python.rest import ApiException
7441
7378
  from pprint import pprint
7442
7379
 
7443
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7380
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7444
7381
  # See configuration.py for a list of all supported configuration parameters.
7445
7382
  configuration = pulpcore.client.pulp_python.Configuration(
7446
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7383
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7447
7384
  )
7448
7385
 
7449
7386
  # The client must configure the authentication and authorization parameters
@@ -7536,10 +7473,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7536
7473
  from pulpcore.client.pulp_python.rest import ApiException
7537
7474
  from pprint import pprint
7538
7475
 
7539
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7476
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7540
7477
  # See configuration.py for a list of all supported configuration parameters.
7541
7478
  configuration = pulpcore.client.pulp_python.Configuration(
7542
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7479
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7543
7480
  )
7544
7481
 
7545
7482
  # The client must configure the authentication and authorization parameters
@@ -7629,10 +7566,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7629
7566
  from pulpcore.client.pulp_python.rest import ApiException
7630
7567
  from pprint import pprint
7631
7568
 
7632
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7569
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7633
7570
  # See configuration.py for a list of all supported configuration parameters.
7634
7571
  configuration = pulpcore.client.pulp_python.Configuration(
7635
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7572
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7636
7573
  )
7637
7574
 
7638
7575
  # The client must configure the authentication and authorization parameters
@@ -7721,10 +7658,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7721
7658
  from pulpcore.client.pulp_python.rest import ApiException
7722
7659
  from pprint import pprint
7723
7660
 
7724
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7661
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7725
7662
  # See configuration.py for a list of all supported configuration parameters.
7726
7663
  configuration = pulpcore.client.pulp_python.Configuration(
7727
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7664
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7728
7665
  )
7729
7666
 
7730
7667
  # The client must configure the authentication and authorization parameters
@@ -7815,10 +7752,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7815
7752
  from pulpcore.client.pulp_python.rest import ApiException
7816
7753
  from pprint import pprint
7817
7754
 
7818
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7755
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7819
7756
  # See configuration.py for a list of all supported configuration parameters.
7820
7757
  configuration = pulpcore.client.pulp_python.Configuration(
7821
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7758
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7822
7759
  )
7823
7760
 
7824
7761
  # The client must configure the authentication and authorization parameters
@@ -7909,10 +7846,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7909
7846
  from pulpcore.client.pulp_python.rest import ApiException
7910
7847
  from pprint import pprint
7911
7848
 
7912
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7849
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
7913
7850
  # See configuration.py for a list of all supported configuration parameters.
7914
7851
  configuration = pulpcore.client.pulp_python.Configuration(
7915
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7852
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
7916
7853
  )
7917
7854
 
7918
7855
  # The client must configure the authentication and authorization parameters
@@ -8003,10 +7940,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8003
7940
  from pulpcore.client.pulp_python.rest import ApiException
8004
7941
  from pprint import pprint
8005
7942
 
8006
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7943
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
8007
7944
  # See configuration.py for a list of all supported configuration parameters.
8008
7945
  configuration = pulpcore.client.pulp_python.Configuration(
8009
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7946
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
8010
7947
  )
8011
7948
 
8012
7949
  # The client must configure the authentication and authorization parameters
@@ -8080,7 +8017,7 @@ Name | Type | Description | Notes
8080
8017
 
8081
8018
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8082
8019
 
8083
- All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
8020
+ All URIs are relative to *https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com*
8084
8021
 
8085
8022
  Method | HTTP request | Description
8086
8023
  ------------- | ------------- | -------------
@@ -8110,10 +8047,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8110
8047
  from pulpcore.client.pulp_python.rest import ApiException
8111
8048
  from pprint import pprint
8112
8049
 
8113
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8050
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
8114
8051
  # See configuration.py for a list of all supported configuration parameters.
8115
8052
  configuration = pulpcore.client.pulp_python.Configuration(
8116
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8053
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
8117
8054
  )
8118
8055
 
8119
8056
  # The client must configure the authentication and authorization parameters
@@ -8201,10 +8138,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8201
8138
  from pulpcore.client.pulp_python.rest import ApiException
8202
8139
  from pprint import pprint
8203
8140
 
8204
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8141
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
8205
8142
  # See configuration.py for a list of all supported configuration parameters.
8206
8143
  configuration = pulpcore.client.pulp_python.Configuration(
8207
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8144
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
8208
8145
  )
8209
8146
 
8210
8147
  # The client must configure the authentication and authorization parameters
@@ -8338,10 +8275,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8338
8275
  from pulpcore.client.pulp_python.rest import ApiException
8339
8276
  from pprint import pprint
8340
8277
 
8341
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8278
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
8342
8279
  # See configuration.py for a list of all supported configuration parameters.
8343
8280
  configuration = pulpcore.client.pulp_python.Configuration(
8344
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8281
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
8345
8282
  )
8346
8283
 
8347
8284
  # The client must configure the authentication and authorization parameters
@@ -8434,10 +8371,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8434
8371
  from pulpcore.client.pulp_python.rest import ApiException
8435
8372
  from pprint import pprint
8436
8373
 
8437
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8374
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
8438
8375
  # See configuration.py for a list of all supported configuration parameters.
8439
8376
  configuration = pulpcore.client.pulp_python.Configuration(
8440
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8377
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
8441
8378
  )
8442
8379
 
8443
8380
  # The client must configure the authentication and authorization parameters
@@ -8526,10 +8463,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8526
8463
  from pulpcore.client.pulp_python.rest import ApiException
8527
8464
  from pprint import pprint
8528
8465
 
8529
- # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8466
+ # Defining the host is optional and defaults to https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com
8530
8467
  # See configuration.py for a list of all supported configuration parameters.
8531
8468
  configuration = pulpcore.client.pulp_python.Configuration(
8532
- host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8469
+ host = "https://env-ephemeral-43b86r.apps.crc-eph.r9lp.p1.openshiftapps.com"
8533
8470
  )
8534
8471
 
8535
8472
  # The client must configure the authentication and authorization parameters