crc-pulp-python-client 20260603.4__tar.gz → 20260603.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/PKG-INFO +164 -164
  2. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/README.md +4 -4
  3. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/crc_pulp_python_client.egg-info/PKG-INFO +164 -164
  4. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pyproject.toml +1 -1
  7. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/setup.py +1 -1
  8. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  15. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  16. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  17. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  18. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  19. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  27. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  28. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api_client.py +0 -0
  29. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/api_response.py +0 -0
  30. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/exceptions.py +0 -0
  31. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  32. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  33. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  34. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  35. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  36. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  37. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  38. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  39. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  40. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  41. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  42. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  43. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  44. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  45. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  46. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  47. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  48. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  49. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  50. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  51. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  52. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  53. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  54. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  55. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  56. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  57. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  58. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  59. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  60. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  61. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  62. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  63. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  64. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  65. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  66. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  67. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  68. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  69. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  70. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  71. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  72. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/repair.py +0 -0
  73. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  74. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  75. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  76. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  77. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  78. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  79. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  80. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  81. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/py.typed +0 -0
  82. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/pulpcore/client/pulp_python/rest.py +0 -0
  83. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/setup.cfg +0 -0
  84. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_api_integrity_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_api_legacy_api.py +0 -0
  86. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_api_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_api_simple_api.py +0 -0
  88. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_async_operation_response.py +0 -0
  89. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_content_packages_api.py +0 -0
  90. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_content_provenance_api.py +0 -0
  91. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_content_summary_response.py +0 -0
  92. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_distributions_pypi_api.py +0 -0
  93. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_exclude_platforms_enum.py +0 -0
  94. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_filetype_enum.py +0 -0
  95. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_metadata_version_enum.py +0 -0
  96. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_my_permissions_response.py +0 -0
  97. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_nested_role.py +0 -0
  98. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_nested_role_response.py +0 -0
  99. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_object_roles_response.py +0 -0
  100. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_package_metadata_response.py +0 -0
  101. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_package_types_enum.py +0 -0
  102. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_package_upload_task_response.py +0 -0
  103. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginated_repository_version_response_list.py +0 -0
  104. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  105. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  106. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  107. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  108. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  109. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  110. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  111. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_patchedpython_python_distribution.py +0 -0
  112. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_patchedpython_python_remote.py +0 -0
  113. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_patchedpython_python_repository.py +0 -0
  114. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_policy_enum.py +0 -0
  115. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_protocol_version_enum.py +0 -0
  116. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_publications_pypi_api.py +0 -0
  117. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_pypi_metadata_api.py +0 -0
  118. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_package_provenance_response.py +0 -0
  119. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_blocklist_entry.py +0 -0
  120. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_blocklist_entry_response.py +0 -0
  121. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_distribution.py +0 -0
  122. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_distribution_response.py +0 -0
  123. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_package_content_response.py +0 -0
  124. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_publication.py +0 -0
  125. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_publication_response.py +0 -0
  126. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_remote.py +0 -0
  127. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_remote_response.py +0 -0
  128. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  129. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_repository.py +0 -0
  130. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_python_python_repository_response.py +0 -0
  131. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_remote_network_config.py +0 -0
  132. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_remote_network_config_response.py +0 -0
  133. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_remotes_python_api.py +0 -0
  134. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_repair.py +0 -0
  135. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_repositories_python_api.py +0 -0
  136. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  137. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_repositories_python_versions_api.py +0 -0
  138. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_repository_add_remove_content.py +0 -0
  139. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_repository_sync_url.py +0 -0
  140. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_repository_version_response.py +0 -0
  141. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_set_label.py +0 -0
  142. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_set_label_response.py +0 -0
  143. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_summary_response.py +0 -0
  144. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_unset_label.py +0 -0
  145. {crc_pulp_python_client-20260603.4 → crc_pulp_python_client-20260603.6}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20260603.4
3
+ Version: 20260603.6
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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.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-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
274
274
  )
275
275
 
276
276
  # The client must configure the authentication and authorization parameters
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  # pulpcore.client.pulp_python.ApiSimpleApi
347
347
 
348
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
349
349
 
350
350
  Method | HTTP request | Description
351
351
  ------------- | ------------- | -------------
@@ -372,10 +372,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
372
372
  from pulpcore.client.pulp_python.rest import ApiException
373
373
  from pprint import pprint
374
374
 
375
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
376
376
  # See configuration.py for a list of all supported configuration parameters.
377
377
  configuration = pulpcore.client.pulp_python.Configuration(
378
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
379
379
  )
380
380
 
381
381
  # The client must configure the authentication and authorization parameters
@@ -475,10 +475,10 @@ import pulpcore.client.pulp_python
475
475
  from pulpcore.client.pulp_python.rest import ApiException
476
476
  from pprint import pprint
477
477
 
478
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
479
479
  # See configuration.py for a list of all supported configuration parameters.
480
480
  configuration = pulpcore.client.pulp_python.Configuration(
481
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
482
482
  )
483
483
 
484
484
  # The client must configure the authentication and authorization parameters
@@ -570,10 +570,10 @@ import pulpcore.client.pulp_python
570
570
  from pulpcore.client.pulp_python.rest import ApiException
571
571
  from pprint import pprint
572
572
 
573
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
574
574
  # See configuration.py for a list of all supported configuration parameters.
575
575
  configuration = pulpcore.client.pulp_python.Configuration(
576
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
577
577
  )
578
578
 
579
579
  # The client must configure the authentication and authorization parameters
@@ -678,7 +678,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
678
678
 
679
679
  # pulpcore.client.pulp_python.ContentPackagesApi
680
680
 
681
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
682
682
 
683
683
  Method | HTTP request | Description
684
684
  ------------- | ------------- | -------------
@@ -708,10 +708,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
708
708
  from pulpcore.client.pulp_python.rest import ApiException
709
709
  from pprint import pprint
710
710
 
711
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
712
712
  # See configuration.py for a list of all supported configuration parameters.
713
713
  configuration = pulpcore.client.pulp_python.Configuration(
714
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
715
715
  )
716
716
 
717
717
  # The client must configure the authentication and authorization parameters
@@ -870,10 +870,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
870
870
  from pulpcore.client.pulp_python.rest import ApiException
871
871
  from pprint import pprint
872
872
 
873
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
873
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
874
874
  # See configuration.py for a list of all supported configuration parameters.
875
875
  configuration = pulpcore.client.pulp_python.Configuration(
876
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
876
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
877
877
  )
878
878
 
879
879
  # The client must configure the authentication and authorization parameters
@@ -1032,10 +1032,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1032
1032
  from pulpcore.client.pulp_python.rest import ApiException
1033
1033
  from pprint import pprint
1034
1034
 
1035
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1035
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1036
1036
  # See configuration.py for a list of all supported configuration parameters.
1037
1037
  configuration = pulpcore.client.pulp_python.Configuration(
1038
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1038
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1039
1039
  )
1040
1040
 
1041
1041
  # The client must configure the authentication and authorization parameters
@@ -1125,10 +1125,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1125
1125
  from pulpcore.client.pulp_python.rest import ApiException
1126
1126
  from pprint import pprint
1127
1127
 
1128
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1128
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1129
1129
  # See configuration.py for a list of all supported configuration parameters.
1130
1130
  configuration = pulpcore.client.pulp_python.Configuration(
1131
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1131
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1132
1132
  )
1133
1133
 
1134
1134
  # The client must configure the authentication and authorization parameters
@@ -1216,10 +1216,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1216
1216
  from pulpcore.client.pulp_python.rest import ApiException
1217
1217
  from pprint import pprint
1218
1218
 
1219
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1219
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1220
1220
  # See configuration.py for a list of all supported configuration parameters.
1221
1221
  configuration = pulpcore.client.pulp_python.Configuration(
1222
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1222
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1223
1223
  )
1224
1224
 
1225
1225
  # The client must configure the authentication and authorization parameters
@@ -1306,10 +1306,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1306
1306
  from pulpcore.client.pulp_python.rest import ApiException
1307
1307
  from pprint import pprint
1308
1308
 
1309
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1309
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1310
1310
  # See configuration.py for a list of all supported configuration parameters.
1311
1311
  configuration = pulpcore.client.pulp_python.Configuration(
1312
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1312
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1313
1313
  )
1314
1314
 
1315
1315
  # The client must configure the authentication and authorization parameters
@@ -1448,7 +1448,7 @@ Name | Type | Description | Notes
1448
1448
 
1449
1449
  # pulpcore.client.pulp_python.ContentProvenanceApi
1450
1450
 
1451
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
1451
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
1452
1452
 
1453
1453
  Method | HTTP request | Description
1454
1454
  ------------- | ------------- | -------------
@@ -1477,10 +1477,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1477
1477
  from pulpcore.client.pulp_python.rest import ApiException
1478
1478
  from pprint import pprint
1479
1479
 
1480
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1480
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1481
1481
  # See configuration.py for a list of all supported configuration parameters.
1482
1482
  configuration = pulpcore.client.pulp_python.Configuration(
1483
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1483
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1484
1484
  )
1485
1485
 
1486
1486
  # The client must configure the authentication and authorization parameters
@@ -1583,10 +1583,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1583
1583
  from pulpcore.client.pulp_python.rest import ApiException
1584
1584
  from pprint import pprint
1585
1585
 
1586
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1586
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1587
1587
  # See configuration.py for a list of all supported configuration parameters.
1588
1588
  configuration = pulpcore.client.pulp_python.Configuration(
1589
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1589
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1590
1590
  )
1591
1591
 
1592
1592
  # The client must configure the authentication and authorization parameters
@@ -1707,10 +1707,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1707
1707
  from pulpcore.client.pulp_python.rest import ApiException
1708
1708
  from pprint import pprint
1709
1709
 
1710
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1710
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1711
1711
  # See configuration.py for a list of all supported configuration parameters.
1712
1712
  configuration = pulpcore.client.pulp_python.Configuration(
1713
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1713
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1714
1714
  )
1715
1715
 
1716
1716
  # The client must configure the authentication and authorization parameters
@@ -1800,10 +1800,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1800
1800
  from pulpcore.client.pulp_python.rest import ApiException
1801
1801
  from pprint import pprint
1802
1802
 
1803
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1803
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1804
1804
  # See configuration.py for a list of all supported configuration parameters.
1805
1805
  configuration = pulpcore.client.pulp_python.Configuration(
1806
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1806
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1807
1807
  )
1808
1808
 
1809
1809
  # The client must configure the authentication and authorization parameters
@@ -1891,10 +1891,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1891
1891
  from pulpcore.client.pulp_python.rest import ApiException
1892
1892
  from pprint import pprint
1893
1893
 
1894
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
1894
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
1895
1895
  # See configuration.py for a list of all supported configuration parameters.
1896
1896
  configuration = pulpcore.client.pulp_python.Configuration(
1897
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
1897
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
1898
1898
  )
1899
1899
 
1900
1900
  # The client must configure the authentication and authorization parameters
@@ -1997,7 +1997,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1997
1997
 
1998
1998
  # pulpcore.client.pulp_python.DistributionsPypiApi
1999
1999
 
2000
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
2000
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
2001
2001
 
2002
2002
  Method | HTTP request | Description
2003
2003
  ------------- | ------------- | -------------
@@ -2034,10 +2034,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2034
2034
  from pulpcore.client.pulp_python.rest import ApiException
2035
2035
  from pprint import pprint
2036
2036
 
2037
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2037
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2038
2038
  # See configuration.py for a list of all supported configuration parameters.
2039
2039
  configuration = pulpcore.client.pulp_python.Configuration(
2040
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2040
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2041
2041
  )
2042
2042
 
2043
2043
  # The client must configure the authentication and authorization parameters
@@ -2125,10 +2125,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2125
2125
  from pulpcore.client.pulp_python.rest import ApiException
2126
2126
  from pprint import pprint
2127
2127
 
2128
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2128
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2129
2129
  # See configuration.py for a list of all supported configuration parameters.
2130
2130
  configuration = pulpcore.client.pulp_python.Configuration(
2131
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2131
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2132
2132
  )
2133
2133
 
2134
2134
  # The client must configure the authentication and authorization parameters
@@ -2215,10 +2215,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2215
2215
  from pulpcore.client.pulp_python.rest import ApiException
2216
2216
  from pprint import pprint
2217
2217
 
2218
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2218
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2219
2219
  # See configuration.py for a list of all supported configuration parameters.
2220
2220
  configuration = pulpcore.client.pulp_python.Configuration(
2221
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2221
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2222
2222
  )
2223
2223
 
2224
2224
  # The client must configure the authentication and authorization parameters
@@ -2303,10 +2303,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2303
2303
  from pulpcore.client.pulp_python.rest import ApiException
2304
2304
  from pprint import pprint
2305
2305
 
2306
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2306
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2307
2307
  # See configuration.py for a list of all supported configuration parameters.
2308
2308
  configuration = pulpcore.client.pulp_python.Configuration(
2309
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2309
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2310
2310
  )
2311
2311
 
2312
2312
  # The client must configure the authentication and authorization parameters
@@ -2445,10 +2445,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2445
2445
  from pulpcore.client.pulp_python.rest import ApiException
2446
2446
  from pprint import pprint
2447
2447
 
2448
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2448
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2449
2449
  # See configuration.py for a list of all supported configuration parameters.
2450
2450
  configuration = pulpcore.client.pulp_python.Configuration(
2451
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2451
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2452
2452
  )
2453
2453
 
2454
2454
  # The client must configure the authentication and authorization parameters
@@ -2537,10 +2537,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2537
2537
  from pulpcore.client.pulp_python.rest import ApiException
2538
2538
  from pprint import pprint
2539
2539
 
2540
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2540
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2541
2541
  # See configuration.py for a list of all supported configuration parameters.
2542
2542
  configuration = pulpcore.client.pulp_python.Configuration(
2543
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2543
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2544
2544
  )
2545
2545
 
2546
2546
  # The client must configure the authentication and authorization parameters
@@ -2630,10 +2630,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2630
2630
  from pulpcore.client.pulp_python.rest import ApiException
2631
2631
  from pprint import pprint
2632
2632
 
2633
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2633
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2634
2634
  # See configuration.py for a list of all supported configuration parameters.
2635
2635
  configuration = pulpcore.client.pulp_python.Configuration(
2636
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2636
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2637
2637
  )
2638
2638
 
2639
2639
  # The client must configure the authentication and authorization parameters
@@ -2721,10 +2721,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2721
2721
  from pulpcore.client.pulp_python.rest import ApiException
2722
2722
  from pprint import pprint
2723
2723
 
2724
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2724
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2725
2725
  # See configuration.py for a list of all supported configuration parameters.
2726
2726
  configuration = pulpcore.client.pulp_python.Configuration(
2727
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2727
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2728
2728
  )
2729
2729
 
2730
2730
  # The client must configure the authentication and authorization parameters
@@ -2814,10 +2814,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2814
2814
  from pulpcore.client.pulp_python.rest import ApiException
2815
2815
  from pprint import pprint
2816
2816
 
2817
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2817
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2818
2818
  # See configuration.py for a list of all supported configuration parameters.
2819
2819
  configuration = pulpcore.client.pulp_python.Configuration(
2820
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2820
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2821
2821
  )
2822
2822
 
2823
2823
  # The client must configure the authentication and authorization parameters
@@ -2905,10 +2905,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2905
2905
  from pulpcore.client.pulp_python.rest import ApiException
2906
2906
  from pprint import pprint
2907
2907
 
2908
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2908
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
2909
2909
  # See configuration.py for a list of all supported configuration parameters.
2910
2910
  configuration = pulpcore.client.pulp_python.Configuration(
2911
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
2911
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
2912
2912
  )
2913
2913
 
2914
2914
  # The client must configure the authentication and authorization parameters
@@ -2996,10 +2996,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2996
2996
  from pulpcore.client.pulp_python.rest import ApiException
2997
2997
  from pprint import pprint
2998
2998
 
2999
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
2999
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
3000
3000
  # See configuration.py for a list of all supported configuration parameters.
3001
3001
  configuration = pulpcore.client.pulp_python.Configuration(
3002
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
3002
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
3003
3003
  )
3004
3004
 
3005
3005
  # The client must configure the authentication and authorization parameters
@@ -3087,10 +3087,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3087
3087
  from pulpcore.client.pulp_python.rest import ApiException
3088
3088
  from pprint import pprint
3089
3089
 
3090
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
3090
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
3091
3091
  # See configuration.py for a list of all supported configuration parameters.
3092
3092
  configuration = pulpcore.client.pulp_python.Configuration(
3093
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
3093
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
3094
3094
  )
3095
3095
 
3096
3096
  # The client must configure the authentication and authorization parameters
@@ -3844,7 +3844,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3844
3844
 
3845
3845
  # pulpcore.client.pulp_python.PublicationsPypiApi
3846
3846
 
3847
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
3847
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
3848
3848
 
3849
3849
  Method | HTTP request | Description
3850
3850
  ------------- | ------------- | -------------
@@ -3877,10 +3877,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3877
3877
  from pulpcore.client.pulp_python.rest import ApiException
3878
3878
  from pprint import pprint
3879
3879
 
3880
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
3880
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
3881
3881
  # See configuration.py for a list of all supported configuration parameters.
3882
3882
  configuration = pulpcore.client.pulp_python.Configuration(
3883
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
3883
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
3884
3884
  )
3885
3885
 
3886
3886
  # The client must configure the authentication and authorization parameters
@@ -3968,10 +3968,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3968
3968
  from pulpcore.client.pulp_python.rest import ApiException
3969
3969
  from pprint import pprint
3970
3970
 
3971
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
3971
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
3972
3972
  # See configuration.py for a list of all supported configuration parameters.
3973
3973
  configuration = pulpcore.client.pulp_python.Configuration(
3974
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
3974
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
3975
3975
  )
3976
3976
 
3977
3977
  # The client must configure the authentication and authorization parameters
@@ -4057,10 +4057,10 @@ import pulpcore.client.pulp_python
4057
4057
  from pulpcore.client.pulp_python.rest import ApiException
4058
4058
  from pprint import pprint
4059
4059
 
4060
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
4060
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
4061
4061
  # See configuration.py for a list of all supported configuration parameters.
4062
4062
  configuration = pulpcore.client.pulp_python.Configuration(
4063
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
4063
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
4064
4064
  )
4065
4065
 
4066
4066
  # The client must configure the authentication and authorization parameters
@@ -4143,10 +4143,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4143
4143
  from pulpcore.client.pulp_python.rest import ApiException
4144
4144
  from pprint import pprint
4145
4145
 
4146
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
4146
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
4147
4147
  # See configuration.py for a list of all supported configuration parameters.
4148
4148
  configuration = pulpcore.client.pulp_python.Configuration(
4149
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
4149
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
4150
4150
  )
4151
4151
 
4152
4152
  # The client must configure the authentication and authorization parameters
@@ -4273,10 +4273,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4273
4273
  from pulpcore.client.pulp_python.rest import ApiException
4274
4274
  from pprint import pprint
4275
4275
 
4276
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
4276
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
4277
4277
  # See configuration.py for a list of all supported configuration parameters.
4278
4278
  configuration = pulpcore.client.pulp_python.Configuration(
4279
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
4279
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
4280
4280
  )
4281
4281
 
4282
4282
  # The client must configure the authentication and authorization parameters
@@ -4365,10 +4365,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4365
4365
  from pulpcore.client.pulp_python.rest import ApiException
4366
4366
  from pprint import pprint
4367
4367
 
4368
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
4368
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
4369
4369
  # See configuration.py for a list of all supported configuration parameters.
4370
4370
  configuration = pulpcore.client.pulp_python.Configuration(
4371
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
4371
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
4372
4372
  )
4373
4373
 
4374
4374
  # The client must configure the authentication and authorization parameters
@@ -4457,10 +4457,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4457
4457
  from pulpcore.client.pulp_python.rest import ApiException
4458
4458
  from pprint import pprint
4459
4459
 
4460
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
4460
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
4461
4461
  # See configuration.py for a list of all supported configuration parameters.
4462
4462
  configuration = pulpcore.client.pulp_python.Configuration(
4463
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
4463
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
4464
4464
  )
4465
4465
 
4466
4466
  # The client must configure the authentication and authorization parameters
@@ -4550,10 +4550,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4550
4550
  from pulpcore.client.pulp_python.rest import ApiException
4551
4551
  from pprint import pprint
4552
4552
 
4553
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
4553
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
4554
4554
  # See configuration.py for a list of all supported configuration parameters.
4555
4555
  configuration = pulpcore.client.pulp_python.Configuration(
4556
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
4556
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
4557
4557
  )
4558
4558
 
4559
4559
  # The client must configure the authentication and authorization parameters
@@ -4624,7 +4624,7 @@ Name | Type | Description | Notes
4624
4624
 
4625
4625
  # pulpcore.client.pulp_python.PypiMetadataApi
4626
4626
 
4627
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
4627
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
4628
4628
 
4629
4629
  Method | HTTP request | Description
4630
4630
  ------------- | ------------- | -------------
@@ -4649,10 +4649,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4649
4649
  from pulpcore.client.pulp_python.rest import ApiException
4650
4650
  from pprint import pprint
4651
4651
 
4652
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
4652
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
4653
4653
  # See configuration.py for a list of all supported configuration parameters.
4654
4654
  configuration = pulpcore.client.pulp_python.Configuration(
4655
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
4655
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
4656
4656
  )
4657
4657
 
4658
4658
  # The client must configure the authentication and authorization parameters
@@ -5374,7 +5374,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
5374
5374
 
5375
5375
  # pulpcore.client.pulp_python.RemotesPythonApi
5376
5376
 
5377
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
5377
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
5378
5378
 
5379
5379
  Method | HTTP request | Description
5380
5380
  ------------- | ------------- | -------------
@@ -5412,10 +5412,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5412
5412
  from pulpcore.client.pulp_python.rest import ApiException
5413
5413
  from pprint import pprint
5414
5414
 
5415
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
5415
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
5416
5416
  # See configuration.py for a list of all supported configuration parameters.
5417
5417
  configuration = pulpcore.client.pulp_python.Configuration(
5418
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
5418
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
5419
5419
  )
5420
5420
 
5421
5421
  # The client must configure the authentication and authorization parameters
@@ -5503,10 +5503,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5503
5503
  from pulpcore.client.pulp_python.rest import ApiException
5504
5504
  from pprint import pprint
5505
5505
 
5506
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
5506
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
5507
5507
  # See configuration.py for a list of all supported configuration parameters.
5508
5508
  configuration = pulpcore.client.pulp_python.Configuration(
5509
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
5509
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
5510
5510
  )
5511
5511
 
5512
5512
  # The client must configure the authentication and authorization parameters
@@ -5593,10 +5593,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5593
5593
  from pulpcore.client.pulp_python.rest import ApiException
5594
5594
  from pprint import pprint
5595
5595
 
5596
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
5596
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
5597
5597
  # See configuration.py for a list of all supported configuration parameters.
5598
5598
  configuration = pulpcore.client.pulp_python.Configuration(
5599
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
5599
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
5600
5600
  )
5601
5601
 
5602
5602
  # The client must configure the authentication and authorization parameters
@@ -5681,10 +5681,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5681
5681
  from pulpcore.client.pulp_python.rest import ApiException
5682
5682
  from pprint import pprint
5683
5683
 
5684
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
5684
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
5685
5685
  # See configuration.py for a list of all supported configuration parameters.
5686
5686
  configuration = pulpcore.client.pulp_python.Configuration(
5687
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
5687
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
5688
5688
  )
5689
5689
 
5690
5690
  # The client must configure the authentication and authorization parameters
@@ -5775,10 +5775,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5775
5775
  from pulpcore.client.pulp_python.rest import ApiException
5776
5776
  from pprint import pprint
5777
5777
 
5778
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
5778
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
5779
5779
  # See configuration.py for a list of all supported configuration parameters.
5780
5780
  configuration = pulpcore.client.pulp_python.Configuration(
5781
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
5781
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
5782
5782
  )
5783
5783
 
5784
5784
  # The client must configure the authentication and authorization parameters
@@ -5915,10 +5915,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5915
5915
  from pulpcore.client.pulp_python.rest import ApiException
5916
5916
  from pprint import pprint
5917
5917
 
5918
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
5918
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
5919
5919
  # See configuration.py for a list of all supported configuration parameters.
5920
5920
  configuration = pulpcore.client.pulp_python.Configuration(
5921
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
5921
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
5922
5922
  )
5923
5923
 
5924
5924
  # The client must configure the authentication and authorization parameters
@@ -6007,10 +6007,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6007
6007
  from pulpcore.client.pulp_python.rest import ApiException
6008
6008
  from pprint import pprint
6009
6009
 
6010
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6010
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6011
6011
  # See configuration.py for a list of all supported configuration parameters.
6012
6012
  configuration = pulpcore.client.pulp_python.Configuration(
6013
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6013
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6014
6014
  )
6015
6015
 
6016
6016
  # The client must configure the authentication and authorization parameters
@@ -6100,10 +6100,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6100
6100
  from pulpcore.client.pulp_python.rest import ApiException
6101
6101
  from pprint import pprint
6102
6102
 
6103
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6103
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6104
6104
  # See configuration.py for a list of all supported configuration parameters.
6105
6105
  configuration = pulpcore.client.pulp_python.Configuration(
6106
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6106
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6107
6107
  )
6108
6108
 
6109
6109
  # The client must configure the authentication and authorization parameters
@@ -6191,10 +6191,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6191
6191
  from pulpcore.client.pulp_python.rest import ApiException
6192
6192
  from pprint import pprint
6193
6193
 
6194
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6194
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6195
6195
  # See configuration.py for a list of all supported configuration parameters.
6196
6196
  configuration = pulpcore.client.pulp_python.Configuration(
6197
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6197
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6198
6198
  )
6199
6199
 
6200
6200
  # The client must configure the authentication and authorization parameters
@@ -6284,10 +6284,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6284
6284
  from pulpcore.client.pulp_python.rest import ApiException
6285
6285
  from pprint import pprint
6286
6286
 
6287
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6287
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6288
6288
  # See configuration.py for a list of all supported configuration parameters.
6289
6289
  configuration = pulpcore.client.pulp_python.Configuration(
6290
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6290
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6291
6291
  )
6292
6292
 
6293
6293
  # The client must configure the authentication and authorization parameters
@@ -6375,10 +6375,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6375
6375
  from pulpcore.client.pulp_python.rest import ApiException
6376
6376
  from pprint import pprint
6377
6377
 
6378
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6378
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6379
6379
  # See configuration.py for a list of all supported configuration parameters.
6380
6380
  configuration = pulpcore.client.pulp_python.Configuration(
6381
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6381
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6382
6382
  )
6383
6383
 
6384
6384
  # The client must configure the authentication and authorization parameters
@@ -6466,10 +6466,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6466
6466
  from pulpcore.client.pulp_python.rest import ApiException
6467
6467
  from pprint import pprint
6468
6468
 
6469
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6469
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6470
6470
  # See configuration.py for a list of all supported configuration parameters.
6471
6471
  configuration = pulpcore.client.pulp_python.Configuration(
6472
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6472
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6473
6473
  )
6474
6474
 
6475
6475
  # The client must configure the authentication and authorization parameters
@@ -6557,10 +6557,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6557
6557
  from pulpcore.client.pulp_python.rest import ApiException
6558
6558
  from pprint import pprint
6559
6559
 
6560
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6560
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6561
6561
  # See configuration.py for a list of all supported configuration parameters.
6562
6562
  configuration = pulpcore.client.pulp_python.Configuration(
6563
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6563
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6564
6564
  )
6565
6565
 
6566
6566
  # The client must configure the authentication and authorization parameters
@@ -6661,7 +6661,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6661
6661
 
6662
6662
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6663
6663
 
6664
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
6664
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
6665
6665
 
6666
6666
  Method | HTTP request | Description
6667
6667
  ------------- | ------------- | -------------
@@ -6701,10 +6701,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6701
6701
  from pulpcore.client.pulp_python.rest import ApiException
6702
6702
  from pprint import pprint
6703
6703
 
6704
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6704
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6705
6705
  # See configuration.py for a list of all supported configuration parameters.
6706
6706
  configuration = pulpcore.client.pulp_python.Configuration(
6707
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6707
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6708
6708
  )
6709
6709
 
6710
6710
  # The client must configure the authentication and authorization parameters
@@ -6792,10 +6792,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6792
6792
  from pulpcore.client.pulp_python.rest import ApiException
6793
6793
  from pprint import pprint
6794
6794
 
6795
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6795
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6796
6796
  # See configuration.py for a list of all supported configuration parameters.
6797
6797
  configuration = pulpcore.client.pulp_python.Configuration(
6798
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6798
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6799
6799
  )
6800
6800
 
6801
6801
  # The client must configure the authentication and authorization parameters
@@ -6882,10 +6882,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6882
6882
  from pulpcore.client.pulp_python.rest import ApiException
6883
6883
  from pprint import pprint
6884
6884
 
6885
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6885
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6886
6886
  # See configuration.py for a list of all supported configuration parameters.
6887
6887
  configuration = pulpcore.client.pulp_python.Configuration(
6888
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6888
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6889
6889
  )
6890
6890
 
6891
6891
  # The client must configure the authentication and authorization parameters
@@ -6970,10 +6970,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6970
6970
  from pulpcore.client.pulp_python.rest import ApiException
6971
6971
  from pprint import pprint
6972
6972
 
6973
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
6973
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
6974
6974
  # See configuration.py for a list of all supported configuration parameters.
6975
6975
  configuration = pulpcore.client.pulp_python.Configuration(
6976
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
6976
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
6977
6977
  )
6978
6978
 
6979
6979
  # The client must configure the authentication and authorization parameters
@@ -7134,10 +7134,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7134
7134
  from pulpcore.client.pulp_python.rest import ApiException
7135
7135
  from pprint import pprint
7136
7136
 
7137
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7137
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7138
7138
  # See configuration.py for a list of all supported configuration parameters.
7139
7139
  configuration = pulpcore.client.pulp_python.Configuration(
7140
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7140
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7141
7141
  )
7142
7142
 
7143
7143
  # The client must configure the authentication and authorization parameters
@@ -7227,10 +7227,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7227
7227
  from pulpcore.client.pulp_python.rest import ApiException
7228
7228
  from pprint import pprint
7229
7229
 
7230
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7230
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7231
7231
  # See configuration.py for a list of all supported configuration parameters.
7232
7232
  configuration = pulpcore.client.pulp_python.Configuration(
7233
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7233
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7234
7234
  )
7235
7235
 
7236
7236
  # The client must configure the authentication and authorization parameters
@@ -7317,10 +7317,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7317
7317
  from pulpcore.client.pulp_python.rest import ApiException
7318
7318
  from pprint import pprint
7319
7319
 
7320
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7320
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7321
7321
  # See configuration.py for a list of all supported configuration parameters.
7322
7322
  configuration = pulpcore.client.pulp_python.Configuration(
7323
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7323
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7324
7324
  )
7325
7325
 
7326
7326
  # The client must configure the authentication and authorization parameters
@@ -7410,10 +7410,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7410
7410
  from pulpcore.client.pulp_python.rest import ApiException
7411
7411
  from pprint import pprint
7412
7412
 
7413
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7413
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7414
7414
  # See configuration.py for a list of all supported configuration parameters.
7415
7415
  configuration = pulpcore.client.pulp_python.Configuration(
7416
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7416
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7417
7417
  )
7418
7418
 
7419
7419
  # The client must configure the authentication and authorization parameters
@@ -7501,10 +7501,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7501
7501
  from pulpcore.client.pulp_python.rest import ApiException
7502
7502
  from pprint import pprint
7503
7503
 
7504
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7504
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7505
7505
  # See configuration.py for a list of all supported configuration parameters.
7506
7506
  configuration = pulpcore.client.pulp_python.Configuration(
7507
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7507
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7508
7508
  )
7509
7509
 
7510
7510
  # The client must configure the authentication and authorization parameters
@@ -7594,10 +7594,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7594
7594
  from pulpcore.client.pulp_python.rest import ApiException
7595
7595
  from pprint import pprint
7596
7596
 
7597
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7597
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7598
7598
  # See configuration.py for a list of all supported configuration parameters.
7599
7599
  configuration = pulpcore.client.pulp_python.Configuration(
7600
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7600
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7601
7601
  )
7602
7602
 
7603
7603
  # The client must configure the authentication and authorization parameters
@@ -7684,10 +7684,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7684
7684
  from pulpcore.client.pulp_python.rest import ApiException
7685
7685
  from pprint import pprint
7686
7686
 
7687
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7687
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7688
7688
  # See configuration.py for a list of all supported configuration parameters.
7689
7689
  configuration = pulpcore.client.pulp_python.Configuration(
7690
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7690
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7691
7691
  )
7692
7692
 
7693
7693
  # The client must configure the authentication and authorization parameters
@@ -7773,10 +7773,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7773
7773
  from pulpcore.client.pulp_python.rest import ApiException
7774
7774
  from pprint import pprint
7775
7775
 
7776
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7776
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7777
7777
  # See configuration.py for a list of all supported configuration parameters.
7778
7778
  configuration = pulpcore.client.pulp_python.Configuration(
7779
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7779
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7780
7780
  )
7781
7781
 
7782
7782
  # The client must configure the authentication and authorization parameters
@@ -7864,10 +7864,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7864
7864
  from pulpcore.client.pulp_python.rest import ApiException
7865
7865
  from pprint import pprint
7866
7866
 
7867
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7867
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7868
7868
  # See configuration.py for a list of all supported configuration parameters.
7869
7869
  configuration = pulpcore.client.pulp_python.Configuration(
7870
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7870
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7871
7871
  )
7872
7872
 
7873
7873
  # The client must configure the authentication and authorization parameters
@@ -7955,10 +7955,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7955
7955
  from pulpcore.client.pulp_python.rest import ApiException
7956
7956
  from pprint import pprint
7957
7957
 
7958
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
7958
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
7959
7959
  # See configuration.py for a list of all supported configuration parameters.
7960
7960
  configuration = pulpcore.client.pulp_python.Configuration(
7961
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
7961
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
7962
7962
  )
7963
7963
 
7964
7964
  # The client must configure the authentication and authorization parameters
@@ -8046,10 +8046,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8046
8046
  from pulpcore.client.pulp_python.rest import ApiException
8047
8047
  from pprint import pprint
8048
8048
 
8049
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8049
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8050
8050
  # See configuration.py for a list of all supported configuration parameters.
8051
8051
  configuration = pulpcore.client.pulp_python.Configuration(
8052
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8052
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8053
8053
  )
8054
8054
 
8055
8055
  # The client must configure the authentication and authorization parameters
@@ -8121,7 +8121,7 @@ Name | Type | Description | Notes
8121
8121
 
8122
8122
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8123
8123
 
8124
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
8124
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
8125
8125
 
8126
8126
  Method | HTTP request | Description
8127
8127
  ------------- | ------------- | -------------
@@ -8150,10 +8150,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8150
8150
  from pulpcore.client.pulp_python.rest import ApiException
8151
8151
  from pprint import pprint
8152
8152
 
8153
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8153
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8154
8154
  # See configuration.py for a list of all supported configuration parameters.
8155
8155
  configuration = pulpcore.client.pulp_python.Configuration(
8156
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8156
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8157
8157
  )
8158
8158
 
8159
8159
  # The client must configure the authentication and authorization parameters
@@ -8239,10 +8239,10 @@ import pulpcore.client.pulp_python
8239
8239
  from pulpcore.client.pulp_python.rest import ApiException
8240
8240
  from pprint import pprint
8241
8241
 
8242
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8242
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8243
8243
  # See configuration.py for a list of all supported configuration parameters.
8244
8244
  configuration = pulpcore.client.pulp_python.Configuration(
8245
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8245
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8246
8246
  )
8247
8247
 
8248
8248
  # The client must configure the authentication and authorization parameters
@@ -8325,10 +8325,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
8325
8325
  from pulpcore.client.pulp_python.rest import ApiException
8326
8326
  from pprint import pprint
8327
8327
 
8328
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8328
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8329
8329
  # See configuration.py for a list of all supported configuration parameters.
8330
8330
  configuration = pulpcore.client.pulp_python.Configuration(
8331
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8331
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8332
8332
  )
8333
8333
 
8334
8334
  # The client must configure the authentication and authorization parameters
@@ -8439,10 +8439,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8439
8439
  from pulpcore.client.pulp_python.rest import ApiException
8440
8440
  from pprint import pprint
8441
8441
 
8442
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8442
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8443
8443
  # See configuration.py for a list of all supported configuration parameters.
8444
8444
  configuration = pulpcore.client.pulp_python.Configuration(
8445
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8445
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8446
8446
  )
8447
8447
 
8448
8448
  # The client must configure the authentication and authorization parameters
@@ -8515,7 +8515,7 @@ Name | Type | Description | Notes
8515
8515
 
8516
8516
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8517
8517
 
8518
- All URIs are relative to *https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com*
8518
+ All URIs are relative to *https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com*
8519
8519
 
8520
8520
  Method | HTTP request | Description
8521
8521
  ------------- | ------------- | -------------
@@ -8544,10 +8544,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8544
8544
  from pulpcore.client.pulp_python.rest import ApiException
8545
8545
  from pprint import pprint
8546
8546
 
8547
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8547
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8548
8548
  # See configuration.py for a list of all supported configuration parameters.
8549
8549
  configuration = pulpcore.client.pulp_python.Configuration(
8550
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8550
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8551
8551
  )
8552
8552
 
8553
8553
  # The client must configure the authentication and authorization parameters
@@ -8632,10 +8632,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8632
8632
  from pulpcore.client.pulp_python.rest import ApiException
8633
8633
  from pprint import pprint
8634
8634
 
8635
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8635
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8636
8636
  # See configuration.py for a list of all supported configuration parameters.
8637
8637
  configuration = pulpcore.client.pulp_python.Configuration(
8638
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8638
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8639
8639
  )
8640
8640
 
8641
8641
  # The client must configure the authentication and authorization parameters
@@ -8766,10 +8766,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8766
8766
  from pulpcore.client.pulp_python.rest import ApiException
8767
8767
  from pprint import pprint
8768
8768
 
8769
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8769
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8770
8770
  # See configuration.py for a list of all supported configuration parameters.
8771
8771
  configuration = pulpcore.client.pulp_python.Configuration(
8772
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8772
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8773
8773
  )
8774
8774
 
8775
8775
  # The client must configure the authentication and authorization parameters
@@ -8859,10 +8859,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8859
8859
  from pulpcore.client.pulp_python.rest import ApiException
8860
8860
  from pprint import pprint
8861
8861
 
8862
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8862
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8863
8863
  # See configuration.py for a list of all supported configuration parameters.
8864
8864
  configuration = pulpcore.client.pulp_python.Configuration(
8865
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8865
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8866
8866
  )
8867
8867
 
8868
8868
  # The client must configure the authentication and authorization parameters
@@ -8948,10 +8948,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8948
8948
  from pulpcore.client.pulp_python.rest import ApiException
8949
8949
  from pprint import pprint
8950
8950
 
8951
- # Defining the host is optional and defaults to https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com
8951
+ # Defining the host is optional and defaults to https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com
8952
8952
  # See configuration.py for a list of all supported configuration parameters.
8953
8953
  configuration = pulpcore.client.pulp_python.Configuration(
8954
- host = "https://env-ephemeral-hf3fok.apps.crc-eph.r9lp.p1.openshiftapps.com"
8954
+ host = "https://env-ephemeral-veali3.apps.crc-eph.r9lp.p1.openshiftapps.com"
8955
8955
  )
8956
8956
 
8957
8957
  # The client must configure the authentication and authorization parameters