crc-pulp-python-client 20251210.3__tar.gz → 20251229.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.

Potentially problematic release.


This version of crc-pulp-python-client might be problematic. Click here for more details.

Files changed (133) hide show
  1. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/PKG-INFO +221 -158
  2. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/README.md +4 -4
  3. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/crc_pulp_python_client.egg-info/PKG-INFO +221 -158
  4. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/api_simple_api.py +9 -0
  6. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  7. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pyproject.toml +1 -1
  8. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/setup.py +1 -1
  9. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  10. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  11. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  12. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  13. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/__init__.py +0 -0
  14. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/__init__.py +0 -0
  15. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  16. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  17. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  18. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  19. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  20. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  21. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  25. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  26. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  27. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  28. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  67. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  68. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  69. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  70. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  71. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  72. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  73. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  74. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  75. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/py.typed +0 -0
  76. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/pulpcore/client/pulp_python/rest.py +0 -0
  77. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/setup.cfg +0 -0
  78. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_api_integrity_provenance_api.py +0 -0
  79. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_api_legacy_api.py +0 -0
  80. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_api_pypi_api.py +0 -0
  81. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_api_simple_api.py +0 -0
  82. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_async_operation_response.py +0 -0
  83. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_content_packages_api.py +0 -0
  84. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_content_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_content_summary_response.py +0 -0
  86. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_distributions_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_exclude_platforms_enum.py +0 -0
  88. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_filetype_enum.py +0 -0
  89. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_metadata_version_enum.py +0 -0
  90. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_my_permissions_response.py +0 -0
  91. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_nested_role.py +0 -0
  92. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_nested_role_response.py +0 -0
  93. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_object_roles_response.py +0 -0
  94. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_package_metadata_response.py +0 -0
  95. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_package_types_enum.py +0 -0
  96. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_package_upload_task_response.py +0 -0
  97. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_paginated_repository_version_response_list.py +0 -0
  98. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  99. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  100. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  101. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  102. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  103. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  104. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_patchedpython_python_distribution.py +0 -0
  105. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_patchedpython_python_remote.py +0 -0
  106. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_patchedpython_python_repository.py +0 -0
  107. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_policy_enum.py +0 -0
  108. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_protocol_version_enum.py +0 -0
  109. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_publications_pypi_api.py +0 -0
  110. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_pypi_metadata_api.py +0 -0
  111. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_package_provenance_response.py +0 -0
  112. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_distribution.py +0 -0
  113. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_distribution_response.py +0 -0
  114. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_package_content_response.py +0 -0
  115. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_publication.py +0 -0
  116. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_publication_response.py +0 -0
  117. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_remote.py +0 -0
  118. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_remote_response.py +0 -0
  119. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  120. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_repository.py +0 -0
  121. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_python_python_repository_response.py +0 -0
  122. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_remotes_python_api.py +0 -0
  123. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_repair.py +0 -0
  124. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_repositories_python_api.py +0 -0
  125. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_repositories_python_versions_api.py +0 -0
  126. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_repository_add_remove_content.py +0 -0
  127. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_repository_sync_url.py +0 -0
  128. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_repository_version_response.py +0 -0
  129. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_set_label.py +0 -0
  130. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_set_label_response.py +0 -0
  131. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_summary_response.py +0 -0
  132. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.1}/test/test_unset_label.py +0 -0
  133. {crc_pulp_python_client-20251210.3 → crc_pulp_python_client-20251229.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: 20251210.3
3
+ Version: 20251229.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-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -48,10 +48,10 @@ import pulpcore.client.pulp_python
48
48
  from pulpcore.client.pulp_python.rest import ApiException
49
49
  from pprint import pprint
50
50
 
51
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
51
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
52
52
  # See configuration.py for a list of all supported configuration parameters.
53
53
  configuration = pulpcore.client.pulp_python.Configuration(
54
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
55
55
  )
56
56
 
57
57
  # The client must configure the authentication and authorization parameters
@@ -132,7 +132,7 @@ void (empty response body)
132
132
 
133
133
  # pulpcore.client.pulp_python.ApiLegacyApi
134
134
 
135
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
135
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
136
136
 
137
137
  Method | HTTP request | Description
138
138
  ------------- | ------------- | -------------
@@ -158,10 +158,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
158
158
  from pulpcore.client.pulp_python.rest import ApiException
159
159
  from pprint import pprint
160
160
 
161
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
161
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
162
162
  # See configuration.py for a list of all supported configuration parameters.
163
163
  configuration = pulpcore.client.pulp_python.Configuration(
164
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
164
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
165
165
  )
166
166
 
167
167
  # The client must configure the authentication and authorization parameters
@@ -248,7 +248,7 @@ Name | Type | Description | Notes
248
248
 
249
249
  # pulpcore.client.pulp_python.ApiPypiApi
250
250
 
251
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
251
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
252
252
 
253
253
  Method | HTTP request | Description
254
254
  ------------- | ------------- | -------------
@@ -274,10 +274,10 @@ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
274
274
  from pulpcore.client.pulp_python.rest import ApiException
275
275
  from pprint import pprint
276
276
 
277
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
277
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
278
278
  # See configuration.py for a list of all supported configuration parameters.
279
279
  configuration = pulpcore.client.pulp_python.Configuration(
280
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
280
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
281
281
  )
282
282
 
283
283
  # The client must configure the authentication and authorization parameters
@@ -354,7 +354,7 @@ Name | Type | Description | Notes
354
354
 
355
355
  # pulpcore.client.pulp_python.ApiSimpleApi
356
356
 
357
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
357
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
358
358
 
359
359
  Method | HTTP request | Description
360
360
  ------------- | ------------- | -------------
@@ -372,6 +372,9 @@ Upload package to the index. This endpoint has the same functionality as the upl
372
372
 
373
373
  ### Example
374
374
 
375
+ * OAuth Authentication (json_header_remote_authentication):
376
+ * Basic Authentication (basicAuth):
377
+ * Api Key Authentication (cookieAuth):
375
378
 
376
379
  ```python
377
380
  import pulpcore.client.pulp_python
@@ -379,12 +382,30 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
379
382
  from pulpcore.client.pulp_python.rest import ApiException
380
383
  from pprint import pprint
381
384
 
382
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
385
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
383
386
  # See configuration.py for a list of all supported configuration parameters.
384
387
  configuration = pulpcore.client.pulp_python.Configuration(
385
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
388
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
386
389
  )
387
390
 
391
+ # The client must configure the authentication and authorization parameters
392
+ # in accordance with the API server security policy.
393
+ # Examples for each auth method are provided below, use the example that
394
+ # satisfies your auth use case.
395
+
396
+ configuration.access_token = os.environ["ACCESS_TOKEN"]
397
+
398
+ # Configure HTTP basic authorization: basicAuth
399
+ configuration = pulpcore.client.pulp_python.Configuration(
400
+ username = os.environ["USERNAME"],
401
+ password = os.environ["PASSWORD"]
402
+ )
403
+
404
+ # Configure API key authorization: cookieAuth
405
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
406
+
407
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
408
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
388
409
 
389
410
  # Enter a context with an instance of the API client
390
411
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
@@ -434,7 +455,7 @@ Name | Type | Description | Notes
434
455
 
435
456
  ### Authorization
436
457
 
437
- No authorization required
458
+ [json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
438
459
 
439
460
  ### HTTP request headers
440
461
 
@@ -458,18 +479,39 @@ Retrieves the simple api html/json page for a package.
458
479
 
459
480
  ### Example
460
481
 
482
+ * OAuth Authentication (json_header_remote_authentication):
483
+ * Basic Authentication (basicAuth):
484
+ * Api Key Authentication (cookieAuth):
461
485
 
462
486
  ```python
463
487
  import pulpcore.client.pulp_python
464
488
  from pulpcore.client.pulp_python.rest import ApiException
465
489
  from pprint import pprint
466
490
 
467
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
491
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
468
492
  # See configuration.py for a list of all supported configuration parameters.
469
493
  configuration = pulpcore.client.pulp_python.Configuration(
470
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
494
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
495
+ )
496
+
497
+ # The client must configure the authentication and authorization parameters
498
+ # in accordance with the API server security policy.
499
+ # Examples for each auth method are provided below, use the example that
500
+ # satisfies your auth use case.
501
+
502
+ configuration.access_token = os.environ["ACCESS_TOKEN"]
503
+
504
+ # Configure HTTP basic authorization: basicAuth
505
+ configuration = pulpcore.client.pulp_python.Configuration(
506
+ username = os.environ["USERNAME"],
507
+ password = os.environ["PASSWORD"]
471
508
  )
472
509
 
510
+ # Configure API key authorization: cookieAuth
511
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
512
+
513
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
514
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
473
515
 
474
516
  # Enter a context with an instance of the API client
475
517
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
@@ -511,7 +553,7 @@ void (empty response body)
511
553
 
512
554
  ### Authorization
513
555
 
514
- No authorization required
556
+ [json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
515
557
 
516
558
  ### HTTP request headers
517
559
 
@@ -535,18 +577,39 @@ Gets the simple api html page for the index.
535
577
 
536
578
  ### Example
537
579
 
580
+ * OAuth Authentication (json_header_remote_authentication):
581
+ * Basic Authentication (basicAuth):
582
+ * Api Key Authentication (cookieAuth):
538
583
 
539
584
  ```python
540
585
  import pulpcore.client.pulp_python
541
586
  from pulpcore.client.pulp_python.rest import ApiException
542
587
  from pprint import pprint
543
588
 
544
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
589
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
545
590
  # See configuration.py for a list of all supported configuration parameters.
546
591
  configuration = pulpcore.client.pulp_python.Configuration(
547
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
592
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
548
593
  )
549
594
 
595
+ # The client must configure the authentication and authorization parameters
596
+ # in accordance with the API server security policy.
597
+ # Examples for each auth method are provided below, use the example that
598
+ # satisfies your auth use case.
599
+
600
+ configuration.access_token = os.environ["ACCESS_TOKEN"]
601
+
602
+ # Configure HTTP basic authorization: basicAuth
603
+ configuration = pulpcore.client.pulp_python.Configuration(
604
+ username = os.environ["USERNAME"],
605
+ password = os.environ["PASSWORD"]
606
+ )
607
+
608
+ # Configure API key authorization: cookieAuth
609
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
610
+
611
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
612
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
550
613
 
551
614
  # Enter a context with an instance of the API client
552
615
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
@@ -586,7 +649,7 @@ void (empty response body)
586
649
 
587
650
  ### Authorization
588
651
 
589
- No authorization required
652
+ [json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
590
653
 
591
654
  ### HTTP request headers
592
655
 
@@ -633,7 +696,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
633
696
 
634
697
  # pulpcore.client.pulp_python.ContentPackagesApi
635
698
 
636
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
699
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
637
700
 
638
701
  Method | HTTP request | Description
639
702
  ------------- | ------------- | -------------
@@ -664,10 +727,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
664
727
  from pulpcore.client.pulp_python.rest import ApiException
665
728
  from pprint import pprint
666
729
 
667
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
730
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
668
731
  # See configuration.py for a list of all supported configuration parameters.
669
732
  configuration = pulpcore.client.pulp_python.Configuration(
670
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
733
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
671
734
  )
672
735
 
673
736
  # The client must configure the authentication and authorization parameters
@@ -825,10 +888,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
825
888
  from pulpcore.client.pulp_python.rest import ApiException
826
889
  from pprint import pprint
827
890
 
828
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
891
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
829
892
  # See configuration.py for a list of all supported configuration parameters.
830
893
  configuration = pulpcore.client.pulp_python.Configuration(
831
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
894
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
832
895
  )
833
896
 
834
897
  # The client must configure the authentication and authorization parameters
@@ -986,10 +1049,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
986
1049
  from pulpcore.client.pulp_python.rest import ApiException
987
1050
  from pprint import pprint
988
1051
 
989
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1052
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
990
1053
  # See configuration.py for a list of all supported configuration parameters.
991
1054
  configuration = pulpcore.client.pulp_python.Configuration(
992
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1055
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
993
1056
  )
994
1057
 
995
1058
  # The client must configure the authentication and authorization parameters
@@ -1082,10 +1145,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1082
1145
  from pulpcore.client.pulp_python.rest import ApiException
1083
1146
  from pprint import pprint
1084
1147
 
1085
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1148
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1086
1149
  # See configuration.py for a list of all supported configuration parameters.
1087
1150
  configuration = pulpcore.client.pulp_python.Configuration(
1088
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1151
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1089
1152
  )
1090
1153
 
1091
1154
  # The client must configure the authentication and authorization parameters
@@ -1176,10 +1239,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1176
1239
  from pulpcore.client.pulp_python.rest import ApiException
1177
1240
  from pprint import pprint
1178
1241
 
1179
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1242
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1180
1243
  # See configuration.py for a list of all supported configuration parameters.
1181
1244
  configuration = pulpcore.client.pulp_python.Configuration(
1182
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1245
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1183
1246
  )
1184
1247
 
1185
1248
  # The client must configure the authentication and authorization parameters
@@ -1269,10 +1332,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1269
1332
  from pulpcore.client.pulp_python.rest import ApiException
1270
1333
  from pprint import pprint
1271
1334
 
1272
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1335
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1273
1336
  # See configuration.py for a list of all supported configuration parameters.
1274
1337
  configuration = pulpcore.client.pulp_python.Configuration(
1275
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1338
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1276
1339
  )
1277
1340
 
1278
1341
  # The client must configure the authentication and authorization parameters
@@ -1409,7 +1472,7 @@ Name | Type | Description | Notes
1409
1472
 
1410
1473
  # pulpcore.client.pulp_python.ContentProvenanceApi
1411
1474
 
1412
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
1475
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
1413
1476
 
1414
1477
  Method | HTTP request | Description
1415
1478
  ------------- | ------------- | -------------
@@ -1439,10 +1502,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1439
1502
  from pulpcore.client.pulp_python.rest import ApiException
1440
1503
  from pprint import pprint
1441
1504
 
1442
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1505
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1443
1506
  # See configuration.py for a list of all supported configuration parameters.
1444
1507
  configuration = pulpcore.client.pulp_python.Configuration(
1445
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1508
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1446
1509
  )
1447
1510
 
1448
1511
  # The client must configure the authentication and authorization parameters
@@ -1544,10 +1607,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1544
1607
  from pulpcore.client.pulp_python.rest import ApiException
1545
1608
  from pprint import pprint
1546
1609
 
1547
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1610
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1548
1611
  # See configuration.py for a list of all supported configuration parameters.
1549
1612
  configuration = pulpcore.client.pulp_python.Configuration(
1550
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1613
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1551
1614
  )
1552
1615
 
1553
1616
  # The client must configure the authentication and authorization parameters
@@ -1663,10 +1726,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1663
1726
  from pulpcore.client.pulp_python.rest import ApiException
1664
1727
  from pprint import pprint
1665
1728
 
1666
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1729
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1667
1730
  # See configuration.py for a list of all supported configuration parameters.
1668
1731
  configuration = pulpcore.client.pulp_python.Configuration(
1669
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1732
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1670
1733
  )
1671
1734
 
1672
1735
  # The client must configure the authentication and authorization parameters
@@ -1759,10 +1822,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1759
1822
  from pulpcore.client.pulp_python.rest import ApiException
1760
1823
  from pprint import pprint
1761
1824
 
1762
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1825
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1763
1826
  # See configuration.py for a list of all supported configuration parameters.
1764
1827
  configuration = pulpcore.client.pulp_python.Configuration(
1765
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1828
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1766
1829
  )
1767
1830
 
1768
1831
  # The client must configure the authentication and authorization parameters
@@ -1853,10 +1916,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1853
1916
  from pulpcore.client.pulp_python.rest import ApiException
1854
1917
  from pprint import pprint
1855
1918
 
1856
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
1919
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
1857
1920
  # See configuration.py for a list of all supported configuration parameters.
1858
1921
  configuration = pulpcore.client.pulp_python.Configuration(
1859
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
1922
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
1860
1923
  )
1861
1924
 
1862
1925
  # The client must configure the authentication and authorization parameters
@@ -1961,7 +2024,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1961
2024
 
1962
2025
  # pulpcore.client.pulp_python.DistributionsPypiApi
1963
2026
 
1964
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
2027
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
1965
2028
 
1966
2029
  Method | HTTP request | Description
1967
2030
  ------------- | ------------- | -------------
@@ -1999,10 +2062,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
1999
2062
  from pulpcore.client.pulp_python.rest import ApiException
2000
2063
  from pprint import pprint
2001
2064
 
2002
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2065
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2003
2066
  # See configuration.py for a list of all supported configuration parameters.
2004
2067
  configuration = pulpcore.client.pulp_python.Configuration(
2005
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2068
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2006
2069
  )
2007
2070
 
2008
2071
  # The client must configure the authentication and authorization parameters
@@ -2093,10 +2156,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2093
2156
  from pulpcore.client.pulp_python.rest import ApiException
2094
2157
  from pprint import pprint
2095
2158
 
2096
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2159
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2097
2160
  # See configuration.py for a list of all supported configuration parameters.
2098
2161
  configuration = pulpcore.client.pulp_python.Configuration(
2099
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2162
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2100
2163
  )
2101
2164
 
2102
2165
  # The client must configure the authentication and authorization parameters
@@ -2186,10 +2249,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2186
2249
  from pulpcore.client.pulp_python.rest import ApiException
2187
2250
  from pprint import pprint
2188
2251
 
2189
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2252
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2190
2253
  # See configuration.py for a list of all supported configuration parameters.
2191
2254
  configuration = pulpcore.client.pulp_python.Configuration(
2192
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2255
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2193
2256
  )
2194
2257
 
2195
2258
  # The client must configure the authentication and authorization parameters
@@ -2277,10 +2340,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2277
2340
  from pulpcore.client.pulp_python.rest import ApiException
2278
2341
  from pprint import pprint
2279
2342
 
2280
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2343
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2281
2344
  # See configuration.py for a list of all supported configuration parameters.
2282
2345
  configuration = pulpcore.client.pulp_python.Configuration(
2283
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2346
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2284
2347
  )
2285
2348
 
2286
2349
  # The client must configure the authentication and authorization parameters
@@ -2422,10 +2485,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2422
2485
  from pulpcore.client.pulp_python.rest import ApiException
2423
2486
  from pprint import pprint
2424
2487
 
2425
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2488
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2426
2489
  # See configuration.py for a list of all supported configuration parameters.
2427
2490
  configuration = pulpcore.client.pulp_python.Configuration(
2428
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2491
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2429
2492
  )
2430
2493
 
2431
2494
  # The client must configure the authentication and authorization parameters
@@ -2517,10 +2580,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2517
2580
  from pulpcore.client.pulp_python.rest import ApiException
2518
2581
  from pprint import pprint
2519
2582
 
2520
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2583
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2521
2584
  # See configuration.py for a list of all supported configuration parameters.
2522
2585
  configuration = pulpcore.client.pulp_python.Configuration(
2523
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2586
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2524
2587
  )
2525
2588
 
2526
2589
  # The client must configure the authentication and authorization parameters
@@ -2613,10 +2676,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2613
2676
  from pulpcore.client.pulp_python.rest import ApiException
2614
2677
  from pprint import pprint
2615
2678
 
2616
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2679
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2617
2680
  # See configuration.py for a list of all supported configuration parameters.
2618
2681
  configuration = pulpcore.client.pulp_python.Configuration(
2619
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2682
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2620
2683
  )
2621
2684
 
2622
2685
  # The client must configure the authentication and authorization parameters
@@ -2707,10 +2770,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2707
2770
  from pulpcore.client.pulp_python.rest import ApiException
2708
2771
  from pprint import pprint
2709
2772
 
2710
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2773
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2711
2774
  # See configuration.py for a list of all supported configuration parameters.
2712
2775
  configuration = pulpcore.client.pulp_python.Configuration(
2713
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2776
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2714
2777
  )
2715
2778
 
2716
2779
  # The client must configure the authentication and authorization parameters
@@ -2803,10 +2866,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2803
2866
  from pulpcore.client.pulp_python.rest import ApiException
2804
2867
  from pprint import pprint
2805
2868
 
2806
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2869
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2807
2870
  # See configuration.py for a list of all supported configuration parameters.
2808
2871
  configuration = pulpcore.client.pulp_python.Configuration(
2809
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2872
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2810
2873
  )
2811
2874
 
2812
2875
  # The client must configure the authentication and authorization parameters
@@ -2897,10 +2960,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2897
2960
  from pulpcore.client.pulp_python.rest import ApiException
2898
2961
  from pprint import pprint
2899
2962
 
2900
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
2963
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2901
2964
  # See configuration.py for a list of all supported configuration parameters.
2902
2965
  configuration = pulpcore.client.pulp_python.Configuration(
2903
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
2966
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2904
2967
  )
2905
2968
 
2906
2969
  # The client must configure the authentication and authorization parameters
@@ -2991,10 +3054,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2991
3054
  from pulpcore.client.pulp_python.rest import ApiException
2992
3055
  from pprint import pprint
2993
3056
 
2994
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
3057
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
2995
3058
  # See configuration.py for a list of all supported configuration parameters.
2996
3059
  configuration = pulpcore.client.pulp_python.Configuration(
2997
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3060
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
2998
3061
  )
2999
3062
 
3000
3063
  # The client must configure the authentication and authorization parameters
@@ -3085,10 +3148,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3085
3148
  from pulpcore.client.pulp_python.rest import ApiException
3086
3149
  from pprint import pprint
3087
3150
 
3088
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
3151
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
3089
3152
  # See configuration.py for a list of all supported configuration parameters.
3090
3153
  configuration = pulpcore.client.pulp_python.Configuration(
3091
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3154
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
3092
3155
  )
3093
3156
 
3094
3157
  # The client must configure the authentication and authorization parameters
@@ -3810,7 +3873,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3810
3873
 
3811
3874
  # pulpcore.client.pulp_python.PublicationsPypiApi
3812
3875
 
3813
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
3876
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
3814
3877
 
3815
3878
  Method | HTTP request | Description
3816
3879
  ------------- | ------------- | -------------
@@ -3844,10 +3907,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3844
3907
  from pulpcore.client.pulp_python.rest import ApiException
3845
3908
  from pprint import pprint
3846
3909
 
3847
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
3910
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
3848
3911
  # See configuration.py for a list of all supported configuration parameters.
3849
3912
  configuration = pulpcore.client.pulp_python.Configuration(
3850
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
3913
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
3851
3914
  )
3852
3915
 
3853
3916
  # The client must configure the authentication and authorization parameters
@@ -3938,10 +4001,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3938
4001
  from pulpcore.client.pulp_python.rest import ApiException
3939
4002
  from pprint import pprint
3940
4003
 
3941
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4004
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
3942
4005
  # See configuration.py for a list of all supported configuration parameters.
3943
4006
  configuration = pulpcore.client.pulp_python.Configuration(
3944
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4007
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
3945
4008
  )
3946
4009
 
3947
4010
  # The client must configure the authentication and authorization parameters
@@ -4030,10 +4093,10 @@ import pulpcore.client.pulp_python
4030
4093
  from pulpcore.client.pulp_python.rest import ApiException
4031
4094
  from pprint import pprint
4032
4095
 
4033
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4096
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4034
4097
  # See configuration.py for a list of all supported configuration parameters.
4035
4098
  configuration = pulpcore.client.pulp_python.Configuration(
4036
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4099
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4037
4100
  )
4038
4101
 
4039
4102
  # The client must configure the authentication and authorization parameters
@@ -4119,10 +4182,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4119
4182
  from pulpcore.client.pulp_python.rest import ApiException
4120
4183
  from pprint import pprint
4121
4184
 
4122
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4185
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4123
4186
  # See configuration.py for a list of all supported configuration parameters.
4124
4187
  configuration = pulpcore.client.pulp_python.Configuration(
4125
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4188
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4126
4189
  )
4127
4190
 
4128
4191
  # The client must configure the authentication and authorization parameters
@@ -4252,10 +4315,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4252
4315
  from pulpcore.client.pulp_python.rest import ApiException
4253
4316
  from pprint import pprint
4254
4317
 
4255
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4318
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4256
4319
  # See configuration.py for a list of all supported configuration parameters.
4257
4320
  configuration = pulpcore.client.pulp_python.Configuration(
4258
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4321
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4259
4322
  )
4260
4323
 
4261
4324
  # The client must configure the authentication and authorization parameters
@@ -4347,10 +4410,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4347
4410
  from pulpcore.client.pulp_python.rest import ApiException
4348
4411
  from pprint import pprint
4349
4412
 
4350
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4413
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4351
4414
  # See configuration.py for a list of all supported configuration parameters.
4352
4415
  configuration = pulpcore.client.pulp_python.Configuration(
4353
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4416
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4354
4417
  )
4355
4418
 
4356
4419
  # The client must configure the authentication and authorization parameters
@@ -4442,10 +4505,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4442
4505
  from pulpcore.client.pulp_python.rest import ApiException
4443
4506
  from pprint import pprint
4444
4507
 
4445
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4508
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4446
4509
  # See configuration.py for a list of all supported configuration parameters.
4447
4510
  configuration = pulpcore.client.pulp_python.Configuration(
4448
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4511
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4449
4512
  )
4450
4513
 
4451
4514
  # The client must configure the authentication and authorization parameters
@@ -4538,10 +4601,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4538
4601
  from pulpcore.client.pulp_python.rest import ApiException
4539
4602
  from pprint import pprint
4540
4603
 
4541
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4604
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4542
4605
  # See configuration.py for a list of all supported configuration parameters.
4543
4606
  configuration = pulpcore.client.pulp_python.Configuration(
4544
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4607
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4545
4608
  )
4546
4609
 
4547
4610
  # The client must configure the authentication and authorization parameters
@@ -4614,7 +4677,7 @@ Name | Type | Description | Notes
4614
4677
 
4615
4678
  # pulpcore.client.pulp_python.PypiMetadataApi
4616
4679
 
4617
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
4680
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
4618
4681
 
4619
4682
  Method | HTTP request | Description
4620
4683
  ------------- | ------------- | -------------
@@ -4640,10 +4703,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4640
4703
  from pulpcore.client.pulp_python.rest import ApiException
4641
4704
  from pprint import pprint
4642
4705
 
4643
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
4706
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
4644
4707
  # See configuration.py for a list of all supported configuration parameters.
4645
4708
  configuration = pulpcore.client.pulp_python.Configuration(
4646
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
4709
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
4647
4710
  )
4648
4711
 
4649
4712
  # The client must configure the authentication and authorization parameters
@@ -5202,7 +5265,7 @@ python_python_repository_response_from_dict = PythonPythonRepositoryResponse.fro
5202
5265
 
5203
5266
  # pulpcore.client.pulp_python.RemotesPythonApi
5204
5267
 
5205
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
5268
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
5206
5269
 
5207
5270
  Method | HTTP request | Description
5208
5271
  ------------- | ------------- | -------------
@@ -5241,10 +5304,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5241
5304
  from pulpcore.client.pulp_python.rest import ApiException
5242
5305
  from pprint import pprint
5243
5306
 
5244
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5307
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5245
5308
  # See configuration.py for a list of all supported configuration parameters.
5246
5309
  configuration = pulpcore.client.pulp_python.Configuration(
5247
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5310
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5248
5311
  )
5249
5312
 
5250
5313
  # The client must configure the authentication and authorization parameters
@@ -5335,10 +5398,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5335
5398
  from pulpcore.client.pulp_python.rest import ApiException
5336
5399
  from pprint import pprint
5337
5400
 
5338
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5401
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5339
5402
  # See configuration.py for a list of all supported configuration parameters.
5340
5403
  configuration = pulpcore.client.pulp_python.Configuration(
5341
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5404
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5342
5405
  )
5343
5406
 
5344
5407
  # The client must configure the authentication and authorization parameters
@@ -5428,10 +5491,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5428
5491
  from pulpcore.client.pulp_python.rest import ApiException
5429
5492
  from pprint import pprint
5430
5493
 
5431
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5494
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5432
5495
  # See configuration.py for a list of all supported configuration parameters.
5433
5496
  configuration = pulpcore.client.pulp_python.Configuration(
5434
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5497
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5435
5498
  )
5436
5499
 
5437
5500
  # The client must configure the authentication and authorization parameters
@@ -5519,10 +5582,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5519
5582
  from pulpcore.client.pulp_python.rest import ApiException
5520
5583
  from pprint import pprint
5521
5584
 
5522
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5585
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5523
5586
  # See configuration.py for a list of all supported configuration parameters.
5524
5587
  configuration = pulpcore.client.pulp_python.Configuration(
5525
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5588
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5526
5589
  )
5527
5590
 
5528
5591
  # The client must configure the authentication and authorization parameters
@@ -5616,10 +5679,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5616
5679
  from pulpcore.client.pulp_python.rest import ApiException
5617
5680
  from pprint import pprint
5618
5681
 
5619
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5682
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5620
5683
  # See configuration.py for a list of all supported configuration parameters.
5621
5684
  configuration = pulpcore.client.pulp_python.Configuration(
5622
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5685
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5623
5686
  )
5624
5687
 
5625
5688
  # The client must configure the authentication and authorization parameters
@@ -5759,10 +5822,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5759
5822
  from pulpcore.client.pulp_python.rest import ApiException
5760
5823
  from pprint import pprint
5761
5824
 
5762
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5825
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5763
5826
  # See configuration.py for a list of all supported configuration parameters.
5764
5827
  configuration = pulpcore.client.pulp_python.Configuration(
5765
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5828
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5766
5829
  )
5767
5830
 
5768
5831
  # The client must configure the authentication and authorization parameters
@@ -5854,10 +5917,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5854
5917
  from pulpcore.client.pulp_python.rest import ApiException
5855
5918
  from pprint import pprint
5856
5919
 
5857
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
5920
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5858
5921
  # See configuration.py for a list of all supported configuration parameters.
5859
5922
  configuration = pulpcore.client.pulp_python.Configuration(
5860
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
5923
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5861
5924
  )
5862
5925
 
5863
5926
  # The client must configure the authentication and authorization parameters
@@ -5950,10 +6013,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5950
6013
  from pulpcore.client.pulp_python.rest import ApiException
5951
6014
  from pprint import pprint
5952
6015
 
5953
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6016
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
5954
6017
  # See configuration.py for a list of all supported configuration parameters.
5955
6018
  configuration = pulpcore.client.pulp_python.Configuration(
5956
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6019
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
5957
6020
  )
5958
6021
 
5959
6022
  # The client must configure the authentication and authorization parameters
@@ -6044,10 +6107,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6044
6107
  from pulpcore.client.pulp_python.rest import ApiException
6045
6108
  from pprint import pprint
6046
6109
 
6047
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6110
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6048
6111
  # See configuration.py for a list of all supported configuration parameters.
6049
6112
  configuration = pulpcore.client.pulp_python.Configuration(
6050
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6113
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6051
6114
  )
6052
6115
 
6053
6116
  # The client must configure the authentication and authorization parameters
@@ -6140,10 +6203,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6140
6203
  from pulpcore.client.pulp_python.rest import ApiException
6141
6204
  from pprint import pprint
6142
6205
 
6143
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6206
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6144
6207
  # See configuration.py for a list of all supported configuration parameters.
6145
6208
  configuration = pulpcore.client.pulp_python.Configuration(
6146
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6209
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6147
6210
  )
6148
6211
 
6149
6212
  # The client must configure the authentication and authorization parameters
@@ -6234,10 +6297,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6234
6297
  from pulpcore.client.pulp_python.rest import ApiException
6235
6298
  from pprint import pprint
6236
6299
 
6237
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6300
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6238
6301
  # See configuration.py for a list of all supported configuration parameters.
6239
6302
  configuration = pulpcore.client.pulp_python.Configuration(
6240
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6303
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6241
6304
  )
6242
6305
 
6243
6306
  # The client must configure the authentication and authorization parameters
@@ -6328,10 +6391,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6328
6391
  from pulpcore.client.pulp_python.rest import ApiException
6329
6392
  from pprint import pprint
6330
6393
 
6331
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6394
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6332
6395
  # See configuration.py for a list of all supported configuration parameters.
6333
6396
  configuration = pulpcore.client.pulp_python.Configuration(
6334
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6397
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6335
6398
  )
6336
6399
 
6337
6400
  # The client must configure the authentication and authorization parameters
@@ -6422,10 +6485,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6422
6485
  from pulpcore.client.pulp_python.rest import ApiException
6423
6486
  from pprint import pprint
6424
6487
 
6425
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6488
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6426
6489
  # See configuration.py for a list of all supported configuration parameters.
6427
6490
  configuration = pulpcore.client.pulp_python.Configuration(
6428
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6491
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6429
6492
  )
6430
6493
 
6431
6494
  # The client must configure the authentication and authorization parameters
@@ -6528,7 +6591,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6528
6591
 
6529
6592
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6530
6593
 
6531
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
6594
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
6532
6595
 
6533
6596
  Method | HTTP request | Description
6534
6597
  ------------- | ------------- | -------------
@@ -6569,10 +6632,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6569
6632
  from pulpcore.client.pulp_python.rest import ApiException
6570
6633
  from pprint import pprint
6571
6634
 
6572
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6635
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6573
6636
  # See configuration.py for a list of all supported configuration parameters.
6574
6637
  configuration = pulpcore.client.pulp_python.Configuration(
6575
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6638
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6576
6639
  )
6577
6640
 
6578
6641
  # The client must configure the authentication and authorization parameters
@@ -6663,10 +6726,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6663
6726
  from pulpcore.client.pulp_python.rest import ApiException
6664
6727
  from pprint import pprint
6665
6728
 
6666
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6729
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6667
6730
  # See configuration.py for a list of all supported configuration parameters.
6668
6731
  configuration = pulpcore.client.pulp_python.Configuration(
6669
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6732
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6670
6733
  )
6671
6734
 
6672
6735
  # The client must configure the authentication and authorization parameters
@@ -6756,10 +6819,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6756
6819
  from pulpcore.client.pulp_python.rest import ApiException
6757
6820
  from pprint import pprint
6758
6821
 
6759
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6822
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6760
6823
  # See configuration.py for a list of all supported configuration parameters.
6761
6824
  configuration = pulpcore.client.pulp_python.Configuration(
6762
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6825
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6763
6826
  )
6764
6827
 
6765
6828
  # The client must configure the authentication and authorization parameters
@@ -6847,10 +6910,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6847
6910
  from pulpcore.client.pulp_python.rest import ApiException
6848
6911
  from pprint import pprint
6849
6912
 
6850
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
6913
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
6851
6914
  # See configuration.py for a list of all supported configuration parameters.
6852
6915
  configuration = pulpcore.client.pulp_python.Configuration(
6853
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
6916
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
6854
6917
  )
6855
6918
 
6856
6919
  # The client must configure the authentication and authorization parameters
@@ -6998,10 +7061,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
6998
7061
  from pulpcore.client.pulp_python.rest import ApiException
6999
7062
  from pprint import pprint
7000
7063
 
7001
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7064
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7002
7065
  # See configuration.py for a list of all supported configuration parameters.
7003
7066
  configuration = pulpcore.client.pulp_python.Configuration(
7004
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7067
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7005
7068
  )
7006
7069
 
7007
7070
  # The client must configure the authentication and authorization parameters
@@ -7094,10 +7157,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7094
7157
  from pulpcore.client.pulp_python.rest import ApiException
7095
7158
  from pprint import pprint
7096
7159
 
7097
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7160
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7098
7161
  # See configuration.py for a list of all supported configuration parameters.
7099
7162
  configuration = pulpcore.client.pulp_python.Configuration(
7100
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7163
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7101
7164
  )
7102
7165
 
7103
7166
  # The client must configure the authentication and authorization parameters
@@ -7187,10 +7250,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7187
7250
  from pulpcore.client.pulp_python.rest import ApiException
7188
7251
  from pprint import pprint
7189
7252
 
7190
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7253
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7191
7254
  # See configuration.py for a list of all supported configuration parameters.
7192
7255
  configuration = pulpcore.client.pulp_python.Configuration(
7193
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7256
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7194
7257
  )
7195
7258
 
7196
7259
  # The client must configure the authentication and authorization parameters
@@ -7283,10 +7346,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7283
7346
  from pulpcore.client.pulp_python.rest import ApiException
7284
7347
  from pprint import pprint
7285
7348
 
7286
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7349
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7287
7350
  # See configuration.py for a list of all supported configuration parameters.
7288
7351
  configuration = pulpcore.client.pulp_python.Configuration(
7289
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7352
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7290
7353
  )
7291
7354
 
7292
7355
  # The client must configure the authentication and authorization parameters
@@ -7377,10 +7440,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7377
7440
  from pulpcore.client.pulp_python.rest import ApiException
7378
7441
  from pprint import pprint
7379
7442
 
7380
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7443
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7381
7444
  # See configuration.py for a list of all supported configuration parameters.
7382
7445
  configuration = pulpcore.client.pulp_python.Configuration(
7383
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7446
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7384
7447
  )
7385
7448
 
7386
7449
  # The client must configure the authentication and authorization parameters
@@ -7473,10 +7536,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7473
7536
  from pulpcore.client.pulp_python.rest import ApiException
7474
7537
  from pprint import pprint
7475
7538
 
7476
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7539
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7477
7540
  # See configuration.py for a list of all supported configuration parameters.
7478
7541
  configuration = pulpcore.client.pulp_python.Configuration(
7479
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7542
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7480
7543
  )
7481
7544
 
7482
7545
  # The client must configure the authentication and authorization parameters
@@ -7566,10 +7629,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7566
7629
  from pulpcore.client.pulp_python.rest import ApiException
7567
7630
  from pprint import pprint
7568
7631
 
7569
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7632
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7570
7633
  # See configuration.py for a list of all supported configuration parameters.
7571
7634
  configuration = pulpcore.client.pulp_python.Configuration(
7572
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7635
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7573
7636
  )
7574
7637
 
7575
7638
  # The client must configure the authentication and authorization parameters
@@ -7658,10 +7721,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7658
7721
  from pulpcore.client.pulp_python.rest import ApiException
7659
7722
  from pprint import pprint
7660
7723
 
7661
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7724
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7662
7725
  # See configuration.py for a list of all supported configuration parameters.
7663
7726
  configuration = pulpcore.client.pulp_python.Configuration(
7664
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7727
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7665
7728
  )
7666
7729
 
7667
7730
  # The client must configure the authentication and authorization parameters
@@ -7752,10 +7815,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7752
7815
  from pulpcore.client.pulp_python.rest import ApiException
7753
7816
  from pprint import pprint
7754
7817
 
7755
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7818
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7756
7819
  # See configuration.py for a list of all supported configuration parameters.
7757
7820
  configuration = pulpcore.client.pulp_python.Configuration(
7758
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7821
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7759
7822
  )
7760
7823
 
7761
7824
  # The client must configure the authentication and authorization parameters
@@ -7846,10 +7909,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7846
7909
  from pulpcore.client.pulp_python.rest import ApiException
7847
7910
  from pprint import pprint
7848
7911
 
7849
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
7912
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7850
7913
  # See configuration.py for a list of all supported configuration parameters.
7851
7914
  configuration = pulpcore.client.pulp_python.Configuration(
7852
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
7915
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7853
7916
  )
7854
7917
 
7855
7918
  # The client must configure the authentication and authorization parameters
@@ -7940,10 +8003,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7940
8003
  from pulpcore.client.pulp_python.rest import ApiException
7941
8004
  from pprint import pprint
7942
8005
 
7943
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8006
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
7944
8007
  # See configuration.py for a list of all supported configuration parameters.
7945
8008
  configuration = pulpcore.client.pulp_python.Configuration(
7946
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8009
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
7947
8010
  )
7948
8011
 
7949
8012
  # The client must configure the authentication and authorization parameters
@@ -8017,7 +8080,7 @@ Name | Type | Description | Notes
8017
8080
 
8018
8081
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8019
8082
 
8020
- All URIs are relative to *https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com*
8083
+ All URIs are relative to *https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com*
8021
8084
 
8022
8085
  Method | HTTP request | Description
8023
8086
  ------------- | ------------- | -------------
@@ -8047,10 +8110,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8047
8110
  from pulpcore.client.pulp_python.rest import ApiException
8048
8111
  from pprint import pprint
8049
8112
 
8050
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8113
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8051
8114
  # See configuration.py for a list of all supported configuration parameters.
8052
8115
  configuration = pulpcore.client.pulp_python.Configuration(
8053
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8116
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8054
8117
  )
8055
8118
 
8056
8119
  # The client must configure the authentication and authorization parameters
@@ -8138,10 +8201,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8138
8201
  from pulpcore.client.pulp_python.rest import ApiException
8139
8202
  from pprint import pprint
8140
8203
 
8141
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8204
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8142
8205
  # See configuration.py for a list of all supported configuration parameters.
8143
8206
  configuration = pulpcore.client.pulp_python.Configuration(
8144
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8207
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8145
8208
  )
8146
8209
 
8147
8210
  # The client must configure the authentication and authorization parameters
@@ -8275,10 +8338,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8275
8338
  from pulpcore.client.pulp_python.rest import ApiException
8276
8339
  from pprint import pprint
8277
8340
 
8278
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8341
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8279
8342
  # See configuration.py for a list of all supported configuration parameters.
8280
8343
  configuration = pulpcore.client.pulp_python.Configuration(
8281
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8344
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8282
8345
  )
8283
8346
 
8284
8347
  # The client must configure the authentication and authorization parameters
@@ -8371,10 +8434,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8371
8434
  from pulpcore.client.pulp_python.rest import ApiException
8372
8435
  from pprint import pprint
8373
8436
 
8374
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8437
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8375
8438
  # See configuration.py for a list of all supported configuration parameters.
8376
8439
  configuration = pulpcore.client.pulp_python.Configuration(
8377
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8440
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8378
8441
  )
8379
8442
 
8380
8443
  # The client must configure the authentication and authorization parameters
@@ -8463,10 +8526,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8463
8526
  from pulpcore.client.pulp_python.rest import ApiException
8464
8527
  from pprint import pprint
8465
8528
 
8466
- # Defining the host is optional and defaults to https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com
8529
+ # Defining the host is optional and defaults to https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com
8467
8530
  # See configuration.py for a list of all supported configuration parameters.
8468
8531
  configuration = pulpcore.client.pulp_python.Configuration(
8469
- host = "https://env-ephemeral-fd87kx.apps.crc-eph.r9lp.p1.openshiftapps.com"
8532
+ host = "https://env-ephemeral-knoeff.apps.crc-eph.r9lp.p1.openshiftapps.com"
8470
8533
  )
8471
8534
 
8472
8535
  # The client must configure the authentication and authorization parameters