crc-pulp-python-client 20260512.6__tar.gz → 20260514.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/PKG-INFO +177 -170
  2. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/README.md +4 -4
  3. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/crc_pulp_python_client.egg-info/PKG-INFO +177 -170
  4. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/content_packages_api.py +31 -1
  6. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +15 -0
  7. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  8. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +5 -3
  9. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pyproject.toml +1 -1
  10. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/setup.py +1 -1
  11. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_repository_add_remove_content.py +2 -1
  12. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  13. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  14. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  15. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  16. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/__init__.py +0 -0
  17. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/__init__.py +0 -0
  18. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  19. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  20. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  21. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  22. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  23. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  24. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  25. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  26. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  27. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  28. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  29. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  30. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api_client.py +0 -0
  31. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  32. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  33. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  34. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  35. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  36. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  37. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  38. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  39. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  40. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  41. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  42. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  43. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  44. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  45. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  46. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  47. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  48. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  49. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  50. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  51. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  52. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  53. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  54. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  55. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  56. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  57. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  58. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  59. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  60. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  61. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  62. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  63. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  64. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  65. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  66. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  67. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  68. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  69. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  70. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  71. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  72. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  73. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  74. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  75. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  76. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  77. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  78. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  79. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  80. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  81. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  82. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/py.typed +0 -0
  83. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/pulpcore/client/pulp_python/rest.py +0 -0
  84. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/setup.cfg +0 -0
  85. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_api_integrity_provenance_api.py +0 -0
  86. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_api_legacy_api.py +0 -0
  87. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_api_pypi_api.py +0 -0
  88. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_api_simple_api.py +0 -0
  89. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_async_operation_response.py +0 -0
  90. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_content_packages_api.py +0 -0
  91. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_content_provenance_api.py +0 -0
  92. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_content_summary_response.py +0 -0
  93. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_distributions_pypi_api.py +0 -0
  94. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_exclude_platforms_enum.py +0 -0
  95. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_filetype_enum.py +0 -0
  96. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_metadata_version_enum.py +0 -0
  97. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_my_permissions_response.py +0 -0
  98. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_nested_role.py +0 -0
  99. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_nested_role_response.py +0 -0
  100. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_object_roles_response.py +0 -0
  101. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_package_metadata_response.py +0 -0
  102. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_package_types_enum.py +0 -0
  103. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_package_upload_task_response.py +0 -0
  104. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginated_repository_version_response_list.py +0 -0
  105. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  106. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  107. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  108. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  109. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  110. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  111. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  112. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_patchedpython_python_distribution.py +0 -0
  113. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_patchedpython_python_remote.py +0 -0
  114. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_patchedpython_python_repository.py +0 -0
  115. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_policy_enum.py +0 -0
  116. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_protocol_version_enum.py +0 -0
  117. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_publications_pypi_api.py +0 -0
  118. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_pypi_metadata_api.py +0 -0
  119. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_package_provenance_response.py +0 -0
  120. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_blocklist_entry.py +0 -0
  121. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_blocklist_entry_response.py +0 -0
  122. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_distribution.py +0 -0
  123. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_distribution_response.py +0 -0
  124. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_package_content_response.py +0 -0
  125. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_publication.py +0 -0
  126. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_publication_response.py +0 -0
  127. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_remote.py +0 -0
  128. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_remote_response.py +0 -0
  129. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  130. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_repository.py +0 -0
  131. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_python_python_repository_response.py +0 -0
  132. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_remote_network_config.py +0 -0
  133. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_remote_network_config_response.py +0 -0
  134. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_remotes_python_api.py +0 -0
  135. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_repair.py +0 -0
  136. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_repositories_python_api.py +0 -0
  137. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  138. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_repositories_python_versions_api.py +0 -0
  139. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_repository_sync_url.py +0 -0
  140. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_repository_version_response.py +0 -0
  141. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_set_label.py +0 -0
  142. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_set_label_response.py +0 -0
  143. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_summary_response.py +0 -0
  144. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.1}/test/test_unset_label.py +0 -0
  145. {crc_pulp_python_client-20260512.6 → crc_pulp_python_client-20260514.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: 20260512.6
3
+ Version: 20260514.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-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -47,10 +47,10 @@ import pulpcore.client.pulp_python
47
47
  from pulpcore.client.pulp_python.rest import ApiException
48
48
  from pprint import pprint
49
49
 
50
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
51
51
  # See configuration.py for a list of all supported configuration parameters.
52
52
  configuration = pulpcore.client.pulp_python.Configuration(
53
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
54
  )
55
55
 
56
56
  # The client must configure the authentication and authorization parameters
@@ -129,7 +129,7 @@ void (empty response body)
129
129
 
130
130
  # pulpcore.client.pulp_python.ApiLegacyApi
131
131
 
132
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
133
133
 
134
134
  Method | HTTP request | Description
135
135
  ------------- | ------------- | -------------
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
154
154
  from pulpcore.client.pulp_python.rest import ApiException
155
155
  from pprint import pprint
156
156
 
157
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
158
158
  # See configuration.py for a list of all supported configuration parameters.
159
159
  configuration = pulpcore.client.pulp_python.Configuration(
160
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
161
161
  )
162
162
 
163
163
  # The client must configure the authentication and authorization parameters
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
242
242
 
243
243
  # pulpcore.client.pulp_python.ApiPypiApi
244
244
 
245
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
246
246
 
247
247
  Method | HTTP request | Description
248
248
  ------------- | ------------- | -------------
@@ -267,10 +267,10 @@ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
267
267
  from pulpcore.client.pulp_python.rest import ApiException
268
268
  from pprint import pprint
269
269
 
270
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
271
271
  # See configuration.py for a list of all supported configuration parameters.
272
272
  configuration = pulpcore.client.pulp_python.Configuration(
273
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
274
274
  )
275
275
 
276
276
  # The client must configure the authentication and authorization parameters
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  # pulpcore.client.pulp_python.ApiSimpleApi
347
347
 
348
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
349
349
 
350
350
  Method | HTTP request | Description
351
351
  ------------- | ------------- | -------------
@@ -372,10 +372,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
372
372
  from pulpcore.client.pulp_python.rest import ApiException
373
373
  from pprint import pprint
374
374
 
375
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
376
376
  # See configuration.py for a list of all supported configuration parameters.
377
377
  configuration = pulpcore.client.pulp_python.Configuration(
378
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
379
379
  )
380
380
 
381
381
  # The client must configure the authentication and authorization parameters
@@ -475,10 +475,10 @@ import pulpcore.client.pulp_python
475
475
  from pulpcore.client.pulp_python.rest import ApiException
476
476
  from pprint import pprint
477
477
 
478
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
479
479
  # See configuration.py for a list of all supported configuration parameters.
480
480
  configuration = pulpcore.client.pulp_python.Configuration(
481
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
482
482
  )
483
483
 
484
484
  # The client must configure the authentication and authorization parameters
@@ -570,10 +570,10 @@ import pulpcore.client.pulp_python
570
570
  from pulpcore.client.pulp_python.rest import ApiException
571
571
  from pprint import pprint
572
572
 
573
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
574
574
  # See configuration.py for a list of all supported configuration parameters.
575
575
  configuration = pulpcore.client.pulp_python.Configuration(
576
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
577
577
  )
578
578
 
579
579
  # The client must configure the authentication and authorization parameters
@@ -678,7 +678,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
678
678
 
679
679
  # pulpcore.client.pulp_python.ContentPackagesApi
680
680
 
681
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
682
682
 
683
683
  Method | HTTP request | Description
684
684
  ------------- | ------------- | -------------
@@ -691,7 +691,7 @@ Method | HTTP request | Description
691
691
 
692
692
 
693
693
  # **create**
694
- > AsyncOperationResponse create(pulp_domain, relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
694
+ > AsyncOperationResponse create(pulp_domain, relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
695
695
 
696
696
  Create a python package content
697
697
 
@@ -708,10 +708,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
708
708
  from pulpcore.client.pulp_python.rest import ApiException
709
709
  from pprint import pprint
710
710
 
711
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
712
712
  # See configuration.py for a list of all supported configuration parameters.
713
713
  configuration = pulpcore.client.pulp_python.Configuration(
714
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
715
715
  )
716
716
 
717
717
  # The client must configure the authentication and authorization parameters
@@ -739,6 +739,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
739
739
  relative_path = 'relative_path_example' # str | Path where the artifact is located relative to distributions base_path
740
740
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
741
741
  repository = 'repository_example' # str | A URI of a repository the new content unit should be associated with. (optional)
742
+ overwrite = True # bool | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. (optional) (default to True)
742
743
  pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
743
744
  artifact = 'artifact_example' # str | Artifact file representing the physical content (optional)
744
745
  file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
@@ -776,7 +777,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
776
777
 
777
778
  try:
778
779
  # Create a python package content
779
- api_response = api_instance.create(pulp_domain, relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
780
+ api_response = api_instance.create(pulp_domain, relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
780
781
  print("The response of ContentPackagesApi->create:\n")
781
782
  pprint(api_response)
782
783
  except Exception as e:
@@ -794,6 +795,7 @@ Name | Type | Description | Notes
794
795
  **relative_path** | **str**| Path where the artifact is located relative to distributions base_path |
795
796
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
796
797
  **repository** | **str**| A URI of a repository the new content unit should be associated with. | [optional]
798
+ **overwrite** | **bool**| When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional] [default to True]
797
799
  **pulp_labels** | [**Dict[str, Optional[str]]**](Dict.md)| A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
798
800
  **artifact** | **str**| Artifact file representing the physical content | [optional]
799
801
  **file** | **bytearray**| An uploaded file that may be turned into the content unit. | [optional]
@@ -868,10 +870,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
868
870
  from pulpcore.client.pulp_python.rest import ApiException
869
871
  from pprint import pprint
870
872
 
871
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
873
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
872
874
  # See configuration.py for a list of all supported configuration parameters.
873
875
  configuration = pulpcore.client.pulp_python.Configuration(
874
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
876
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
875
877
  )
876
878
 
877
879
  # The client must configure the authentication and authorization parameters
@@ -1030,10 +1032,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1030
1032
  from pulpcore.client.pulp_python.rest import ApiException
1031
1033
  from pprint import pprint
1032
1034
 
1033
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1035
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1034
1036
  # See configuration.py for a list of all supported configuration parameters.
1035
1037
  configuration = pulpcore.client.pulp_python.Configuration(
1036
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1038
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1037
1039
  )
1038
1040
 
1039
1041
  # The client must configure the authentication and authorization parameters
@@ -1123,10 +1125,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1123
1125
  from pulpcore.client.pulp_python.rest import ApiException
1124
1126
  from pprint import pprint
1125
1127
 
1126
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1128
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1127
1129
  # See configuration.py for a list of all supported configuration parameters.
1128
1130
  configuration = pulpcore.client.pulp_python.Configuration(
1129
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1131
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1130
1132
  )
1131
1133
 
1132
1134
  # The client must configure the authentication and authorization parameters
@@ -1214,10 +1216,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1214
1216
  from pulpcore.client.pulp_python.rest import ApiException
1215
1217
  from pprint import pprint
1216
1218
 
1217
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1219
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1218
1220
  # See configuration.py for a list of all supported configuration parameters.
1219
1221
  configuration = pulpcore.client.pulp_python.Configuration(
1220
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1222
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1221
1223
  )
1222
1224
 
1223
1225
  # The client must configure the authentication and authorization parameters
@@ -1287,7 +1289,7 @@ Name | Type | Description | Notes
1287
1289
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1288
1290
 
1289
1291
  # **upload**
1290
- > PythonPythonPackageContentResponse upload(pulp_domain, x_task_diagnostics=x_task_diagnostics, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
1292
+ > PythonPythonPackageContentResponse upload(pulp_domain, x_task_diagnostics=x_task_diagnostics, overwrite=overwrite, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
1291
1293
 
1292
1294
  Synchronous Python package upload
1293
1295
 
@@ -1304,10 +1306,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1304
1306
  from pulpcore.client.pulp_python.rest import ApiException
1305
1307
  from pprint import pprint
1306
1308
 
1307
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1309
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1308
1310
  # See configuration.py for a list of all supported configuration parameters.
1309
1311
  configuration = pulpcore.client.pulp_python.Configuration(
1310
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1312
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1311
1313
  )
1312
1314
 
1313
1315
  # The client must configure the authentication and authorization parameters
@@ -1333,6 +1335,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1333
1335
  api_instance = pulpcore.client.pulp_python.ContentPackagesApi(api_client)
1334
1336
  pulp_domain = 'pulp_domain_example' # str |
1335
1337
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
1338
+ overwrite = True # bool | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. (optional) (default to True)
1336
1339
  pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
1337
1340
  artifact = 'artifact_example' # str | Artifact file representing the physical content (optional)
1338
1341
  file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
@@ -1370,7 +1373,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1370
1373
 
1371
1374
  try:
1372
1375
  # Synchronous Python package upload
1373
- api_response = api_instance.upload(pulp_domain, x_task_diagnostics=x_task_diagnostics, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
1376
+ api_response = api_instance.upload(pulp_domain, x_task_diagnostics=x_task_diagnostics, overwrite=overwrite, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
1374
1377
  print("The response of ContentPackagesApi->upload:\n")
1375
1378
  pprint(api_response)
1376
1379
  except Exception as e:
@@ -1386,6 +1389,7 @@ Name | Type | Description | Notes
1386
1389
  ------------- | ------------- | ------------- | -------------
1387
1390
  **pulp_domain** | **str**| |
1388
1391
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
1392
+ **overwrite** | **bool**| When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional] [default to True]
1389
1393
  **pulp_labels** | [**Dict[str, Optional[str]]**](Dict.md)| A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
1390
1394
  **artifact** | **str**| Artifact file representing the physical content | [optional]
1391
1395
  **file** | **bytearray**| An uploaded file that may be turned into the content unit. | [optional]
@@ -1444,7 +1448,7 @@ Name | Type | Description | Notes
1444
1448
 
1445
1449
  # pulpcore.client.pulp_python.ContentProvenanceApi
1446
1450
 
1447
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
1451
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
1448
1452
 
1449
1453
  Method | HTTP request | Description
1450
1454
  ------------- | ------------- | -------------
@@ -1456,7 +1460,7 @@ Method | HTTP request | Description
1456
1460
 
1457
1461
 
1458
1462
  # **create**
1459
- > AsyncOperationResponse create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1463
+ > AsyncOperationResponse create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1460
1464
 
1461
1465
  Create a package provenance
1462
1466
 
@@ -1473,10 +1477,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1473
1477
  from pulpcore.client.pulp_python.rest import ApiException
1474
1478
  from pprint import pprint
1475
1479
 
1476
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1480
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1477
1481
  # See configuration.py for a list of all supported configuration parameters.
1478
1482
  configuration = pulpcore.client.pulp_python.Configuration(
1479
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1483
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1480
1484
  )
1481
1485
 
1482
1486
  # The client must configure the authentication and authorization parameters
@@ -1504,6 +1508,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1504
1508
  package = 'package_example' # str | The package that the provenance is for.
1505
1509
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
1506
1510
  repository = 'repository_example' # str | A URI of a repository the new content unit should be associated with. (optional)
1511
+ overwrite = True # bool | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. (optional) (default to True)
1507
1512
  pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
1508
1513
  file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
1509
1514
  upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
@@ -1513,7 +1518,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
1513
1518
 
1514
1519
  try:
1515
1520
  # Create a package provenance
1516
- api_response = api_instance.create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1521
+ api_response = api_instance.create(pulp_domain, package, x_task_diagnostics=x_task_diagnostics, repository=repository, overwrite=overwrite, pulp_labels=pulp_labels, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, verify=verify)
1517
1522
  print("The response of ContentProvenanceApi->create:\n")
1518
1523
  pprint(api_response)
1519
1524
  except Exception as e:
@@ -1531,6 +1536,7 @@ Name | Type | Description | Notes
1531
1536
  **package** | **str**| The package that the provenance is for. |
1532
1537
  **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
1533
1538
  **repository** | **str**| A URI of a repository the new content unit should be associated with. | [optional]
1539
+ **overwrite** | **bool**| When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional] [default to True]
1534
1540
  **pulp_labels** | [**Dict[str, Optional[str]]**](Dict.md)| A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
1535
1541
  **file** | **bytearray**| An uploaded file that may be turned into the content unit. | [optional]
1536
1542
  **upload** | **str**| An uncommitted upload that may be turned into the content unit. | [optional]
@@ -1577,10 +1583,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1577
1583
  from pulpcore.client.pulp_python.rest import ApiException
1578
1584
  from pprint import pprint
1579
1585
 
1580
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1586
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1581
1587
  # See configuration.py for a list of all supported configuration parameters.
1582
1588
  configuration = pulpcore.client.pulp_python.Configuration(
1583
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1589
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1584
1590
  )
1585
1591
 
1586
1592
  # The client must configure the authentication and authorization parameters
@@ -1701,10 +1707,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1701
1707
  from pulpcore.client.pulp_python.rest import ApiException
1702
1708
  from pprint import pprint
1703
1709
 
1704
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1710
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1705
1711
  # See configuration.py for a list of all supported configuration parameters.
1706
1712
  configuration = pulpcore.client.pulp_python.Configuration(
1707
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1713
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1708
1714
  )
1709
1715
 
1710
1716
  # The client must configure the authentication and authorization parameters
@@ -1794,10 +1800,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1794
1800
  from pulpcore.client.pulp_python.rest import ApiException
1795
1801
  from pprint import pprint
1796
1802
 
1797
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1803
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1798
1804
  # See configuration.py for a list of all supported configuration parameters.
1799
1805
  configuration = pulpcore.client.pulp_python.Configuration(
1800
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1806
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1801
1807
  )
1802
1808
 
1803
1809
  # The client must configure the authentication and authorization parameters
@@ -1885,10 +1891,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1885
1891
  from pulpcore.client.pulp_python.rest import ApiException
1886
1892
  from pprint import pprint
1887
1893
 
1888
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
1894
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
1889
1895
  # See configuration.py for a list of all supported configuration parameters.
1890
1896
  configuration = pulpcore.client.pulp_python.Configuration(
1891
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
1897
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1892
1898
  )
1893
1899
 
1894
1900
  # The client must configure the authentication and authorization parameters
@@ -1991,7 +1997,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1991
1997
 
1992
1998
  # pulpcore.client.pulp_python.DistributionsPypiApi
1993
1999
 
1994
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
2000
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
1995
2001
 
1996
2002
  Method | HTTP request | Description
1997
2003
  ------------- | ------------- | -------------
@@ -2028,10 +2034,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2028
2034
  from pulpcore.client.pulp_python.rest import ApiException
2029
2035
  from pprint import pprint
2030
2036
 
2031
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2037
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2032
2038
  # See configuration.py for a list of all supported configuration parameters.
2033
2039
  configuration = pulpcore.client.pulp_python.Configuration(
2034
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2040
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2035
2041
  )
2036
2042
 
2037
2043
  # The client must configure the authentication and authorization parameters
@@ -2119,10 +2125,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2119
2125
  from pulpcore.client.pulp_python.rest import ApiException
2120
2126
  from pprint import pprint
2121
2127
 
2122
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2128
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2123
2129
  # See configuration.py for a list of all supported configuration parameters.
2124
2130
  configuration = pulpcore.client.pulp_python.Configuration(
2125
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2131
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2126
2132
  )
2127
2133
 
2128
2134
  # The client must configure the authentication and authorization parameters
@@ -2209,10 +2215,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2209
2215
  from pulpcore.client.pulp_python.rest import ApiException
2210
2216
  from pprint import pprint
2211
2217
 
2212
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2218
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2213
2219
  # See configuration.py for a list of all supported configuration parameters.
2214
2220
  configuration = pulpcore.client.pulp_python.Configuration(
2215
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2221
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2216
2222
  )
2217
2223
 
2218
2224
  # The client must configure the authentication and authorization parameters
@@ -2297,10 +2303,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2297
2303
  from pulpcore.client.pulp_python.rest import ApiException
2298
2304
  from pprint import pprint
2299
2305
 
2300
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2306
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2301
2307
  # See configuration.py for a list of all supported configuration parameters.
2302
2308
  configuration = pulpcore.client.pulp_python.Configuration(
2303
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2309
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2304
2310
  )
2305
2311
 
2306
2312
  # The client must configure the authentication and authorization parameters
@@ -2439,10 +2445,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2439
2445
  from pulpcore.client.pulp_python.rest import ApiException
2440
2446
  from pprint import pprint
2441
2447
 
2442
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2448
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2443
2449
  # See configuration.py for a list of all supported configuration parameters.
2444
2450
  configuration = pulpcore.client.pulp_python.Configuration(
2445
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2451
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2446
2452
  )
2447
2453
 
2448
2454
  # The client must configure the authentication and authorization parameters
@@ -2531,10 +2537,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2531
2537
  from pulpcore.client.pulp_python.rest import ApiException
2532
2538
  from pprint import pprint
2533
2539
 
2534
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2540
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2535
2541
  # See configuration.py for a list of all supported configuration parameters.
2536
2542
  configuration = pulpcore.client.pulp_python.Configuration(
2537
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2543
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2538
2544
  )
2539
2545
 
2540
2546
  # The client must configure the authentication and authorization parameters
@@ -2624,10 +2630,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2624
2630
  from pulpcore.client.pulp_python.rest import ApiException
2625
2631
  from pprint import pprint
2626
2632
 
2627
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2633
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2628
2634
  # See configuration.py for a list of all supported configuration parameters.
2629
2635
  configuration = pulpcore.client.pulp_python.Configuration(
2630
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2636
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2631
2637
  )
2632
2638
 
2633
2639
  # The client must configure the authentication and authorization parameters
@@ -2715,10 +2721,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2715
2721
  from pulpcore.client.pulp_python.rest import ApiException
2716
2722
  from pprint import pprint
2717
2723
 
2718
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2724
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2719
2725
  # See configuration.py for a list of all supported configuration parameters.
2720
2726
  configuration = pulpcore.client.pulp_python.Configuration(
2721
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2727
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2722
2728
  )
2723
2729
 
2724
2730
  # The client must configure the authentication and authorization parameters
@@ -2808,10 +2814,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2808
2814
  from pulpcore.client.pulp_python.rest import ApiException
2809
2815
  from pprint import pprint
2810
2816
 
2811
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2817
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2812
2818
  # See configuration.py for a list of all supported configuration parameters.
2813
2819
  configuration = pulpcore.client.pulp_python.Configuration(
2814
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2820
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2815
2821
  )
2816
2822
 
2817
2823
  # The client must configure the authentication and authorization parameters
@@ -2899,10 +2905,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2899
2905
  from pulpcore.client.pulp_python.rest import ApiException
2900
2906
  from pprint import pprint
2901
2907
 
2902
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2908
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2903
2909
  # See configuration.py for a list of all supported configuration parameters.
2904
2910
  configuration = pulpcore.client.pulp_python.Configuration(
2905
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
2911
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2906
2912
  )
2907
2913
 
2908
2914
  # The client must configure the authentication and authorization parameters
@@ -2990,10 +2996,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2990
2996
  from pulpcore.client.pulp_python.rest import ApiException
2991
2997
  from pprint import pprint
2992
2998
 
2993
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
2999
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
2994
3000
  # See configuration.py for a list of all supported configuration parameters.
2995
3001
  configuration = pulpcore.client.pulp_python.Configuration(
2996
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
3002
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2997
3003
  )
2998
3004
 
2999
3005
  # The client must configure the authentication and authorization parameters
@@ -3081,10 +3087,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3081
3087
  from pulpcore.client.pulp_python.rest import ApiException
3082
3088
  from pprint import pprint
3083
3089
 
3084
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
3090
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
3085
3091
  # See configuration.py for a list of all supported configuration parameters.
3086
3092
  configuration = pulpcore.client.pulp_python.Configuration(
3087
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
3093
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3088
3094
  )
3089
3095
 
3090
3096
  # The client must configure the authentication and authorization parameters
@@ -3838,7 +3844,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3838
3844
 
3839
3845
  # pulpcore.client.pulp_python.PublicationsPypiApi
3840
3846
 
3841
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
3847
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
3842
3848
 
3843
3849
  Method | HTTP request | Description
3844
3850
  ------------- | ------------- | -------------
@@ -3871,10 +3877,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3871
3877
  from pulpcore.client.pulp_python.rest import ApiException
3872
3878
  from pprint import pprint
3873
3879
 
3874
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
3880
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
3875
3881
  # See configuration.py for a list of all supported configuration parameters.
3876
3882
  configuration = pulpcore.client.pulp_python.Configuration(
3877
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
3883
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3878
3884
  )
3879
3885
 
3880
3886
  # The client must configure the authentication and authorization parameters
@@ -3962,10 +3968,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3962
3968
  from pulpcore.client.pulp_python.rest import ApiException
3963
3969
  from pprint import pprint
3964
3970
 
3965
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
3971
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
3966
3972
  # See configuration.py for a list of all supported configuration parameters.
3967
3973
  configuration = pulpcore.client.pulp_python.Configuration(
3968
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
3974
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3969
3975
  )
3970
3976
 
3971
3977
  # The client must configure the authentication and authorization parameters
@@ -4051,10 +4057,10 @@ import pulpcore.client.pulp_python
4051
4057
  from pulpcore.client.pulp_python.rest import ApiException
4052
4058
  from pprint import pprint
4053
4059
 
4054
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
4060
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
4055
4061
  # See configuration.py for a list of all supported configuration parameters.
4056
4062
  configuration = pulpcore.client.pulp_python.Configuration(
4057
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
4063
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4058
4064
  )
4059
4065
 
4060
4066
  # The client must configure the authentication and authorization parameters
@@ -4137,10 +4143,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4137
4143
  from pulpcore.client.pulp_python.rest import ApiException
4138
4144
  from pprint import pprint
4139
4145
 
4140
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
4146
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
4141
4147
  # See configuration.py for a list of all supported configuration parameters.
4142
4148
  configuration = pulpcore.client.pulp_python.Configuration(
4143
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
4149
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4144
4150
  )
4145
4151
 
4146
4152
  # The client must configure the authentication and authorization parameters
@@ -4267,10 +4273,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4267
4273
  from pulpcore.client.pulp_python.rest import ApiException
4268
4274
  from pprint import pprint
4269
4275
 
4270
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
4276
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
4271
4277
  # See configuration.py for a list of all supported configuration parameters.
4272
4278
  configuration = pulpcore.client.pulp_python.Configuration(
4273
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
4279
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4274
4280
  )
4275
4281
 
4276
4282
  # The client must configure the authentication and authorization parameters
@@ -4359,10 +4365,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4359
4365
  from pulpcore.client.pulp_python.rest import ApiException
4360
4366
  from pprint import pprint
4361
4367
 
4362
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
4368
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
4363
4369
  # See configuration.py for a list of all supported configuration parameters.
4364
4370
  configuration = pulpcore.client.pulp_python.Configuration(
4365
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
4371
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4366
4372
  )
4367
4373
 
4368
4374
  # The client must configure the authentication and authorization parameters
@@ -4451,10 +4457,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4451
4457
  from pulpcore.client.pulp_python.rest import ApiException
4452
4458
  from pprint import pprint
4453
4459
 
4454
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
4460
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
4455
4461
  # See configuration.py for a list of all supported configuration parameters.
4456
4462
  configuration = pulpcore.client.pulp_python.Configuration(
4457
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
4463
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4458
4464
  )
4459
4465
 
4460
4466
  # The client must configure the authentication and authorization parameters
@@ -4544,10 +4550,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4544
4550
  from pulpcore.client.pulp_python.rest import ApiException
4545
4551
  from pprint import pprint
4546
4552
 
4547
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
4553
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
4548
4554
  # See configuration.py for a list of all supported configuration parameters.
4549
4555
  configuration = pulpcore.client.pulp_python.Configuration(
4550
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
4556
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4551
4557
  )
4552
4558
 
4553
4559
  # The client must configure the authentication and authorization parameters
@@ -4618,7 +4624,7 @@ Name | Type | Description | Notes
4618
4624
 
4619
4625
  # pulpcore.client.pulp_python.PypiMetadataApi
4620
4626
 
4621
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
4627
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
4622
4628
 
4623
4629
  Method | HTTP request | Description
4624
4630
  ------------- | ------------- | -------------
@@ -4643,10 +4649,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4643
4649
  from pulpcore.client.pulp_python.rest import ApiException
4644
4650
  from pprint import pprint
4645
4651
 
4646
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
4652
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
4647
4653
  # See configuration.py for a list of all supported configuration parameters.
4648
4654
  configuration = pulpcore.client.pulp_python.Configuration(
4649
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
4655
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4650
4656
  )
4651
4657
 
4652
4658
  # The client must configure the authentication and authorization parameters
@@ -5368,7 +5374,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
5368
5374
 
5369
5375
  # pulpcore.client.pulp_python.RemotesPythonApi
5370
5376
 
5371
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
5377
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
5372
5378
 
5373
5379
  Method | HTTP request | Description
5374
5380
  ------------- | ------------- | -------------
@@ -5406,10 +5412,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5406
5412
  from pulpcore.client.pulp_python.rest import ApiException
5407
5413
  from pprint import pprint
5408
5414
 
5409
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
5415
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
5410
5416
  # See configuration.py for a list of all supported configuration parameters.
5411
5417
  configuration = pulpcore.client.pulp_python.Configuration(
5412
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
5418
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5413
5419
  )
5414
5420
 
5415
5421
  # The client must configure the authentication and authorization parameters
@@ -5497,10 +5503,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5497
5503
  from pulpcore.client.pulp_python.rest import ApiException
5498
5504
  from pprint import pprint
5499
5505
 
5500
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
5506
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
5501
5507
  # See configuration.py for a list of all supported configuration parameters.
5502
5508
  configuration = pulpcore.client.pulp_python.Configuration(
5503
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
5509
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5504
5510
  )
5505
5511
 
5506
5512
  # The client must configure the authentication and authorization parameters
@@ -5587,10 +5593,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5587
5593
  from pulpcore.client.pulp_python.rest import ApiException
5588
5594
  from pprint import pprint
5589
5595
 
5590
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
5596
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
5591
5597
  # See configuration.py for a list of all supported configuration parameters.
5592
5598
  configuration = pulpcore.client.pulp_python.Configuration(
5593
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
5599
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5594
5600
  )
5595
5601
 
5596
5602
  # The client must configure the authentication and authorization parameters
@@ -5675,10 +5681,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5675
5681
  from pulpcore.client.pulp_python.rest import ApiException
5676
5682
  from pprint import pprint
5677
5683
 
5678
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
5684
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
5679
5685
  # See configuration.py for a list of all supported configuration parameters.
5680
5686
  configuration = pulpcore.client.pulp_python.Configuration(
5681
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
5687
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5682
5688
  )
5683
5689
 
5684
5690
  # The client must configure the authentication and authorization parameters
@@ -5769,10 +5775,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5769
5775
  from pulpcore.client.pulp_python.rest import ApiException
5770
5776
  from pprint import pprint
5771
5777
 
5772
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
5778
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
5773
5779
  # See configuration.py for a list of all supported configuration parameters.
5774
5780
  configuration = pulpcore.client.pulp_python.Configuration(
5775
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
5781
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5776
5782
  )
5777
5783
 
5778
5784
  # The client must configure the authentication and authorization parameters
@@ -5909,10 +5915,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5909
5915
  from pulpcore.client.pulp_python.rest import ApiException
5910
5916
  from pprint import pprint
5911
5917
 
5912
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
5918
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
5913
5919
  # See configuration.py for a list of all supported configuration parameters.
5914
5920
  configuration = pulpcore.client.pulp_python.Configuration(
5915
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
5921
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5916
5922
  )
5917
5923
 
5918
5924
  # The client must configure the authentication and authorization parameters
@@ -6001,10 +6007,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6001
6007
  from pulpcore.client.pulp_python.rest import ApiException
6002
6008
  from pprint import pprint
6003
6009
 
6004
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6010
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6005
6011
  # See configuration.py for a list of all supported configuration parameters.
6006
6012
  configuration = pulpcore.client.pulp_python.Configuration(
6007
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6013
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6008
6014
  )
6009
6015
 
6010
6016
  # The client must configure the authentication and authorization parameters
@@ -6094,10 +6100,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6094
6100
  from pulpcore.client.pulp_python.rest import ApiException
6095
6101
  from pprint import pprint
6096
6102
 
6097
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6103
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6098
6104
  # See configuration.py for a list of all supported configuration parameters.
6099
6105
  configuration = pulpcore.client.pulp_python.Configuration(
6100
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6106
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6101
6107
  )
6102
6108
 
6103
6109
  # The client must configure the authentication and authorization parameters
@@ -6185,10 +6191,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6185
6191
  from pulpcore.client.pulp_python.rest import ApiException
6186
6192
  from pprint import pprint
6187
6193
 
6188
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6194
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6189
6195
  # See configuration.py for a list of all supported configuration parameters.
6190
6196
  configuration = pulpcore.client.pulp_python.Configuration(
6191
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6197
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6192
6198
  )
6193
6199
 
6194
6200
  # The client must configure the authentication and authorization parameters
@@ -6278,10 +6284,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6278
6284
  from pulpcore.client.pulp_python.rest import ApiException
6279
6285
  from pprint import pprint
6280
6286
 
6281
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6287
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6282
6288
  # See configuration.py for a list of all supported configuration parameters.
6283
6289
  configuration = pulpcore.client.pulp_python.Configuration(
6284
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6290
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6285
6291
  )
6286
6292
 
6287
6293
  # The client must configure the authentication and authorization parameters
@@ -6369,10 +6375,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6369
6375
  from pulpcore.client.pulp_python.rest import ApiException
6370
6376
  from pprint import pprint
6371
6377
 
6372
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6378
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6373
6379
  # See configuration.py for a list of all supported configuration parameters.
6374
6380
  configuration = pulpcore.client.pulp_python.Configuration(
6375
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6381
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6376
6382
  )
6377
6383
 
6378
6384
  # The client must configure the authentication and authorization parameters
@@ -6460,10 +6466,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6460
6466
  from pulpcore.client.pulp_python.rest import ApiException
6461
6467
  from pprint import pprint
6462
6468
 
6463
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6469
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6464
6470
  # See configuration.py for a list of all supported configuration parameters.
6465
6471
  configuration = pulpcore.client.pulp_python.Configuration(
6466
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6472
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6467
6473
  )
6468
6474
 
6469
6475
  # The client must configure the authentication and authorization parameters
@@ -6551,10 +6557,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6551
6557
  from pulpcore.client.pulp_python.rest import ApiException
6552
6558
  from pprint import pprint
6553
6559
 
6554
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6560
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6555
6561
  # See configuration.py for a list of all supported configuration parameters.
6556
6562
  configuration = pulpcore.client.pulp_python.Configuration(
6557
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6563
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6558
6564
  )
6559
6565
 
6560
6566
  # The client must configure the authentication and authorization parameters
@@ -6655,7 +6661,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6655
6661
 
6656
6662
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6657
6663
 
6658
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
6664
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
6659
6665
 
6660
6666
  Method | HTTP request | Description
6661
6667
  ------------- | ------------- | -------------
@@ -6695,10 +6701,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6695
6701
  from pulpcore.client.pulp_python.rest import ApiException
6696
6702
  from pprint import pprint
6697
6703
 
6698
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6704
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6699
6705
  # See configuration.py for a list of all supported configuration parameters.
6700
6706
  configuration = pulpcore.client.pulp_python.Configuration(
6701
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6707
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6702
6708
  )
6703
6709
 
6704
6710
  # The client must configure the authentication and authorization parameters
@@ -6786,10 +6792,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6786
6792
  from pulpcore.client.pulp_python.rest import ApiException
6787
6793
  from pprint import pprint
6788
6794
 
6789
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6795
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6790
6796
  # See configuration.py for a list of all supported configuration parameters.
6791
6797
  configuration = pulpcore.client.pulp_python.Configuration(
6792
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6798
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6793
6799
  )
6794
6800
 
6795
6801
  # The client must configure the authentication and authorization parameters
@@ -6876,10 +6882,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6876
6882
  from pulpcore.client.pulp_python.rest import ApiException
6877
6883
  from pprint import pprint
6878
6884
 
6879
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6885
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6880
6886
  # See configuration.py for a list of all supported configuration parameters.
6881
6887
  configuration = pulpcore.client.pulp_python.Configuration(
6882
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6888
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6883
6889
  )
6884
6890
 
6885
6891
  # The client must configure the authentication and authorization parameters
@@ -6964,10 +6970,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6964
6970
  from pulpcore.client.pulp_python.rest import ApiException
6965
6971
  from pprint import pprint
6966
6972
 
6967
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
6973
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
6968
6974
  # See configuration.py for a list of all supported configuration parameters.
6969
6975
  configuration = pulpcore.client.pulp_python.Configuration(
6970
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
6976
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6971
6977
  )
6972
6978
 
6973
6979
  # The client must configure the authentication and authorization parameters
@@ -7128,10 +7134,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7128
7134
  from pulpcore.client.pulp_python.rest import ApiException
7129
7135
  from pprint import pprint
7130
7136
 
7131
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7137
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7132
7138
  # See configuration.py for a list of all supported configuration parameters.
7133
7139
  configuration = pulpcore.client.pulp_python.Configuration(
7134
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7140
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7135
7141
  )
7136
7142
 
7137
7143
  # The client must configure the authentication and authorization parameters
@@ -7221,10 +7227,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7221
7227
  from pulpcore.client.pulp_python.rest import ApiException
7222
7228
  from pprint import pprint
7223
7229
 
7224
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7230
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7225
7231
  # See configuration.py for a list of all supported configuration parameters.
7226
7232
  configuration = pulpcore.client.pulp_python.Configuration(
7227
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7233
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7228
7234
  )
7229
7235
 
7230
7236
  # The client must configure the authentication and authorization parameters
@@ -7311,10 +7317,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7311
7317
  from pulpcore.client.pulp_python.rest import ApiException
7312
7318
  from pprint import pprint
7313
7319
 
7314
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7320
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7315
7321
  # See configuration.py for a list of all supported configuration parameters.
7316
7322
  configuration = pulpcore.client.pulp_python.Configuration(
7317
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7323
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7318
7324
  )
7319
7325
 
7320
7326
  # The client must configure the authentication and authorization parameters
@@ -7404,10 +7410,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7404
7410
  from pulpcore.client.pulp_python.rest import ApiException
7405
7411
  from pprint import pprint
7406
7412
 
7407
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7413
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7408
7414
  # See configuration.py for a list of all supported configuration parameters.
7409
7415
  configuration = pulpcore.client.pulp_python.Configuration(
7410
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7416
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7411
7417
  )
7412
7418
 
7413
7419
  # The client must configure the authentication and authorization parameters
@@ -7495,10 +7501,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7495
7501
  from pulpcore.client.pulp_python.rest import ApiException
7496
7502
  from pprint import pprint
7497
7503
 
7498
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7504
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7499
7505
  # See configuration.py for a list of all supported configuration parameters.
7500
7506
  configuration = pulpcore.client.pulp_python.Configuration(
7501
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7507
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7502
7508
  )
7503
7509
 
7504
7510
  # The client must configure the authentication and authorization parameters
@@ -7588,10 +7594,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7588
7594
  from pulpcore.client.pulp_python.rest import ApiException
7589
7595
  from pprint import pprint
7590
7596
 
7591
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7597
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7592
7598
  # See configuration.py for a list of all supported configuration parameters.
7593
7599
  configuration = pulpcore.client.pulp_python.Configuration(
7594
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7600
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7595
7601
  )
7596
7602
 
7597
7603
  # The client must configure the authentication and authorization parameters
@@ -7678,10 +7684,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7678
7684
  from pulpcore.client.pulp_python.rest import ApiException
7679
7685
  from pprint import pprint
7680
7686
 
7681
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7687
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7682
7688
  # See configuration.py for a list of all supported configuration parameters.
7683
7689
  configuration = pulpcore.client.pulp_python.Configuration(
7684
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7690
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7685
7691
  )
7686
7692
 
7687
7693
  # The client must configure the authentication and authorization parameters
@@ -7767,10 +7773,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7767
7773
  from pulpcore.client.pulp_python.rest import ApiException
7768
7774
  from pprint import pprint
7769
7775
 
7770
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7776
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7771
7777
  # See configuration.py for a list of all supported configuration parameters.
7772
7778
  configuration = pulpcore.client.pulp_python.Configuration(
7773
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7779
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7774
7780
  )
7775
7781
 
7776
7782
  # The client must configure the authentication and authorization parameters
@@ -7858,10 +7864,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7858
7864
  from pulpcore.client.pulp_python.rest import ApiException
7859
7865
  from pprint import pprint
7860
7866
 
7861
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7867
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7862
7868
  # See configuration.py for a list of all supported configuration parameters.
7863
7869
  configuration = pulpcore.client.pulp_python.Configuration(
7864
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7870
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7865
7871
  )
7866
7872
 
7867
7873
  # The client must configure the authentication and authorization parameters
@@ -7949,10 +7955,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7949
7955
  from pulpcore.client.pulp_python.rest import ApiException
7950
7956
  from pprint import pprint
7951
7957
 
7952
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
7958
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
7953
7959
  # See configuration.py for a list of all supported configuration parameters.
7954
7960
  configuration = pulpcore.client.pulp_python.Configuration(
7955
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
7961
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7956
7962
  )
7957
7963
 
7958
7964
  # The client must configure the authentication and authorization parameters
@@ -8040,10 +8046,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8040
8046
  from pulpcore.client.pulp_python.rest import ApiException
8041
8047
  from pprint import pprint
8042
8048
 
8043
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8049
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8044
8050
  # See configuration.py for a list of all supported configuration parameters.
8045
8051
  configuration = pulpcore.client.pulp_python.Configuration(
8046
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8052
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8047
8053
  )
8048
8054
 
8049
8055
  # The client must configure the authentication and authorization parameters
@@ -8115,7 +8121,7 @@ Name | Type | Description | Notes
8115
8121
 
8116
8122
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8117
8123
 
8118
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
8124
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
8119
8125
 
8120
8126
  Method | HTTP request | Description
8121
8127
  ------------- | ------------- | -------------
@@ -8144,10 +8150,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8144
8150
  from pulpcore.client.pulp_python.rest import ApiException
8145
8151
  from pprint import pprint
8146
8152
 
8147
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8153
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8148
8154
  # See configuration.py for a list of all supported configuration parameters.
8149
8155
  configuration = pulpcore.client.pulp_python.Configuration(
8150
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8156
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8151
8157
  )
8152
8158
 
8153
8159
  # The client must configure the authentication and authorization parameters
@@ -8233,10 +8239,10 @@ import pulpcore.client.pulp_python
8233
8239
  from pulpcore.client.pulp_python.rest import ApiException
8234
8240
  from pprint import pprint
8235
8241
 
8236
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8242
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8237
8243
  # See configuration.py for a list of all supported configuration parameters.
8238
8244
  configuration = pulpcore.client.pulp_python.Configuration(
8239
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8245
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8240
8246
  )
8241
8247
 
8242
8248
  # The client must configure the authentication and authorization parameters
@@ -8319,10 +8325,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
8319
8325
  from pulpcore.client.pulp_python.rest import ApiException
8320
8326
  from pprint import pprint
8321
8327
 
8322
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8328
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8323
8329
  # See configuration.py for a list of all supported configuration parameters.
8324
8330
  configuration = pulpcore.client.pulp_python.Configuration(
8325
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8331
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8326
8332
  )
8327
8333
 
8328
8334
  # The client must configure the authentication and authorization parameters
@@ -8415,10 +8421,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8415
8421
  from pulpcore.client.pulp_python.rest import ApiException
8416
8422
  from pprint import pprint
8417
8423
 
8418
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8424
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8419
8425
  # See configuration.py for a list of all supported configuration parameters.
8420
8426
  configuration = pulpcore.client.pulp_python.Configuration(
8421
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8427
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8422
8428
  )
8423
8429
 
8424
8430
  # The client must configure the authentication and authorization parameters
@@ -8491,7 +8497,7 @@ Name | Type | Description | Notes
8491
8497
 
8492
8498
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8493
8499
 
8494
- All URIs are relative to *https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com*
8500
+ All URIs are relative to *https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com*
8495
8501
 
8496
8502
  Method | HTTP request | Description
8497
8503
  ------------- | ------------- | -------------
@@ -8520,10 +8526,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8520
8526
  from pulpcore.client.pulp_python.rest import ApiException
8521
8527
  from pprint import pprint
8522
8528
 
8523
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8529
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8524
8530
  # See configuration.py for a list of all supported configuration parameters.
8525
8531
  configuration = pulpcore.client.pulp_python.Configuration(
8526
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8532
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8527
8533
  )
8528
8534
 
8529
8535
  # The client must configure the authentication and authorization parameters
@@ -8608,10 +8614,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8608
8614
  from pulpcore.client.pulp_python.rest import ApiException
8609
8615
  from pprint import pprint
8610
8616
 
8611
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8617
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8612
8618
  # See configuration.py for a list of all supported configuration parameters.
8613
8619
  configuration = pulpcore.client.pulp_python.Configuration(
8614
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8620
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8615
8621
  )
8616
8622
 
8617
8623
  # The client must configure the authentication and authorization parameters
@@ -8742,10 +8748,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8742
8748
  from pulpcore.client.pulp_python.rest import ApiException
8743
8749
  from pprint import pprint
8744
8750
 
8745
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8751
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8746
8752
  # See configuration.py for a list of all supported configuration parameters.
8747
8753
  configuration = pulpcore.client.pulp_python.Configuration(
8748
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8754
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8749
8755
  )
8750
8756
 
8751
8757
  # The client must configure the authentication and authorization parameters
@@ -8835,10 +8841,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8835
8841
  from pulpcore.client.pulp_python.rest import ApiException
8836
8842
  from pprint import pprint
8837
8843
 
8838
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8844
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8839
8845
  # See configuration.py for a list of all supported configuration parameters.
8840
8846
  configuration = pulpcore.client.pulp_python.Configuration(
8841
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8847
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8842
8848
  )
8843
8849
 
8844
8850
  # The client must configure the authentication and authorization parameters
@@ -8924,10 +8930,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8924
8930
  from pulpcore.client.pulp_python.rest import ApiException
8925
8931
  from pprint import pprint
8926
8932
 
8927
- # Defining the host is optional and defaults to https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com
8933
+ # Defining the host is optional and defaults to https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com
8928
8934
  # See configuration.py for a list of all supported configuration parameters.
8929
8935
  configuration = pulpcore.client.pulp_python.Configuration(
8930
- host = "https://env-ephemeral-lvxlqb.apps.crc-eph.r9lp.p1.openshiftapps.com"
8936
+ host = "https://env-ephemeral-mpkidc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8931
8937
  )
8932
8938
 
8933
8939
  # The client must configure the authentication and authorization parameters
@@ -9005,6 +9011,7 @@ Name | Type | Description | Notes
9005
9011
  **add_content_units** | **List[str]** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
9006
9012
  **remove_content_units** | **List[str]** | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
9007
9013
  **base_version** | **str** | A repository version whose content will be used as the initial set of content for the new repository version | [optional]
9014
+ **overwrite** | **bool** | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Defaults to true. | [optional] [default to True]
9008
9015
 
9009
9016
  ## Example
9010
9017