crc-pulp-python-client 20260903.2__tar.gz → 20260908.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 (163) hide show
  1. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/PKG-INFO +481 -179
  2. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/README.md +7 -4
  3. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/crc_pulp_python_client.egg-info/PKG-INFO +481 -179
  4. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/crc_pulp_python_client.egg-info/SOURCES.txt +6 -0
  5. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/__init__.py +4 -1
  6. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/__init__.py +3 -0
  7. crc_pulp_python_client-20260908.1/pulpcore/client/pulp_python/api/api_rss_packages_xml_api.py +361 -0
  8. crc_pulp_python_client-20260908.1/pulpcore/client/pulp_python/api/api_rss_project_releases_xml_api.py +376 -0
  9. crc_pulp_python_client-20260908.1/pulpcore/client/pulp_python/api/api_rss_updates_xml_api.py +361 -0
  10. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  11. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pyproject.toml +1 -1
  12. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/setup.py +1 -1
  13. crc_pulp_python_client-20260908.1/test/test_api_rss_packages_xml_api.py +39 -0
  14. crc_pulp_python_client-20260908.1/test/test_api_rss_project_releases_xml_api.py +39 -0
  15. crc_pulp_python_client-20260908.1/test/test_api_rss_updates_xml_api.py +39 -0
  16. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  17. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  18. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  19. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/__init__.py +0 -0
  20. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/__init__.py +0 -0
  21. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  22. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  23. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  24. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  25. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/api_unyank_api.py +0 -0
  26. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/api_yank_api.py +0 -0
  27. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  28. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  29. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/content_yanks_api.py +0 -0
  30. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  31. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  32. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  33. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  34. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  35. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  36. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  37. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  38. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  39. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  40. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  41. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  42. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  43. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  44. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  45. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  46. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  47. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  48. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  49. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  50. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  51. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  52. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  53. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  54. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  55. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_package_yank_response_list.py +0 -0
  56. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  57. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  58. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  59. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  60. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  61. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  62. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  63. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  64. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  65. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  66. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  67. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  68. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_package_yank_response.py +0 -0
  69. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  70. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  71. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  72. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  73. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  74. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  75. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  76. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  77. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  78. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  79. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  80. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  81. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  82. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  83. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  84. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  85. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  86. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  87. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  88. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  89. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  90. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  91. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  92. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/models/yank.py +0 -0
  93. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/py.typed +0 -0
  94. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/pulpcore/client/pulp_python/rest.py +0 -0
  95. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/setup.cfg +0 -0
  96. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_api_integrity_provenance_api.py +0 -0
  97. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_api_legacy_api.py +0 -0
  98. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_api_pypi_api.py +0 -0
  99. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_api_simple_api.py +0 -0
  100. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_api_unyank_api.py +0 -0
  101. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_api_yank_api.py +0 -0
  102. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_async_operation_response.py +0 -0
  103. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_content_packages_api.py +0 -0
  104. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_content_provenance_api.py +0 -0
  105. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_content_summary_response.py +0 -0
  106. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_content_yanks_api.py +0 -0
  107. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_distributions_pypi_api.py +0 -0
  108. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_exclude_platforms_enum.py +0 -0
  109. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_filetype_enum.py +0 -0
  110. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_metadata_version_enum.py +0 -0
  111. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_my_permissions_response.py +0 -0
  112. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_nested_role.py +0 -0
  113. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_nested_role_response.py +0 -0
  114. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_object_roles_response.py +0 -0
  115. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_package_metadata_response.py +0 -0
  116. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_package_types_enum.py +0 -0
  117. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_package_upload_task_response.py +0 -0
  118. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginated_repository_version_response_list.py +0 -0
  119. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  120. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_package_yank_response_list.py +0 -0
  121. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  122. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  123. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  124. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  125. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  126. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  127. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_patchedpython_python_distribution.py +0 -0
  128. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_patchedpython_python_remote.py +0 -0
  129. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_patchedpython_python_repository.py +0 -0
  130. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_policy_enum.py +0 -0
  131. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_protocol_version_enum.py +0 -0
  132. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_publications_pypi_api.py +0 -0
  133. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_pypi_metadata_api.py +0 -0
  134. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_package_provenance_response.py +0 -0
  135. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_package_yank_response.py +0 -0
  136. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_blocklist_entry.py +0 -0
  137. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_blocklist_entry_response.py +0 -0
  138. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_distribution.py +0 -0
  139. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_distribution_response.py +0 -0
  140. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_package_content_response.py +0 -0
  141. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_publication.py +0 -0
  142. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_publication_response.py +0 -0
  143. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_remote.py +0 -0
  144. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_remote_response.py +0 -0
  145. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  146. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_repository.py +0 -0
  147. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_python_python_repository_response.py +0 -0
  148. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_remote_network_config.py +0 -0
  149. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_remote_network_config_response.py +0 -0
  150. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_remotes_python_api.py +0 -0
  151. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_repair.py +0 -0
  152. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_repositories_python_api.py +0 -0
  153. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  154. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_repositories_python_versions_api.py +0 -0
  155. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_repository_add_remove_content.py +0 -0
  156. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_repository_sync_url.py +0 -0
  157. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_repository_version_response.py +0 -0
  158. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_set_label.py +0 -0
  159. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_set_label_response.py +0 -0
  160. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_summary_response.py +0 -0
  161. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_unset_label.py +0 -0
  162. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_unset_label_response.py +0 -0
  163. {crc_pulp_python_client-20260903.2 → crc_pulp_python_client-20260908.1}/test/test_yank.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20260903.2
3
+ Version: 20260908.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.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-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
274
274
  )
275
275
 
276
276
  # The client must configure the authentication and authorization parameters
@@ -343,9 +343,311 @@ Name | Type | Description | Notes
343
343
 
344
344
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
345
345
 
346
+ # pulpcore.client.pulp_python.ApiRssPackagesXmlApi
347
+
348
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
349
+
350
+ Method | HTTP request | Description
351
+ ------------- | ------------- | -------------
352
+ [**packages**](ApiRssPackagesXmlApi.md#packages) | **GET** /api/pypi/{pulp_domain}/{path}/rss/packages.xml | Get newest packages RSS feed
353
+
354
+
355
+ # **packages**
356
+ > packages(path, pulp_domain, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
357
+
358
+ Get newest packages RSS feed
359
+
360
+ View for PyPI-compatible RSS feeds on a distribution.
361
+
362
+ ### Example
363
+
364
+ * Basic Authentication (basicAuth):
365
+ * Api Key Authentication (cookieAuth):
366
+
367
+ ```python
368
+ import pulpcore.client.pulp_python
369
+ from pulpcore.client.pulp_python.rest import ApiException
370
+ from pprint import pprint
371
+
372
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
373
+ # See configuration.py for a list of all supported configuration parameters.
374
+ configuration = pulpcore.client.pulp_python.Configuration(
375
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
376
+ )
377
+
378
+ # The client must configure the authentication and authorization parameters
379
+ # in accordance with the API server security policy.
380
+ # Examples for each auth method are provided below, use the example that
381
+ # satisfies your auth use case.
382
+
383
+ # Configure HTTP basic authorization: basicAuth
384
+ configuration = pulpcore.client.pulp_python.Configuration(
385
+ username = os.environ["USERNAME"],
386
+ password = os.environ["PASSWORD"]
387
+ )
388
+
389
+ # Configure API key authorization: cookieAuth
390
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
391
+
392
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
393
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
394
+
395
+ # Enter a context with an instance of the API client
396
+ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
397
+ # Create an instance of the API class
398
+ api_instance = pulpcore.client.pulp_python.ApiRssPackagesXmlApi(api_client)
399
+ path = 'path_example' # str |
400
+ pulp_domain = 'pulp_domain_example' # str |
401
+ x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
402
+ fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
403
+ exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
404
+
405
+ try:
406
+ # Get newest packages RSS feed
407
+ api_instance.packages(path, pulp_domain, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
408
+ except Exception as e:
409
+ print("Exception when calling ApiRssPackagesXmlApi->packages: %s\n" % e)
410
+ ```
411
+
412
+
413
+
414
+ ### Parameters
415
+
416
+
417
+ Name | Type | Description | Notes
418
+ ------------- | ------------- | ------------- | -------------
419
+ **path** | **str**| |
420
+ **pulp_domain** | **str**| |
421
+ **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
422
+ **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
423
+ **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
424
+
425
+ ### Return type
426
+
427
+ void (empty response body)
428
+
429
+ ### Authorization
430
+
431
+ [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
432
+
433
+ ### HTTP request headers
434
+
435
+ - **Content-Type**: Not defined
436
+ - **Accept**: Not defined
437
+
438
+ ### HTTP response details
439
+
440
+ | Status code | Description | Response headers |
441
+ |-------------|-------------|------------------|
442
+ **200** | No response body | - |
443
+
444
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
445
+
446
+ # pulpcore.client.pulp_python.ApiRssProjectReleasesXmlApi
447
+
448
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
449
+
450
+ Method | HTTP request | Description
451
+ ------------- | ------------- | -------------
452
+ [**project_releases**](ApiRssProjectReleasesXmlApi.md#project_releases) | **GET** /api/pypi/{pulp_domain}/{path}/rss/project/{package}/releases.xml | Get project releases RSS feed
453
+
454
+
455
+ # **project_releases**
456
+ > project_releases(package, path, pulp_domain, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
457
+
458
+ Get project releases RSS feed
459
+
460
+ View for PyPI-compatible RSS feeds on a distribution.
461
+
462
+ ### Example
463
+
464
+ * Basic Authentication (basicAuth):
465
+ * Api Key Authentication (cookieAuth):
466
+
467
+ ```python
468
+ import pulpcore.client.pulp_python
469
+ from pulpcore.client.pulp_python.rest import ApiException
470
+ from pprint import pprint
471
+
472
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
473
+ # See configuration.py for a list of all supported configuration parameters.
474
+ configuration = pulpcore.client.pulp_python.Configuration(
475
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
476
+ )
477
+
478
+ # The client must configure the authentication and authorization parameters
479
+ # in accordance with the API server security policy.
480
+ # Examples for each auth method are provided below, use the example that
481
+ # satisfies your auth use case.
482
+
483
+ # Configure HTTP basic authorization: basicAuth
484
+ configuration = pulpcore.client.pulp_python.Configuration(
485
+ username = os.environ["USERNAME"],
486
+ password = os.environ["PASSWORD"]
487
+ )
488
+
489
+ # Configure API key authorization: cookieAuth
490
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
491
+
492
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
493
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
494
+
495
+ # Enter a context with an instance of the API client
496
+ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
497
+ # Create an instance of the API class
498
+ api_instance = pulpcore.client.pulp_python.ApiRssProjectReleasesXmlApi(api_client)
499
+ package = 'package_example' # str |
500
+ path = 'path_example' # str |
501
+ pulp_domain = 'pulp_domain_example' # str |
502
+ x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
503
+ fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
504
+ exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
505
+
506
+ try:
507
+ # Get project releases RSS feed
508
+ api_instance.project_releases(package, path, pulp_domain, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
509
+ except Exception as e:
510
+ print("Exception when calling ApiRssProjectReleasesXmlApi->project_releases: %s\n" % e)
511
+ ```
512
+
513
+
514
+
515
+ ### Parameters
516
+
517
+
518
+ Name | Type | Description | Notes
519
+ ------------- | ------------- | ------------- | -------------
520
+ **package** | **str**| |
521
+ **path** | **str**| |
522
+ **pulp_domain** | **str**| |
523
+ **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
524
+ **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
525
+ **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
526
+
527
+ ### Return type
528
+
529
+ void (empty response body)
530
+
531
+ ### Authorization
532
+
533
+ [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
534
+
535
+ ### HTTP request headers
536
+
537
+ - **Content-Type**: Not defined
538
+ - **Accept**: Not defined
539
+
540
+ ### HTTP response details
541
+
542
+ | Status code | Description | Response headers |
543
+ |-------------|-------------|------------------|
544
+ **200** | No response body | - |
545
+
546
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
547
+
548
+ # pulpcore.client.pulp_python.ApiRssUpdatesXmlApi
549
+
550
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
551
+
552
+ Method | HTTP request | Description
553
+ ------------- | ------------- | -------------
554
+ [**updates**](ApiRssUpdatesXmlApi.md#updates) | **GET** /api/pypi/{pulp_domain}/{path}/rss/updates.xml | Get latest updates RSS feed
555
+
556
+
557
+ # **updates**
558
+ > updates(path, pulp_domain, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
559
+
560
+ Get latest updates RSS feed
561
+
562
+ View for PyPI-compatible RSS feeds on a distribution.
563
+
564
+ ### Example
565
+
566
+ * Basic Authentication (basicAuth):
567
+ * Api Key Authentication (cookieAuth):
568
+
569
+ ```python
570
+ import pulpcore.client.pulp_python
571
+ from pulpcore.client.pulp_python.rest import ApiException
572
+ from pprint import pprint
573
+
574
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
575
+ # See configuration.py for a list of all supported configuration parameters.
576
+ configuration = pulpcore.client.pulp_python.Configuration(
577
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
578
+ )
579
+
580
+ # The client must configure the authentication and authorization parameters
581
+ # in accordance with the API server security policy.
582
+ # Examples for each auth method are provided below, use the example that
583
+ # satisfies your auth use case.
584
+
585
+ # Configure HTTP basic authorization: basicAuth
586
+ configuration = pulpcore.client.pulp_python.Configuration(
587
+ username = os.environ["USERNAME"],
588
+ password = os.environ["PASSWORD"]
589
+ )
590
+
591
+ # Configure API key authorization: cookieAuth
592
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
593
+
594
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
595
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
596
+
597
+ # Enter a context with an instance of the API client
598
+ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
599
+ # Create an instance of the API class
600
+ api_instance = pulpcore.client.pulp_python.ApiRssUpdatesXmlApi(api_client)
601
+ path = 'path_example' # str |
602
+ pulp_domain = 'pulp_domain_example' # str |
603
+ x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
604
+ fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
605
+ exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
606
+
607
+ try:
608
+ # Get latest updates RSS feed
609
+ api_instance.updates(path, pulp_domain, x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
610
+ except Exception as e:
611
+ print("Exception when calling ApiRssUpdatesXmlApi->updates: %s\n" % e)
612
+ ```
613
+
614
+
615
+
616
+ ### Parameters
617
+
618
+
619
+ Name | Type | Description | Notes
620
+ ------------- | ------------- | ------------- | -------------
621
+ **path** | **str**| |
622
+ **pulp_domain** | **str**| |
623
+ **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
624
+ **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
625
+ **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
626
+
627
+ ### Return type
628
+
629
+ void (empty response body)
630
+
631
+ ### Authorization
632
+
633
+ [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
634
+
635
+ ### HTTP request headers
636
+
637
+ - **Content-Type**: Not defined
638
+ - **Accept**: Not defined
639
+
640
+ ### HTTP response details
641
+
642
+ | Status code | Description | Response headers |
643
+ |-------------|-------------|------------------|
644
+ **200** | No response body | - |
645
+
646
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
647
+
346
648
  # pulpcore.client.pulp_python.ApiSimpleApi
347
649
 
348
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
650
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
349
651
 
350
652
  Method | HTTP request | Description
351
653
  ------------- | ------------- | -------------
@@ -372,10 +674,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
372
674
  from pulpcore.client.pulp_python.rest import ApiException
373
675
  from pprint import pprint
374
676
 
375
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
677
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
376
678
  # See configuration.py for a list of all supported configuration parameters.
377
679
  configuration = pulpcore.client.pulp_python.Configuration(
378
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
680
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
379
681
  )
380
682
 
381
683
  # The client must configure the authentication and authorization parameters
@@ -475,10 +777,10 @@ import pulpcore.client.pulp_python
475
777
  from pulpcore.client.pulp_python.rest import ApiException
476
778
  from pprint import pprint
477
779
 
478
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
780
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
479
781
  # See configuration.py for a list of all supported configuration parameters.
480
782
  configuration = pulpcore.client.pulp_python.Configuration(
481
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
783
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
482
784
  )
483
785
 
484
786
  # The client must configure the authentication and authorization parameters
@@ -570,10 +872,10 @@ import pulpcore.client.pulp_python
570
872
  from pulpcore.client.pulp_python.rest import ApiException
571
873
  from pprint import pprint
572
874
 
573
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
875
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
574
876
  # See configuration.py for a list of all supported configuration parameters.
575
877
  configuration = pulpcore.client.pulp_python.Configuration(
576
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
878
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
577
879
  )
578
880
 
579
881
  # The client must configure the authentication and authorization parameters
@@ -648,7 +950,7 @@ void (empty response body)
648
950
 
649
951
  # pulpcore.client.pulp_python.ApiUnyankApi
650
952
 
651
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
953
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
652
954
 
653
955
  Method | HTTP request | Description
654
956
  ------------- | ------------- | -------------
@@ -674,10 +976,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
674
976
  from pulpcore.client.pulp_python.rest import ApiException
675
977
  from pprint import pprint
676
978
 
677
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
979
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
678
980
  # See configuration.py for a list of all supported configuration parameters.
679
981
  configuration = pulpcore.client.pulp_python.Configuration(
680
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
982
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
681
983
  )
682
984
 
683
985
  # The client must configure the authentication and authorization parameters
@@ -750,7 +1052,7 @@ Name | Type | Description | Notes
750
1052
 
751
1053
  # pulpcore.client.pulp_python.ApiYankApi
752
1054
 
753
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
1055
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
754
1056
 
755
1057
  Method | HTTP request | Description
756
1058
  ------------- | ------------- | -------------
@@ -776,10 +1078,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
776
1078
  from pulpcore.client.pulp_python.rest import ApiException
777
1079
  from pprint import pprint
778
1080
 
779
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1081
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
780
1082
  # See configuration.py for a list of all supported configuration parameters.
781
1083
  configuration = pulpcore.client.pulp_python.Configuration(
782
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1084
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
783
1085
  )
784
1086
 
785
1087
  # The client must configure the authentication and authorization parameters
@@ -882,7 +1184,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
882
1184
 
883
1185
  # pulpcore.client.pulp_python.ContentPackagesApi
884
1186
 
885
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
1187
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
886
1188
 
887
1189
  Method | HTTP request | Description
888
1190
  ------------- | ------------- | -------------
@@ -912,10 +1214,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
912
1214
  from pulpcore.client.pulp_python.rest import ApiException
913
1215
  from pprint import pprint
914
1216
 
915
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1217
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
916
1218
  # See configuration.py for a list of all supported configuration parameters.
917
1219
  configuration = pulpcore.client.pulp_python.Configuration(
918
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1220
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
919
1221
  )
920
1222
 
921
1223
  # The client must configure the authentication and authorization parameters
@@ -1074,10 +1376,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
1074
1376
  from pulpcore.client.pulp_python.rest import ApiException
1075
1377
  from pprint import pprint
1076
1378
 
1077
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1379
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1078
1380
  # See configuration.py for a list of all supported configuration parameters.
1079
1381
  configuration = pulpcore.client.pulp_python.Configuration(
1080
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1382
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1081
1383
  )
1082
1384
 
1083
1385
  # The client must configure the authentication and authorization parameters
@@ -1238,10 +1540,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1238
1540
  from pulpcore.client.pulp_python.rest import ApiException
1239
1541
  from pprint import pprint
1240
1542
 
1241
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1543
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1242
1544
  # See configuration.py for a list of all supported configuration parameters.
1243
1545
  configuration = pulpcore.client.pulp_python.Configuration(
1244
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1546
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1245
1547
  )
1246
1548
 
1247
1549
  # The client must configure the authentication and authorization parameters
@@ -1331,10 +1633,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1331
1633
  from pulpcore.client.pulp_python.rest import ApiException
1332
1634
  from pprint import pprint
1333
1635
 
1334
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1636
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1335
1637
  # See configuration.py for a list of all supported configuration parameters.
1336
1638
  configuration = pulpcore.client.pulp_python.Configuration(
1337
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1639
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1338
1640
  )
1339
1641
 
1340
1642
  # The client must configure the authentication and authorization parameters
@@ -1422,10 +1724,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1422
1724
  from pulpcore.client.pulp_python.rest import ApiException
1423
1725
  from pprint import pprint
1424
1726
 
1425
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1727
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1426
1728
  # See configuration.py for a list of all supported configuration parameters.
1427
1729
  configuration = pulpcore.client.pulp_python.Configuration(
1428
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1730
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1429
1731
  )
1430
1732
 
1431
1733
  # The client must configure the authentication and authorization parameters
@@ -1512,10 +1814,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1512
1814
  from pulpcore.client.pulp_python.rest import ApiException
1513
1815
  from pprint import pprint
1514
1816
 
1515
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1817
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1516
1818
  # See configuration.py for a list of all supported configuration parameters.
1517
1819
  configuration = pulpcore.client.pulp_python.Configuration(
1518
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1820
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1519
1821
  )
1520
1822
 
1521
1823
  # The client must configure the authentication and authorization parameters
@@ -1654,7 +1956,7 @@ Name | Type | Description | Notes
1654
1956
 
1655
1957
  # pulpcore.client.pulp_python.ContentProvenanceApi
1656
1958
 
1657
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
1959
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
1658
1960
 
1659
1961
  Method | HTTP request | Description
1660
1962
  ------------- | ------------- | -------------
@@ -1683,10 +1985,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1683
1985
  from pulpcore.client.pulp_python.rest import ApiException
1684
1986
  from pprint import pprint
1685
1987
 
1686
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
1988
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1687
1989
  # See configuration.py for a list of all supported configuration parameters.
1688
1990
  configuration = pulpcore.client.pulp_python.Configuration(
1689
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
1991
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1690
1992
  )
1691
1993
 
1692
1994
  # The client must configure the authentication and authorization parameters
@@ -1789,10 +2091,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1789
2091
  from pulpcore.client.pulp_python.rest import ApiException
1790
2092
  from pprint import pprint
1791
2093
 
1792
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2094
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1793
2095
  # See configuration.py for a list of all supported configuration parameters.
1794
2096
  configuration = pulpcore.client.pulp_python.Configuration(
1795
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2097
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1796
2098
  )
1797
2099
 
1798
2100
  # The client must configure the authentication and authorization parameters
@@ -1913,10 +2215,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1913
2215
  from pulpcore.client.pulp_python.rest import ApiException
1914
2216
  from pprint import pprint
1915
2217
 
1916
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2218
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
1917
2219
  # See configuration.py for a list of all supported configuration parameters.
1918
2220
  configuration = pulpcore.client.pulp_python.Configuration(
1919
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2221
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
1920
2222
  )
1921
2223
 
1922
2224
  # The client must configure the authentication and authorization parameters
@@ -2006,10 +2308,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2006
2308
  from pulpcore.client.pulp_python.rest import ApiException
2007
2309
  from pprint import pprint
2008
2310
 
2009
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2311
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2010
2312
  # See configuration.py for a list of all supported configuration parameters.
2011
2313
  configuration = pulpcore.client.pulp_python.Configuration(
2012
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2314
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2013
2315
  )
2014
2316
 
2015
2317
  # The client must configure the authentication and authorization parameters
@@ -2097,10 +2399,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2097
2399
  from pulpcore.client.pulp_python.rest import ApiException
2098
2400
  from pprint import pprint
2099
2401
 
2100
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2402
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2101
2403
  # See configuration.py for a list of all supported configuration parameters.
2102
2404
  configuration = pulpcore.client.pulp_python.Configuration(
2103
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2405
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2104
2406
  )
2105
2407
 
2106
2408
  # The client must configure the authentication and authorization parameters
@@ -2203,7 +2505,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
2203
2505
 
2204
2506
  # pulpcore.client.pulp_python.ContentYanksApi
2205
2507
 
2206
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
2508
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
2207
2509
 
2208
2510
  Method | HTTP request | Description
2209
2511
  ------------- | ------------- | -------------
@@ -2231,10 +2533,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_yank_response_li
2231
2533
  from pulpcore.client.pulp_python.rest import ApiException
2232
2534
  from pprint import pprint
2233
2535
 
2234
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2536
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2235
2537
  # See configuration.py for a list of all supported configuration parameters.
2236
2538
  configuration = pulpcore.client.pulp_python.Configuration(
2237
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2539
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2238
2540
  )
2239
2541
 
2240
2542
  # The client must configure the authentication and authorization parameters
@@ -2347,10 +2649,10 @@ from pulpcore.client.pulp_python.models.python_package_yank_response import Pyth
2347
2649
  from pulpcore.client.pulp_python.rest import ApiException
2348
2650
  from pprint import pprint
2349
2651
 
2350
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2652
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2351
2653
  # See configuration.py for a list of all supported configuration parameters.
2352
2654
  configuration = pulpcore.client.pulp_python.Configuration(
2353
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2655
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2354
2656
  )
2355
2657
 
2356
2658
  # The client must configure the authentication and authorization parameters
@@ -2440,10 +2742,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2440
2742
  from pulpcore.client.pulp_python.rest import ApiException
2441
2743
  from pprint import pprint
2442
2744
 
2443
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2745
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2444
2746
  # See configuration.py for a list of all supported configuration parameters.
2445
2747
  configuration = pulpcore.client.pulp_python.Configuration(
2446
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2748
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2447
2749
  )
2448
2750
 
2449
2751
  # The client must configure the authentication and authorization parameters
@@ -2531,10 +2833,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2531
2833
  from pulpcore.client.pulp_python.rest import ApiException
2532
2834
  from pprint import pprint
2533
2835
 
2534
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2836
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2535
2837
  # See configuration.py for a list of all supported configuration parameters.
2536
2838
  configuration = pulpcore.client.pulp_python.Configuration(
2537
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2839
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2538
2840
  )
2539
2841
 
2540
2842
  # The client must configure the authentication and authorization parameters
@@ -2605,7 +2907,7 @@ Name | Type | Description | Notes
2605
2907
 
2606
2908
  # pulpcore.client.pulp_python.DistributionsPypiApi
2607
2909
 
2608
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
2910
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
2609
2911
 
2610
2912
  Method | HTTP request | Description
2611
2913
  ------------- | ------------- | -------------
@@ -2642,10 +2944,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2642
2944
  from pulpcore.client.pulp_python.rest import ApiException
2643
2945
  from pprint import pprint
2644
2946
 
2645
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
2947
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2646
2948
  # See configuration.py for a list of all supported configuration parameters.
2647
2949
  configuration = pulpcore.client.pulp_python.Configuration(
2648
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
2950
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2649
2951
  )
2650
2952
 
2651
2953
  # The client must configure the authentication and authorization parameters
@@ -2733,10 +3035,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2733
3035
  from pulpcore.client.pulp_python.rest import ApiException
2734
3036
  from pprint import pprint
2735
3037
 
2736
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3038
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2737
3039
  # See configuration.py for a list of all supported configuration parameters.
2738
3040
  configuration = pulpcore.client.pulp_python.Configuration(
2739
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3041
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2740
3042
  )
2741
3043
 
2742
3044
  # The client must configure the authentication and authorization parameters
@@ -2823,10 +3125,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2823
3125
  from pulpcore.client.pulp_python.rest import ApiException
2824
3126
  from pprint import pprint
2825
3127
 
2826
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3128
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2827
3129
  # See configuration.py for a list of all supported configuration parameters.
2828
3130
  configuration = pulpcore.client.pulp_python.Configuration(
2829
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3131
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2830
3132
  )
2831
3133
 
2832
3134
  # The client must configure the authentication and authorization parameters
@@ -2911,10 +3213,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2911
3213
  from pulpcore.client.pulp_python.rest import ApiException
2912
3214
  from pprint import pprint
2913
3215
 
2914
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3216
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
2915
3217
  # See configuration.py for a list of all supported configuration parameters.
2916
3218
  configuration = pulpcore.client.pulp_python.Configuration(
2917
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3219
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
2918
3220
  )
2919
3221
 
2920
3222
  # The client must configure the authentication and authorization parameters
@@ -3053,10 +3355,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
3053
3355
  from pulpcore.client.pulp_python.rest import ApiException
3054
3356
  from pprint import pprint
3055
3357
 
3056
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3358
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3057
3359
  # See configuration.py for a list of all supported configuration parameters.
3058
3360
  configuration = pulpcore.client.pulp_python.Configuration(
3059
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3361
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3060
3362
  )
3061
3363
 
3062
3364
  # The client must configure the authentication and authorization parameters
@@ -3145,10 +3447,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
3145
3447
  from pulpcore.client.pulp_python.rest import ApiException
3146
3448
  from pprint import pprint
3147
3449
 
3148
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3450
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3149
3451
  # See configuration.py for a list of all supported configuration parameters.
3150
3452
  configuration = pulpcore.client.pulp_python.Configuration(
3151
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3453
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3152
3454
  )
3153
3455
 
3154
3456
  # The client must configure the authentication and authorization parameters
@@ -3238,10 +3540,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3238
3540
  from pulpcore.client.pulp_python.rest import ApiException
3239
3541
  from pprint import pprint
3240
3542
 
3241
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3543
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3242
3544
  # See configuration.py for a list of all supported configuration parameters.
3243
3545
  configuration = pulpcore.client.pulp_python.Configuration(
3244
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3546
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3245
3547
  )
3246
3548
 
3247
3549
  # The client must configure the authentication and authorization parameters
@@ -3329,10 +3631,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3329
3631
  from pulpcore.client.pulp_python.rest import ApiException
3330
3632
  from pprint import pprint
3331
3633
 
3332
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3634
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3333
3635
  # See configuration.py for a list of all supported configuration parameters.
3334
3636
  configuration = pulpcore.client.pulp_python.Configuration(
3335
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3637
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3336
3638
  )
3337
3639
 
3338
3640
  # The client must configure the authentication and authorization parameters
@@ -3422,10 +3724,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3422
3724
  from pulpcore.client.pulp_python.rest import ApiException
3423
3725
  from pprint import pprint
3424
3726
 
3425
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3727
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3426
3728
  # See configuration.py for a list of all supported configuration parameters.
3427
3729
  configuration = pulpcore.client.pulp_python.Configuration(
3428
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3730
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3429
3731
  )
3430
3732
 
3431
3733
  # The client must configure the authentication and authorization parameters
@@ -3513,10 +3815,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
3513
3815
  from pulpcore.client.pulp_python.rest import ApiException
3514
3816
  from pprint import pprint
3515
3817
 
3516
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3818
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3517
3819
  # See configuration.py for a list of all supported configuration parameters.
3518
3820
  configuration = pulpcore.client.pulp_python.Configuration(
3519
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3821
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3520
3822
  )
3521
3823
 
3522
3824
  # The client must configure the authentication and authorization parameters
@@ -3604,10 +3906,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
3604
3906
  from pulpcore.client.pulp_python.rest import ApiException
3605
3907
  from pprint import pprint
3606
3908
 
3607
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
3909
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3608
3910
  # See configuration.py for a list of all supported configuration parameters.
3609
3911
  configuration = pulpcore.client.pulp_python.Configuration(
3610
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
3912
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3611
3913
  )
3612
3914
 
3613
3915
  # The client must configure the authentication and authorization parameters
@@ -3695,10 +3997,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3695
3997
  from pulpcore.client.pulp_python.rest import ApiException
3696
3998
  from pprint import pprint
3697
3999
 
3698
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
4000
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
3699
4001
  # See configuration.py for a list of all supported configuration parameters.
3700
4002
  configuration = pulpcore.client.pulp_python.Configuration(
3701
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
4003
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
3702
4004
  )
3703
4005
 
3704
4006
  # The client must configure the authentication and authorization parameters
@@ -4487,7 +4789,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
4487
4789
 
4488
4790
  # pulpcore.client.pulp_python.PublicationsPypiApi
4489
4791
 
4490
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
4792
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
4491
4793
 
4492
4794
  Method | HTTP request | Description
4493
4795
  ------------- | ------------- | -------------
@@ -4520,10 +4822,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4520
4822
  from pulpcore.client.pulp_python.rest import ApiException
4521
4823
  from pprint import pprint
4522
4824
 
4523
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
4825
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
4524
4826
  # See configuration.py for a list of all supported configuration parameters.
4525
4827
  configuration = pulpcore.client.pulp_python.Configuration(
4526
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
4828
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
4527
4829
  )
4528
4830
 
4529
4831
  # The client must configure the authentication and authorization parameters
@@ -4611,10 +4913,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
4611
4913
  from pulpcore.client.pulp_python.rest import ApiException
4612
4914
  from pprint import pprint
4613
4915
 
4614
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
4916
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
4615
4917
  # See configuration.py for a list of all supported configuration parameters.
4616
4918
  configuration = pulpcore.client.pulp_python.Configuration(
4617
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
4919
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
4618
4920
  )
4619
4921
 
4620
4922
  # The client must configure the authentication and authorization parameters
@@ -4700,10 +5002,10 @@ import pulpcore.client.pulp_python
4700
5002
  from pulpcore.client.pulp_python.rest import ApiException
4701
5003
  from pprint import pprint
4702
5004
 
4703
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
5005
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
4704
5006
  # See configuration.py for a list of all supported configuration parameters.
4705
5007
  configuration = pulpcore.client.pulp_python.Configuration(
4706
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
5008
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
4707
5009
  )
4708
5010
 
4709
5011
  # The client must configure the authentication and authorization parameters
@@ -4786,10 +5088,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4786
5088
  from pulpcore.client.pulp_python.rest import ApiException
4787
5089
  from pprint import pprint
4788
5090
 
4789
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
5091
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
4790
5092
  # See configuration.py for a list of all supported configuration parameters.
4791
5093
  configuration = pulpcore.client.pulp_python.Configuration(
4792
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
5094
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
4793
5095
  )
4794
5096
 
4795
5097
  # The client must configure the authentication and authorization parameters
@@ -4916,10 +5218,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4916
5218
  from pulpcore.client.pulp_python.rest import ApiException
4917
5219
  from pprint import pprint
4918
5220
 
4919
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
5221
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
4920
5222
  # See configuration.py for a list of all supported configuration parameters.
4921
5223
  configuration = pulpcore.client.pulp_python.Configuration(
4922
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
5224
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
4923
5225
  )
4924
5226
 
4925
5227
  # The client must configure the authentication and authorization parameters
@@ -5008,10 +5310,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5008
5310
  from pulpcore.client.pulp_python.rest import ApiException
5009
5311
  from pprint import pprint
5010
5312
 
5011
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
5313
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
5012
5314
  # See configuration.py for a list of all supported configuration parameters.
5013
5315
  configuration = pulpcore.client.pulp_python.Configuration(
5014
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
5316
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
5015
5317
  )
5016
5318
 
5017
5319
  # The client must configure the authentication and authorization parameters
@@ -5100,10 +5402,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
5100
5402
  from pulpcore.client.pulp_python.rest import ApiException
5101
5403
  from pprint import pprint
5102
5404
 
5103
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
5405
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
5104
5406
  # See configuration.py for a list of all supported configuration parameters.
5105
5407
  configuration = pulpcore.client.pulp_python.Configuration(
5106
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
5408
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
5107
5409
  )
5108
5410
 
5109
5411
  # The client must configure the authentication and authorization parameters
@@ -5193,10 +5495,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5193
5495
  from pulpcore.client.pulp_python.rest import ApiException
5194
5496
  from pprint import pprint
5195
5497
 
5196
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
5498
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
5197
5499
  # See configuration.py for a list of all supported configuration parameters.
5198
5500
  configuration = pulpcore.client.pulp_python.Configuration(
5199
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
5501
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
5200
5502
  )
5201
5503
 
5202
5504
  # The client must configure the authentication and authorization parameters
@@ -5267,7 +5569,7 @@ Name | Type | Description | Notes
5267
5569
 
5268
5570
  # pulpcore.client.pulp_python.PypiMetadataApi
5269
5571
 
5270
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
5572
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
5271
5573
 
5272
5574
  Method | HTTP request | Description
5273
5575
  ------------- | ------------- | -------------
@@ -5292,10 +5594,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
5292
5594
  from pulpcore.client.pulp_python.rest import ApiException
5293
5595
  from pprint import pprint
5294
5596
 
5295
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
5597
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
5296
5598
  # See configuration.py for a list of all supported configuration parameters.
5297
5599
  configuration = pulpcore.client.pulp_python.Configuration(
5298
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
5600
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
5299
5601
  )
5300
5602
 
5301
5603
  # The client must configure the authentication and authorization parameters
@@ -6055,7 +6357,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
6055
6357
 
6056
6358
  # pulpcore.client.pulp_python.RemotesPythonApi
6057
6359
 
6058
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
6360
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
6059
6361
 
6060
6362
  Method | HTTP request | Description
6061
6363
  ------------- | ------------- | -------------
@@ -6093,10 +6395,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6093
6395
  from pulpcore.client.pulp_python.rest import ApiException
6094
6396
  from pprint import pprint
6095
6397
 
6096
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
6398
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6097
6399
  # See configuration.py for a list of all supported configuration parameters.
6098
6400
  configuration = pulpcore.client.pulp_python.Configuration(
6099
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
6401
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6100
6402
  )
6101
6403
 
6102
6404
  # The client must configure the authentication and authorization parameters
@@ -6184,10 +6486,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6184
6486
  from pulpcore.client.pulp_python.rest import ApiException
6185
6487
  from pprint import pprint
6186
6488
 
6187
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
6489
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6188
6490
  # See configuration.py for a list of all supported configuration parameters.
6189
6491
  configuration = pulpcore.client.pulp_python.Configuration(
6190
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
6492
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6191
6493
  )
6192
6494
 
6193
6495
  # The client must configure the authentication and authorization parameters
@@ -6274,10 +6576,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6274
6576
  from pulpcore.client.pulp_python.rest import ApiException
6275
6577
  from pprint import pprint
6276
6578
 
6277
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
6579
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6278
6580
  # See configuration.py for a list of all supported configuration parameters.
6279
6581
  configuration = pulpcore.client.pulp_python.Configuration(
6280
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
6582
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6281
6583
  )
6282
6584
 
6283
6585
  # The client must configure the authentication and authorization parameters
@@ -6362,10 +6664,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6362
6664
  from pulpcore.client.pulp_python.rest import ApiException
6363
6665
  from pprint import pprint
6364
6666
 
6365
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
6667
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6366
6668
  # See configuration.py for a list of all supported configuration parameters.
6367
6669
  configuration = pulpcore.client.pulp_python.Configuration(
6368
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
6670
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6369
6671
  )
6370
6672
 
6371
6673
  # The client must configure the authentication and authorization parameters
@@ -6456,10 +6758,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
6456
6758
  from pulpcore.client.pulp_python.rest import ApiException
6457
6759
  from pprint import pprint
6458
6760
 
6459
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
6761
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6460
6762
  # See configuration.py for a list of all supported configuration parameters.
6461
6763
  configuration = pulpcore.client.pulp_python.Configuration(
6462
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
6764
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6463
6765
  )
6464
6766
 
6465
6767
  # The client must configure the authentication and authorization parameters
@@ -6596,10 +6898,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
6596
6898
  from pulpcore.client.pulp_python.rest import ApiException
6597
6899
  from pprint import pprint
6598
6900
 
6599
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
6901
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6600
6902
  # See configuration.py for a list of all supported configuration parameters.
6601
6903
  configuration = pulpcore.client.pulp_python.Configuration(
6602
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
6904
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6603
6905
  )
6604
6906
 
6605
6907
  # The client must configure the authentication and authorization parameters
@@ -6688,10 +6990,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6688
6990
  from pulpcore.client.pulp_python.rest import ApiException
6689
6991
  from pprint import pprint
6690
6992
 
6691
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
6993
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6692
6994
  # See configuration.py for a list of all supported configuration parameters.
6693
6995
  configuration = pulpcore.client.pulp_python.Configuration(
6694
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
6996
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6695
6997
  )
6696
6998
 
6697
6999
  # The client must configure the authentication and authorization parameters
@@ -6781,10 +7083,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6781
7083
  from pulpcore.client.pulp_python.rest import ApiException
6782
7084
  from pprint import pprint
6783
7085
 
6784
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7086
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6785
7087
  # See configuration.py for a list of all supported configuration parameters.
6786
7088
  configuration = pulpcore.client.pulp_python.Configuration(
6787
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7089
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6788
7090
  )
6789
7091
 
6790
7092
  # The client must configure the authentication and authorization parameters
@@ -6872,10 +7174,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6872
7174
  from pulpcore.client.pulp_python.rest import ApiException
6873
7175
  from pprint import pprint
6874
7176
 
6875
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7177
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6876
7178
  # See configuration.py for a list of all supported configuration parameters.
6877
7179
  configuration = pulpcore.client.pulp_python.Configuration(
6878
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7180
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6879
7181
  )
6880
7182
 
6881
7183
  # The client must configure the authentication and authorization parameters
@@ -6965,10 +7267,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6965
7267
  from pulpcore.client.pulp_python.rest import ApiException
6966
7268
  from pprint import pprint
6967
7269
 
6968
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7270
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
6969
7271
  # See configuration.py for a list of all supported configuration parameters.
6970
7272
  configuration = pulpcore.client.pulp_python.Configuration(
6971
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7273
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
6972
7274
  )
6973
7275
 
6974
7276
  # The client must configure the authentication and authorization parameters
@@ -7056,10 +7358,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7056
7358
  from pulpcore.client.pulp_python.rest import ApiException
7057
7359
  from pprint import pprint
7058
7360
 
7059
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7361
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7060
7362
  # See configuration.py for a list of all supported configuration parameters.
7061
7363
  configuration = pulpcore.client.pulp_python.Configuration(
7062
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7364
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7063
7365
  )
7064
7366
 
7065
7367
  # The client must configure the authentication and authorization parameters
@@ -7147,10 +7449,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7147
7449
  from pulpcore.client.pulp_python.rest import ApiException
7148
7450
  from pprint import pprint
7149
7451
 
7150
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7452
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7151
7453
  # See configuration.py for a list of all supported configuration parameters.
7152
7454
  configuration = pulpcore.client.pulp_python.Configuration(
7153
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7455
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7154
7456
  )
7155
7457
 
7156
7458
  # The client must configure the authentication and authorization parameters
@@ -7238,10 +7540,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
7238
7540
  from pulpcore.client.pulp_python.rest import ApiException
7239
7541
  from pprint import pprint
7240
7542
 
7241
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7543
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7242
7544
  # See configuration.py for a list of all supported configuration parameters.
7243
7545
  configuration = pulpcore.client.pulp_python.Configuration(
7244
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7546
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7245
7547
  )
7246
7548
 
7247
7549
  # The client must configure the authentication and authorization parameters
@@ -7342,7 +7644,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
7342
7644
 
7343
7645
  # pulpcore.client.pulp_python.RepositoriesPythonApi
7344
7646
 
7345
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
7647
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
7346
7648
 
7347
7649
  Method | HTTP request | Description
7348
7650
  ------------- | ------------- | -------------
@@ -7382,10 +7684,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7382
7684
  from pulpcore.client.pulp_python.rest import ApiException
7383
7685
  from pprint import pprint
7384
7686
 
7385
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7687
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7386
7688
  # See configuration.py for a list of all supported configuration parameters.
7387
7689
  configuration = pulpcore.client.pulp_python.Configuration(
7388
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7690
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7389
7691
  )
7390
7692
 
7391
7693
  # The client must configure the authentication and authorization parameters
@@ -7473,10 +7775,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7473
7775
  from pulpcore.client.pulp_python.rest import ApiException
7474
7776
  from pprint import pprint
7475
7777
 
7476
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7778
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7477
7779
  # See configuration.py for a list of all supported configuration parameters.
7478
7780
  configuration = pulpcore.client.pulp_python.Configuration(
7479
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7781
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7480
7782
  )
7481
7783
 
7482
7784
  # The client must configure the authentication and authorization parameters
@@ -7563,10 +7865,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7563
7865
  from pulpcore.client.pulp_python.rest import ApiException
7564
7866
  from pprint import pprint
7565
7867
 
7566
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7868
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7567
7869
  # See configuration.py for a list of all supported configuration parameters.
7568
7870
  configuration = pulpcore.client.pulp_python.Configuration(
7569
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7871
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7570
7872
  )
7571
7873
 
7572
7874
  # The client must configure the authentication and authorization parameters
@@ -7651,10 +7953,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
7651
7953
  from pulpcore.client.pulp_python.rest import ApiException
7652
7954
  from pprint import pprint
7653
7955
 
7654
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
7956
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7655
7957
  # See configuration.py for a list of all supported configuration parameters.
7656
7958
  configuration = pulpcore.client.pulp_python.Configuration(
7657
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
7959
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7658
7960
  )
7659
7961
 
7660
7962
  # The client must configure the authentication and authorization parameters
@@ -7815,10 +8117,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7815
8117
  from pulpcore.client.pulp_python.rest import ApiException
7816
8118
  from pprint import pprint
7817
8119
 
7818
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8120
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7819
8121
  # See configuration.py for a list of all supported configuration parameters.
7820
8122
  configuration = pulpcore.client.pulp_python.Configuration(
7821
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8123
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7822
8124
  )
7823
8125
 
7824
8126
  # The client must configure the authentication and authorization parameters
@@ -7908,10 +8210,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7908
8210
  from pulpcore.client.pulp_python.rest import ApiException
7909
8211
  from pprint import pprint
7910
8212
 
7911
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8213
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
7912
8214
  # See configuration.py for a list of all supported configuration parameters.
7913
8215
  configuration = pulpcore.client.pulp_python.Configuration(
7914
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8216
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
7915
8217
  )
7916
8218
 
7917
8219
  # The client must configure the authentication and authorization parameters
@@ -7998,10 +8300,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7998
8300
  from pulpcore.client.pulp_python.rest import ApiException
7999
8301
  from pprint import pprint
8000
8302
 
8001
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8303
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8002
8304
  # See configuration.py for a list of all supported configuration parameters.
8003
8305
  configuration = pulpcore.client.pulp_python.Configuration(
8004
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8306
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8005
8307
  )
8006
8308
 
8007
8309
  # The client must configure the authentication and authorization parameters
@@ -8091,10 +8393,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8091
8393
  from pulpcore.client.pulp_python.rest import ApiException
8092
8394
  from pprint import pprint
8093
8395
 
8094
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8396
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8095
8397
  # See configuration.py for a list of all supported configuration parameters.
8096
8398
  configuration = pulpcore.client.pulp_python.Configuration(
8097
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8399
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8098
8400
  )
8099
8401
 
8100
8402
  # The client must configure the authentication and authorization parameters
@@ -8182,10 +8484,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8182
8484
  from pulpcore.client.pulp_python.rest import ApiException
8183
8485
  from pprint import pprint
8184
8486
 
8185
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8487
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8186
8488
  # See configuration.py for a list of all supported configuration parameters.
8187
8489
  configuration = pulpcore.client.pulp_python.Configuration(
8188
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8490
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8189
8491
  )
8190
8492
 
8191
8493
  # The client must configure the authentication and authorization parameters
@@ -8275,10 +8577,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
8275
8577
  from pulpcore.client.pulp_python.rest import ApiException
8276
8578
  from pprint import pprint
8277
8579
 
8278
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8580
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8279
8581
  # See configuration.py for a list of all supported configuration parameters.
8280
8582
  configuration = pulpcore.client.pulp_python.Configuration(
8281
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8583
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8282
8584
  )
8283
8585
 
8284
8586
  # The client must configure the authentication and authorization parameters
@@ -8365,10 +8667,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8365
8667
  from pulpcore.client.pulp_python.rest import ApiException
8366
8668
  from pprint import pprint
8367
8669
 
8368
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8670
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8369
8671
  # See configuration.py for a list of all supported configuration parameters.
8370
8672
  configuration = pulpcore.client.pulp_python.Configuration(
8371
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8673
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8372
8674
  )
8373
8675
 
8374
8676
  # The client must configure the authentication and authorization parameters
@@ -8454,10 +8756,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
8454
8756
  from pulpcore.client.pulp_python.rest import ApiException
8455
8757
  from pprint import pprint
8456
8758
 
8457
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8759
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8458
8760
  # See configuration.py for a list of all supported configuration parameters.
8459
8761
  configuration = pulpcore.client.pulp_python.Configuration(
8460
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8762
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8461
8763
  )
8462
8764
 
8463
8765
  # The client must configure the authentication and authorization parameters
@@ -8545,10 +8847,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
8545
8847
  from pulpcore.client.pulp_python.rest import ApiException
8546
8848
  from pprint import pprint
8547
8849
 
8548
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8850
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8549
8851
  # See configuration.py for a list of all supported configuration parameters.
8550
8852
  configuration = pulpcore.client.pulp_python.Configuration(
8551
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8853
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8552
8854
  )
8553
8855
 
8554
8856
  # The client must configure the authentication and authorization parameters
@@ -8636,10 +8938,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
8636
8938
  from pulpcore.client.pulp_python.rest import ApiException
8637
8939
  from pprint import pprint
8638
8940
 
8639
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
8941
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8640
8942
  # See configuration.py for a list of all supported configuration parameters.
8641
8943
  configuration = pulpcore.client.pulp_python.Configuration(
8642
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
8944
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8643
8945
  )
8644
8946
 
8645
8947
  # The client must configure the authentication and authorization parameters
@@ -8727,10 +9029,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8727
9029
  from pulpcore.client.pulp_python.rest import ApiException
8728
9030
  from pprint import pprint
8729
9031
 
8730
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9032
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8731
9033
  # See configuration.py for a list of all supported configuration parameters.
8732
9034
  configuration = pulpcore.client.pulp_python.Configuration(
8733
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9035
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8734
9036
  )
8735
9037
 
8736
9038
  # The client must configure the authentication and authorization parameters
@@ -8802,7 +9104,7 @@ Name | Type | Description | Notes
8802
9104
 
8803
9105
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8804
9106
 
8805
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
9107
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
8806
9108
 
8807
9109
  Method | HTTP request | Description
8808
9110
  ------------- | ------------- | -------------
@@ -8831,10 +9133,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8831
9133
  from pulpcore.client.pulp_python.rest import ApiException
8832
9134
  from pprint import pprint
8833
9135
 
8834
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9136
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8835
9137
  # See configuration.py for a list of all supported configuration parameters.
8836
9138
  configuration = pulpcore.client.pulp_python.Configuration(
8837
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9139
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8838
9140
  )
8839
9141
 
8840
9142
  # The client must configure the authentication and authorization parameters
@@ -8920,10 +9222,10 @@ import pulpcore.client.pulp_python
8920
9222
  from pulpcore.client.pulp_python.rest import ApiException
8921
9223
  from pprint import pprint
8922
9224
 
8923
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9225
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
8924
9226
  # See configuration.py for a list of all supported configuration parameters.
8925
9227
  configuration = pulpcore.client.pulp_python.Configuration(
8926
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9228
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
8927
9229
  )
8928
9230
 
8929
9231
  # The client must configure the authentication and authorization parameters
@@ -9006,10 +9308,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
9006
9308
  from pulpcore.client.pulp_python.rest import ApiException
9007
9309
  from pprint import pprint
9008
9310
 
9009
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9311
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
9010
9312
  # See configuration.py for a list of all supported configuration parameters.
9011
9313
  configuration = pulpcore.client.pulp_python.Configuration(
9012
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9314
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
9013
9315
  )
9014
9316
 
9015
9317
  # The client must configure the authentication and authorization parameters
@@ -9120,10 +9422,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
9120
9422
  from pulpcore.client.pulp_python.rest import ApiException
9121
9423
  from pprint import pprint
9122
9424
 
9123
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9425
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
9124
9426
  # See configuration.py for a list of all supported configuration parameters.
9125
9427
  configuration = pulpcore.client.pulp_python.Configuration(
9126
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9428
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
9127
9429
  )
9128
9430
 
9129
9431
  # The client must configure the authentication and authorization parameters
@@ -9196,7 +9498,7 @@ Name | Type | Description | Notes
9196
9498
 
9197
9499
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
9198
9500
 
9199
- All URIs are relative to *https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com*
9501
+ All URIs are relative to *https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com*
9200
9502
 
9201
9503
  Method | HTTP request | Description
9202
9504
  ------------- | ------------- | -------------
@@ -9225,10 +9527,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9225
9527
  from pulpcore.client.pulp_python.rest import ApiException
9226
9528
  from pprint import pprint
9227
9529
 
9228
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9530
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
9229
9531
  # See configuration.py for a list of all supported configuration parameters.
9230
9532
  configuration = pulpcore.client.pulp_python.Configuration(
9231
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9533
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
9232
9534
  )
9233
9535
 
9234
9536
  # The client must configure the authentication and authorization parameters
@@ -9313,10 +9615,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
9313
9615
  from pulpcore.client.pulp_python.rest import ApiException
9314
9616
  from pprint import pprint
9315
9617
 
9316
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9618
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
9317
9619
  # See configuration.py for a list of all supported configuration parameters.
9318
9620
  configuration = pulpcore.client.pulp_python.Configuration(
9319
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9621
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
9320
9622
  )
9321
9623
 
9322
9624
  # The client must configure the authentication and authorization parameters
@@ -9447,10 +9749,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
9447
9749
  from pulpcore.client.pulp_python.rest import ApiException
9448
9750
  from pprint import pprint
9449
9751
 
9450
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9752
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
9451
9753
  # See configuration.py for a list of all supported configuration parameters.
9452
9754
  configuration = pulpcore.client.pulp_python.Configuration(
9453
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9755
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
9454
9756
  )
9455
9757
 
9456
9758
  # The client must configure the authentication and authorization parameters
@@ -9540,10 +9842,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
9540
9842
  from pulpcore.client.pulp_python.rest import ApiException
9541
9843
  from pprint import pprint
9542
9844
 
9543
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9845
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
9544
9846
  # See configuration.py for a list of all supported configuration parameters.
9545
9847
  configuration = pulpcore.client.pulp_python.Configuration(
9546
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9848
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
9547
9849
  )
9548
9850
 
9549
9851
  # The client must configure the authentication and authorization parameters
@@ -9629,10 +9931,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9629
9931
  from pulpcore.client.pulp_python.rest import ApiException
9630
9932
  from pprint import pprint
9631
9933
 
9632
- # Defining the host is optional and defaults to https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com
9934
+ # Defining the host is optional and defaults to https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com
9633
9935
  # See configuration.py for a list of all supported configuration parameters.
9634
9936
  configuration = pulpcore.client.pulp_python.Configuration(
9635
- host = "https://env-ephemeral-q33fja.apps.crc-eph.r9lp.p1.openshiftapps.com"
9937
+ host = "https://env-ephemeral-opot1c.apps.crc-eph.r9lp.p1.openshiftapps.com"
9636
9938
  )
9637
9939
 
9638
9940
  # The client must configure the authentication and authorization parameters