crc-pulp-python-client 20260302.3__tar.gz → 20260302.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/PKG-INFO +155 -155
  2. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/README.md +4 -4
  3. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/crc_pulp_python_client.egg-info/PKG-INFO +155 -155
  4. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pyproject.toml +1 -1
  7. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/setup.py +1 -1
  8. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  15. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  16. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  17. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  18. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  19. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  27. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api_client.py +0 -0
  28. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  67. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  68. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/repair.py +0 -0
  69. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  70. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  71. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  72. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  73. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  74. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  75. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  76. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  77. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/py.typed +0 -0
  78. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/pulpcore/client/pulp_python/rest.py +0 -0
  79. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/setup.cfg +0 -0
  80. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_api_integrity_provenance_api.py +0 -0
  81. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_api_legacy_api.py +0 -0
  82. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_api_pypi_api.py +0 -0
  83. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_api_simple_api.py +0 -0
  84. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_async_operation_response.py +0 -0
  85. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_content_packages_api.py +0 -0
  86. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_content_provenance_api.py +0 -0
  87. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_content_summary_response.py +0 -0
  88. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_distributions_pypi_api.py +0 -0
  89. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_exclude_platforms_enum.py +0 -0
  90. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_filetype_enum.py +0 -0
  91. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_metadata_version_enum.py +0 -0
  92. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_my_permissions_response.py +0 -0
  93. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_nested_role.py +0 -0
  94. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_nested_role_response.py +0 -0
  95. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_object_roles_response.py +0 -0
  96. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_package_metadata_response.py +0 -0
  97. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_package_types_enum.py +0 -0
  98. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_package_upload_task_response.py +0 -0
  99. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_paginated_repository_version_response_list.py +0 -0
  100. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  101. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  102. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  103. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  104. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  105. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  106. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_patchedpython_python_distribution.py +0 -0
  107. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_patchedpython_python_remote.py +0 -0
  108. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_patchedpython_python_repository.py +0 -0
  109. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_policy_enum.py +0 -0
  110. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_protocol_version_enum.py +0 -0
  111. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_publications_pypi_api.py +0 -0
  112. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_pypi_metadata_api.py +0 -0
  113. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_package_provenance_response.py +0 -0
  114. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_distribution.py +0 -0
  115. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_distribution_response.py +0 -0
  116. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_package_content_response.py +0 -0
  117. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_publication.py +0 -0
  118. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_publication_response.py +0 -0
  119. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_remote.py +0 -0
  120. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_remote_response.py +0 -0
  121. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  122. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_repository.py +0 -0
  123. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_python_python_repository_response.py +0 -0
  124. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_remote_network_config.py +0 -0
  125. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_remote_network_config_response.py +0 -0
  126. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_remotes_python_api.py +0 -0
  127. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_repair.py +0 -0
  128. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_repositories_python_api.py +0 -0
  129. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_repositories_python_versions_api.py +0 -0
  130. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_repository_add_remove_content.py +0 -0
  131. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_repository_sync_url.py +0 -0
  132. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_repository_version_response.py +0 -0
  133. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_set_label.py +0 -0
  134. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_set_label_response.py +0 -0
  135. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_summary_response.py +0 -0
  136. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/test/test_unset_label.py +0 -0
  137. {crc_pulp_python_client-20260302.3 → crc_pulp_python_client-20260302.4}/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: 20260302.3
3
+ Version: 20260302.4
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-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -47,10 +47,10 @@ import pulpcore.client.pulp_python
47
47
  from pulpcore.client.pulp_python.rest import ApiException
48
48
  from pprint import pprint
49
49
 
50
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
51
51
  # See configuration.py for a list of all supported configuration parameters.
52
52
  configuration = pulpcore.client.pulp_python.Configuration(
53
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
54
  )
55
55
 
56
56
  # The client must configure the authentication and authorization parameters
@@ -129,7 +129,7 @@ void (empty response body)
129
129
 
130
130
  # pulpcore.client.pulp_python.ApiLegacyApi
131
131
 
132
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
133
133
 
134
134
  Method | HTTP request | Description
135
135
  ------------- | ------------- | -------------
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
154
154
  from pulpcore.client.pulp_python.rest import ApiException
155
155
  from pprint import pprint
156
156
 
157
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
158
158
  # See configuration.py for a list of all supported configuration parameters.
159
159
  configuration = pulpcore.client.pulp_python.Configuration(
160
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
161
161
  )
162
162
 
163
163
  # The client must configure the authentication and authorization parameters
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
242
242
 
243
243
  # pulpcore.client.pulp_python.ApiPypiApi
244
244
 
245
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
246
246
 
247
247
  Method | HTTP request | Description
248
248
  ------------- | ------------- | -------------
@@ -267,10 +267,10 @@ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
267
267
  from pulpcore.client.pulp_python.rest import ApiException
268
268
  from pprint import pprint
269
269
 
270
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
271
271
  # See configuration.py for a list of all supported configuration parameters.
272
272
  configuration = pulpcore.client.pulp_python.Configuration(
273
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
274
274
  )
275
275
 
276
276
  # The client must configure the authentication and authorization parameters
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  # pulpcore.client.pulp_python.ApiSimpleApi
347
347
 
348
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
349
349
 
350
350
  Method | HTTP request | Description
351
351
  ------------- | ------------- | -------------
@@ -372,10 +372,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
372
372
  from pulpcore.client.pulp_python.rest import ApiException
373
373
  from pprint import pprint
374
374
 
375
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
376
376
  # See configuration.py for a list of all supported configuration parameters.
377
377
  configuration = pulpcore.client.pulp_python.Configuration(
378
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
379
379
  )
380
380
 
381
381
  # The client must configure the authentication and authorization parameters
@@ -475,10 +475,10 @@ import pulpcore.client.pulp_python
475
475
  from pulpcore.client.pulp_python.rest import ApiException
476
476
  from pprint import pprint
477
477
 
478
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
479
479
  # See configuration.py for a list of all supported configuration parameters.
480
480
  configuration = pulpcore.client.pulp_python.Configuration(
481
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
482
482
  )
483
483
 
484
484
  # The client must configure the authentication and authorization parameters
@@ -570,10 +570,10 @@ import pulpcore.client.pulp_python
570
570
  from pulpcore.client.pulp_python.rest import ApiException
571
571
  from pprint import pprint
572
572
 
573
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
574
574
  # See configuration.py for a list of all supported configuration parameters.
575
575
  configuration = pulpcore.client.pulp_python.Configuration(
576
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
577
577
  )
578
578
 
579
579
  # The client must configure the authentication and authorization parameters
@@ -678,7 +678,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
678
678
 
679
679
  # pulpcore.client.pulp_python.ContentPackagesApi
680
680
 
681
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
682
682
 
683
683
  Method | HTTP request | Description
684
684
  ------------- | ------------- | -------------
@@ -708,10 +708,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
708
708
  from pulpcore.client.pulp_python.rest import ApiException
709
709
  from pprint import pprint
710
710
 
711
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
712
712
  # See configuration.py for a list of all supported configuration parameters.
713
713
  configuration = pulpcore.client.pulp_python.Configuration(
714
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
715
715
  )
716
716
 
717
717
  # The client must configure the authentication and authorization parameters
@@ -868,10 +868,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
868
868
  from pulpcore.client.pulp_python.rest import ApiException
869
869
  from pprint import pprint
870
870
 
871
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
871
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
872
872
  # See configuration.py for a list of all supported configuration parameters.
873
873
  configuration = pulpcore.client.pulp_python.Configuration(
874
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
874
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
875
875
  )
876
876
 
877
877
  # The client must configure the authentication and authorization parameters
@@ -1030,10 +1030,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1030
1030
  from pulpcore.client.pulp_python.rest import ApiException
1031
1031
  from pprint import pprint
1032
1032
 
1033
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1033
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1034
1034
  # See configuration.py for a list of all supported configuration parameters.
1035
1035
  configuration = pulpcore.client.pulp_python.Configuration(
1036
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1036
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1037
1037
  )
1038
1038
 
1039
1039
  # The client must configure the authentication and authorization parameters
@@ -1123,10 +1123,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1123
1123
  from pulpcore.client.pulp_python.rest import ApiException
1124
1124
  from pprint import pprint
1125
1125
 
1126
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1126
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1127
1127
  # See configuration.py for a list of all supported configuration parameters.
1128
1128
  configuration = pulpcore.client.pulp_python.Configuration(
1129
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1129
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1130
1130
  )
1131
1131
 
1132
1132
  # The client must configure the authentication and authorization parameters
@@ -1214,10 +1214,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1214
1214
  from pulpcore.client.pulp_python.rest import ApiException
1215
1215
  from pprint import pprint
1216
1216
 
1217
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1217
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1218
1218
  # See configuration.py for a list of all supported configuration parameters.
1219
1219
  configuration = pulpcore.client.pulp_python.Configuration(
1220
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1220
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1221
1221
  )
1222
1222
 
1223
1223
  # The client must configure the authentication and authorization parameters
@@ -1304,10 +1304,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1304
1304
  from pulpcore.client.pulp_python.rest import ApiException
1305
1305
  from pprint import pprint
1306
1306
 
1307
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1307
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1308
1308
  # See configuration.py for a list of all supported configuration parameters.
1309
1309
  configuration = pulpcore.client.pulp_python.Configuration(
1310
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1310
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1311
1311
  )
1312
1312
 
1313
1313
  # The client must configure the authentication and authorization parameters
@@ -1444,7 +1444,7 @@ Name | Type | Description | Notes
1444
1444
 
1445
1445
  # pulpcore.client.pulp_python.ContentProvenanceApi
1446
1446
 
1447
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
1447
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
1448
1448
 
1449
1449
  Method | HTTP request | Description
1450
1450
  ------------- | ------------- | -------------
@@ -1473,10 +1473,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1473
1473
  from pulpcore.client.pulp_python.rest import ApiException
1474
1474
  from pprint import pprint
1475
1475
 
1476
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1476
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1477
1477
  # See configuration.py for a list of all supported configuration parameters.
1478
1478
  configuration = pulpcore.client.pulp_python.Configuration(
1479
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1479
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1480
1480
  )
1481
1481
 
1482
1482
  # The client must configure the authentication and authorization parameters
@@ -1577,10 +1577,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1577
1577
  from pulpcore.client.pulp_python.rest import ApiException
1578
1578
  from pprint import pprint
1579
1579
 
1580
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1580
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1581
1581
  # See configuration.py for a list of all supported configuration parameters.
1582
1582
  configuration = pulpcore.client.pulp_python.Configuration(
1583
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1583
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1584
1584
  )
1585
1585
 
1586
1586
  # The client must configure the authentication and authorization parameters
@@ -1701,10 +1701,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1701
1701
  from pulpcore.client.pulp_python.rest import ApiException
1702
1702
  from pprint import pprint
1703
1703
 
1704
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1704
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1705
1705
  # See configuration.py for a list of all supported configuration parameters.
1706
1706
  configuration = pulpcore.client.pulp_python.Configuration(
1707
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1707
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1708
1708
  )
1709
1709
 
1710
1710
  # The client must configure the authentication and authorization parameters
@@ -1794,10 +1794,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1794
1794
  from pulpcore.client.pulp_python.rest import ApiException
1795
1795
  from pprint import pprint
1796
1796
 
1797
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1797
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1798
1798
  # See configuration.py for a list of all supported configuration parameters.
1799
1799
  configuration = pulpcore.client.pulp_python.Configuration(
1800
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1800
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1801
1801
  )
1802
1802
 
1803
1803
  # The client must configure the authentication and authorization parameters
@@ -1885,10 +1885,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1885
1885
  from pulpcore.client.pulp_python.rest import ApiException
1886
1886
  from pprint import pprint
1887
1887
 
1888
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
1888
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
1889
1889
  # See configuration.py for a list of all supported configuration parameters.
1890
1890
  configuration = pulpcore.client.pulp_python.Configuration(
1891
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
1891
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
1892
1892
  )
1893
1893
 
1894
1894
  # The client must configure the authentication and authorization parameters
@@ -1991,7 +1991,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1991
1991
 
1992
1992
  # pulpcore.client.pulp_python.DistributionsPypiApi
1993
1993
 
1994
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
1994
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
1995
1995
 
1996
1996
  Method | HTTP request | Description
1997
1997
  ------------- | ------------- | -------------
@@ -2028,10 +2028,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2028
2028
  from pulpcore.client.pulp_python.rest import ApiException
2029
2029
  from pprint import pprint
2030
2030
 
2031
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2031
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2032
2032
  # See configuration.py for a list of all supported configuration parameters.
2033
2033
  configuration = pulpcore.client.pulp_python.Configuration(
2034
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2034
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2035
2035
  )
2036
2036
 
2037
2037
  # The client must configure the authentication and authorization parameters
@@ -2119,10 +2119,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2119
2119
  from pulpcore.client.pulp_python.rest import ApiException
2120
2120
  from pprint import pprint
2121
2121
 
2122
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2122
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2123
2123
  # See configuration.py for a list of all supported configuration parameters.
2124
2124
  configuration = pulpcore.client.pulp_python.Configuration(
2125
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2125
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2126
2126
  )
2127
2127
 
2128
2128
  # The client must configure the authentication and authorization parameters
@@ -2209,10 +2209,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2209
2209
  from pulpcore.client.pulp_python.rest import ApiException
2210
2210
  from pprint import pprint
2211
2211
 
2212
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2212
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2213
2213
  # See configuration.py for a list of all supported configuration parameters.
2214
2214
  configuration = pulpcore.client.pulp_python.Configuration(
2215
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2215
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2216
2216
  )
2217
2217
 
2218
2218
  # The client must configure the authentication and authorization parameters
@@ -2297,10 +2297,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2297
2297
  from pulpcore.client.pulp_python.rest import ApiException
2298
2298
  from pprint import pprint
2299
2299
 
2300
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2300
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2301
2301
  # See configuration.py for a list of all supported configuration parameters.
2302
2302
  configuration = pulpcore.client.pulp_python.Configuration(
2303
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2303
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2304
2304
  )
2305
2305
 
2306
2306
  # The client must configure the authentication and authorization parameters
@@ -2439,10 +2439,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2439
2439
  from pulpcore.client.pulp_python.rest import ApiException
2440
2440
  from pprint import pprint
2441
2441
 
2442
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2442
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2443
2443
  # See configuration.py for a list of all supported configuration parameters.
2444
2444
  configuration = pulpcore.client.pulp_python.Configuration(
2445
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2445
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2446
2446
  )
2447
2447
 
2448
2448
  # The client must configure the authentication and authorization parameters
@@ -2531,10 +2531,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2531
2531
  from pulpcore.client.pulp_python.rest import ApiException
2532
2532
  from pprint import pprint
2533
2533
 
2534
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2534
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2535
2535
  # See configuration.py for a list of all supported configuration parameters.
2536
2536
  configuration = pulpcore.client.pulp_python.Configuration(
2537
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2537
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2538
2538
  )
2539
2539
 
2540
2540
  # The client must configure the authentication and authorization parameters
@@ -2624,10 +2624,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2624
2624
  from pulpcore.client.pulp_python.rest import ApiException
2625
2625
  from pprint import pprint
2626
2626
 
2627
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2627
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2628
2628
  # See configuration.py for a list of all supported configuration parameters.
2629
2629
  configuration = pulpcore.client.pulp_python.Configuration(
2630
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2630
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2631
2631
  )
2632
2632
 
2633
2633
  # The client must configure the authentication and authorization parameters
@@ -2715,10 +2715,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2715
2715
  from pulpcore.client.pulp_python.rest import ApiException
2716
2716
  from pprint import pprint
2717
2717
 
2718
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2718
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2719
2719
  # See configuration.py for a list of all supported configuration parameters.
2720
2720
  configuration = pulpcore.client.pulp_python.Configuration(
2721
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2721
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2722
2722
  )
2723
2723
 
2724
2724
  # The client must configure the authentication and authorization parameters
@@ -2808,10 +2808,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2808
2808
  from pulpcore.client.pulp_python.rest import ApiException
2809
2809
  from pprint import pprint
2810
2810
 
2811
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2811
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2812
2812
  # See configuration.py for a list of all supported configuration parameters.
2813
2813
  configuration = pulpcore.client.pulp_python.Configuration(
2814
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2814
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2815
2815
  )
2816
2816
 
2817
2817
  # The client must configure the authentication and authorization parameters
@@ -2899,10 +2899,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2899
2899
  from pulpcore.client.pulp_python.rest import ApiException
2900
2900
  from pprint import pprint
2901
2901
 
2902
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2902
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2903
2903
  # See configuration.py for a list of all supported configuration parameters.
2904
2904
  configuration = pulpcore.client.pulp_python.Configuration(
2905
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2905
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2906
2906
  )
2907
2907
 
2908
2908
  # The client must configure the authentication and authorization parameters
@@ -2990,10 +2990,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2990
2990
  from pulpcore.client.pulp_python.rest import ApiException
2991
2991
  from pprint import pprint
2992
2992
 
2993
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
2993
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
2994
2994
  # See configuration.py for a list of all supported configuration parameters.
2995
2995
  configuration = pulpcore.client.pulp_python.Configuration(
2996
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
2996
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
2997
2997
  )
2998
2998
 
2999
2999
  # The client must configure the authentication and authorization parameters
@@ -3081,10 +3081,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3081
3081
  from pulpcore.client.pulp_python.rest import ApiException
3082
3082
  from pprint import pprint
3083
3083
 
3084
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
3084
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
3085
3085
  # See configuration.py for a list of all supported configuration parameters.
3086
3086
  configuration = pulpcore.client.pulp_python.Configuration(
3087
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
3087
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
3088
3088
  )
3089
3089
 
3090
3090
  # The client must configure the authentication and authorization parameters
@@ -3804,7 +3804,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3804
3804
 
3805
3805
  # pulpcore.client.pulp_python.PublicationsPypiApi
3806
3806
 
3807
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
3807
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
3808
3808
 
3809
3809
  Method | HTTP request | Description
3810
3810
  ------------- | ------------- | -------------
@@ -3837,10 +3837,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3837
3837
  from pulpcore.client.pulp_python.rest import ApiException
3838
3838
  from pprint import pprint
3839
3839
 
3840
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
3840
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
3841
3841
  # See configuration.py for a list of all supported configuration parameters.
3842
3842
  configuration = pulpcore.client.pulp_python.Configuration(
3843
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
3843
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
3844
3844
  )
3845
3845
 
3846
3846
  # The client must configure the authentication and authorization parameters
@@ -3928,10 +3928,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3928
3928
  from pulpcore.client.pulp_python.rest import ApiException
3929
3929
  from pprint import pprint
3930
3930
 
3931
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
3931
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
3932
3932
  # See configuration.py for a list of all supported configuration parameters.
3933
3933
  configuration = pulpcore.client.pulp_python.Configuration(
3934
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
3934
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
3935
3935
  )
3936
3936
 
3937
3937
  # The client must configure the authentication and authorization parameters
@@ -4017,10 +4017,10 @@ import pulpcore.client.pulp_python
4017
4017
  from pulpcore.client.pulp_python.rest import ApiException
4018
4018
  from pprint import pprint
4019
4019
 
4020
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
4020
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
4021
4021
  # See configuration.py for a list of all supported configuration parameters.
4022
4022
  configuration = pulpcore.client.pulp_python.Configuration(
4023
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
4023
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
4024
4024
  )
4025
4025
 
4026
4026
  # The client must configure the authentication and authorization parameters
@@ -4103,10 +4103,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4103
4103
  from pulpcore.client.pulp_python.rest import ApiException
4104
4104
  from pprint import pprint
4105
4105
 
4106
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
4106
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
4107
4107
  # See configuration.py for a list of all supported configuration parameters.
4108
4108
  configuration = pulpcore.client.pulp_python.Configuration(
4109
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
4109
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
4110
4110
  )
4111
4111
 
4112
4112
  # The client must configure the authentication and authorization parameters
@@ -4233,10 +4233,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4233
4233
  from pulpcore.client.pulp_python.rest import ApiException
4234
4234
  from pprint import pprint
4235
4235
 
4236
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
4236
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
4237
4237
  # See configuration.py for a list of all supported configuration parameters.
4238
4238
  configuration = pulpcore.client.pulp_python.Configuration(
4239
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
4239
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
4240
4240
  )
4241
4241
 
4242
4242
  # The client must configure the authentication and authorization parameters
@@ -4325,10 +4325,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4325
4325
  from pulpcore.client.pulp_python.rest import ApiException
4326
4326
  from pprint import pprint
4327
4327
 
4328
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
4328
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
4329
4329
  # See configuration.py for a list of all supported configuration parameters.
4330
4330
  configuration = pulpcore.client.pulp_python.Configuration(
4331
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
4331
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
4332
4332
  )
4333
4333
 
4334
4334
  # The client must configure the authentication and authorization parameters
@@ -4417,10 +4417,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4417
4417
  from pulpcore.client.pulp_python.rest import ApiException
4418
4418
  from pprint import pprint
4419
4419
 
4420
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
4420
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
4421
4421
  # See configuration.py for a list of all supported configuration parameters.
4422
4422
  configuration = pulpcore.client.pulp_python.Configuration(
4423
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
4423
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
4424
4424
  )
4425
4425
 
4426
4426
  # The client must configure the authentication and authorization parameters
@@ -4510,10 +4510,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4510
4510
  from pulpcore.client.pulp_python.rest import ApiException
4511
4511
  from pprint import pprint
4512
4512
 
4513
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
4513
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
4514
4514
  # See configuration.py for a list of all supported configuration parameters.
4515
4515
  configuration = pulpcore.client.pulp_python.Configuration(
4516
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
4516
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
4517
4517
  )
4518
4518
 
4519
4519
  # The client must configure the authentication and authorization parameters
@@ -4584,7 +4584,7 @@ Name | Type | Description | Notes
4584
4584
 
4585
4585
  # pulpcore.client.pulp_python.PypiMetadataApi
4586
4586
 
4587
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
4587
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
4588
4588
 
4589
4589
  Method | HTTP request | Description
4590
4590
  ------------- | ------------- | -------------
@@ -4609,10 +4609,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4609
4609
  from pulpcore.client.pulp_python.rest import ApiException
4610
4610
  from pprint import pprint
4611
4611
 
4612
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
4612
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
4613
4613
  # See configuration.py for a list of all supported configuration parameters.
4614
4614
  configuration = pulpcore.client.pulp_python.Configuration(
4615
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
4615
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
4616
4616
  )
4617
4617
 
4618
4618
  # The client must configure the authentication and authorization parameters
@@ -5256,7 +5256,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
5256
5256
 
5257
5257
  # pulpcore.client.pulp_python.RemotesPythonApi
5258
5258
 
5259
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
5259
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
5260
5260
 
5261
5261
  Method | HTTP request | Description
5262
5262
  ------------- | ------------- | -------------
@@ -5294,10 +5294,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5294
5294
  from pulpcore.client.pulp_python.rest import ApiException
5295
5295
  from pprint import pprint
5296
5296
 
5297
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5297
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5298
5298
  # See configuration.py for a list of all supported configuration parameters.
5299
5299
  configuration = pulpcore.client.pulp_python.Configuration(
5300
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5300
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5301
5301
  )
5302
5302
 
5303
5303
  # The client must configure the authentication and authorization parameters
@@ -5385,10 +5385,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5385
5385
  from pulpcore.client.pulp_python.rest import ApiException
5386
5386
  from pprint import pprint
5387
5387
 
5388
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5388
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5389
5389
  # See configuration.py for a list of all supported configuration parameters.
5390
5390
  configuration = pulpcore.client.pulp_python.Configuration(
5391
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5391
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5392
5392
  )
5393
5393
 
5394
5394
  # The client must configure the authentication and authorization parameters
@@ -5475,10 +5475,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5475
5475
  from pulpcore.client.pulp_python.rest import ApiException
5476
5476
  from pprint import pprint
5477
5477
 
5478
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5478
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5479
5479
  # See configuration.py for a list of all supported configuration parameters.
5480
5480
  configuration = pulpcore.client.pulp_python.Configuration(
5481
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5481
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5482
5482
  )
5483
5483
 
5484
5484
  # The client must configure the authentication and authorization parameters
@@ -5563,10 +5563,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5563
5563
  from pulpcore.client.pulp_python.rest import ApiException
5564
5564
  from pprint import pprint
5565
5565
 
5566
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5566
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5567
5567
  # See configuration.py for a list of all supported configuration parameters.
5568
5568
  configuration = pulpcore.client.pulp_python.Configuration(
5569
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5569
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5570
5570
  )
5571
5571
 
5572
5572
  # The client must configure the authentication and authorization parameters
@@ -5657,10 +5657,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5657
5657
  from pulpcore.client.pulp_python.rest import ApiException
5658
5658
  from pprint import pprint
5659
5659
 
5660
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5660
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5661
5661
  # See configuration.py for a list of all supported configuration parameters.
5662
5662
  configuration = pulpcore.client.pulp_python.Configuration(
5663
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5663
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5664
5664
  )
5665
5665
 
5666
5666
  # The client must configure the authentication and authorization parameters
@@ -5797,10 +5797,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5797
5797
  from pulpcore.client.pulp_python.rest import ApiException
5798
5798
  from pprint import pprint
5799
5799
 
5800
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5800
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5801
5801
  # See configuration.py for a list of all supported configuration parameters.
5802
5802
  configuration = pulpcore.client.pulp_python.Configuration(
5803
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5803
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5804
5804
  )
5805
5805
 
5806
5806
  # The client must configure the authentication and authorization parameters
@@ -5889,10 +5889,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5889
5889
  from pulpcore.client.pulp_python.rest import ApiException
5890
5890
  from pprint import pprint
5891
5891
 
5892
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5892
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5893
5893
  # See configuration.py for a list of all supported configuration parameters.
5894
5894
  configuration = pulpcore.client.pulp_python.Configuration(
5895
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5895
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5896
5896
  )
5897
5897
 
5898
5898
  # The client must configure the authentication and authorization parameters
@@ -5982,10 +5982,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5982
5982
  from pulpcore.client.pulp_python.rest import ApiException
5983
5983
  from pprint import pprint
5984
5984
 
5985
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
5985
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
5986
5986
  # See configuration.py for a list of all supported configuration parameters.
5987
5987
  configuration = pulpcore.client.pulp_python.Configuration(
5988
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
5988
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
5989
5989
  )
5990
5990
 
5991
5991
  # The client must configure the authentication and authorization parameters
@@ -6073,10 +6073,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6073
6073
  from pulpcore.client.pulp_python.rest import ApiException
6074
6074
  from pprint import pprint
6075
6075
 
6076
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6076
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6077
6077
  # See configuration.py for a list of all supported configuration parameters.
6078
6078
  configuration = pulpcore.client.pulp_python.Configuration(
6079
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6079
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6080
6080
  )
6081
6081
 
6082
6082
  # The client must configure the authentication and authorization parameters
@@ -6166,10 +6166,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6166
6166
  from pulpcore.client.pulp_python.rest import ApiException
6167
6167
  from pprint import pprint
6168
6168
 
6169
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6169
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6170
6170
  # See configuration.py for a list of all supported configuration parameters.
6171
6171
  configuration = pulpcore.client.pulp_python.Configuration(
6172
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6172
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6173
6173
  )
6174
6174
 
6175
6175
  # The client must configure the authentication and authorization parameters
@@ -6257,10 +6257,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6257
6257
  from pulpcore.client.pulp_python.rest import ApiException
6258
6258
  from pprint import pprint
6259
6259
 
6260
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6260
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6261
6261
  # See configuration.py for a list of all supported configuration parameters.
6262
6262
  configuration = pulpcore.client.pulp_python.Configuration(
6263
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6263
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6264
6264
  )
6265
6265
 
6266
6266
  # The client must configure the authentication and authorization parameters
@@ -6348,10 +6348,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6348
6348
  from pulpcore.client.pulp_python.rest import ApiException
6349
6349
  from pprint import pprint
6350
6350
 
6351
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6351
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6352
6352
  # See configuration.py for a list of all supported configuration parameters.
6353
6353
  configuration = pulpcore.client.pulp_python.Configuration(
6354
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6354
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6355
6355
  )
6356
6356
 
6357
6357
  # The client must configure the authentication and authorization parameters
@@ -6439,10 +6439,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6439
6439
  from pulpcore.client.pulp_python.rest import ApiException
6440
6440
  from pprint import pprint
6441
6441
 
6442
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6442
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6443
6443
  # See configuration.py for a list of all supported configuration parameters.
6444
6444
  configuration = pulpcore.client.pulp_python.Configuration(
6445
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6445
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6446
6446
  )
6447
6447
 
6448
6448
  # The client must configure the authentication and authorization parameters
@@ -6543,7 +6543,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6543
6543
 
6544
6544
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6545
6545
 
6546
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
6546
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
6547
6547
 
6548
6548
  Method | HTTP request | Description
6549
6549
  ------------- | ------------- | -------------
@@ -6583,10 +6583,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6583
6583
  from pulpcore.client.pulp_python.rest import ApiException
6584
6584
  from pprint import pprint
6585
6585
 
6586
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6586
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6587
6587
  # See configuration.py for a list of all supported configuration parameters.
6588
6588
  configuration = pulpcore.client.pulp_python.Configuration(
6589
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6589
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6590
6590
  )
6591
6591
 
6592
6592
  # The client must configure the authentication and authorization parameters
@@ -6674,10 +6674,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6674
6674
  from pulpcore.client.pulp_python.rest import ApiException
6675
6675
  from pprint import pprint
6676
6676
 
6677
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6677
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6678
6678
  # See configuration.py for a list of all supported configuration parameters.
6679
6679
  configuration = pulpcore.client.pulp_python.Configuration(
6680
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6680
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6681
6681
  )
6682
6682
 
6683
6683
  # The client must configure the authentication and authorization parameters
@@ -6764,10 +6764,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6764
6764
  from pulpcore.client.pulp_python.rest import ApiException
6765
6765
  from pprint import pprint
6766
6766
 
6767
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6767
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6768
6768
  # See configuration.py for a list of all supported configuration parameters.
6769
6769
  configuration = pulpcore.client.pulp_python.Configuration(
6770
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6770
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6771
6771
  )
6772
6772
 
6773
6773
  # The client must configure the authentication and authorization parameters
@@ -6852,10 +6852,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6852
6852
  from pulpcore.client.pulp_python.rest import ApiException
6853
6853
  from pprint import pprint
6854
6854
 
6855
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
6855
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
6856
6856
  # See configuration.py for a list of all supported configuration parameters.
6857
6857
  configuration = pulpcore.client.pulp_python.Configuration(
6858
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
6858
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
6859
6859
  )
6860
6860
 
6861
6861
  # The client must configure the authentication and authorization parameters
@@ -7000,10 +7000,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7000
7000
  from pulpcore.client.pulp_python.rest import ApiException
7001
7001
  from pprint import pprint
7002
7002
 
7003
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7003
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7004
7004
  # See configuration.py for a list of all supported configuration parameters.
7005
7005
  configuration = pulpcore.client.pulp_python.Configuration(
7006
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7006
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7007
7007
  )
7008
7008
 
7009
7009
  # The client must configure the authentication and authorization parameters
@@ -7093,10 +7093,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7093
7093
  from pulpcore.client.pulp_python.rest import ApiException
7094
7094
  from pprint import pprint
7095
7095
 
7096
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7096
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7097
7097
  # See configuration.py for a list of all supported configuration parameters.
7098
7098
  configuration = pulpcore.client.pulp_python.Configuration(
7099
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7099
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7100
7100
  )
7101
7101
 
7102
7102
  # The client must configure the authentication and authorization parameters
@@ -7183,10 +7183,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7183
7183
  from pulpcore.client.pulp_python.rest import ApiException
7184
7184
  from pprint import pprint
7185
7185
 
7186
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7186
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7187
7187
  # See configuration.py for a list of all supported configuration parameters.
7188
7188
  configuration = pulpcore.client.pulp_python.Configuration(
7189
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7189
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7190
7190
  )
7191
7191
 
7192
7192
  # The client must configure the authentication and authorization parameters
@@ -7276,10 +7276,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7276
7276
  from pulpcore.client.pulp_python.rest import ApiException
7277
7277
  from pprint import pprint
7278
7278
 
7279
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7279
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7280
7280
  # See configuration.py for a list of all supported configuration parameters.
7281
7281
  configuration = pulpcore.client.pulp_python.Configuration(
7282
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7282
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7283
7283
  )
7284
7284
 
7285
7285
  # The client must configure the authentication and authorization parameters
@@ -7367,10 +7367,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7367
7367
  from pulpcore.client.pulp_python.rest import ApiException
7368
7368
  from pprint import pprint
7369
7369
 
7370
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7370
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7371
7371
  # See configuration.py for a list of all supported configuration parameters.
7372
7372
  configuration = pulpcore.client.pulp_python.Configuration(
7373
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7373
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7374
7374
  )
7375
7375
 
7376
7376
  # The client must configure the authentication and authorization parameters
@@ -7460,10 +7460,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7460
7460
  from pulpcore.client.pulp_python.rest import ApiException
7461
7461
  from pprint import pprint
7462
7462
 
7463
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7463
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7464
7464
  # See configuration.py for a list of all supported configuration parameters.
7465
7465
  configuration = pulpcore.client.pulp_python.Configuration(
7466
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7466
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7467
7467
  )
7468
7468
 
7469
7469
  # The client must configure the authentication and authorization parameters
@@ -7550,10 +7550,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7550
7550
  from pulpcore.client.pulp_python.rest import ApiException
7551
7551
  from pprint import pprint
7552
7552
 
7553
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7553
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7554
7554
  # See configuration.py for a list of all supported configuration parameters.
7555
7555
  configuration = pulpcore.client.pulp_python.Configuration(
7556
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7556
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7557
7557
  )
7558
7558
 
7559
7559
  # The client must configure the authentication and authorization parameters
@@ -7639,10 +7639,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7639
7639
  from pulpcore.client.pulp_python.rest import ApiException
7640
7640
  from pprint import pprint
7641
7641
 
7642
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7642
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7643
7643
  # See configuration.py for a list of all supported configuration parameters.
7644
7644
  configuration = pulpcore.client.pulp_python.Configuration(
7645
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7645
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7646
7646
  )
7647
7647
 
7648
7648
  # The client must configure the authentication and authorization parameters
@@ -7730,10 +7730,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7730
7730
  from pulpcore.client.pulp_python.rest import ApiException
7731
7731
  from pprint import pprint
7732
7732
 
7733
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7733
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7734
7734
  # See configuration.py for a list of all supported configuration parameters.
7735
7735
  configuration = pulpcore.client.pulp_python.Configuration(
7736
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7736
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7737
7737
  )
7738
7738
 
7739
7739
  # The client must configure the authentication and authorization parameters
@@ -7821,10 +7821,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7821
7821
  from pulpcore.client.pulp_python.rest import ApiException
7822
7822
  from pprint import pprint
7823
7823
 
7824
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7824
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7825
7825
  # See configuration.py for a list of all supported configuration parameters.
7826
7826
  configuration = pulpcore.client.pulp_python.Configuration(
7827
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7827
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7828
7828
  )
7829
7829
 
7830
7830
  # The client must configure the authentication and authorization parameters
@@ -7912,10 +7912,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7912
7912
  from pulpcore.client.pulp_python.rest import ApiException
7913
7913
  from pprint import pprint
7914
7914
 
7915
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
7915
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
7916
7916
  # See configuration.py for a list of all supported configuration parameters.
7917
7917
  configuration = pulpcore.client.pulp_python.Configuration(
7918
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
7918
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
7919
7919
  )
7920
7920
 
7921
7921
  # The client must configure the authentication and authorization parameters
@@ -7987,7 +7987,7 @@ Name | Type | Description | Notes
7987
7987
 
7988
7988
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
7989
7989
 
7990
- All URIs are relative to *https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com*
7990
+ All URIs are relative to *https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com*
7991
7991
 
7992
7992
  Method | HTTP request | Description
7993
7993
  ------------- | ------------- | -------------
@@ -8016,10 +8016,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8016
8016
  from pulpcore.client.pulp_python.rest import ApiException
8017
8017
  from pprint import pprint
8018
8018
 
8019
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
8019
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
8020
8020
  # See configuration.py for a list of all supported configuration parameters.
8021
8021
  configuration = pulpcore.client.pulp_python.Configuration(
8022
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
8022
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
8023
8023
  )
8024
8024
 
8025
8025
  # The client must configure the authentication and authorization parameters
@@ -8104,10 +8104,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8104
8104
  from pulpcore.client.pulp_python.rest import ApiException
8105
8105
  from pprint import pprint
8106
8106
 
8107
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
8107
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
8108
8108
  # See configuration.py for a list of all supported configuration parameters.
8109
8109
  configuration = pulpcore.client.pulp_python.Configuration(
8110
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
8110
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
8111
8111
  )
8112
8112
 
8113
8113
  # The client must configure the authentication and authorization parameters
@@ -8238,10 +8238,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8238
8238
  from pulpcore.client.pulp_python.rest import ApiException
8239
8239
  from pprint import pprint
8240
8240
 
8241
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
8241
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
8242
8242
  # See configuration.py for a list of all supported configuration parameters.
8243
8243
  configuration = pulpcore.client.pulp_python.Configuration(
8244
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
8244
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
8245
8245
  )
8246
8246
 
8247
8247
  # The client must configure the authentication and authorization parameters
@@ -8331,10 +8331,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8331
8331
  from pulpcore.client.pulp_python.rest import ApiException
8332
8332
  from pprint import pprint
8333
8333
 
8334
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
8334
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
8335
8335
  # See configuration.py for a list of all supported configuration parameters.
8336
8336
  configuration = pulpcore.client.pulp_python.Configuration(
8337
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
8337
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
8338
8338
  )
8339
8339
 
8340
8340
  # The client must configure the authentication and authorization parameters
@@ -8420,10 +8420,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8420
8420
  from pulpcore.client.pulp_python.rest import ApiException
8421
8421
  from pprint import pprint
8422
8422
 
8423
- # Defining the host is optional and defaults to https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com
8423
+ # Defining the host is optional and defaults to https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com
8424
8424
  # See configuration.py for a list of all supported configuration parameters.
8425
8425
  configuration = pulpcore.client.pulp_python.Configuration(
8426
- host = "https://env-ephemeral-v95s0w.apps.crc-eph.r9lp.p1.openshiftapps.com"
8426
+ host = "https://env-ephemeral-m6azj2.apps.crc-eph.r9lp.p1.openshiftapps.com"
8427
8427
  )
8428
8428
 
8429
8429
  # The client must configure the authentication and authorization parameters