crc-pulp-python-client 20260507.2__tar.gz → 20260508.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/PKG-INFO +164 -164
  2. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/README.md +4 -4
  3. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/crc_pulp_python_client.egg-info/PKG-INFO +164 -164
  4. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pyproject.toml +1 -1
  7. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/setup.py +1 -1
  8. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  15. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  16. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  17. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  18. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  19. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  27. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  28. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  29. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  30. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  31. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  32. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  33. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  34. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  35. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  36. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  37. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  38. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  39. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  40. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  41. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  42. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  43. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  44. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  45. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  46. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  47. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  48. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  49. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  50. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  51. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  52. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  53. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  54. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  55. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  56. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  57. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  58. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  59. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  60. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  61. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  62. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  63. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  64. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  65. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  66. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  67. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  68. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  69. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  70. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  71. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  72. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  73. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  74. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  75. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  76. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  77. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  78. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  79. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  80. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  81. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/py.typed +0 -0
  82. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/pulpcore/client/pulp_python/rest.py +0 -0
  83. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/setup.cfg +0 -0
  84. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_api_integrity_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_api_legacy_api.py +0 -0
  86. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_api_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_api_simple_api.py +0 -0
  88. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_async_operation_response.py +0 -0
  89. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_content_packages_api.py +0 -0
  90. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_content_provenance_api.py +0 -0
  91. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_content_summary_response.py +0 -0
  92. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_distributions_pypi_api.py +0 -0
  93. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_exclude_platforms_enum.py +0 -0
  94. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_filetype_enum.py +0 -0
  95. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_metadata_version_enum.py +0 -0
  96. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_my_permissions_response.py +0 -0
  97. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_nested_role.py +0 -0
  98. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_nested_role_response.py +0 -0
  99. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_object_roles_response.py +0 -0
  100. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_package_metadata_response.py +0 -0
  101. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_package_types_enum.py +0 -0
  102. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_package_upload_task_response.py +0 -0
  103. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginated_repository_version_response_list.py +0 -0
  104. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  105. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  106. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  107. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  108. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  109. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  110. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  111. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_patchedpython_python_distribution.py +0 -0
  112. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_patchedpython_python_remote.py +0 -0
  113. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_patchedpython_python_repository.py +0 -0
  114. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_policy_enum.py +0 -0
  115. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_protocol_version_enum.py +0 -0
  116. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_publications_pypi_api.py +0 -0
  117. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_pypi_metadata_api.py +0 -0
  118. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_package_provenance_response.py +0 -0
  119. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_blocklist_entry.py +0 -0
  120. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_blocklist_entry_response.py +0 -0
  121. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_distribution.py +0 -0
  122. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_distribution_response.py +0 -0
  123. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_package_content_response.py +0 -0
  124. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_publication.py +0 -0
  125. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_publication_response.py +0 -0
  126. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_remote.py +0 -0
  127. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_remote_response.py +0 -0
  128. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  129. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_repository.py +0 -0
  130. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_python_python_repository_response.py +0 -0
  131. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_remote_network_config.py +0 -0
  132. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_remote_network_config_response.py +0 -0
  133. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_remotes_python_api.py +0 -0
  134. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_repair.py +0 -0
  135. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_repositories_python_api.py +0 -0
  136. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  137. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_repositories_python_versions_api.py +0 -0
  138. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_repository_add_remove_content.py +0 -0
  139. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_repository_sync_url.py +0 -0
  140. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_repository_version_response.py +0 -0
  141. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_set_label.py +0 -0
  142. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_set_label_response.py +0 -0
  143. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_summary_response.py +0 -0
  144. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.1}/test/test_unset_label.py +0 -0
  145. {crc_pulp_python_client-20260507.2 → crc_pulp_python_client-20260508.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: 20260507.2
3
+ Version: 20260508.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
871
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
874
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1033
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1036
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1126
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1129
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1217
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1220
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1307
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1310
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
1447
+ All URIs are relative to *https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1476
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1479
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1580
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1583
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1704
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1707
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1797
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1800
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
1888
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
1891
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
1994
+ All URIs are relative to *https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2031
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2034
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2122
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2125
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2212
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2215
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2300
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2303
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2442
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2445
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2534
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2537
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2627
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2630
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2718
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2721
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2811
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2814
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2902
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2905
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
2993
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
2996
+ host = "https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
3084
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.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-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
3087
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
3088
3088
  )
3089
3089
 
3090
3090
  # The client must configure the authentication and authorization parameters
@@ -3838,7 +3838,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3838
3838
 
3839
3839
  # pulpcore.client.pulp_python.PublicationsPypiApi
3840
3840
 
3841
- All URIs are relative to *https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
3841
+ All URIs are relative to *https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com*
3842
3842
 
3843
3843
  Method | HTTP request | Description
3844
3844
  ------------- | ------------- | -------------
@@ -3871,10 +3871,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3871
3871
  from pulpcore.client.pulp_python.rest import ApiException
3872
3872
  from pprint import pprint
3873
3873
 
3874
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
3874
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
3875
3875
  # See configuration.py for a list of all supported configuration parameters.
3876
3876
  configuration = pulpcore.client.pulp_python.Configuration(
3877
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
3877
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
3878
3878
  )
3879
3879
 
3880
3880
  # The client must configure the authentication and authorization parameters
@@ -3962,10 +3962,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3962
3962
  from pulpcore.client.pulp_python.rest import ApiException
3963
3963
  from pprint import pprint
3964
3964
 
3965
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
3965
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
3966
3966
  # See configuration.py for a list of all supported configuration parameters.
3967
3967
  configuration = pulpcore.client.pulp_python.Configuration(
3968
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
3968
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
3969
3969
  )
3970
3970
 
3971
3971
  # The client must configure the authentication and authorization parameters
@@ -4051,10 +4051,10 @@ import pulpcore.client.pulp_python
4051
4051
  from pulpcore.client.pulp_python.rest import ApiException
4052
4052
  from pprint import pprint
4053
4053
 
4054
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
4054
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
4055
4055
  # See configuration.py for a list of all supported configuration parameters.
4056
4056
  configuration = pulpcore.client.pulp_python.Configuration(
4057
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
4057
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
4058
4058
  )
4059
4059
 
4060
4060
  # The client must configure the authentication and authorization parameters
@@ -4137,10 +4137,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4137
4137
  from pulpcore.client.pulp_python.rest import ApiException
4138
4138
  from pprint import pprint
4139
4139
 
4140
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
4140
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
4141
4141
  # See configuration.py for a list of all supported configuration parameters.
4142
4142
  configuration = pulpcore.client.pulp_python.Configuration(
4143
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
4143
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
4144
4144
  )
4145
4145
 
4146
4146
  # The client must configure the authentication and authorization parameters
@@ -4267,10 +4267,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4267
4267
  from pulpcore.client.pulp_python.rest import ApiException
4268
4268
  from pprint import pprint
4269
4269
 
4270
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
4270
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
4271
4271
  # See configuration.py for a list of all supported configuration parameters.
4272
4272
  configuration = pulpcore.client.pulp_python.Configuration(
4273
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
4273
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
4274
4274
  )
4275
4275
 
4276
4276
  # The client must configure the authentication and authorization parameters
@@ -4359,10 +4359,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4359
4359
  from pulpcore.client.pulp_python.rest import ApiException
4360
4360
  from pprint import pprint
4361
4361
 
4362
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
4362
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
4363
4363
  # See configuration.py for a list of all supported configuration parameters.
4364
4364
  configuration = pulpcore.client.pulp_python.Configuration(
4365
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
4365
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
4366
4366
  )
4367
4367
 
4368
4368
  # The client must configure the authentication and authorization parameters
@@ -4451,10 +4451,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4451
4451
  from pulpcore.client.pulp_python.rest import ApiException
4452
4452
  from pprint import pprint
4453
4453
 
4454
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
4454
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
4455
4455
  # See configuration.py for a list of all supported configuration parameters.
4456
4456
  configuration = pulpcore.client.pulp_python.Configuration(
4457
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
4457
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
4458
4458
  )
4459
4459
 
4460
4460
  # The client must configure the authentication and authorization parameters
@@ -4544,10 +4544,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4544
4544
  from pulpcore.client.pulp_python.rest import ApiException
4545
4545
  from pprint import pprint
4546
4546
 
4547
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
4547
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
4548
4548
  # See configuration.py for a list of all supported configuration parameters.
4549
4549
  configuration = pulpcore.client.pulp_python.Configuration(
4550
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
4550
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
4551
4551
  )
4552
4552
 
4553
4553
  # The client must configure the authentication and authorization parameters
@@ -4618,7 +4618,7 @@ Name | Type | Description | Notes
4618
4618
 
4619
4619
  # pulpcore.client.pulp_python.PypiMetadataApi
4620
4620
 
4621
- All URIs are relative to *https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
4621
+ All URIs are relative to *https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com*
4622
4622
 
4623
4623
  Method | HTTP request | Description
4624
4624
  ------------- | ------------- | -------------
@@ -4643,10 +4643,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4643
4643
  from pulpcore.client.pulp_python.rest import ApiException
4644
4644
  from pprint import pprint
4645
4645
 
4646
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
4646
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
4647
4647
  # See configuration.py for a list of all supported configuration parameters.
4648
4648
  configuration = pulpcore.client.pulp_python.Configuration(
4649
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
4649
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
4650
4650
  )
4651
4651
 
4652
4652
  # The client must configure the authentication and authorization parameters
@@ -5368,7 +5368,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
5368
5368
 
5369
5369
  # pulpcore.client.pulp_python.RemotesPythonApi
5370
5370
 
5371
- All URIs are relative to *https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
5371
+ All URIs are relative to *https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com*
5372
5372
 
5373
5373
  Method | HTTP request | Description
5374
5374
  ------------- | ------------- | -------------
@@ -5406,10 +5406,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5406
5406
  from pulpcore.client.pulp_python.rest import ApiException
5407
5407
  from pprint import pprint
5408
5408
 
5409
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
5409
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
5410
5410
  # See configuration.py for a list of all supported configuration parameters.
5411
5411
  configuration = pulpcore.client.pulp_python.Configuration(
5412
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
5412
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
5413
5413
  )
5414
5414
 
5415
5415
  # The client must configure the authentication and authorization parameters
@@ -5497,10 +5497,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5497
5497
  from pulpcore.client.pulp_python.rest import ApiException
5498
5498
  from pprint import pprint
5499
5499
 
5500
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
5500
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
5501
5501
  # See configuration.py for a list of all supported configuration parameters.
5502
5502
  configuration = pulpcore.client.pulp_python.Configuration(
5503
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
5503
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
5504
5504
  )
5505
5505
 
5506
5506
  # The client must configure the authentication and authorization parameters
@@ -5587,10 +5587,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5587
5587
  from pulpcore.client.pulp_python.rest import ApiException
5588
5588
  from pprint import pprint
5589
5589
 
5590
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
5590
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
5591
5591
  # See configuration.py for a list of all supported configuration parameters.
5592
5592
  configuration = pulpcore.client.pulp_python.Configuration(
5593
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
5593
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
5594
5594
  )
5595
5595
 
5596
5596
  # The client must configure the authentication and authorization parameters
@@ -5675,10 +5675,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5675
5675
  from pulpcore.client.pulp_python.rest import ApiException
5676
5676
  from pprint import pprint
5677
5677
 
5678
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
5678
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
5679
5679
  # See configuration.py for a list of all supported configuration parameters.
5680
5680
  configuration = pulpcore.client.pulp_python.Configuration(
5681
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
5681
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
5682
5682
  )
5683
5683
 
5684
5684
  # The client must configure the authentication and authorization parameters
@@ -5769,10 +5769,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5769
5769
  from pulpcore.client.pulp_python.rest import ApiException
5770
5770
  from pprint import pprint
5771
5771
 
5772
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
5772
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
5773
5773
  # See configuration.py for a list of all supported configuration parameters.
5774
5774
  configuration = pulpcore.client.pulp_python.Configuration(
5775
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
5775
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
5776
5776
  )
5777
5777
 
5778
5778
  # The client must configure the authentication and authorization parameters
@@ -5909,10 +5909,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5909
5909
  from pulpcore.client.pulp_python.rest import ApiException
5910
5910
  from pprint import pprint
5911
5911
 
5912
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
5912
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
5913
5913
  # See configuration.py for a list of all supported configuration parameters.
5914
5914
  configuration = pulpcore.client.pulp_python.Configuration(
5915
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
5915
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
5916
5916
  )
5917
5917
 
5918
5918
  # The client must configure the authentication and authorization parameters
@@ -6001,10 +6001,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6001
6001
  from pulpcore.client.pulp_python.rest import ApiException
6002
6002
  from pprint import pprint
6003
6003
 
6004
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6004
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6005
6005
  # See configuration.py for a list of all supported configuration parameters.
6006
6006
  configuration = pulpcore.client.pulp_python.Configuration(
6007
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6007
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6008
6008
  )
6009
6009
 
6010
6010
  # The client must configure the authentication and authorization parameters
@@ -6094,10 +6094,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6094
6094
  from pulpcore.client.pulp_python.rest import ApiException
6095
6095
  from pprint import pprint
6096
6096
 
6097
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6097
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6098
6098
  # See configuration.py for a list of all supported configuration parameters.
6099
6099
  configuration = pulpcore.client.pulp_python.Configuration(
6100
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6100
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6101
6101
  )
6102
6102
 
6103
6103
  # The client must configure the authentication and authorization parameters
@@ -6185,10 +6185,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6185
6185
  from pulpcore.client.pulp_python.rest import ApiException
6186
6186
  from pprint import pprint
6187
6187
 
6188
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6188
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6189
6189
  # See configuration.py for a list of all supported configuration parameters.
6190
6190
  configuration = pulpcore.client.pulp_python.Configuration(
6191
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6191
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6192
6192
  )
6193
6193
 
6194
6194
  # The client must configure the authentication and authorization parameters
@@ -6278,10 +6278,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6278
6278
  from pulpcore.client.pulp_python.rest import ApiException
6279
6279
  from pprint import pprint
6280
6280
 
6281
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6281
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6282
6282
  # See configuration.py for a list of all supported configuration parameters.
6283
6283
  configuration = pulpcore.client.pulp_python.Configuration(
6284
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6284
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6285
6285
  )
6286
6286
 
6287
6287
  # The client must configure the authentication and authorization parameters
@@ -6369,10 +6369,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6369
6369
  from pulpcore.client.pulp_python.rest import ApiException
6370
6370
  from pprint import pprint
6371
6371
 
6372
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6372
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6373
6373
  # See configuration.py for a list of all supported configuration parameters.
6374
6374
  configuration = pulpcore.client.pulp_python.Configuration(
6375
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6375
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6376
6376
  )
6377
6377
 
6378
6378
  # The client must configure the authentication and authorization parameters
@@ -6460,10 +6460,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6460
6460
  from pulpcore.client.pulp_python.rest import ApiException
6461
6461
  from pprint import pprint
6462
6462
 
6463
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6463
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6464
6464
  # See configuration.py for a list of all supported configuration parameters.
6465
6465
  configuration = pulpcore.client.pulp_python.Configuration(
6466
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6466
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6467
6467
  )
6468
6468
 
6469
6469
  # The client must configure the authentication and authorization parameters
@@ -6551,10 +6551,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6551
6551
  from pulpcore.client.pulp_python.rest import ApiException
6552
6552
  from pprint import pprint
6553
6553
 
6554
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6554
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6555
6555
  # See configuration.py for a list of all supported configuration parameters.
6556
6556
  configuration = pulpcore.client.pulp_python.Configuration(
6557
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6557
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6558
6558
  )
6559
6559
 
6560
6560
  # The client must configure the authentication and authorization parameters
@@ -6655,7 +6655,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6655
6655
 
6656
6656
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6657
6657
 
6658
- All URIs are relative to *https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
6658
+ All URIs are relative to *https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com*
6659
6659
 
6660
6660
  Method | HTTP request | Description
6661
6661
  ------------- | ------------- | -------------
@@ -6695,10 +6695,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6695
6695
  from pulpcore.client.pulp_python.rest import ApiException
6696
6696
  from pprint import pprint
6697
6697
 
6698
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6698
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6699
6699
  # See configuration.py for a list of all supported configuration parameters.
6700
6700
  configuration = pulpcore.client.pulp_python.Configuration(
6701
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6701
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6702
6702
  )
6703
6703
 
6704
6704
  # The client must configure the authentication and authorization parameters
@@ -6786,10 +6786,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6786
6786
  from pulpcore.client.pulp_python.rest import ApiException
6787
6787
  from pprint import pprint
6788
6788
 
6789
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6789
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6790
6790
  # See configuration.py for a list of all supported configuration parameters.
6791
6791
  configuration = pulpcore.client.pulp_python.Configuration(
6792
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6792
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6793
6793
  )
6794
6794
 
6795
6795
  # The client must configure the authentication and authorization parameters
@@ -6876,10 +6876,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6876
6876
  from pulpcore.client.pulp_python.rest import ApiException
6877
6877
  from pprint import pprint
6878
6878
 
6879
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6879
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6880
6880
  # See configuration.py for a list of all supported configuration parameters.
6881
6881
  configuration = pulpcore.client.pulp_python.Configuration(
6882
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6882
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6883
6883
  )
6884
6884
 
6885
6885
  # The client must configure the authentication and authorization parameters
@@ -6964,10 +6964,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6964
6964
  from pulpcore.client.pulp_python.rest import ApiException
6965
6965
  from pprint import pprint
6966
6966
 
6967
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
6967
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
6968
6968
  # See configuration.py for a list of all supported configuration parameters.
6969
6969
  configuration = pulpcore.client.pulp_python.Configuration(
6970
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
6970
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
6971
6971
  )
6972
6972
 
6973
6973
  # The client must configure the authentication and authorization parameters
@@ -7128,10 +7128,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7128
7128
  from pulpcore.client.pulp_python.rest import ApiException
7129
7129
  from pprint import pprint
7130
7130
 
7131
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7131
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7132
7132
  # See configuration.py for a list of all supported configuration parameters.
7133
7133
  configuration = pulpcore.client.pulp_python.Configuration(
7134
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7134
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7135
7135
  )
7136
7136
 
7137
7137
  # The client must configure the authentication and authorization parameters
@@ -7221,10 +7221,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7221
7221
  from pulpcore.client.pulp_python.rest import ApiException
7222
7222
  from pprint import pprint
7223
7223
 
7224
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7224
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7225
7225
  # See configuration.py for a list of all supported configuration parameters.
7226
7226
  configuration = pulpcore.client.pulp_python.Configuration(
7227
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7227
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7228
7228
  )
7229
7229
 
7230
7230
  # The client must configure the authentication and authorization parameters
@@ -7311,10 +7311,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7311
7311
  from pulpcore.client.pulp_python.rest import ApiException
7312
7312
  from pprint import pprint
7313
7313
 
7314
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7314
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7315
7315
  # See configuration.py for a list of all supported configuration parameters.
7316
7316
  configuration = pulpcore.client.pulp_python.Configuration(
7317
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7317
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7318
7318
  )
7319
7319
 
7320
7320
  # The client must configure the authentication and authorization parameters
@@ -7404,10 +7404,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7404
7404
  from pulpcore.client.pulp_python.rest import ApiException
7405
7405
  from pprint import pprint
7406
7406
 
7407
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7407
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7408
7408
  # See configuration.py for a list of all supported configuration parameters.
7409
7409
  configuration = pulpcore.client.pulp_python.Configuration(
7410
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7410
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7411
7411
  )
7412
7412
 
7413
7413
  # The client must configure the authentication and authorization parameters
@@ -7495,10 +7495,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7495
7495
  from pulpcore.client.pulp_python.rest import ApiException
7496
7496
  from pprint import pprint
7497
7497
 
7498
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7498
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7499
7499
  # See configuration.py for a list of all supported configuration parameters.
7500
7500
  configuration = pulpcore.client.pulp_python.Configuration(
7501
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7501
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7502
7502
  )
7503
7503
 
7504
7504
  # The client must configure the authentication and authorization parameters
@@ -7588,10 +7588,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7588
7588
  from pulpcore.client.pulp_python.rest import ApiException
7589
7589
  from pprint import pprint
7590
7590
 
7591
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7591
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7592
7592
  # See configuration.py for a list of all supported configuration parameters.
7593
7593
  configuration = pulpcore.client.pulp_python.Configuration(
7594
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7594
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7595
7595
  )
7596
7596
 
7597
7597
  # The client must configure the authentication and authorization parameters
@@ -7678,10 +7678,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7678
7678
  from pulpcore.client.pulp_python.rest import ApiException
7679
7679
  from pprint import pprint
7680
7680
 
7681
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7681
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7682
7682
  # See configuration.py for a list of all supported configuration parameters.
7683
7683
  configuration = pulpcore.client.pulp_python.Configuration(
7684
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7684
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7685
7685
  )
7686
7686
 
7687
7687
  # The client must configure the authentication and authorization parameters
@@ -7767,10 +7767,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7767
7767
  from pulpcore.client.pulp_python.rest import ApiException
7768
7768
  from pprint import pprint
7769
7769
 
7770
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7770
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7771
7771
  # See configuration.py for a list of all supported configuration parameters.
7772
7772
  configuration = pulpcore.client.pulp_python.Configuration(
7773
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7773
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7774
7774
  )
7775
7775
 
7776
7776
  # The client must configure the authentication and authorization parameters
@@ -7858,10 +7858,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7858
7858
  from pulpcore.client.pulp_python.rest import ApiException
7859
7859
  from pprint import pprint
7860
7860
 
7861
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7861
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7862
7862
  # See configuration.py for a list of all supported configuration parameters.
7863
7863
  configuration = pulpcore.client.pulp_python.Configuration(
7864
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7864
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7865
7865
  )
7866
7866
 
7867
7867
  # The client must configure the authentication and authorization parameters
@@ -7949,10 +7949,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7949
7949
  from pulpcore.client.pulp_python.rest import ApiException
7950
7950
  from pprint import pprint
7951
7951
 
7952
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
7952
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
7953
7953
  # See configuration.py for a list of all supported configuration parameters.
7954
7954
  configuration = pulpcore.client.pulp_python.Configuration(
7955
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
7955
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
7956
7956
  )
7957
7957
 
7958
7958
  # The client must configure the authentication and authorization parameters
@@ -8040,10 +8040,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8040
8040
  from pulpcore.client.pulp_python.rest import ApiException
8041
8041
  from pprint import pprint
8042
8042
 
8043
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8043
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8044
8044
  # See configuration.py for a list of all supported configuration parameters.
8045
8045
  configuration = pulpcore.client.pulp_python.Configuration(
8046
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8046
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8047
8047
  )
8048
8048
 
8049
8049
  # The client must configure the authentication and authorization parameters
@@ -8115,7 +8115,7 @@ Name | Type | Description | Notes
8115
8115
 
8116
8116
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8117
8117
 
8118
- All URIs are relative to *https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
8118
+ All URIs are relative to *https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com*
8119
8119
 
8120
8120
  Method | HTTP request | Description
8121
8121
  ------------- | ------------- | -------------
@@ -8144,10 +8144,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8144
8144
  from pulpcore.client.pulp_python.rest import ApiException
8145
8145
  from pprint import pprint
8146
8146
 
8147
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8147
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8148
8148
  # See configuration.py for a list of all supported configuration parameters.
8149
8149
  configuration = pulpcore.client.pulp_python.Configuration(
8150
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8150
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8151
8151
  )
8152
8152
 
8153
8153
  # The client must configure the authentication and authorization parameters
@@ -8233,10 +8233,10 @@ import pulpcore.client.pulp_python
8233
8233
  from pulpcore.client.pulp_python.rest import ApiException
8234
8234
  from pprint import pprint
8235
8235
 
8236
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8236
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8237
8237
  # See configuration.py for a list of all supported configuration parameters.
8238
8238
  configuration = pulpcore.client.pulp_python.Configuration(
8239
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8239
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8240
8240
  )
8241
8241
 
8242
8242
  # The client must configure the authentication and authorization parameters
@@ -8319,10 +8319,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
8319
8319
  from pulpcore.client.pulp_python.rest import ApiException
8320
8320
  from pprint import pprint
8321
8321
 
8322
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8322
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8323
8323
  # See configuration.py for a list of all supported configuration parameters.
8324
8324
  configuration = pulpcore.client.pulp_python.Configuration(
8325
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8325
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8326
8326
  )
8327
8327
 
8328
8328
  # The client must configure the authentication and authorization parameters
@@ -8415,10 +8415,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8415
8415
  from pulpcore.client.pulp_python.rest import ApiException
8416
8416
  from pprint import pprint
8417
8417
 
8418
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8418
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8419
8419
  # See configuration.py for a list of all supported configuration parameters.
8420
8420
  configuration = pulpcore.client.pulp_python.Configuration(
8421
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8421
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8422
8422
  )
8423
8423
 
8424
8424
  # The client must configure the authentication and authorization parameters
@@ -8491,7 +8491,7 @@ Name | Type | Description | Notes
8491
8491
 
8492
8492
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8493
8493
 
8494
- All URIs are relative to *https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com*
8494
+ All URIs are relative to *https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com*
8495
8495
 
8496
8496
  Method | HTTP request | Description
8497
8497
  ------------- | ------------- | -------------
@@ -8520,10 +8520,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8520
8520
  from pulpcore.client.pulp_python.rest import ApiException
8521
8521
  from pprint import pprint
8522
8522
 
8523
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8523
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8524
8524
  # See configuration.py for a list of all supported configuration parameters.
8525
8525
  configuration = pulpcore.client.pulp_python.Configuration(
8526
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8526
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8527
8527
  )
8528
8528
 
8529
8529
  # The client must configure the authentication and authorization parameters
@@ -8608,10 +8608,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8608
8608
  from pulpcore.client.pulp_python.rest import ApiException
8609
8609
  from pprint import pprint
8610
8610
 
8611
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8611
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8612
8612
  # See configuration.py for a list of all supported configuration parameters.
8613
8613
  configuration = pulpcore.client.pulp_python.Configuration(
8614
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8614
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8615
8615
  )
8616
8616
 
8617
8617
  # The client must configure the authentication and authorization parameters
@@ -8742,10 +8742,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8742
8742
  from pulpcore.client.pulp_python.rest import ApiException
8743
8743
  from pprint import pprint
8744
8744
 
8745
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8745
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8746
8746
  # See configuration.py for a list of all supported configuration parameters.
8747
8747
  configuration = pulpcore.client.pulp_python.Configuration(
8748
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8748
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8749
8749
  )
8750
8750
 
8751
8751
  # The client must configure the authentication and authorization parameters
@@ -8835,10 +8835,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8835
8835
  from pulpcore.client.pulp_python.rest import ApiException
8836
8836
  from pprint import pprint
8837
8837
 
8838
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8838
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8839
8839
  # See configuration.py for a list of all supported configuration parameters.
8840
8840
  configuration = pulpcore.client.pulp_python.Configuration(
8841
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8841
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8842
8842
  )
8843
8843
 
8844
8844
  # The client must configure the authentication and authorization parameters
@@ -8924,10 +8924,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8924
8924
  from pulpcore.client.pulp_python.rest import ApiException
8925
8925
  from pprint import pprint
8926
8926
 
8927
- # Defining the host is optional and defaults to https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com
8927
+ # Defining the host is optional and defaults to https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com
8928
8928
  # See configuration.py for a list of all supported configuration parameters.
8929
8929
  configuration = pulpcore.client.pulp_python.Configuration(
8930
- host = "https://env-ephemeral-dcdgwg.apps.crc-eph.r9lp.p1.openshiftapps.com"
8930
+ host = "https://env-ephemeral-xk8bxj.apps.crc-eph.r9lp.p1.openshiftapps.com"
8931
8931
  )
8932
8932
 
8933
8933
  # The client must configure the authentication and authorization parameters