crc-pulp-python-client 20260330.1__tar.gz → 20260330.2__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 (137) hide show
  1. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/PKG-INFO +166 -163
  2. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/README.md +4 -4
  3. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/crc_pulp_python_client.egg-info/PKG-INFO +166 -163
  4. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/content_packages_api.py +24 -24
  6. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/configuration.py +3 -3
  7. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +4 -2
  8. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_repository.py +4 -2
  9. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_repository_response.py +4 -2
  10. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pyproject.toml +1 -1
  11. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/setup.py +1 -1
  12. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_paginatedpython_python_repository_response_list.py +4 -2
  13. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_patchedpython_python_repository.py +2 -1
  14. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_repository.py +2 -1
  15. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_repository_response.py +2 -1
  16. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  17. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  18. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  19. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  20. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/__init__.py +0 -0
  21. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/__init__.py +0 -0
  22. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  23. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  24. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  25. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  26. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  27. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  28. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  29. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  30. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  31. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  32. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  33. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  34. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api_client.py +0 -0
  35. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/api_response.py +0 -0
  36. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/exceptions.py +0 -0
  37. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  38. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  39. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  40. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  41. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  42. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  43. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  44. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  45. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  46. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  47. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  48. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  49. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  50. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  51. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  52. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  53. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  54. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  55. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  56. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  57. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  58. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  59. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  60. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  61. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  62. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  63. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  64. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  65. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  66. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  67. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  68. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  69. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  70. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  71. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  72. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/repair.py +0 -0
  73. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  74. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  75. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  76. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  77. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  78. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  79. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  80. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  81. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/py.typed +0 -0
  82. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/pulpcore/client/pulp_python/rest.py +0 -0
  83. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/setup.cfg +0 -0
  84. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_api_integrity_provenance_api.py +0 -0
  85. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_api_legacy_api.py +0 -0
  86. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_api_pypi_api.py +0 -0
  87. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_api_simple_api.py +0 -0
  88. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_async_operation_response.py +0 -0
  89. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_content_packages_api.py +0 -0
  90. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_content_provenance_api.py +0 -0
  91. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_content_summary_response.py +0 -0
  92. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_distributions_pypi_api.py +0 -0
  93. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_exclude_platforms_enum.py +0 -0
  94. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_filetype_enum.py +0 -0
  95. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_metadata_version_enum.py +0 -0
  96. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_my_permissions_response.py +0 -0
  97. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_nested_role.py +0 -0
  98. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_nested_role_response.py +0 -0
  99. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_object_roles_response.py +0 -0
  100. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_package_metadata_response.py +0 -0
  101. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_package_types_enum.py +0 -0
  102. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_package_upload_task_response.py +0 -0
  103. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_paginated_repository_version_response_list.py +0 -0
  104. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  105. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  106. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  107. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  108. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  109. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_patchedpython_python_distribution.py +0 -0
  110. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_patchedpython_python_remote.py +0 -0
  111. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_policy_enum.py +0 -0
  112. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_protocol_version_enum.py +0 -0
  113. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_publications_pypi_api.py +0 -0
  114. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_pypi_metadata_api.py +0 -0
  115. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_package_provenance_response.py +0 -0
  116. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_distribution.py +0 -0
  117. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_distribution_response.py +0 -0
  118. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_package_content_response.py +0 -0
  119. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_publication.py +0 -0
  120. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_publication_response.py +0 -0
  121. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_remote.py +0 -0
  122. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_remote_response.py +0 -0
  123. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  124. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_remote_network_config.py +0 -0
  125. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_remote_network_config_response.py +0 -0
  126. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_remotes_python_api.py +0 -0
  127. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_repair.py +0 -0
  128. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_repositories_python_api.py +0 -0
  129. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_repositories_python_versions_api.py +0 -0
  130. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_repository_add_remove_content.py +0 -0
  131. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_repository_sync_url.py +0 -0
  132. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_repository_version_response.py +0 -0
  133. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_set_label.py +0 -0
  134. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_set_label_response.py +0 -0
  135. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_summary_response.py +0 -0
  136. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/test/test_unset_label.py +0 -0
  137. {crc_pulp_python_client-20260330.1 → crc_pulp_python_client-20260330.2}/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: 20260330.1
3
+ Version: 20260330.2
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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
681
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
682
682
 
683
683
  Method | HTTP request | Description
684
684
  ------------- | ------------- | -------------
@@ -708,10 +708,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
708
708
  from pulpcore.client.pulp_python.rest import ApiException
709
709
  from pprint import pprint
710
710
 
711
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
711
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.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-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
714
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
715
715
  )
716
716
 
717
717
  # The client must configure the authentication and authorization parameters
@@ -868,10 +868,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
868
868
  from pulpcore.client.pulp_python.rest import ApiException
869
869
  from pprint import pprint
870
870
 
871
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
871
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
872
872
  # See configuration.py for a list of all supported configuration parameters.
873
873
  configuration = pulpcore.client.pulp_python.Configuration(
874
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
874
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
875
875
  )
876
876
 
877
877
  # The client must configure the authentication and authorization parameters
@@ -906,11 +906,11 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
906
906
  keywords__contains = 'keywords__contains_example' # str | Filter results where keywords contains value (optional)
907
907
  keywords__in = ['keywords__in_example'] # List[str] | Filter results where keywords is in a comma-separated list of values (optional)
908
908
  limit = 56 # int | Number of results to return per page. (optional)
909
- name = 'name_example' # str | Filter results where name matches value (optional)
910
- name__contains = 'name__contains_example' # str | Filter results where name contains value (optional)
911
- name__in = ['name__in_example'] # List[str] | Filter results where name is in a comma-separated list of values (optional)
909
+ name = 'name_example' # str | (optional)
910
+ name__contains = 'name__contains_example' # str | (optional)
911
+ name__in = ['name__in_example'] # List[str] | Multiple values may be separated by commas. (optional)
912
912
  offset = 56 # int | The initial index from which to return the results. (optional)
913
- ordering = ['ordering_example'] # List[str] | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
913
+ ordering = ['ordering_example'] # List[str] | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending) (optional)
914
914
  orphaned_for = 3.4 # float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. (optional)
915
915
  packagetype = 'packagetype_example' # str | Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist (optional)
916
916
  packagetype__in = ['packagetype__in_example'] # List[str] | Filter results where packagetype is in a comma-separated list of values (optional)
@@ -962,11 +962,11 @@ Name | Type | Description | Notes
962
962
  **keywords__contains** | **str**| Filter results where keywords contains value | [optional]
963
963
  **keywords__in** | [**List[str]**](str.md)| Filter results where keywords is in a comma-separated list of values | [optional]
964
964
  **limit** | **int**| Number of results to return per page. | [optional]
965
- **name** | **str**| Filter results where name matches value | [optional]
966
- **name__contains** | **str**| Filter results where name contains value | [optional]
967
- **name__in** | [**List[str]**](str.md)| Filter results where name is in a comma-separated list of values | [optional]
965
+ **name** | **str**| | [optional]
966
+ **name__contains** | **str**| | [optional]
967
+ **name__in** | [**List[str]**](str.md)| Multiple values may be separated by commas. | [optional]
968
968
  **offset** | **int**| The initial index from which to return the results. | [optional]
969
- **ordering** | [**List[str]**](str.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
969
+ **ordering** | [**List[str]**](str.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
970
970
  **orphaned_for** | **float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
971
971
  **packagetype** | **str**| Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist | [optional]
972
972
  **packagetype__in** | [**List[str]**](str.md)| Filter results where packagetype is in a comma-separated list of values | [optional]
@@ -1030,10 +1030,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1030
1030
  from pulpcore.client.pulp_python.rest import ApiException
1031
1031
  from pprint import pprint
1032
1032
 
1033
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1033
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1034
1034
  # See configuration.py for a list of all supported configuration parameters.
1035
1035
  configuration = pulpcore.client.pulp_python.Configuration(
1036
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1036
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1037
1037
  )
1038
1038
 
1039
1039
  # The client must configure the authentication and authorization parameters
@@ -1123,10 +1123,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1123
1123
  from pulpcore.client.pulp_python.rest import ApiException
1124
1124
  from pprint import pprint
1125
1125
 
1126
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1126
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1127
1127
  # See configuration.py for a list of all supported configuration parameters.
1128
1128
  configuration = pulpcore.client.pulp_python.Configuration(
1129
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1129
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1130
1130
  )
1131
1131
 
1132
1132
  # The client must configure the authentication and authorization parameters
@@ -1214,10 +1214,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1214
1214
  from pulpcore.client.pulp_python.rest import ApiException
1215
1215
  from pprint import pprint
1216
1216
 
1217
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1217
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1218
1218
  # See configuration.py for a list of all supported configuration parameters.
1219
1219
  configuration = pulpcore.client.pulp_python.Configuration(
1220
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1220
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1221
1221
  )
1222
1222
 
1223
1223
  # The client must configure the authentication and authorization parameters
@@ -1304,10 +1304,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1304
1304
  from pulpcore.client.pulp_python.rest import ApiException
1305
1305
  from pprint import pprint
1306
1306
 
1307
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1307
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1308
1308
  # See configuration.py for a list of all supported configuration parameters.
1309
1309
  configuration = pulpcore.client.pulp_python.Configuration(
1310
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1310
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1311
1311
  )
1312
1312
 
1313
1313
  # The client must configure the authentication and authorization parameters
@@ -1444,7 +1444,7 @@ Name | Type | Description | Notes
1444
1444
 
1445
1445
  # pulpcore.client.pulp_python.ContentProvenanceApi
1446
1446
 
1447
- All URIs are relative to *https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
1447
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
1448
1448
 
1449
1449
  Method | HTTP request | Description
1450
1450
  ------------- | ------------- | -------------
@@ -1473,10 +1473,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1473
1473
  from pulpcore.client.pulp_python.rest import ApiException
1474
1474
  from pprint import pprint
1475
1475
 
1476
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1476
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1477
1477
  # See configuration.py for a list of all supported configuration parameters.
1478
1478
  configuration = pulpcore.client.pulp_python.Configuration(
1479
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1479
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1480
1480
  )
1481
1481
 
1482
1482
  # The client must configure the authentication and authorization parameters
@@ -1577,10 +1577,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1577
1577
  from pulpcore.client.pulp_python.rest import ApiException
1578
1578
  from pprint import pprint
1579
1579
 
1580
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1580
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1581
1581
  # See configuration.py for a list of all supported configuration parameters.
1582
1582
  configuration = pulpcore.client.pulp_python.Configuration(
1583
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1583
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1584
1584
  )
1585
1585
 
1586
1586
  # The client must configure the authentication and authorization parameters
@@ -1701,10 +1701,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1701
1701
  from pulpcore.client.pulp_python.rest import ApiException
1702
1702
  from pprint import pprint
1703
1703
 
1704
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1704
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1705
1705
  # See configuration.py for a list of all supported configuration parameters.
1706
1706
  configuration = pulpcore.client.pulp_python.Configuration(
1707
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1707
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1708
1708
  )
1709
1709
 
1710
1710
  # The client must configure the authentication and authorization parameters
@@ -1794,10 +1794,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1794
1794
  from pulpcore.client.pulp_python.rest import ApiException
1795
1795
  from pprint import pprint
1796
1796
 
1797
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1797
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1798
1798
  # See configuration.py for a list of all supported configuration parameters.
1799
1799
  configuration = pulpcore.client.pulp_python.Configuration(
1800
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1800
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1801
1801
  )
1802
1802
 
1803
1803
  # The client must configure the authentication and authorization parameters
@@ -1885,10 +1885,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1885
1885
  from pulpcore.client.pulp_python.rest import ApiException
1886
1886
  from pprint import pprint
1887
1887
 
1888
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
1888
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
1889
1889
  # See configuration.py for a list of all supported configuration parameters.
1890
1890
  configuration = pulpcore.client.pulp_python.Configuration(
1891
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1891
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1892
1892
  )
1893
1893
 
1894
1894
  # The client must configure the authentication and authorization parameters
@@ -1991,7 +1991,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1991
1991
 
1992
1992
  # pulpcore.client.pulp_python.DistributionsPypiApi
1993
1993
 
1994
- All URIs are relative to *https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
1994
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
1995
1995
 
1996
1996
  Method | HTTP request | Description
1997
1997
  ------------- | ------------- | -------------
@@ -2028,10 +2028,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2028
2028
  from pulpcore.client.pulp_python.rest import ApiException
2029
2029
  from pprint import pprint
2030
2030
 
2031
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2031
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2032
2032
  # See configuration.py for a list of all supported configuration parameters.
2033
2033
  configuration = pulpcore.client.pulp_python.Configuration(
2034
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2034
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2035
2035
  )
2036
2036
 
2037
2037
  # The client must configure the authentication and authorization parameters
@@ -2119,10 +2119,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2119
2119
  from pulpcore.client.pulp_python.rest import ApiException
2120
2120
  from pprint import pprint
2121
2121
 
2122
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2122
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2123
2123
  # See configuration.py for a list of all supported configuration parameters.
2124
2124
  configuration = pulpcore.client.pulp_python.Configuration(
2125
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2125
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2126
2126
  )
2127
2127
 
2128
2128
  # The client must configure the authentication and authorization parameters
@@ -2209,10 +2209,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2209
2209
  from pulpcore.client.pulp_python.rest import ApiException
2210
2210
  from pprint import pprint
2211
2211
 
2212
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2212
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2213
2213
  # See configuration.py for a list of all supported configuration parameters.
2214
2214
  configuration = pulpcore.client.pulp_python.Configuration(
2215
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2215
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2216
2216
  )
2217
2217
 
2218
2218
  # The client must configure the authentication and authorization parameters
@@ -2297,10 +2297,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2297
2297
  from pulpcore.client.pulp_python.rest import ApiException
2298
2298
  from pprint import pprint
2299
2299
 
2300
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2300
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2301
2301
  # See configuration.py for a list of all supported configuration parameters.
2302
2302
  configuration = pulpcore.client.pulp_python.Configuration(
2303
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2303
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2304
2304
  )
2305
2305
 
2306
2306
  # The client must configure the authentication and authorization parameters
@@ -2439,10 +2439,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
2439
2439
  from pulpcore.client.pulp_python.rest import ApiException
2440
2440
  from pprint import pprint
2441
2441
 
2442
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2442
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2443
2443
  # See configuration.py for a list of all supported configuration parameters.
2444
2444
  configuration = pulpcore.client.pulp_python.Configuration(
2445
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2445
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2446
2446
  )
2447
2447
 
2448
2448
  # The client must configure the authentication and authorization parameters
@@ -2531,10 +2531,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
2531
2531
  from pulpcore.client.pulp_python.rest import ApiException
2532
2532
  from pprint import pprint
2533
2533
 
2534
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2534
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2535
2535
  # See configuration.py for a list of all supported configuration parameters.
2536
2536
  configuration = pulpcore.client.pulp_python.Configuration(
2537
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2537
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2538
2538
  )
2539
2539
 
2540
2540
  # The client must configure the authentication and authorization parameters
@@ -2624,10 +2624,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2624
2624
  from pulpcore.client.pulp_python.rest import ApiException
2625
2625
  from pprint import pprint
2626
2626
 
2627
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2627
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2628
2628
  # See configuration.py for a list of all supported configuration parameters.
2629
2629
  configuration = pulpcore.client.pulp_python.Configuration(
2630
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2630
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2631
2631
  )
2632
2632
 
2633
2633
  # The client must configure the authentication and authorization parameters
@@ -2715,10 +2715,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
2715
2715
  from pulpcore.client.pulp_python.rest import ApiException
2716
2716
  from pprint import pprint
2717
2717
 
2718
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2718
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2719
2719
  # See configuration.py for a list of all supported configuration parameters.
2720
2720
  configuration = pulpcore.client.pulp_python.Configuration(
2721
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2721
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2722
2722
  )
2723
2723
 
2724
2724
  # The client must configure the authentication and authorization parameters
@@ -2808,10 +2808,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2808
2808
  from pulpcore.client.pulp_python.rest import ApiException
2809
2809
  from pprint import pprint
2810
2810
 
2811
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2811
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2812
2812
  # See configuration.py for a list of all supported configuration parameters.
2813
2813
  configuration = pulpcore.client.pulp_python.Configuration(
2814
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2814
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2815
2815
  )
2816
2816
 
2817
2817
  # The client must configure the authentication and authorization parameters
@@ -2899,10 +2899,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2899
2899
  from pulpcore.client.pulp_python.rest import ApiException
2900
2900
  from pprint import pprint
2901
2901
 
2902
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2902
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2903
2903
  # See configuration.py for a list of all supported configuration parameters.
2904
2904
  configuration = pulpcore.client.pulp_python.Configuration(
2905
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2905
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2906
2906
  )
2907
2907
 
2908
2908
  # The client must configure the authentication and authorization parameters
@@ -2990,10 +2990,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2990
2990
  from pulpcore.client.pulp_python.rest import ApiException
2991
2991
  from pprint import pprint
2992
2992
 
2993
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
2993
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
2994
2994
  # See configuration.py for a list of all supported configuration parameters.
2995
2995
  configuration = pulpcore.client.pulp_python.Configuration(
2996
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2996
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2997
2997
  )
2998
2998
 
2999
2999
  # The client must configure the authentication and authorization parameters
@@ -3081,10 +3081,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3081
3081
  from pulpcore.client.pulp_python.rest import ApiException
3082
3082
  from pprint import pprint
3083
3083
 
3084
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
3084
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
3085
3085
  # See configuration.py for a list of all supported configuration parameters.
3086
3086
  configuration = pulpcore.client.pulp_python.Configuration(
3087
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3087
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3088
3088
  )
3089
3089
 
3090
3090
  # The client must configure the authentication and authorization parameters
@@ -3756,6 +3756,7 @@ Name | Type | Description | Notes
3756
3756
  **retain_checkpoints** | **int** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional]
3757
3757
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
3758
3758
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
3759
+ **allow_package_substitution** | **bool** | Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed. | [optional] [default to True]
3759
3760
 
3760
3761
  ## Example
3761
3762
 
@@ -3805,7 +3806,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
3805
3806
 
3806
3807
  # pulpcore.client.pulp_python.PublicationsPypiApi
3807
3808
 
3808
- All URIs are relative to *https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
3809
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
3809
3810
 
3810
3811
  Method | HTTP request | Description
3811
3812
  ------------- | ------------- | -------------
@@ -3838,10 +3839,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3838
3839
  from pulpcore.client.pulp_python.rest import ApiException
3839
3840
  from pprint import pprint
3840
3841
 
3841
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
3842
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
3842
3843
  # See configuration.py for a list of all supported configuration parameters.
3843
3844
  configuration = pulpcore.client.pulp_python.Configuration(
3844
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3845
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3845
3846
  )
3846
3847
 
3847
3848
  # The client must configure the authentication and authorization parameters
@@ -3929,10 +3930,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
3929
3930
  from pulpcore.client.pulp_python.rest import ApiException
3930
3931
  from pprint import pprint
3931
3932
 
3932
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
3933
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
3933
3934
  # See configuration.py for a list of all supported configuration parameters.
3934
3935
  configuration = pulpcore.client.pulp_python.Configuration(
3935
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3936
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3936
3937
  )
3937
3938
 
3938
3939
  # The client must configure the authentication and authorization parameters
@@ -4018,10 +4019,10 @@ import pulpcore.client.pulp_python
4018
4019
  from pulpcore.client.pulp_python.rest import ApiException
4019
4020
  from pprint import pprint
4020
4021
 
4021
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
4022
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
4022
4023
  # See configuration.py for a list of all supported configuration parameters.
4023
4024
  configuration = pulpcore.client.pulp_python.Configuration(
4024
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4025
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4025
4026
  )
4026
4027
 
4027
4028
  # The client must configure the authentication and authorization parameters
@@ -4104,10 +4105,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4104
4105
  from pulpcore.client.pulp_python.rest import ApiException
4105
4106
  from pprint import pprint
4106
4107
 
4107
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
4108
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
4108
4109
  # See configuration.py for a list of all supported configuration parameters.
4109
4110
  configuration = pulpcore.client.pulp_python.Configuration(
4110
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4111
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4111
4112
  )
4112
4113
 
4113
4114
  # The client must configure the authentication and authorization parameters
@@ -4234,10 +4235,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4234
4235
  from pulpcore.client.pulp_python.rest import ApiException
4235
4236
  from pprint import pprint
4236
4237
 
4237
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
4238
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
4238
4239
  # See configuration.py for a list of all supported configuration parameters.
4239
4240
  configuration = pulpcore.client.pulp_python.Configuration(
4240
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4241
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4241
4242
  )
4242
4243
 
4243
4244
  # The client must configure the authentication and authorization parameters
@@ -4326,10 +4327,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
4326
4327
  from pulpcore.client.pulp_python.rest import ApiException
4327
4328
  from pprint import pprint
4328
4329
 
4329
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
4330
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
4330
4331
  # See configuration.py for a list of all supported configuration parameters.
4331
4332
  configuration = pulpcore.client.pulp_python.Configuration(
4332
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4333
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4333
4334
  )
4334
4335
 
4335
4336
  # The client must configure the authentication and authorization parameters
@@ -4418,10 +4419,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
4418
4419
  from pulpcore.client.pulp_python.rest import ApiException
4419
4420
  from pprint import pprint
4420
4421
 
4421
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
4422
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
4422
4423
  # See configuration.py for a list of all supported configuration parameters.
4423
4424
  configuration = pulpcore.client.pulp_python.Configuration(
4424
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4425
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4425
4426
  )
4426
4427
 
4427
4428
  # The client must configure the authentication and authorization parameters
@@ -4511,10 +4512,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4511
4512
  from pulpcore.client.pulp_python.rest import ApiException
4512
4513
  from pprint import pprint
4513
4514
 
4514
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
4515
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
4515
4516
  # See configuration.py for a list of all supported configuration parameters.
4516
4517
  configuration = pulpcore.client.pulp_python.Configuration(
4517
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4518
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4518
4519
  )
4519
4520
 
4520
4521
  # The client must configure the authentication and authorization parameters
@@ -4585,7 +4586,7 @@ Name | Type | Description | Notes
4585
4586
 
4586
4587
  # pulpcore.client.pulp_python.PypiMetadataApi
4587
4588
 
4588
- All URIs are relative to *https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
4589
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
4589
4590
 
4590
4591
  Method | HTTP request | Description
4591
4592
  ------------- | ------------- | -------------
@@ -4610,10 +4611,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
4610
4611
  from pulpcore.client.pulp_python.rest import ApiException
4611
4612
  from pprint import pprint
4612
4613
 
4613
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
4614
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
4614
4615
  # See configuration.py for a list of all supported configuration parameters.
4615
4616
  configuration = pulpcore.client.pulp_python.Configuration(
4616
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4617
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4617
4618
  )
4618
4619
 
4619
4620
  # The client must configure the authentication and authorization parameters
@@ -5108,6 +5109,7 @@ Name | Type | Description | Notes
5108
5109
  **retain_checkpoints** | **int** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional]
5109
5110
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
5110
5111
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
5112
+ **allow_package_substitution** | **bool** | Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed. | [optional] [default to True]
5111
5113
 
5112
5114
  ## Example
5113
5115
 
@@ -5150,6 +5152,7 @@ Name | Type | Description | Notes
5150
5152
  **retain_checkpoints** | **int** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional]
5151
5153
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
5152
5154
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
5155
+ **allow_package_substitution** | **bool** | Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed. | [optional] [default to True]
5153
5156
 
5154
5157
  ## Example
5155
5158
 
@@ -5260,7 +5263,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
5260
5263
 
5261
5264
  # pulpcore.client.pulp_python.RemotesPythonApi
5262
5265
 
5263
- All URIs are relative to *https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
5266
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
5264
5267
 
5265
5268
  Method | HTTP request | Description
5266
5269
  ------------- | ------------- | -------------
@@ -5298,10 +5301,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5298
5301
  from pulpcore.client.pulp_python.rest import ApiException
5299
5302
  from pprint import pprint
5300
5303
 
5301
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5304
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5302
5305
  # See configuration.py for a list of all supported configuration parameters.
5303
5306
  configuration = pulpcore.client.pulp_python.Configuration(
5304
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5307
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5305
5308
  )
5306
5309
 
5307
5310
  # The client must configure the authentication and authorization parameters
@@ -5389,10 +5392,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5389
5392
  from pulpcore.client.pulp_python.rest import ApiException
5390
5393
  from pprint import pprint
5391
5394
 
5392
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5395
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5393
5396
  # See configuration.py for a list of all supported configuration parameters.
5394
5397
  configuration = pulpcore.client.pulp_python.Configuration(
5395
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5398
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5396
5399
  )
5397
5400
 
5398
5401
  # The client must configure the authentication and authorization parameters
@@ -5479,10 +5482,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
5479
5482
  from pulpcore.client.pulp_python.rest import ApiException
5480
5483
  from pprint import pprint
5481
5484
 
5482
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5485
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5483
5486
  # See configuration.py for a list of all supported configuration parameters.
5484
5487
  configuration = pulpcore.client.pulp_python.Configuration(
5485
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5488
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5486
5489
  )
5487
5490
 
5488
5491
  # The client must configure the authentication and authorization parameters
@@ -5567,10 +5570,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5567
5570
  from pulpcore.client.pulp_python.rest import ApiException
5568
5571
  from pprint import pprint
5569
5572
 
5570
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5573
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5571
5574
  # See configuration.py for a list of all supported configuration parameters.
5572
5575
  configuration = pulpcore.client.pulp_python.Configuration(
5573
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5576
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5574
5577
  )
5575
5578
 
5576
5579
  # The client must configure the authentication and authorization parameters
@@ -5661,10 +5664,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
5661
5664
  from pulpcore.client.pulp_python.rest import ApiException
5662
5665
  from pprint import pprint
5663
5666
 
5664
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5667
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5665
5668
  # See configuration.py for a list of all supported configuration parameters.
5666
5669
  configuration = pulpcore.client.pulp_python.Configuration(
5667
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5670
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5668
5671
  )
5669
5672
 
5670
5673
  # The client must configure the authentication and authorization parameters
@@ -5801,10 +5804,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
5801
5804
  from pulpcore.client.pulp_python.rest import ApiException
5802
5805
  from pprint import pprint
5803
5806
 
5804
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5807
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5805
5808
  # See configuration.py for a list of all supported configuration parameters.
5806
5809
  configuration = pulpcore.client.pulp_python.Configuration(
5807
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5810
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5808
5811
  )
5809
5812
 
5810
5813
  # The client must configure the authentication and authorization parameters
@@ -5893,10 +5896,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5893
5896
  from pulpcore.client.pulp_python.rest import ApiException
5894
5897
  from pprint import pprint
5895
5898
 
5896
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5899
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5897
5900
  # See configuration.py for a list of all supported configuration parameters.
5898
5901
  configuration = pulpcore.client.pulp_python.Configuration(
5899
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5902
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5900
5903
  )
5901
5904
 
5902
5905
  # The client must configure the authentication and authorization parameters
@@ -5986,10 +5989,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
5986
5989
  from pulpcore.client.pulp_python.rest import ApiException
5987
5990
  from pprint import pprint
5988
5991
 
5989
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
5992
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
5990
5993
  # See configuration.py for a list of all supported configuration parameters.
5991
5994
  configuration = pulpcore.client.pulp_python.Configuration(
5992
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5995
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5993
5996
  )
5994
5997
 
5995
5998
  # The client must configure the authentication and authorization parameters
@@ -6077,10 +6080,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6077
6080
  from pulpcore.client.pulp_python.rest import ApiException
6078
6081
  from pprint import pprint
6079
6082
 
6080
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6083
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6081
6084
  # See configuration.py for a list of all supported configuration parameters.
6082
6085
  configuration = pulpcore.client.pulp_python.Configuration(
6083
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6086
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6084
6087
  )
6085
6088
 
6086
6089
  # The client must configure the authentication and authorization parameters
@@ -6170,10 +6173,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6170
6173
  from pulpcore.client.pulp_python.rest import ApiException
6171
6174
  from pprint import pprint
6172
6175
 
6173
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6176
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6174
6177
  # See configuration.py for a list of all supported configuration parameters.
6175
6178
  configuration = pulpcore.client.pulp_python.Configuration(
6176
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6179
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6177
6180
  )
6178
6181
 
6179
6182
  # The client must configure the authentication and authorization parameters
@@ -6261,10 +6264,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
6261
6264
  from pulpcore.client.pulp_python.rest import ApiException
6262
6265
  from pprint import pprint
6263
6266
 
6264
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6267
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6265
6268
  # See configuration.py for a list of all supported configuration parameters.
6266
6269
  configuration = pulpcore.client.pulp_python.Configuration(
6267
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6270
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6268
6271
  )
6269
6272
 
6270
6273
  # The client must configure the authentication and authorization parameters
@@ -6352,10 +6355,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
6352
6355
  from pulpcore.client.pulp_python.rest import ApiException
6353
6356
  from pprint import pprint
6354
6357
 
6355
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6358
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6356
6359
  # See configuration.py for a list of all supported configuration parameters.
6357
6360
  configuration = pulpcore.client.pulp_python.Configuration(
6358
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6361
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6359
6362
  )
6360
6363
 
6361
6364
  # The client must configure the authentication and authorization parameters
@@ -6443,10 +6446,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6443
6446
  from pulpcore.client.pulp_python.rest import ApiException
6444
6447
  from pprint import pprint
6445
6448
 
6446
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6449
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6447
6450
  # See configuration.py for a list of all supported configuration parameters.
6448
6451
  configuration = pulpcore.client.pulp_python.Configuration(
6449
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6452
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6450
6453
  )
6451
6454
 
6452
6455
  # The client must configure the authentication and authorization parameters
@@ -6547,7 +6550,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
6547
6550
 
6548
6551
  # pulpcore.client.pulp_python.RepositoriesPythonApi
6549
6552
 
6550
- All URIs are relative to *https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
6553
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
6551
6554
 
6552
6555
  Method | HTTP request | Description
6553
6556
  ------------- | ------------- | -------------
@@ -6587,10 +6590,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6587
6590
  from pulpcore.client.pulp_python.rest import ApiException
6588
6591
  from pprint import pprint
6589
6592
 
6590
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6593
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6591
6594
  # See configuration.py for a list of all supported configuration parameters.
6592
6595
  configuration = pulpcore.client.pulp_python.Configuration(
6593
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6596
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6594
6597
  )
6595
6598
 
6596
6599
  # The client must configure the authentication and authorization parameters
@@ -6678,10 +6681,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
6678
6681
  from pulpcore.client.pulp_python.rest import ApiException
6679
6682
  from pprint import pprint
6680
6683
 
6681
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6684
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6682
6685
  # See configuration.py for a list of all supported configuration parameters.
6683
6686
  configuration = pulpcore.client.pulp_python.Configuration(
6684
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6687
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6685
6688
  )
6686
6689
 
6687
6690
  # The client must configure the authentication and authorization parameters
@@ -6768,10 +6771,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6768
6771
  from pulpcore.client.pulp_python.rest import ApiException
6769
6772
  from pprint import pprint
6770
6773
 
6771
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6774
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6772
6775
  # See configuration.py for a list of all supported configuration parameters.
6773
6776
  configuration = pulpcore.client.pulp_python.Configuration(
6774
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6777
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6775
6778
  )
6776
6779
 
6777
6780
  # The client must configure the authentication and authorization parameters
@@ -6856,10 +6859,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
6856
6859
  from pulpcore.client.pulp_python.rest import ApiException
6857
6860
  from pprint import pprint
6858
6861
 
6859
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
6862
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
6860
6863
  # See configuration.py for a list of all supported configuration parameters.
6861
6864
  configuration = pulpcore.client.pulp_python.Configuration(
6862
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6865
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6863
6866
  )
6864
6867
 
6865
6868
  # The client must configure the authentication and authorization parameters
@@ -7020,10 +7023,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7020
7023
  from pulpcore.client.pulp_python.rest import ApiException
7021
7024
  from pprint import pprint
7022
7025
 
7023
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7026
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7024
7027
  # See configuration.py for a list of all supported configuration parameters.
7025
7028
  configuration = pulpcore.client.pulp_python.Configuration(
7026
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7029
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7027
7030
  )
7028
7031
 
7029
7032
  # The client must configure the authentication and authorization parameters
@@ -7113,10 +7116,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7113
7116
  from pulpcore.client.pulp_python.rest import ApiException
7114
7117
  from pprint import pprint
7115
7118
 
7116
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7119
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7117
7120
  # See configuration.py for a list of all supported configuration parameters.
7118
7121
  configuration = pulpcore.client.pulp_python.Configuration(
7119
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7122
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7120
7123
  )
7121
7124
 
7122
7125
  # The client must configure the authentication and authorization parameters
@@ -7203,10 +7206,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7203
7206
  from pulpcore.client.pulp_python.rest import ApiException
7204
7207
  from pprint import pprint
7205
7208
 
7206
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7209
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7207
7210
  # See configuration.py for a list of all supported configuration parameters.
7208
7211
  configuration = pulpcore.client.pulp_python.Configuration(
7209
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7212
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7210
7213
  )
7211
7214
 
7212
7215
  # The client must configure the authentication and authorization parameters
@@ -7296,10 +7299,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7296
7299
  from pulpcore.client.pulp_python.rest import ApiException
7297
7300
  from pprint import pprint
7298
7301
 
7299
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7302
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7300
7303
  # See configuration.py for a list of all supported configuration parameters.
7301
7304
  configuration = pulpcore.client.pulp_python.Configuration(
7302
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7305
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7303
7306
  )
7304
7307
 
7305
7308
  # The client must configure the authentication and authorization parameters
@@ -7387,10 +7390,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7387
7390
  from pulpcore.client.pulp_python.rest import ApiException
7388
7391
  from pprint import pprint
7389
7392
 
7390
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7393
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7391
7394
  # See configuration.py for a list of all supported configuration parameters.
7392
7395
  configuration = pulpcore.client.pulp_python.Configuration(
7393
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7396
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7394
7397
  )
7395
7398
 
7396
7399
  # The client must configure the authentication and authorization parameters
@@ -7480,10 +7483,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7480
7483
  from pulpcore.client.pulp_python.rest import ApiException
7481
7484
  from pprint import pprint
7482
7485
 
7483
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7486
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7484
7487
  # See configuration.py for a list of all supported configuration parameters.
7485
7488
  configuration = pulpcore.client.pulp_python.Configuration(
7486
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7489
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7487
7490
  )
7488
7491
 
7489
7492
  # The client must configure the authentication and authorization parameters
@@ -7570,10 +7573,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7570
7573
  from pulpcore.client.pulp_python.rest import ApiException
7571
7574
  from pprint import pprint
7572
7575
 
7573
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7576
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7574
7577
  # See configuration.py for a list of all supported configuration parameters.
7575
7578
  configuration = pulpcore.client.pulp_python.Configuration(
7576
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7579
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7577
7580
  )
7578
7581
 
7579
7582
  # The client must configure the authentication and authorization parameters
@@ -7659,10 +7662,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7659
7662
  from pulpcore.client.pulp_python.rest import ApiException
7660
7663
  from pprint import pprint
7661
7664
 
7662
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7665
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7663
7666
  # See configuration.py for a list of all supported configuration parameters.
7664
7667
  configuration = pulpcore.client.pulp_python.Configuration(
7665
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7668
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7666
7669
  )
7667
7670
 
7668
7671
  # The client must configure the authentication and authorization parameters
@@ -7750,10 +7753,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
7750
7753
  from pulpcore.client.pulp_python.rest import ApiException
7751
7754
  from pprint import pprint
7752
7755
 
7753
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7756
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7754
7757
  # See configuration.py for a list of all supported configuration parameters.
7755
7758
  configuration = pulpcore.client.pulp_python.Configuration(
7756
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7759
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7757
7760
  )
7758
7761
 
7759
7762
  # The client must configure the authentication and authorization parameters
@@ -7841,10 +7844,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7841
7844
  from pulpcore.client.pulp_python.rest import ApiException
7842
7845
  from pprint import pprint
7843
7846
 
7844
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7847
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7845
7848
  # See configuration.py for a list of all supported configuration parameters.
7846
7849
  configuration = pulpcore.client.pulp_python.Configuration(
7847
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7850
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7848
7851
  )
7849
7852
 
7850
7853
  # The client must configure the authentication and authorization parameters
@@ -7932,10 +7935,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7932
7935
  from pulpcore.client.pulp_python.rest import ApiException
7933
7936
  from pprint import pprint
7934
7937
 
7935
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
7938
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
7936
7939
  # See configuration.py for a list of all supported configuration parameters.
7937
7940
  configuration = pulpcore.client.pulp_python.Configuration(
7938
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7941
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7939
7942
  )
7940
7943
 
7941
7944
  # The client must configure the authentication and authorization parameters
@@ -8007,7 +8010,7 @@ Name | Type | Description | Notes
8007
8010
 
8008
8011
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
8009
8012
 
8010
- All URIs are relative to *https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com*
8013
+ All URIs are relative to *https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com*
8011
8014
 
8012
8015
  Method | HTTP request | Description
8013
8016
  ------------- | ------------- | -------------
@@ -8036,10 +8039,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8036
8039
  from pulpcore.client.pulp_python.rest import ApiException
8037
8040
  from pprint import pprint
8038
8041
 
8039
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
8042
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
8040
8043
  # See configuration.py for a list of all supported configuration parameters.
8041
8044
  configuration = pulpcore.client.pulp_python.Configuration(
8042
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8045
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
8043
8046
  )
8044
8047
 
8045
8048
  # The client must configure the authentication and authorization parameters
@@ -8124,10 +8127,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
8124
8127
  from pulpcore.client.pulp_python.rest import ApiException
8125
8128
  from pprint import pprint
8126
8129
 
8127
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
8130
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
8128
8131
  # See configuration.py for a list of all supported configuration parameters.
8129
8132
  configuration = pulpcore.client.pulp_python.Configuration(
8130
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8133
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
8131
8134
  )
8132
8135
 
8133
8136
  # The client must configure the authentication and authorization parameters
@@ -8258,10 +8261,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
8258
8261
  from pulpcore.client.pulp_python.rest import ApiException
8259
8262
  from pprint import pprint
8260
8263
 
8261
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
8264
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
8262
8265
  # See configuration.py for a list of all supported configuration parameters.
8263
8266
  configuration = pulpcore.client.pulp_python.Configuration(
8264
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8267
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
8265
8268
  )
8266
8269
 
8267
8270
  # The client must configure the authentication and authorization parameters
@@ -8351,10 +8354,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
8351
8354
  from pulpcore.client.pulp_python.rest import ApiException
8352
8355
  from pprint import pprint
8353
8356
 
8354
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
8357
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
8355
8358
  # See configuration.py for a list of all supported configuration parameters.
8356
8359
  configuration = pulpcore.client.pulp_python.Configuration(
8357
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8360
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
8358
8361
  )
8359
8362
 
8360
8363
  # The client must configure the authentication and authorization parameters
@@ -8440,10 +8443,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8440
8443
  from pulpcore.client.pulp_python.rest import ApiException
8441
8444
  from pprint import pprint
8442
8445
 
8443
- # Defining the host is optional and defaults to https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com
8446
+ # Defining the host is optional and defaults to https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com
8444
8447
  # See configuration.py for a list of all supported configuration parameters.
8445
8448
  configuration = pulpcore.client.pulp_python.Configuration(
8446
- host = "https://env-ephemeral-rcfpnc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8449
+ host = "https://env-ephemeral-vjhtbk.apps.crc-eph.r9lp.p1.openshiftapps.com"
8447
8450
  )
8448
8451
 
8449
8452
  # The client must configure the authentication and authorization parameters