crc-pulp-python-client 20260626.1__tar.gz → 20260629.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/PKG-INFO +164 -164
  2. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/README.md +4 -4
  3. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/crc_pulp_python_client.egg-info/PKG-INFO +164 -164
  4. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pyproject.toml +1 -1
  7. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/setup.py +1 -1
  8. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  15. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  16. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  17. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  18. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  19. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  27. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  28. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  29. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  30. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  31. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  32. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  33. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  34. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  35. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  36. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  37. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  38. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  39. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  40. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  41. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  42. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  43. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  44. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  45. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  46. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  47. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  48. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  49. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  50. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  51. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  52. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  53. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  54. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  55. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  56. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  57. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  58. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  59. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  60. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  61. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  62. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  63. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  64. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  65. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  66. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  67. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  68. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  69. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  70. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  71. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  72. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  73. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  74. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  75. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  76. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  77. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  78. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  79. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  80. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  81. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/py.typed +0 -0
  82. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/pulpcore/client/pulp_python/rest.py +0 -0
  83. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/setup.cfg +0 -0
  84. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_api_integrity_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_api_legacy_api.py +0 -0
  86. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_api_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_api_simple_api.py +0 -0
  88. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_async_operation_response.py +0 -0
  89. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_content_packages_api.py +0 -0
  90. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_content_provenance_api.py +0 -0
  91. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_content_summary_response.py +0 -0
  92. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_distributions_pypi_api.py +0 -0
  93. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_exclude_platforms_enum.py +0 -0
  94. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_filetype_enum.py +0 -0
  95. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_metadata_version_enum.py +0 -0
  96. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_my_permissions_response.py +0 -0
  97. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_nested_role.py +0 -0
  98. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_nested_role_response.py +0 -0
  99. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_object_roles_response.py +0 -0
  100. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_package_metadata_response.py +0 -0
  101. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_package_types_enum.py +0 -0
  102. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_package_upload_task_response.py +0 -0
  103. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginated_repository_version_response_list.py +0 -0
  104. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  105. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  106. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  107. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  108. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  109. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  110. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  111. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_patchedpython_python_distribution.py +0 -0
  112. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_patchedpython_python_remote.py +0 -0
  113. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_patchedpython_python_repository.py +0 -0
  114. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_policy_enum.py +0 -0
  115. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_protocol_version_enum.py +0 -0
  116. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_publications_pypi_api.py +0 -0
  117. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_pypi_metadata_api.py +0 -0
  118. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_package_provenance_response.py +0 -0
  119. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_blocklist_entry.py +0 -0
  120. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_blocklist_entry_response.py +0 -0
  121. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_distribution.py +0 -0
  122. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_distribution_response.py +0 -0
  123. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_package_content_response.py +0 -0
  124. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_publication.py +0 -0
  125. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_publication_response.py +0 -0
  126. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_remote.py +0 -0
  127. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_remote_response.py +0 -0
  128. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  129. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_repository.py +0 -0
  130. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_python_python_repository_response.py +0 -0
  131. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_remote_network_config.py +0 -0
  132. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_remote_network_config_response.py +0 -0
  133. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_remotes_python_api.py +0 -0
  134. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_repair.py +0 -0
  135. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_repositories_python_api.py +0 -0
  136. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  137. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_repositories_python_versions_api.py +0 -0
  138. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_repository_add_remove_content.py +0 -0
  139. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_repository_sync_url.py +0 -0
  140. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_repository_version_response.py +0 -0
  141. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_set_label.py +0 -0
  142. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_set_label_response.py +0 -0
  143. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_summary_response.py +0 -0
  144. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_unset_label.py +0 -0
  145. {crc_pulp_python_client-20260626.1 → crc_pulp_python_client-20260629.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20260626.1
3
+ Version: 20260629.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -23,7 +23,7 @@ Dynamic: summary
23
23
 
24
24
  # pulpcore.client.pulp_python.ApiIntegrityProvenanceApi
25
25
 
26
- All URIs are relative to *https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
873
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
876
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1035
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1038
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1128
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1131
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1219
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1222
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1309
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1312
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
1451
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1480
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1483
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1586
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1589
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1710
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1713
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1803
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1806
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
1894
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
1897
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
2000
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2037
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2040
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2128
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2131
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2218
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2221
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2306
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2309
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2448
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2451
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2540
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2543
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2633
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2636
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2724
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2727
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2817
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2820
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2908
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
2911
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
2999
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
3002
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
3090
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
3093
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
3847
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
3880
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
3883
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
3971
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
3974
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
4060
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
4063
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
4146
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
4149
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
4276
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
4279
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
4368
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
4371
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
4460
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
4463
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
4553
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
4556
+ host = "https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
4627
+ All URIs are relative to *https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
4652
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.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-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
4655
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
4656
4656
  )
4657
4657
 
4658
4658
  # The client must configure the authentication and authorization parameters
@@ -5372,7 +5372,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
5372
5372
 
5373
5373
  # pulpcore.client.pulp_python.RemotesPythonApi
5374
5374
 
5375
- All URIs are relative to *https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
5375
+ All URIs are relative to *https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com*
5376
5376
 
5377
5377
  Method | HTTP request | Description
5378
5378
  ------------- | ------------- | -------------
@@ -5410,10 +5410,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5410
5410
  from pulpcore.client.pulp_python.rest import ApiException
5411
5411
  from pprint import pprint
5412
5412
 
5413
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
5413
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
5414
5414
  # See configuration.py for a list of all supported configuration parameters.
5415
5415
  configuration = pulpcore.client.pulp_python.Configuration(
5416
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
5416
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
5417
5417
  )
5418
5418
 
5419
5419
  # The client must configure the authentication and authorization parameters
@@ -5501,10 +5501,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5501
5501
  from pulpcore.client.pulp_python.rest import ApiException
5502
5502
  from pprint import pprint
5503
5503
 
5504
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
5504
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
5505
5505
  # See configuration.py for a list of all supported configuration parameters.
5506
5506
  configuration = pulpcore.client.pulp_python.Configuration(
5507
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
5507
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
5508
5508
  )
5509
5509
 
5510
5510
  # The client must configure the authentication and authorization parameters
@@ -5591,10 +5591,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5591
5591
  from pulpcore.client.pulp_python.rest import ApiException
5592
5592
  from pprint import pprint
5593
5593
 
5594
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
5594
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
5595
5595
  # See configuration.py for a list of all supported configuration parameters.
5596
5596
  configuration = pulpcore.client.pulp_python.Configuration(
5597
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
5597
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
5598
5598
  )
5599
5599
 
5600
5600
  # The client must configure the authentication and authorization parameters
@@ -5679,10 +5679,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5679
5679
  from pulpcore.client.pulp_python.rest import ApiException
5680
5680
  from pprint import pprint
5681
5681
 
5682
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
5682
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
5683
5683
  # See configuration.py for a list of all supported configuration parameters.
5684
5684
  configuration = pulpcore.client.pulp_python.Configuration(
5685
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
5685
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
5686
5686
  )
5687
5687
 
5688
5688
  # The client must configure the authentication and authorization parameters
@@ -5773,10 +5773,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5773
5773
  from pulpcore.client.pulp_python.rest import ApiException
5774
5774
  from pprint import pprint
5775
5775
 
5776
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
5776
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
5777
5777
  # See configuration.py for a list of all supported configuration parameters.
5778
5778
  configuration = pulpcore.client.pulp_python.Configuration(
5779
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
5779
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
5780
5780
  )
5781
5781
 
5782
5782
  # The client must configure the authentication and authorization parameters
@@ -5913,10 +5913,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5913
5913
  from pulpcore.client.pulp_python.rest import ApiException
5914
5914
  from pprint import pprint
5915
5915
 
5916
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
5916
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
5917
5917
  # See configuration.py for a list of all supported configuration parameters.
5918
5918
  configuration = pulpcore.client.pulp_python.Configuration(
5919
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
5919
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
5920
5920
  )
5921
5921
 
5922
5922
  # The client must configure the authentication and authorization parameters
@@ -6005,10 +6005,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6005
6005
  from pulpcore.client.pulp_python.rest import ApiException
6006
6006
  from pprint import pprint
6007
6007
 
6008
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6008
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6009
6009
  # See configuration.py for a list of all supported configuration parameters.
6010
6010
  configuration = pulpcore.client.pulp_python.Configuration(
6011
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6011
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6012
6012
  )
6013
6013
 
6014
6014
  # The client must configure the authentication and authorization parameters
@@ -6098,10 +6098,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6098
6098
  from pulpcore.client.pulp_python.rest import ApiException
6099
6099
  from pprint import pprint
6100
6100
 
6101
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6101
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6102
6102
  # See configuration.py for a list of all supported configuration parameters.
6103
6103
  configuration = pulpcore.client.pulp_python.Configuration(
6104
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6104
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6105
6105
  )
6106
6106
 
6107
6107
  # The client must configure the authentication and authorization parameters
@@ -6189,10 +6189,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6189
6189
  from pulpcore.client.pulp_python.rest import ApiException
6190
6190
  from pprint import pprint
6191
6191
 
6192
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6192
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6193
6193
  # See configuration.py for a list of all supported configuration parameters.
6194
6194
  configuration = pulpcore.client.pulp_python.Configuration(
6195
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6195
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6196
6196
  )
6197
6197
 
6198
6198
  # The client must configure the authentication and authorization parameters
@@ -6282,10 +6282,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6282
6282
  from pulpcore.client.pulp_python.rest import ApiException
6283
6283
  from pprint import pprint
6284
6284
 
6285
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6285
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6286
6286
  # See configuration.py for a list of all supported configuration parameters.
6287
6287
  configuration = pulpcore.client.pulp_python.Configuration(
6288
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6288
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6289
6289
  )
6290
6290
 
6291
6291
  # The client must configure the authentication and authorization parameters
@@ -6373,10 +6373,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6373
6373
  from pulpcore.client.pulp_python.rest import ApiException
6374
6374
  from pprint import pprint
6375
6375
 
6376
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6376
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6377
6377
  # See configuration.py for a list of all supported configuration parameters.
6378
6378
  configuration = pulpcore.client.pulp_python.Configuration(
6379
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6379
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6380
6380
  )
6381
6381
 
6382
6382
  # The client must configure the authentication and authorization parameters
@@ -6464,10 +6464,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6464
6464
  from pulpcore.client.pulp_python.rest import ApiException
6465
6465
  from pprint import pprint
6466
6466
 
6467
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6467
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6468
6468
  # See configuration.py for a list of all supported configuration parameters.
6469
6469
  configuration = pulpcore.client.pulp_python.Configuration(
6470
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6470
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6471
6471
  )
6472
6472
 
6473
6473
  # The client must configure the authentication and authorization parameters
@@ -6555,10 +6555,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6555
6555
  from pulpcore.client.pulp_python.rest import ApiException
6556
6556
  from pprint import pprint
6557
6557
 
6558
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6558
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6559
6559
  # See configuration.py for a list of all supported configuration parameters.
6560
6560
  configuration = pulpcore.client.pulp_python.Configuration(
6561
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6561
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6562
6562
  )
6563
6563
 
6564
6564
  # The client must configure the authentication and authorization parameters
@@ -6659,7 +6659,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6659
6659
 
6660
6660
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6661
6661
 
6662
- All URIs are relative to *https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
6662
+ All URIs are relative to *https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com*
6663
6663
 
6664
6664
  Method | HTTP request | Description
6665
6665
  ------------- | ------------- | -------------
@@ -6699,10 +6699,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6699
6699
  from pulpcore.client.pulp_python.rest import ApiException
6700
6700
  from pprint import pprint
6701
6701
 
6702
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6702
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6703
6703
  # See configuration.py for a list of all supported configuration parameters.
6704
6704
  configuration = pulpcore.client.pulp_python.Configuration(
6705
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6705
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6706
6706
  )
6707
6707
 
6708
6708
  # The client must configure the authentication and authorization parameters
@@ -6790,10 +6790,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6790
6790
  from pulpcore.client.pulp_python.rest import ApiException
6791
6791
  from pprint import pprint
6792
6792
 
6793
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6793
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6794
6794
  # See configuration.py for a list of all supported configuration parameters.
6795
6795
  configuration = pulpcore.client.pulp_python.Configuration(
6796
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6796
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6797
6797
  )
6798
6798
 
6799
6799
  # The client must configure the authentication and authorization parameters
@@ -6880,10 +6880,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6880
6880
  from pulpcore.client.pulp_python.rest import ApiException
6881
6881
  from pprint import pprint
6882
6882
 
6883
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6883
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6884
6884
  # See configuration.py for a list of all supported configuration parameters.
6885
6885
  configuration = pulpcore.client.pulp_python.Configuration(
6886
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6886
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6887
6887
  )
6888
6888
 
6889
6889
  # The client must configure the authentication and authorization parameters
@@ -6968,10 +6968,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6968
6968
  from pulpcore.client.pulp_python.rest import ApiException
6969
6969
  from pprint import pprint
6970
6970
 
6971
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
6971
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
6972
6972
  # See configuration.py for a list of all supported configuration parameters.
6973
6973
  configuration = pulpcore.client.pulp_python.Configuration(
6974
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
6974
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
6975
6975
  )
6976
6976
 
6977
6977
  # The client must configure the authentication and authorization parameters
@@ -7132,10 +7132,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7132
7132
  from pulpcore.client.pulp_python.rest import ApiException
7133
7133
  from pprint import pprint
7134
7134
 
7135
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7135
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7136
7136
  # See configuration.py for a list of all supported configuration parameters.
7137
7137
  configuration = pulpcore.client.pulp_python.Configuration(
7138
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7138
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7139
7139
  )
7140
7140
 
7141
7141
  # The client must configure the authentication and authorization parameters
@@ -7225,10 +7225,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7225
7225
  from pulpcore.client.pulp_python.rest import ApiException
7226
7226
  from pprint import pprint
7227
7227
 
7228
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7228
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7229
7229
  # See configuration.py for a list of all supported configuration parameters.
7230
7230
  configuration = pulpcore.client.pulp_python.Configuration(
7231
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7231
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7232
7232
  )
7233
7233
 
7234
7234
  # The client must configure the authentication and authorization parameters
@@ -7315,10 +7315,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7315
7315
  from pulpcore.client.pulp_python.rest import ApiException
7316
7316
  from pprint import pprint
7317
7317
 
7318
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7318
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7319
7319
  # See configuration.py for a list of all supported configuration parameters.
7320
7320
  configuration = pulpcore.client.pulp_python.Configuration(
7321
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7321
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7322
7322
  )
7323
7323
 
7324
7324
  # The client must configure the authentication and authorization parameters
@@ -7408,10 +7408,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7408
7408
  from pulpcore.client.pulp_python.rest import ApiException
7409
7409
  from pprint import pprint
7410
7410
 
7411
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7411
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7412
7412
  # See configuration.py for a list of all supported configuration parameters.
7413
7413
  configuration = pulpcore.client.pulp_python.Configuration(
7414
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7414
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7415
7415
  )
7416
7416
 
7417
7417
  # The client must configure the authentication and authorization parameters
@@ -7499,10 +7499,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7499
7499
  from pulpcore.client.pulp_python.rest import ApiException
7500
7500
  from pprint import pprint
7501
7501
 
7502
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7502
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7503
7503
  # See configuration.py for a list of all supported configuration parameters.
7504
7504
  configuration = pulpcore.client.pulp_python.Configuration(
7505
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7505
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7506
7506
  )
7507
7507
 
7508
7508
  # The client must configure the authentication and authorization parameters
@@ -7592,10 +7592,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7592
7592
  from pulpcore.client.pulp_python.rest import ApiException
7593
7593
  from pprint import pprint
7594
7594
 
7595
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7595
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7596
7596
  # See configuration.py for a list of all supported configuration parameters.
7597
7597
  configuration = pulpcore.client.pulp_python.Configuration(
7598
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7598
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7599
7599
  )
7600
7600
 
7601
7601
  # The client must configure the authentication and authorization parameters
@@ -7682,10 +7682,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7682
7682
  from pulpcore.client.pulp_python.rest import ApiException
7683
7683
  from pprint import pprint
7684
7684
 
7685
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7685
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7686
7686
  # See configuration.py for a list of all supported configuration parameters.
7687
7687
  configuration = pulpcore.client.pulp_python.Configuration(
7688
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7688
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7689
7689
  )
7690
7690
 
7691
7691
  # The client must configure the authentication and authorization parameters
@@ -7771,10 +7771,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7771
7771
  from pulpcore.client.pulp_python.rest import ApiException
7772
7772
  from pprint import pprint
7773
7773
 
7774
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7774
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7775
7775
  # See configuration.py for a list of all supported configuration parameters.
7776
7776
  configuration = pulpcore.client.pulp_python.Configuration(
7777
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7777
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7778
7778
  )
7779
7779
 
7780
7780
  # The client must configure the authentication and authorization parameters
@@ -7862,10 +7862,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7862
7862
  from pulpcore.client.pulp_python.rest import ApiException
7863
7863
  from pprint import pprint
7864
7864
 
7865
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7865
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7866
7866
  # See configuration.py for a list of all supported configuration parameters.
7867
7867
  configuration = pulpcore.client.pulp_python.Configuration(
7868
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7868
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7869
7869
  )
7870
7870
 
7871
7871
  # The client must configure the authentication and authorization parameters
@@ -7953,10 +7953,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7953
7953
  from pulpcore.client.pulp_python.rest import ApiException
7954
7954
  from pprint import pprint
7955
7955
 
7956
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
7956
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
7957
7957
  # See configuration.py for a list of all supported configuration parameters.
7958
7958
  configuration = pulpcore.client.pulp_python.Configuration(
7959
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
7959
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
7960
7960
  )
7961
7961
 
7962
7962
  # The client must configure the authentication and authorization parameters
@@ -8044,10 +8044,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8044
8044
  from pulpcore.client.pulp_python.rest import ApiException
8045
8045
  from pprint import pprint
8046
8046
 
8047
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8047
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8048
8048
  # See configuration.py for a list of all supported configuration parameters.
8049
8049
  configuration = pulpcore.client.pulp_python.Configuration(
8050
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8050
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8051
8051
  )
8052
8052
 
8053
8053
  # The client must configure the authentication and authorization parameters
@@ -8119,7 +8119,7 @@ Name | Type | Description | Notes
8119
8119
 
8120
8120
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8121
8121
 
8122
- All URIs are relative to *https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
8122
+ All URIs are relative to *https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com*
8123
8123
 
8124
8124
  Method | HTTP request | Description
8125
8125
  ------------- | ------------- | -------------
@@ -8148,10 +8148,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8148
8148
  from pulpcore.client.pulp_python.rest import ApiException
8149
8149
  from pprint import pprint
8150
8150
 
8151
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8151
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8152
8152
  # See configuration.py for a list of all supported configuration parameters.
8153
8153
  configuration = pulpcore.client.pulp_python.Configuration(
8154
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8154
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8155
8155
  )
8156
8156
 
8157
8157
  # The client must configure the authentication and authorization parameters
@@ -8237,10 +8237,10 @@ import pulpcore.client.pulp_python
8237
8237
  from pulpcore.client.pulp_python.rest import ApiException
8238
8238
  from pprint import pprint
8239
8239
 
8240
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8240
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8241
8241
  # See configuration.py for a list of all supported configuration parameters.
8242
8242
  configuration = pulpcore.client.pulp_python.Configuration(
8243
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8243
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8244
8244
  )
8245
8245
 
8246
8246
  # The client must configure the authentication and authorization parameters
@@ -8323,10 +8323,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
8323
8323
  from pulpcore.client.pulp_python.rest import ApiException
8324
8324
  from pprint import pprint
8325
8325
 
8326
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8326
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8327
8327
  # See configuration.py for a list of all supported configuration parameters.
8328
8328
  configuration = pulpcore.client.pulp_python.Configuration(
8329
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8329
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8330
8330
  )
8331
8331
 
8332
8332
  # The client must configure the authentication and authorization parameters
@@ -8437,10 +8437,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8437
8437
  from pulpcore.client.pulp_python.rest import ApiException
8438
8438
  from pprint import pprint
8439
8439
 
8440
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8440
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8441
8441
  # See configuration.py for a list of all supported configuration parameters.
8442
8442
  configuration = pulpcore.client.pulp_python.Configuration(
8443
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8443
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8444
8444
  )
8445
8445
 
8446
8446
  # The client must configure the authentication and authorization parameters
@@ -8513,7 +8513,7 @@ Name | Type | Description | Notes
8513
8513
 
8514
8514
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8515
8515
 
8516
- All URIs are relative to *https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com*
8516
+ All URIs are relative to *https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com*
8517
8517
 
8518
8518
  Method | HTTP request | Description
8519
8519
  ------------- | ------------- | -------------
@@ -8542,10 +8542,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8542
8542
  from pulpcore.client.pulp_python.rest import ApiException
8543
8543
  from pprint import pprint
8544
8544
 
8545
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8545
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8546
8546
  # See configuration.py for a list of all supported configuration parameters.
8547
8547
  configuration = pulpcore.client.pulp_python.Configuration(
8548
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8548
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8549
8549
  )
8550
8550
 
8551
8551
  # The client must configure the authentication and authorization parameters
@@ -8630,10 +8630,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8630
8630
  from pulpcore.client.pulp_python.rest import ApiException
8631
8631
  from pprint import pprint
8632
8632
 
8633
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8633
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8634
8634
  # See configuration.py for a list of all supported configuration parameters.
8635
8635
  configuration = pulpcore.client.pulp_python.Configuration(
8636
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8636
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8637
8637
  )
8638
8638
 
8639
8639
  # The client must configure the authentication and authorization parameters
@@ -8764,10 +8764,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8764
8764
  from pulpcore.client.pulp_python.rest import ApiException
8765
8765
  from pprint import pprint
8766
8766
 
8767
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8767
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8768
8768
  # See configuration.py for a list of all supported configuration parameters.
8769
8769
  configuration = pulpcore.client.pulp_python.Configuration(
8770
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8770
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8771
8771
  )
8772
8772
 
8773
8773
  # The client must configure the authentication and authorization parameters
@@ -8857,10 +8857,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8857
8857
  from pulpcore.client.pulp_python.rest import ApiException
8858
8858
  from pprint import pprint
8859
8859
 
8860
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8860
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8861
8861
  # See configuration.py for a list of all supported configuration parameters.
8862
8862
  configuration = pulpcore.client.pulp_python.Configuration(
8863
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8863
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8864
8864
  )
8865
8865
 
8866
8866
  # The client must configure the authentication and authorization parameters
@@ -8946,10 +8946,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8946
8946
  from pulpcore.client.pulp_python.rest import ApiException
8947
8947
  from pprint import pprint
8948
8948
 
8949
- # Defining the host is optional and defaults to https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com
8949
+ # Defining the host is optional and defaults to https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com
8950
8950
  # See configuration.py for a list of all supported configuration parameters.
8951
8951
  configuration = pulpcore.client.pulp_python.Configuration(
8952
- host = "https://env-ephemeral-u9iw5t.apps.crc-eph.r9lp.p1.openshiftapps.com"
8952
+ host = "https://env-ephemeral-smrinp.apps.crc-eph.r9lp.p1.openshiftapps.com"
8953
8953
  )
8954
8954
 
8955
8955
  # The client must configure the authentication and authorization parameters