crc-pulp-rpm-client 20251027.1__tar.gz → 20251030.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (223) hide show
  1. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/PKG-INFO +274 -274
  2. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/README.md +4 -4
  3. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/crc_pulp_rpm_client.egg-info/PKG-INFO +274 -274
  4. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/__init__.py +1 -1
  5. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/configuration.py +3 -3
  6. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pyproject.toml +1 -1
  7. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/setup.py +1 -1
  8. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/crc_pulp_rpm_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/crc_pulp_rpm_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/crc_pulp_rpm_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/crc_pulp_rpm_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/__init__.py +0 -0
  15. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/acs_rpm_api.py +0 -0
  16. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_advisories_api.py +0 -0
  17. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_distribution_trees_api.py +0 -0
  18. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_modulemd_defaults_api.py +0 -0
  19. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_modulemd_obsoletes_api.py +0 -0
  20. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_modulemds_api.py +0 -0
  21. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_packagecategories_api.py +0 -0
  22. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_packageenvironments_api.py +0 -0
  23. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_packagegroups_api.py +0 -0
  24. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_packagelangpacks_api.py +0 -0
  25. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_packages_api.py +0 -0
  26. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/content_repo_metadata_files_api.py +0 -0
  27. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/distributions_rpm_api.py +0 -0
  28. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/publications_rpm_api.py +0 -0
  29. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/remotes_rpm_api.py +0 -0
  30. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/remotes_uln_api.py +0 -0
  31. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/repositories_rpm_api.py +0 -0
  32. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/repositories_rpm_versions_api.py +0 -0
  33. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/rpm_comps_api.py +0 -0
  34. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/rpm_copy_api.py +0 -0
  35. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api/rpm_prune_api.py +0 -0
  36. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api_client.py +0 -0
  37. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/api_response.py +0 -0
  38. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/exceptions.py +0 -0
  39. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/__init__.py +0 -0
  40. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/addon_response.py +0 -0
  41. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/artifact_response.py +0 -0
  42. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/async_operation_response.py +0 -0
  43. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/checksum_response.py +0 -0
  44. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/compression_type_enum.py +0 -0
  45. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/content_summary_response.py +0 -0
  46. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/copy.py +0 -0
  47. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/image_response.py +0 -0
  48. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/layout_enum.py +0 -0
  49. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/my_permissions_response.py +0 -0
  50. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/nested_role.py +0 -0
  51. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/nested_role_response.py +0 -0
  52. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/object_roles_response.py +0 -0
  53. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/package_checksum_type_enum.py +0 -0
  54. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginated_repository_version_response_list.py +0 -0
  55. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_distribution_tree_response_list.py +0 -0
  56. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_modulemd_defaults_response_list.py +0 -0
  57. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_modulemd_obsolete_response_list.py +0 -0
  58. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_modulemd_response_list.py +0 -0
  59. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_package_category_response_list.py +0 -0
  60. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_package_environment_response_list.py +0 -0
  61. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_package_group_response_list.py +0 -0
  62. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_package_langpacks_response_list.py +0 -0
  63. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_package_response_list.py +0 -0
  64. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_repo_metadata_file_response_list.py +0 -0
  65. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_alternate_content_source_response_list.py +0 -0
  66. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_distribution_response_list.py +0 -0
  67. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_publication_response_list.py +0 -0
  68. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_remote_response_list.py +0 -0
  69. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_repository_response_list.py +0 -0
  70. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_uln_remote_response_list.py +0 -0
  71. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/paginatedrpm_update_record_response_list.py +0 -0
  72. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_alternate_content_source.py +0 -0
  73. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_distribution.py +0 -0
  74. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_remote.py +0 -0
  75. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_repository.py +0 -0
  76. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/patchedrpm_uln_remote.py +0 -0
  77. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/policy_enum.py +0 -0
  78. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/prune_packages.py +0 -0
  79. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/repair.py +0 -0
  80. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/repository_add_remove_content.py +0 -0
  81. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/repository_version_response.py +0 -0
  82. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_distribution_tree_response.py +0 -0
  83. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_modulemd.py +0 -0
  84. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_modulemd_defaults.py +0 -0
  85. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_modulemd_defaults_response.py +0 -0
  86. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_modulemd_obsolete.py +0 -0
  87. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_modulemd_obsolete_response.py +0 -0
  88. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_modulemd_response.py +0 -0
  89. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_package_category_response.py +0 -0
  90. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_package_environment_response.py +0 -0
  91. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_package_group_response.py +0 -0
  92. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_package_langpacks_response.py +0 -0
  93. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_package_response.py +0 -0
  94. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_repo_metadata_file_response.py +0 -0
  95. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_repository_sync_url.py +0 -0
  96. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_alternate_content_source.py +0 -0
  97. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_alternate_content_source_response.py +0 -0
  98. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_distribution.py +0 -0
  99. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_distribution_response.py +0 -0
  100. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_publication.py +0 -0
  101. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_publication_response.py +0 -0
  102. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_remote.py +0 -0
  103. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_remote_response.py +0 -0
  104. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_remote_response_hidden_fields_inner.py +0 -0
  105. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_repository.py +0 -0
  106. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_rpm_repository_response.py +0 -0
  107. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_uln_remote.py +0 -0
  108. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_uln_remote_response.py +0 -0
  109. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_update_collection.py +0 -0
  110. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_update_collection_response.py +0 -0
  111. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/rpm_update_record_response.py +0 -0
  112. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/set_label.py +0 -0
  113. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/set_label_response.py +0 -0
  114. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/skip_types_enum.py +0 -0
  115. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/sync_policy_enum.py +0 -0
  116. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/task_group_operation_response.py +0 -0
  117. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/unset_label.py +0 -0
  118. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/unset_label_response.py +0 -0
  119. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/models/variant_response.py +0 -0
  120. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/py.typed +0 -0
  121. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/pulpcore/client/pulp_rpm/rest.py +0 -0
  122. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/setup.cfg +0 -0
  123. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_acs_rpm_api.py +0 -0
  124. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_addon_response.py +0 -0
  125. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_artifact_response.py +0 -0
  126. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_async_operation_response.py +0 -0
  127. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_checksum_response.py +0 -0
  128. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_compression_type_enum.py +0 -0
  129. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_advisories_api.py +0 -0
  130. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_distribution_trees_api.py +0 -0
  131. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_modulemd_defaults_api.py +0 -0
  132. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_modulemd_obsoletes_api.py +0 -0
  133. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_modulemds_api.py +0 -0
  134. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_packagecategories_api.py +0 -0
  135. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_packageenvironments_api.py +0 -0
  136. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_packagegroups_api.py +0 -0
  137. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_packagelangpacks_api.py +0 -0
  138. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_packages_api.py +0 -0
  139. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_repo_metadata_files_api.py +0 -0
  140. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_content_summary_response.py +0 -0
  141. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_copy.py +0 -0
  142. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_distributions_rpm_api.py +0 -0
  143. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_image_response.py +0 -0
  144. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_layout_enum.py +0 -0
  145. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_my_permissions_response.py +0 -0
  146. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_nested_role.py +0 -0
  147. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_nested_role_response.py +0 -0
  148. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_object_roles_response.py +0 -0
  149. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_package_checksum_type_enum.py +0 -0
  150. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginated_repository_version_response_list.py +0 -0
  151. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_distribution_tree_response_list.py +0 -0
  152. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_modulemd_defaults_response_list.py +0 -0
  153. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_modulemd_obsolete_response_list.py +0 -0
  154. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_modulemd_response_list.py +0 -0
  155. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_package_category_response_list.py +0 -0
  156. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_package_environment_response_list.py +0 -0
  157. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_package_group_response_list.py +0 -0
  158. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_package_langpacks_response_list.py +0 -0
  159. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_package_response_list.py +0 -0
  160. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_repo_metadata_file_response_list.py +0 -0
  161. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_rpm_alternate_content_source_response_list.py +0 -0
  162. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_rpm_distribution_response_list.py +0 -0
  163. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_rpm_publication_response_list.py +0 -0
  164. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_rpm_remote_response_list.py +0 -0
  165. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_rpm_repository_response_list.py +0 -0
  166. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_uln_remote_response_list.py +0 -0
  167. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_paginatedrpm_update_record_response_list.py +0 -0
  168. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_patchedrpm_rpm_alternate_content_source.py +0 -0
  169. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_patchedrpm_rpm_distribution.py +0 -0
  170. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_patchedrpm_rpm_remote.py +0 -0
  171. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_patchedrpm_rpm_repository.py +0 -0
  172. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_patchedrpm_uln_remote.py +0 -0
  173. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_policy_enum.py +0 -0
  174. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_prune_packages.py +0 -0
  175. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_publications_rpm_api.py +0 -0
  176. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_remotes_rpm_api.py +0 -0
  177. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_remotes_uln_api.py +0 -0
  178. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_repair.py +0 -0
  179. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_repositories_rpm_api.py +0 -0
  180. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_repositories_rpm_versions_api.py +0 -0
  181. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_repository_add_remove_content.py +0 -0
  182. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_repository_version_response.py +0 -0
  183. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_comps_api.py +0 -0
  184. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_copy_api.py +0 -0
  185. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_distribution_tree_response.py +0 -0
  186. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_modulemd.py +0 -0
  187. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_modulemd_defaults.py +0 -0
  188. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_modulemd_defaults_response.py +0 -0
  189. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_modulemd_obsolete.py +0 -0
  190. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_modulemd_obsolete_response.py +0 -0
  191. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_modulemd_response.py +0 -0
  192. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_package_category_response.py +0 -0
  193. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_package_environment_response.py +0 -0
  194. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_package_group_response.py +0 -0
  195. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_package_langpacks_response.py +0 -0
  196. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_package_response.py +0 -0
  197. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_prune_api.py +0 -0
  198. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_repo_metadata_file_response.py +0 -0
  199. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_repository_sync_url.py +0 -0
  200. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_alternate_content_source.py +0 -0
  201. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_alternate_content_source_response.py +0 -0
  202. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_distribution.py +0 -0
  203. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_distribution_response.py +0 -0
  204. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_publication.py +0 -0
  205. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_publication_response.py +0 -0
  206. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_remote.py +0 -0
  207. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_remote_response.py +0 -0
  208. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_remote_response_hidden_fields_inner.py +0 -0
  209. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_repository.py +0 -0
  210. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_rpm_repository_response.py +0 -0
  211. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_uln_remote.py +0 -0
  212. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_uln_remote_response.py +0 -0
  213. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_update_collection.py +0 -0
  214. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_update_collection_response.py +0 -0
  215. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_rpm_update_record_response.py +0 -0
  216. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_set_label.py +0 -0
  217. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_set_label_response.py +0 -0
  218. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_skip_types_enum.py +0 -0
  219. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_sync_policy_enum.py +0 -0
  220. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_task_group_operation_response.py +0 -0
  221. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_unset_label.py +0 -0
  222. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_unset_label_response.py +0 -0
  223. {crc_pulp_rpm_client-20251027.1 → crc_pulp_rpm_client-20251030.1}/test/test_variant_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_rpm-client
3
- Version: 20251027.1
3
+ Version: 20251030.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -23,7 +23,7 @@ Dynamic: summary
23
23
 
24
24
  # pulpcore.client.pulp_rpm.AcsRpmApi
25
25
 
26
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -60,10 +60,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
60
60
  from pulpcore.client.pulp_rpm.rest import ApiException
61
61
  from pprint import pprint
62
62
 
63
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
63
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
64
64
  # See configuration.py for a list of all supported configuration parameters.
65
65
  configuration = pulpcore.client.pulp_rpm.Configuration(
66
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
66
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
67
67
  )
68
68
 
69
69
  # The client must configure the authentication and authorization parameters
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_alternate_content_source_response i
154
154
  from pulpcore.client.pulp_rpm.rest import ApiException
155
155
  from pprint import pprint
156
156
 
157
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.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_rpm.Configuration(
160
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
161
161
  )
162
162
 
163
163
  # The client must configure the authentication and authorization parameters
@@ -247,10 +247,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
247
247
  from pulpcore.client.pulp_rpm.rest import ApiException
248
248
  from pprint import pprint
249
249
 
250
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
250
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
251
251
  # See configuration.py for a list of all supported configuration parameters.
252
252
  configuration = pulpcore.client.pulp_rpm.Configuration(
253
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
253
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
254
254
  )
255
255
 
256
256
  # The client must configure the authentication and authorization parameters
@@ -338,10 +338,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_rpm_alternate_content_source_r
338
338
  from pulpcore.client.pulp_rpm.rest import ApiException
339
339
  from pprint import pprint
340
340
 
341
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
341
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
342
342
  # See configuration.py for a list of all supported configuration parameters.
343
343
  configuration = pulpcore.client.pulp_rpm.Configuration(
344
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
344
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
345
345
  )
346
346
 
347
347
  # The client must configure the authentication and authorization parameters
@@ -465,10 +465,10 @@ from pulpcore.client.pulp_rpm.models.object_roles_response import ObjectRolesRes
465
465
  from pulpcore.client.pulp_rpm.rest import ApiException
466
466
  from pprint import pprint
467
467
 
468
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
468
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
469
469
  # See configuration.py for a list of all supported configuration parameters.
470
470
  configuration = pulpcore.client.pulp_rpm.Configuration(
471
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
471
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
472
472
  )
473
473
 
474
474
  # The client must configure the authentication and authorization parameters
@@ -560,10 +560,10 @@ from pulpcore.client.pulp_rpm.models.my_permissions_response import MyPermission
560
560
  from pulpcore.client.pulp_rpm.rest import ApiException
561
561
  from pprint import pprint
562
562
 
563
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
563
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
564
564
  # See configuration.py for a list of all supported configuration parameters.
565
565
  configuration = pulpcore.client.pulp_rpm.Configuration(
566
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
566
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
567
567
  )
568
568
 
569
569
  # The client must configure the authentication and authorization parameters
@@ -656,10 +656,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_alternate_content_source_response i
656
656
  from pulpcore.client.pulp_rpm.rest import ApiException
657
657
  from pprint import pprint
658
658
 
659
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
659
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
660
660
  # See configuration.py for a list of all supported configuration parameters.
661
661
  configuration = pulpcore.client.pulp_rpm.Configuration(
662
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
662
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
663
663
  )
664
664
 
665
665
  # The client must configure the authentication and authorization parameters
@@ -750,10 +750,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_alternate_content_source_response i
750
750
  from pulpcore.client.pulp_rpm.rest import ApiException
751
751
  from pprint import pprint
752
752
 
753
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
753
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
754
754
  # See configuration.py for a list of all supported configuration parameters.
755
755
  configuration = pulpcore.client.pulp_rpm.Configuration(
756
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
756
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
757
757
  )
758
758
 
759
759
  # The client must configure the authentication and authorization parameters
@@ -845,10 +845,10 @@ from pulpcore.client.pulp_rpm.models.task_group_operation_response import TaskGr
845
845
  from pulpcore.client.pulp_rpm.rest import ApiException
846
846
  from pprint import pprint
847
847
 
848
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
848
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
849
849
  # See configuration.py for a list of all supported configuration parameters.
850
850
  configuration = pulpcore.client.pulp_rpm.Configuration(
851
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
851
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
852
852
  )
853
853
 
854
854
  # The client must configure the authentication and authorization parameters
@@ -936,10 +936,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
936
936
  from pulpcore.client.pulp_rpm.rest import ApiException
937
937
  from pprint import pprint
938
938
 
939
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
939
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
940
940
  # See configuration.py for a list of all supported configuration parameters.
941
941
  configuration = pulpcore.client.pulp_rpm.Configuration(
942
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
942
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
943
943
  )
944
944
 
945
945
  # The client must configure the authentication and authorization parameters
@@ -1030,10 +1030,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_alternate_content_source_response i
1030
1030
  from pulpcore.client.pulp_rpm.rest import ApiException
1031
1031
  from pprint import pprint
1032
1032
 
1033
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1033
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.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_rpm.Configuration(
1036
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1036
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1037
1037
  )
1038
1038
 
1039
1039
  # The client must configure the authentication and authorization parameters
@@ -1256,7 +1256,7 @@ checksum_response_from_dict = ChecksumResponse.from_dict(checksum_response_dict)
1256
1256
 
1257
1257
  # pulpcore.client.pulp_rpm.ContentAdvisoriesApi
1258
1258
 
1259
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
1259
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
1260
1260
 
1261
1261
  Method | HTTP request | Description
1262
1262
  ------------- | ------------- | -------------
@@ -1286,10 +1286,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
1286
1286
  from pulpcore.client.pulp_rpm.rest import ApiException
1287
1287
  from pprint import pprint
1288
1288
 
1289
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1289
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
1290
1290
  # See configuration.py for a list of all supported configuration parameters.
1291
1291
  configuration = pulpcore.client.pulp_rpm.Configuration(
1292
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1292
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1293
1293
  )
1294
1294
 
1295
1295
  # The client must configure the authentication and authorization parameters
@@ -1387,10 +1387,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_update_record_response_list im
1387
1387
  from pulpcore.client.pulp_rpm.rest import ApiException
1388
1388
  from pprint import pprint
1389
1389
 
1390
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1390
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
1391
1391
  # See configuration.py for a list of all supported configuration parameters.
1392
1392
  configuration = pulpcore.client.pulp_rpm.Configuration(
1393
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1393
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1394
1394
  )
1395
1395
 
1396
1396
  # The client must configure the authentication and authorization parameters
@@ -1528,10 +1528,10 @@ from pulpcore.client.pulp_rpm.models.rpm_update_record_response import RpmUpdate
1528
1528
  from pulpcore.client.pulp_rpm.rest import ApiException
1529
1529
  from pprint import pprint
1530
1530
 
1531
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1531
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
1532
1532
  # See configuration.py for a list of all supported configuration parameters.
1533
1533
  configuration = pulpcore.client.pulp_rpm.Configuration(
1534
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1534
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1535
1535
  )
1536
1536
 
1537
1537
  # The client must configure the authentication and authorization parameters
@@ -1624,10 +1624,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
1624
1624
  from pulpcore.client.pulp_rpm.rest import ApiException
1625
1625
  from pprint import pprint
1626
1626
 
1627
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1627
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
1628
1628
  # See configuration.py for a list of all supported configuration parameters.
1629
1629
  configuration = pulpcore.client.pulp_rpm.Configuration(
1630
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1630
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1631
1631
  )
1632
1632
 
1633
1633
  # The client must configure the authentication and authorization parameters
@@ -1718,10 +1718,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
1718
1718
  from pulpcore.client.pulp_rpm.rest import ApiException
1719
1719
  from pprint import pprint
1720
1720
 
1721
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1721
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
1722
1722
  # See configuration.py for a list of all supported configuration parameters.
1723
1723
  configuration = pulpcore.client.pulp_rpm.Configuration(
1724
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1724
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1725
1725
  )
1726
1726
 
1727
1727
  # The client must configure the authentication and authorization parameters
@@ -1794,7 +1794,7 @@ Name | Type | Description | Notes
1794
1794
 
1795
1795
  # pulpcore.client.pulp_rpm.ContentDistributionTreesApi
1796
1796
 
1797
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
1797
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
1798
1798
 
1799
1799
  Method | HTTP request | Description
1800
1800
  ------------- | ------------- | -------------
@@ -1823,10 +1823,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_distribution_tree_response_lis
1823
1823
  from pulpcore.client.pulp_rpm.rest import ApiException
1824
1824
  from pprint import pprint
1825
1825
 
1826
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1826
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
1827
1827
  # See configuration.py for a list of all supported configuration parameters.
1828
1828
  configuration = pulpcore.client.pulp_rpm.Configuration(
1829
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1829
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1830
1830
  )
1831
1831
 
1832
1832
  # The client must configure the authentication and authorization parameters
@@ -1942,10 +1942,10 @@ from pulpcore.client.pulp_rpm.models.rpm_distribution_tree_response import RpmDi
1942
1942
  from pulpcore.client.pulp_rpm.rest import ApiException
1943
1943
  from pprint import pprint
1944
1944
 
1945
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1945
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
1946
1946
  # See configuration.py for a list of all supported configuration parameters.
1947
1947
  configuration = pulpcore.client.pulp_rpm.Configuration(
1948
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1948
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
1949
1949
  )
1950
1950
 
1951
1951
  # The client must configure the authentication and authorization parameters
@@ -2038,10 +2038,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
2038
2038
  from pulpcore.client.pulp_rpm.rest import ApiException
2039
2039
  from pprint import pprint
2040
2040
 
2041
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2041
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2042
2042
  # See configuration.py for a list of all supported configuration parameters.
2043
2043
  configuration = pulpcore.client.pulp_rpm.Configuration(
2044
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2044
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2045
2045
  )
2046
2046
 
2047
2047
  # The client must configure the authentication and authorization parameters
@@ -2132,10 +2132,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
2132
2132
  from pulpcore.client.pulp_rpm.rest import ApiException
2133
2133
  from pprint import pprint
2134
2134
 
2135
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2135
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2136
2136
  # See configuration.py for a list of all supported configuration parameters.
2137
2137
  configuration = pulpcore.client.pulp_rpm.Configuration(
2138
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2138
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2139
2139
  )
2140
2140
 
2141
2141
  # The client must configure the authentication and authorization parameters
@@ -2208,7 +2208,7 @@ Name | Type | Description | Notes
2208
2208
 
2209
2209
  # pulpcore.client.pulp_rpm.ContentModulemdDefaultsApi
2210
2210
 
2211
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
2211
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
2212
2212
 
2213
2213
  Method | HTTP request | Description
2214
2214
  ------------- | ------------- | -------------
@@ -2239,10 +2239,10 @@ from pulpcore.client.pulp_rpm.models.rpm_modulemd_defaults import RpmModulemdDef
2239
2239
  from pulpcore.client.pulp_rpm.rest import ApiException
2240
2240
  from pprint import pprint
2241
2241
 
2242
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2242
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2243
2243
  # See configuration.py for a list of all supported configuration parameters.
2244
2244
  configuration = pulpcore.client.pulp_rpm.Configuration(
2245
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2245
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2246
2246
  )
2247
2247
 
2248
2248
  # The client must configure the authentication and authorization parameters
@@ -2332,10 +2332,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_modulemd_defaults_response_lis
2332
2332
  from pulpcore.client.pulp_rpm.rest import ApiException
2333
2333
  from pprint import pprint
2334
2334
 
2335
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2335
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2336
2336
  # See configuration.py for a list of all supported configuration parameters.
2337
2337
  configuration = pulpcore.client.pulp_rpm.Configuration(
2338
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2338
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2339
2339
  )
2340
2340
 
2341
2341
  # The client must configure the authentication and authorization parameters
@@ -2461,10 +2461,10 @@ from pulpcore.client.pulp_rpm.models.rpm_modulemd_defaults_response import RpmMo
2461
2461
  from pulpcore.client.pulp_rpm.rest import ApiException
2462
2462
  from pprint import pprint
2463
2463
 
2464
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2464
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2465
2465
  # See configuration.py for a list of all supported configuration parameters.
2466
2466
  configuration = pulpcore.client.pulp_rpm.Configuration(
2467
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2467
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2468
2468
  )
2469
2469
 
2470
2470
  # The client must configure the authentication and authorization parameters
@@ -2557,10 +2557,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
2557
2557
  from pulpcore.client.pulp_rpm.rest import ApiException
2558
2558
  from pprint import pprint
2559
2559
 
2560
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2560
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2561
2561
  # See configuration.py for a list of all supported configuration parameters.
2562
2562
  configuration = pulpcore.client.pulp_rpm.Configuration(
2563
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2563
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2564
2564
  )
2565
2565
 
2566
2566
  # The client must configure the authentication and authorization parameters
@@ -2651,10 +2651,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
2651
2651
  from pulpcore.client.pulp_rpm.rest import ApiException
2652
2652
  from pprint import pprint
2653
2653
 
2654
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2654
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2655
2655
  # See configuration.py for a list of all supported configuration parameters.
2656
2656
  configuration = pulpcore.client.pulp_rpm.Configuration(
2657
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2657
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2658
2658
  )
2659
2659
 
2660
2660
  # The client must configure the authentication and authorization parameters
@@ -2727,7 +2727,7 @@ Name | Type | Description | Notes
2727
2727
 
2728
2728
  # pulpcore.client.pulp_rpm.ContentModulemdObsoletesApi
2729
2729
 
2730
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
2730
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
2731
2731
 
2732
2732
  Method | HTTP request | Description
2733
2733
  ------------- | ------------- | -------------
@@ -2758,10 +2758,10 @@ from pulpcore.client.pulp_rpm.models.rpm_modulemd_obsolete import RpmModulemdObs
2758
2758
  from pulpcore.client.pulp_rpm.rest import ApiException
2759
2759
  from pprint import pprint
2760
2760
 
2761
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2761
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2762
2762
  # See configuration.py for a list of all supported configuration parameters.
2763
2763
  configuration = pulpcore.client.pulp_rpm.Configuration(
2764
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2764
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2765
2765
  )
2766
2766
 
2767
2767
  # The client must configure the authentication and authorization parameters
@@ -2851,10 +2851,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_modulemd_obsolete_response_lis
2851
2851
  from pulpcore.client.pulp_rpm.rest import ApiException
2852
2852
  from pprint import pprint
2853
2853
 
2854
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2854
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2855
2855
  # See configuration.py for a list of all supported configuration parameters.
2856
2856
  configuration = pulpcore.client.pulp_rpm.Configuration(
2857
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2857
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2858
2858
  )
2859
2859
 
2860
2860
  # The client must configure the authentication and authorization parameters
@@ -2970,10 +2970,10 @@ from pulpcore.client.pulp_rpm.models.rpm_modulemd_obsolete_response import RpmMo
2970
2970
  from pulpcore.client.pulp_rpm.rest import ApiException
2971
2971
  from pprint import pprint
2972
2972
 
2973
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2973
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
2974
2974
  # See configuration.py for a list of all supported configuration parameters.
2975
2975
  configuration = pulpcore.client.pulp_rpm.Configuration(
2976
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2976
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
2977
2977
  )
2978
2978
 
2979
2979
  # The client must configure the authentication and authorization parameters
@@ -3066,10 +3066,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
3066
3066
  from pulpcore.client.pulp_rpm.rest import ApiException
3067
3067
  from pprint import pprint
3068
3068
 
3069
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3069
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3070
3070
  # See configuration.py for a list of all supported configuration parameters.
3071
3071
  configuration = pulpcore.client.pulp_rpm.Configuration(
3072
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3072
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3073
3073
  )
3074
3074
 
3075
3075
  # The client must configure the authentication and authorization parameters
@@ -3160,10 +3160,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
3160
3160
  from pulpcore.client.pulp_rpm.rest import ApiException
3161
3161
  from pprint import pprint
3162
3162
 
3163
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3163
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3164
3164
  # See configuration.py for a list of all supported configuration parameters.
3165
3165
  configuration = pulpcore.client.pulp_rpm.Configuration(
3166
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3166
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3167
3167
  )
3168
3168
 
3169
3169
  # The client must configure the authentication and authorization parameters
@@ -3236,7 +3236,7 @@ Name | Type | Description | Notes
3236
3236
 
3237
3237
  # pulpcore.client.pulp_rpm.ContentModulemdsApi
3238
3238
 
3239
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
3239
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
3240
3240
 
3241
3241
  Method | HTTP request | Description
3242
3242
  ------------- | ------------- | -------------
@@ -3267,10 +3267,10 @@ from pulpcore.client.pulp_rpm.models.rpm_modulemd import RpmModulemd
3267
3267
  from pulpcore.client.pulp_rpm.rest import ApiException
3268
3268
  from pprint import pprint
3269
3269
 
3270
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3270
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3271
3271
  # See configuration.py for a list of all supported configuration parameters.
3272
3272
  configuration = pulpcore.client.pulp_rpm.Configuration(
3273
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3273
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3274
3274
  )
3275
3275
 
3276
3276
  # The client must configure the authentication and authorization parameters
@@ -3360,10 +3360,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_modulemd_response_list import
3360
3360
  from pulpcore.client.pulp_rpm.rest import ApiException
3361
3361
  from pprint import pprint
3362
3362
 
3363
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3363
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3364
3364
  # See configuration.py for a list of all supported configuration parameters.
3365
3365
  configuration = pulpcore.client.pulp_rpm.Configuration(
3366
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3366
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3367
3367
  )
3368
3368
 
3369
3369
  # The client must configure the authentication and authorization parameters
@@ -3501,10 +3501,10 @@ from pulpcore.client.pulp_rpm.models.rpm_modulemd_response import RpmModulemdRes
3501
3501
  from pulpcore.client.pulp_rpm.rest import ApiException
3502
3502
  from pprint import pprint
3503
3503
 
3504
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3504
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3505
3505
  # See configuration.py for a list of all supported configuration parameters.
3506
3506
  configuration = pulpcore.client.pulp_rpm.Configuration(
3507
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3507
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3508
3508
  )
3509
3509
 
3510
3510
  # The client must configure the authentication and authorization parameters
@@ -3597,10 +3597,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
3597
3597
  from pulpcore.client.pulp_rpm.rest import ApiException
3598
3598
  from pprint import pprint
3599
3599
 
3600
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3600
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3601
3601
  # See configuration.py for a list of all supported configuration parameters.
3602
3602
  configuration = pulpcore.client.pulp_rpm.Configuration(
3603
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3603
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3604
3604
  )
3605
3605
 
3606
3606
  # The client must configure the authentication and authorization parameters
@@ -3691,10 +3691,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
3691
3691
  from pulpcore.client.pulp_rpm.rest import ApiException
3692
3692
  from pprint import pprint
3693
3693
 
3694
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3694
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3695
3695
  # See configuration.py for a list of all supported configuration parameters.
3696
3696
  configuration = pulpcore.client.pulp_rpm.Configuration(
3697
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3697
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3698
3698
  )
3699
3699
 
3700
3700
  # The client must configure the authentication and authorization parameters
@@ -3767,7 +3767,7 @@ Name | Type | Description | Notes
3767
3767
 
3768
3768
  # pulpcore.client.pulp_rpm.ContentPackagecategoriesApi
3769
3769
 
3770
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
3770
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
3771
3771
 
3772
3772
  Method | HTTP request | Description
3773
3773
  ------------- | ------------- | -------------
@@ -3796,10 +3796,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_package_category_response_list
3796
3796
  from pulpcore.client.pulp_rpm.rest import ApiException
3797
3797
  from pprint import pprint
3798
3798
 
3799
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3799
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3800
3800
  # See configuration.py for a list of all supported configuration parameters.
3801
3801
  configuration = pulpcore.client.pulp_rpm.Configuration(
3802
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3802
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3803
3803
  )
3804
3804
 
3805
3805
  # The client must configure the authentication and authorization parameters
@@ -3915,10 +3915,10 @@ from pulpcore.client.pulp_rpm.models.rpm_package_category_response import RpmPac
3915
3915
  from pulpcore.client.pulp_rpm.rest import ApiException
3916
3916
  from pprint import pprint
3917
3917
 
3918
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3918
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
3919
3919
  # See configuration.py for a list of all supported configuration parameters.
3920
3920
  configuration = pulpcore.client.pulp_rpm.Configuration(
3921
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3921
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
3922
3922
  )
3923
3923
 
3924
3924
  # The client must configure the authentication and authorization parameters
@@ -4011,10 +4011,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
4011
4011
  from pulpcore.client.pulp_rpm.rest import ApiException
4012
4012
  from pprint import pprint
4013
4013
 
4014
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4014
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4015
4015
  # See configuration.py for a list of all supported configuration parameters.
4016
4016
  configuration = pulpcore.client.pulp_rpm.Configuration(
4017
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4017
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4018
4018
  )
4019
4019
 
4020
4020
  # The client must configure the authentication and authorization parameters
@@ -4105,10 +4105,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
4105
4105
  from pulpcore.client.pulp_rpm.rest import ApiException
4106
4106
  from pprint import pprint
4107
4107
 
4108
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4108
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4109
4109
  # See configuration.py for a list of all supported configuration parameters.
4110
4110
  configuration = pulpcore.client.pulp_rpm.Configuration(
4111
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4111
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4112
4112
  )
4113
4113
 
4114
4114
  # The client must configure the authentication and authorization parameters
@@ -4181,7 +4181,7 @@ Name | Type | Description | Notes
4181
4181
 
4182
4182
  # pulpcore.client.pulp_rpm.ContentPackageenvironmentsApi
4183
4183
 
4184
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
4184
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
4185
4185
 
4186
4186
  Method | HTTP request | Description
4187
4187
  ------------- | ------------- | -------------
@@ -4210,10 +4210,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_package_environment_response_l
4210
4210
  from pulpcore.client.pulp_rpm.rest import ApiException
4211
4211
  from pprint import pprint
4212
4212
 
4213
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4213
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4214
4214
  # See configuration.py for a list of all supported configuration parameters.
4215
4215
  configuration = pulpcore.client.pulp_rpm.Configuration(
4216
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4216
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4217
4217
  )
4218
4218
 
4219
4219
  # The client must configure the authentication and authorization parameters
@@ -4329,10 +4329,10 @@ from pulpcore.client.pulp_rpm.models.rpm_package_environment_response import Rpm
4329
4329
  from pulpcore.client.pulp_rpm.rest import ApiException
4330
4330
  from pprint import pprint
4331
4331
 
4332
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4332
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4333
4333
  # See configuration.py for a list of all supported configuration parameters.
4334
4334
  configuration = pulpcore.client.pulp_rpm.Configuration(
4335
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4335
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4336
4336
  )
4337
4337
 
4338
4338
  # The client must configure the authentication and authorization parameters
@@ -4425,10 +4425,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
4425
4425
  from pulpcore.client.pulp_rpm.rest import ApiException
4426
4426
  from pprint import pprint
4427
4427
 
4428
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4428
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4429
4429
  # See configuration.py for a list of all supported configuration parameters.
4430
4430
  configuration = pulpcore.client.pulp_rpm.Configuration(
4431
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4431
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4432
4432
  )
4433
4433
 
4434
4434
  # The client must configure the authentication and authorization parameters
@@ -4519,10 +4519,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
4519
4519
  from pulpcore.client.pulp_rpm.rest import ApiException
4520
4520
  from pprint import pprint
4521
4521
 
4522
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4522
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4523
4523
  # See configuration.py for a list of all supported configuration parameters.
4524
4524
  configuration = pulpcore.client.pulp_rpm.Configuration(
4525
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4525
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4526
4526
  )
4527
4527
 
4528
4528
  # The client must configure the authentication and authorization parameters
@@ -4595,7 +4595,7 @@ Name | Type | Description | Notes
4595
4595
 
4596
4596
  # pulpcore.client.pulp_rpm.ContentPackagegroupsApi
4597
4597
 
4598
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
4598
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
4599
4599
 
4600
4600
  Method | HTTP request | Description
4601
4601
  ------------- | ------------- | -------------
@@ -4624,10 +4624,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_package_group_response_list im
4624
4624
  from pulpcore.client.pulp_rpm.rest import ApiException
4625
4625
  from pprint import pprint
4626
4626
 
4627
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4627
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4628
4628
  # See configuration.py for a list of all supported configuration parameters.
4629
4629
  configuration = pulpcore.client.pulp_rpm.Configuration(
4630
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4630
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4631
4631
  )
4632
4632
 
4633
4633
  # The client must configure the authentication and authorization parameters
@@ -4743,10 +4743,10 @@ from pulpcore.client.pulp_rpm.models.rpm_package_group_response import RpmPackag
4743
4743
  from pulpcore.client.pulp_rpm.rest import ApiException
4744
4744
  from pprint import pprint
4745
4745
 
4746
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4746
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4747
4747
  # See configuration.py for a list of all supported configuration parameters.
4748
4748
  configuration = pulpcore.client.pulp_rpm.Configuration(
4749
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4749
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4750
4750
  )
4751
4751
 
4752
4752
  # The client must configure the authentication and authorization parameters
@@ -4839,10 +4839,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
4839
4839
  from pulpcore.client.pulp_rpm.rest import ApiException
4840
4840
  from pprint import pprint
4841
4841
 
4842
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4842
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4843
4843
  # See configuration.py for a list of all supported configuration parameters.
4844
4844
  configuration = pulpcore.client.pulp_rpm.Configuration(
4845
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4845
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4846
4846
  )
4847
4847
 
4848
4848
  # The client must configure the authentication and authorization parameters
@@ -4933,10 +4933,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
4933
4933
  from pulpcore.client.pulp_rpm.rest import ApiException
4934
4934
  from pprint import pprint
4935
4935
 
4936
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4936
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
4937
4937
  # See configuration.py for a list of all supported configuration parameters.
4938
4938
  configuration = pulpcore.client.pulp_rpm.Configuration(
4939
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4939
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
4940
4940
  )
4941
4941
 
4942
4942
  # The client must configure the authentication and authorization parameters
@@ -5009,7 +5009,7 @@ Name | Type | Description | Notes
5009
5009
 
5010
5010
  # pulpcore.client.pulp_rpm.ContentPackagelangpacksApi
5011
5011
 
5012
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
5012
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
5013
5013
 
5014
5014
  Method | HTTP request | Description
5015
5015
  ------------- | ------------- | -------------
@@ -5038,10 +5038,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_package_langpacks_response_lis
5038
5038
  from pulpcore.client.pulp_rpm.rest import ApiException
5039
5039
  from pprint import pprint
5040
5040
 
5041
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5041
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5042
5042
  # See configuration.py for a list of all supported configuration parameters.
5043
5043
  configuration = pulpcore.client.pulp_rpm.Configuration(
5044
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5044
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5045
5045
  )
5046
5046
 
5047
5047
  # The client must configure the authentication and authorization parameters
@@ -5157,10 +5157,10 @@ from pulpcore.client.pulp_rpm.models.rpm_package_langpacks_response import RpmPa
5157
5157
  from pulpcore.client.pulp_rpm.rest import ApiException
5158
5158
  from pprint import pprint
5159
5159
 
5160
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5160
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5161
5161
  # See configuration.py for a list of all supported configuration parameters.
5162
5162
  configuration = pulpcore.client.pulp_rpm.Configuration(
5163
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5163
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5164
5164
  )
5165
5165
 
5166
5166
  # The client must configure the authentication and authorization parameters
@@ -5253,10 +5253,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
5253
5253
  from pulpcore.client.pulp_rpm.rest import ApiException
5254
5254
  from pprint import pprint
5255
5255
 
5256
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5256
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5257
5257
  # See configuration.py for a list of all supported configuration parameters.
5258
5258
  configuration = pulpcore.client.pulp_rpm.Configuration(
5259
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5259
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5260
5260
  )
5261
5261
 
5262
5262
  # The client must configure the authentication and authorization parameters
@@ -5347,10 +5347,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
5347
5347
  from pulpcore.client.pulp_rpm.rest import ApiException
5348
5348
  from pprint import pprint
5349
5349
 
5350
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5350
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5351
5351
  # See configuration.py for a list of all supported configuration parameters.
5352
5352
  configuration = pulpcore.client.pulp_rpm.Configuration(
5353
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5353
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5354
5354
  )
5355
5355
 
5356
5356
  # The client must configure the authentication and authorization parameters
@@ -5423,7 +5423,7 @@ Name | Type | Description | Notes
5423
5423
 
5424
5424
  # pulpcore.client.pulp_rpm.ContentPackagesApi
5425
5425
 
5426
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
5426
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
5427
5427
 
5428
5428
  Method | HTTP request | Description
5429
5429
  ------------- | ------------- | -------------
@@ -5454,10 +5454,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
5454
5454
  from pulpcore.client.pulp_rpm.rest import ApiException
5455
5455
  from pprint import pprint
5456
5456
 
5457
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5457
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5458
5458
  # See configuration.py for a list of all supported configuration parameters.
5459
5459
  configuration = pulpcore.client.pulp_rpm.Configuration(
5460
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5460
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5461
5461
  )
5462
5462
 
5463
5463
  # The client must configure the authentication and authorization parameters
@@ -5559,10 +5559,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_package_response_list import P
5559
5559
  from pulpcore.client.pulp_rpm.rest import ApiException
5560
5560
  from pprint import pprint
5561
5561
 
5562
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5562
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5563
5563
  # See configuration.py for a list of all supported configuration parameters.
5564
5564
  configuration = pulpcore.client.pulp_rpm.Configuration(
5565
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5565
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5566
5566
  )
5567
5567
 
5568
5568
  # The client must configure the authentication and authorization parameters
@@ -5734,10 +5734,10 @@ from pulpcore.client.pulp_rpm.models.rpm_package_response import RpmPackageRespo
5734
5734
  from pulpcore.client.pulp_rpm.rest import ApiException
5735
5735
  from pprint import pprint
5736
5736
 
5737
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5737
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5738
5738
  # See configuration.py for a list of all supported configuration parameters.
5739
5739
  configuration = pulpcore.client.pulp_rpm.Configuration(
5740
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5740
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5741
5741
  )
5742
5742
 
5743
5743
  # The client must configure the authentication and authorization parameters
@@ -5830,10 +5830,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
5830
5830
  from pulpcore.client.pulp_rpm.rest import ApiException
5831
5831
  from pprint import pprint
5832
5832
 
5833
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5833
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5834
5834
  # See configuration.py for a list of all supported configuration parameters.
5835
5835
  configuration = pulpcore.client.pulp_rpm.Configuration(
5836
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5836
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5837
5837
  )
5838
5838
 
5839
5839
  # The client must configure the authentication and authorization parameters
@@ -5924,10 +5924,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
5924
5924
  from pulpcore.client.pulp_rpm.rest import ApiException
5925
5925
  from pprint import pprint
5926
5926
 
5927
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5927
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
5928
5928
  # See configuration.py for a list of all supported configuration parameters.
5929
5929
  configuration = pulpcore.client.pulp_rpm.Configuration(
5930
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5930
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
5931
5931
  )
5932
5932
 
5933
5933
  # The client must configure the authentication and authorization parameters
@@ -6017,10 +6017,10 @@ from pulpcore.client.pulp_rpm.models.rpm_package_response import RpmPackageRespo
6017
6017
  from pulpcore.client.pulp_rpm.rest import ApiException
6018
6018
  from pprint import pprint
6019
6019
 
6020
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6020
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6021
6021
  # See configuration.py for a list of all supported configuration parameters.
6022
6022
  configuration = pulpcore.client.pulp_rpm.Configuration(
6023
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6023
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6024
6024
  )
6025
6025
 
6026
6026
  # The client must configure the authentication and authorization parameters
@@ -6101,7 +6101,7 @@ Name | Type | Description | Notes
6101
6101
 
6102
6102
  # pulpcore.client.pulp_rpm.ContentRepoMetadataFilesApi
6103
6103
 
6104
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
6104
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
6105
6105
 
6106
6106
  Method | HTTP request | Description
6107
6107
  ------------- | ------------- | -------------
@@ -6130,10 +6130,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_repo_metadata_file_response_li
6130
6130
  from pulpcore.client.pulp_rpm.rest import ApiException
6131
6131
  from pprint import pprint
6132
6132
 
6133
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6133
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6134
6134
  # See configuration.py for a list of all supported configuration parameters.
6135
6135
  configuration = pulpcore.client.pulp_rpm.Configuration(
6136
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6136
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6137
6137
  )
6138
6138
 
6139
6139
  # The client must configure the authentication and authorization parameters
@@ -6249,10 +6249,10 @@ from pulpcore.client.pulp_rpm.models.rpm_repo_metadata_file_response import RpmR
6249
6249
  from pulpcore.client.pulp_rpm.rest import ApiException
6250
6250
  from pprint import pprint
6251
6251
 
6252
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6252
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6253
6253
  # See configuration.py for a list of all supported configuration parameters.
6254
6254
  configuration = pulpcore.client.pulp_rpm.Configuration(
6255
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6255
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6256
6256
  )
6257
6257
 
6258
6258
  # The client must configure the authentication and authorization parameters
@@ -6345,10 +6345,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
6345
6345
  from pulpcore.client.pulp_rpm.rest import ApiException
6346
6346
  from pprint import pprint
6347
6347
 
6348
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6348
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6349
6349
  # See configuration.py for a list of all supported configuration parameters.
6350
6350
  configuration = pulpcore.client.pulp_rpm.Configuration(
6351
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6351
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6352
6352
  )
6353
6353
 
6354
6354
  # The client must configure the authentication and authorization parameters
@@ -6439,10 +6439,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
6439
6439
  from pulpcore.client.pulp_rpm.rest import ApiException
6440
6440
  from pprint import pprint
6441
6441
 
6442
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6442
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6443
6443
  # See configuration.py for a list of all supported configuration parameters.
6444
6444
  configuration = pulpcore.client.pulp_rpm.Configuration(
6445
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6445
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6446
6446
  )
6447
6447
 
6448
6448
  # The client must configure the authentication and authorization parameters
@@ -6578,7 +6578,7 @@ copy_from_dict = Copy.from_dict(copy_dict)
6578
6578
 
6579
6579
  # pulpcore.client.pulp_rpm.DistributionsRpmApi
6580
6580
 
6581
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
6581
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
6582
6582
 
6583
6583
  Method | HTTP request | Description
6584
6584
  ------------- | ------------- | -------------
@@ -6616,10 +6616,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
6616
6616
  from pulpcore.client.pulp_rpm.rest import ApiException
6617
6617
  from pprint import pprint
6618
6618
 
6619
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6619
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6620
6620
  # See configuration.py for a list of all supported configuration parameters.
6621
6621
  configuration = pulpcore.client.pulp_rpm.Configuration(
6622
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6622
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6623
6623
  )
6624
6624
 
6625
6625
  # The client must configure the authentication and authorization parameters
@@ -6710,10 +6710,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_distribution import RpmRpmDistribut
6710
6710
  from pulpcore.client.pulp_rpm.rest import ApiException
6711
6711
  from pprint import pprint
6712
6712
 
6713
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6713
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6714
6714
  # See configuration.py for a list of all supported configuration parameters.
6715
6715
  configuration = pulpcore.client.pulp_rpm.Configuration(
6716
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6716
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6717
6717
  )
6718
6718
 
6719
6719
  # The client must configure the authentication and authorization parameters
@@ -6803,10 +6803,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
6803
6803
  from pulpcore.client.pulp_rpm.rest import ApiException
6804
6804
  from pprint import pprint
6805
6805
 
6806
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6806
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6807
6807
  # See configuration.py for a list of all supported configuration parameters.
6808
6808
  configuration = pulpcore.client.pulp_rpm.Configuration(
6809
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6809
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6810
6810
  )
6811
6811
 
6812
6812
  # The client must configure the authentication and authorization parameters
@@ -6894,10 +6894,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_rpm_distribution_response_list
6894
6894
  from pulpcore.client.pulp_rpm.rest import ApiException
6895
6895
  from pprint import pprint
6896
6896
 
6897
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6897
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
6898
6898
  # See configuration.py for a list of all supported configuration parameters.
6899
6899
  configuration = pulpcore.client.pulp_rpm.Configuration(
6900
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6900
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
6901
6901
  )
6902
6902
 
6903
6903
  # The client must configure the authentication and authorization parameters
@@ -7039,10 +7039,10 @@ from pulpcore.client.pulp_rpm.models.object_roles_response import ObjectRolesRes
7039
7039
  from pulpcore.client.pulp_rpm.rest import ApiException
7040
7040
  from pprint import pprint
7041
7041
 
7042
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7042
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7043
7043
  # See configuration.py for a list of all supported configuration parameters.
7044
7044
  configuration = pulpcore.client.pulp_rpm.Configuration(
7045
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7045
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7046
7046
  )
7047
7047
 
7048
7048
  # The client must configure the authentication and authorization parameters
@@ -7134,10 +7134,10 @@ from pulpcore.client.pulp_rpm.models.my_permissions_response import MyPermission
7134
7134
  from pulpcore.client.pulp_rpm.rest import ApiException
7135
7135
  from pprint import pprint
7136
7136
 
7137
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7137
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7138
7138
  # See configuration.py for a list of all supported configuration parameters.
7139
7139
  configuration = pulpcore.client.pulp_rpm.Configuration(
7140
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7140
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7141
7141
  )
7142
7142
 
7143
7143
  # The client must configure the authentication and authorization parameters
@@ -7230,10 +7230,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_distribution_response import RpmRpm
7230
7230
  from pulpcore.client.pulp_rpm.rest import ApiException
7231
7231
  from pprint import pprint
7232
7232
 
7233
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7233
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7234
7234
  # See configuration.py for a list of all supported configuration parameters.
7235
7235
  configuration = pulpcore.client.pulp_rpm.Configuration(
7236
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7236
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7237
7237
  )
7238
7238
 
7239
7239
  # The client must configure the authentication and authorization parameters
@@ -7324,10 +7324,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_distribution_response import RpmRpm
7324
7324
  from pulpcore.client.pulp_rpm.rest import ApiException
7325
7325
  from pprint import pprint
7326
7326
 
7327
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7327
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7328
7328
  # See configuration.py for a list of all supported configuration parameters.
7329
7329
  configuration = pulpcore.client.pulp_rpm.Configuration(
7330
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7330
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7331
7331
  )
7332
7332
 
7333
7333
  # The client must configure the authentication and authorization parameters
@@ -7420,10 +7420,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
7420
7420
  from pulpcore.client.pulp_rpm.rest import ApiException
7421
7421
  from pprint import pprint
7422
7422
 
7423
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7423
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7424
7424
  # See configuration.py for a list of all supported configuration parameters.
7425
7425
  configuration = pulpcore.client.pulp_rpm.Configuration(
7426
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7426
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7427
7427
  )
7428
7428
 
7429
7429
  # The client must configure the authentication and authorization parameters
@@ -7514,10 +7514,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
7514
7514
  from pulpcore.client.pulp_rpm.rest import ApiException
7515
7515
  from pprint import pprint
7516
7516
 
7517
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7517
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7518
7518
  # See configuration.py for a list of all supported configuration parameters.
7519
7519
  configuration = pulpcore.client.pulp_rpm.Configuration(
7520
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7520
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7521
7521
  )
7522
7522
 
7523
7523
  # The client must configure the authentication and authorization parameters
@@ -7608,10 +7608,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
7608
7608
  from pulpcore.client.pulp_rpm.rest import ApiException
7609
7609
  from pprint import pprint
7610
7610
 
7611
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7611
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7612
7612
  # See configuration.py for a list of all supported configuration parameters.
7613
7613
  configuration = pulpcore.client.pulp_rpm.Configuration(
7614
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7614
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7615
7615
  )
7616
7616
 
7617
7617
  # The client must configure the authentication and authorization parameters
@@ -7702,10 +7702,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_distribution_response import RpmRpm
7702
7702
  from pulpcore.client.pulp_rpm.rest import ApiException
7703
7703
  from pprint import pprint
7704
7704
 
7705
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7705
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
7706
7706
  # See configuration.py for a list of all supported configuration parameters.
7707
7707
  configuration = pulpcore.client.pulp_rpm.Configuration(
7708
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7708
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
7709
7709
  )
7710
7710
 
7711
7711
  # The client must configure the authentication and authorization parameters
@@ -8809,7 +8809,7 @@ prune_packages_from_dict = PrunePackages.from_dict(prune_packages_dict)
8809
8809
 
8810
8810
  # pulpcore.client.pulp_rpm.PublicationsRpmApi
8811
8811
 
8812
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
8812
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
8813
8813
 
8814
8814
  Method | HTTP request | Description
8815
8815
  ------------- | ------------- | -------------
@@ -8843,10 +8843,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
8843
8843
  from pulpcore.client.pulp_rpm.rest import ApiException
8844
8844
  from pprint import pprint
8845
8845
 
8846
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
8846
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
8847
8847
  # See configuration.py for a list of all supported configuration parameters.
8848
8848
  configuration = pulpcore.client.pulp_rpm.Configuration(
8849
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8849
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
8850
8850
  )
8851
8851
 
8852
8852
  # The client must configure the authentication and authorization parameters
@@ -8937,10 +8937,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_publication import RpmRpmPublicatio
8937
8937
  from pulpcore.client.pulp_rpm.rest import ApiException
8938
8938
  from pprint import pprint
8939
8939
 
8940
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
8940
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
8941
8941
  # See configuration.py for a list of all supported configuration parameters.
8942
8942
  configuration = pulpcore.client.pulp_rpm.Configuration(
8943
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
8943
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
8944
8944
  )
8945
8945
 
8946
8946
  # The client must configure the authentication and authorization parameters
@@ -9029,10 +9029,10 @@ import pulpcore.client.pulp_rpm
9029
9029
  from pulpcore.client.pulp_rpm.rest import ApiException
9030
9030
  from pprint import pprint
9031
9031
 
9032
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9032
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9033
9033
  # See configuration.py for a list of all supported configuration parameters.
9034
9034
  configuration = pulpcore.client.pulp_rpm.Configuration(
9035
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9035
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9036
9036
  )
9037
9037
 
9038
9038
  # The client must configure the authentication and authorization parameters
@@ -9118,10 +9118,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_rpm_publication_response_list
9118
9118
  from pulpcore.client.pulp_rpm.rest import ApiException
9119
9119
  from pprint import pprint
9120
9120
 
9121
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9121
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9122
9122
  # See configuration.py for a list of all supported configuration parameters.
9123
9123
  configuration = pulpcore.client.pulp_rpm.Configuration(
9124
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9124
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9125
9125
  )
9126
9126
 
9127
9127
  # The client must configure the authentication and authorization parameters
@@ -9251,10 +9251,10 @@ from pulpcore.client.pulp_rpm.models.object_roles_response import ObjectRolesRes
9251
9251
  from pulpcore.client.pulp_rpm.rest import ApiException
9252
9252
  from pprint import pprint
9253
9253
 
9254
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9254
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9255
9255
  # See configuration.py for a list of all supported configuration parameters.
9256
9256
  configuration = pulpcore.client.pulp_rpm.Configuration(
9257
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9257
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9258
9258
  )
9259
9259
 
9260
9260
  # The client must configure the authentication and authorization parameters
@@ -9346,10 +9346,10 @@ from pulpcore.client.pulp_rpm.models.my_permissions_response import MyPermission
9346
9346
  from pulpcore.client.pulp_rpm.rest import ApiException
9347
9347
  from pprint import pprint
9348
9348
 
9349
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9349
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9350
9350
  # See configuration.py for a list of all supported configuration parameters.
9351
9351
  configuration = pulpcore.client.pulp_rpm.Configuration(
9352
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9352
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9353
9353
  )
9354
9354
 
9355
9355
  # The client must configure the authentication and authorization parameters
@@ -9441,10 +9441,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_publication_response import RpmRpmP
9441
9441
  from pulpcore.client.pulp_rpm.rest import ApiException
9442
9442
  from pprint import pprint
9443
9443
 
9444
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9444
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9445
9445
  # See configuration.py for a list of all supported configuration parameters.
9446
9446
  configuration = pulpcore.client.pulp_rpm.Configuration(
9447
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9447
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9448
9448
  )
9449
9449
 
9450
9450
  # The client must configure the authentication and authorization parameters
@@ -9537,10 +9537,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
9537
9537
  from pulpcore.client.pulp_rpm.rest import ApiException
9538
9538
  from pprint import pprint
9539
9539
 
9540
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9540
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9541
9541
  # See configuration.py for a list of all supported configuration parameters.
9542
9542
  configuration = pulpcore.client.pulp_rpm.Configuration(
9543
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9543
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9544
9544
  )
9545
9545
 
9546
9546
  # The client must configure the authentication and authorization parameters
@@ -9613,7 +9613,7 @@ Name | Type | Description | Notes
9613
9613
 
9614
9614
  # pulpcore.client.pulp_rpm.RemotesRpmApi
9615
9615
 
9616
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
9616
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
9617
9617
 
9618
9618
  Method | HTTP request | Description
9619
9619
  ------------- | ------------- | -------------
@@ -9651,10 +9651,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
9651
9651
  from pulpcore.client.pulp_rpm.rest import ApiException
9652
9652
  from pprint import pprint
9653
9653
 
9654
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9654
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9655
9655
  # See configuration.py for a list of all supported configuration parameters.
9656
9656
  configuration = pulpcore.client.pulp_rpm.Configuration(
9657
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9657
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9658
9658
  )
9659
9659
 
9660
9660
  # The client must configure the authentication and authorization parameters
@@ -9745,10 +9745,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_remote_response import RpmRpmRemote
9745
9745
  from pulpcore.client.pulp_rpm.rest import ApiException
9746
9746
  from pprint import pprint
9747
9747
 
9748
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9748
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9749
9749
  # See configuration.py for a list of all supported configuration parameters.
9750
9750
  configuration = pulpcore.client.pulp_rpm.Configuration(
9751
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9751
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9752
9752
  )
9753
9753
 
9754
9754
  # The client must configure the authentication and authorization parameters
@@ -9838,10 +9838,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
9838
9838
  from pulpcore.client.pulp_rpm.rest import ApiException
9839
9839
  from pprint import pprint
9840
9840
 
9841
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9841
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9842
9842
  # See configuration.py for a list of all supported configuration parameters.
9843
9843
  configuration = pulpcore.client.pulp_rpm.Configuration(
9844
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9844
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9845
9845
  )
9846
9846
 
9847
9847
  # The client must configure the authentication and authorization parameters
@@ -9929,10 +9929,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_rpm_remote_response_list impor
9929
9929
  from pulpcore.client.pulp_rpm.rest import ApiException
9930
9930
  from pprint import pprint
9931
9931
 
9932
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
9932
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
9933
9933
  # See configuration.py for a list of all supported configuration parameters.
9934
9934
  configuration = pulpcore.client.pulp_rpm.Configuration(
9935
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
9935
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
9936
9936
  )
9937
9937
 
9938
9938
  # The client must configure the authentication and authorization parameters
@@ -10072,10 +10072,10 @@ from pulpcore.client.pulp_rpm.models.object_roles_response import ObjectRolesRes
10072
10072
  from pulpcore.client.pulp_rpm.rest import ApiException
10073
10073
  from pprint import pprint
10074
10074
 
10075
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10075
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10076
10076
  # See configuration.py for a list of all supported configuration parameters.
10077
10077
  configuration = pulpcore.client.pulp_rpm.Configuration(
10078
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10078
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10079
10079
  )
10080
10080
 
10081
10081
  # The client must configure the authentication and authorization parameters
@@ -10167,10 +10167,10 @@ from pulpcore.client.pulp_rpm.models.my_permissions_response import MyPermission
10167
10167
  from pulpcore.client.pulp_rpm.rest import ApiException
10168
10168
  from pprint import pprint
10169
10169
 
10170
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10170
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10171
10171
  # See configuration.py for a list of all supported configuration parameters.
10172
10172
  configuration = pulpcore.client.pulp_rpm.Configuration(
10173
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10173
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10174
10174
  )
10175
10175
 
10176
10176
  # The client must configure the authentication and authorization parameters
@@ -10263,10 +10263,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_remote_response import RpmRpmRemote
10263
10263
  from pulpcore.client.pulp_rpm.rest import ApiException
10264
10264
  from pprint import pprint
10265
10265
 
10266
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10266
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10267
10267
  # See configuration.py for a list of all supported configuration parameters.
10268
10268
  configuration = pulpcore.client.pulp_rpm.Configuration(
10269
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10269
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10270
10270
  )
10271
10271
 
10272
10272
  # The client must configure the authentication and authorization parameters
@@ -10357,10 +10357,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_remote_response import RpmRpmRemote
10357
10357
  from pulpcore.client.pulp_rpm.rest import ApiException
10358
10358
  from pprint import pprint
10359
10359
 
10360
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10360
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10361
10361
  # See configuration.py for a list of all supported configuration parameters.
10362
10362
  configuration = pulpcore.client.pulp_rpm.Configuration(
10363
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10363
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10364
10364
  )
10365
10365
 
10366
10366
  # The client must configure the authentication and authorization parameters
@@ -10453,10 +10453,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
10453
10453
  from pulpcore.client.pulp_rpm.rest import ApiException
10454
10454
  from pprint import pprint
10455
10455
 
10456
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10456
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10457
10457
  # See configuration.py for a list of all supported configuration parameters.
10458
10458
  configuration = pulpcore.client.pulp_rpm.Configuration(
10459
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10459
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10460
10460
  )
10461
10461
 
10462
10462
  # The client must configure the authentication and authorization parameters
@@ -10547,10 +10547,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
10547
10547
  from pulpcore.client.pulp_rpm.rest import ApiException
10548
10548
  from pprint import pprint
10549
10549
 
10550
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10550
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10551
10551
  # See configuration.py for a list of all supported configuration parameters.
10552
10552
  configuration = pulpcore.client.pulp_rpm.Configuration(
10553
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10553
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10554
10554
  )
10555
10555
 
10556
10556
  # The client must configure the authentication and authorization parameters
@@ -10641,10 +10641,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
10641
10641
  from pulpcore.client.pulp_rpm.rest import ApiException
10642
10642
  from pprint import pprint
10643
10643
 
10644
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10644
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10645
10645
  # See configuration.py for a list of all supported configuration parameters.
10646
10646
  configuration = pulpcore.client.pulp_rpm.Configuration(
10647
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10647
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10648
10648
  )
10649
10649
 
10650
10650
  # The client must configure the authentication and authorization parameters
@@ -10735,10 +10735,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_remote_response import RpmRpmRemote
10735
10735
  from pulpcore.client.pulp_rpm.rest import ApiException
10736
10736
  from pprint import pprint
10737
10737
 
10738
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10738
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10739
10739
  # See configuration.py for a list of all supported configuration parameters.
10740
10740
  configuration = pulpcore.client.pulp_rpm.Configuration(
10741
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10741
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10742
10742
  )
10743
10743
 
10744
10744
  # The client must configure the authentication and authorization parameters
@@ -10812,7 +10812,7 @@ Name | Type | Description | Notes
10812
10812
 
10813
10813
  # pulpcore.client.pulp_rpm.RemotesUlnApi
10814
10814
 
10815
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
10815
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
10816
10816
 
10817
10817
  Method | HTTP request | Description
10818
10818
  ------------- | ------------- | -------------
@@ -10850,10 +10850,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
10850
10850
  from pulpcore.client.pulp_rpm.rest import ApiException
10851
10851
  from pprint import pprint
10852
10852
 
10853
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10853
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10854
10854
  # See configuration.py for a list of all supported configuration parameters.
10855
10855
  configuration = pulpcore.client.pulp_rpm.Configuration(
10856
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10856
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10857
10857
  )
10858
10858
 
10859
10859
  # The client must configure the authentication and authorization parameters
@@ -10944,10 +10944,10 @@ from pulpcore.client.pulp_rpm.models.rpm_uln_remote_response import RpmUlnRemote
10944
10944
  from pulpcore.client.pulp_rpm.rest import ApiException
10945
10945
  from pprint import pprint
10946
10946
 
10947
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
10947
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
10948
10948
  # See configuration.py for a list of all supported configuration parameters.
10949
10949
  configuration = pulpcore.client.pulp_rpm.Configuration(
10950
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
10950
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
10951
10951
  )
10952
10952
 
10953
10953
  # The client must configure the authentication and authorization parameters
@@ -11037,10 +11037,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
11037
11037
  from pulpcore.client.pulp_rpm.rest import ApiException
11038
11038
  from pprint import pprint
11039
11039
 
11040
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11040
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11041
11041
  # See configuration.py for a list of all supported configuration parameters.
11042
11042
  configuration = pulpcore.client.pulp_rpm.Configuration(
11043
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11043
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11044
11044
  )
11045
11045
 
11046
11046
  # The client must configure the authentication and authorization parameters
@@ -11128,10 +11128,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_uln_remote_response_list impor
11128
11128
  from pulpcore.client.pulp_rpm.rest import ApiException
11129
11129
  from pprint import pprint
11130
11130
 
11131
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11131
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11132
11132
  # See configuration.py for a list of all supported configuration parameters.
11133
11133
  configuration = pulpcore.client.pulp_rpm.Configuration(
11134
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11134
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11135
11135
  )
11136
11136
 
11137
11137
  # The client must configure the authentication and authorization parameters
@@ -11271,10 +11271,10 @@ from pulpcore.client.pulp_rpm.models.object_roles_response import ObjectRolesRes
11271
11271
  from pulpcore.client.pulp_rpm.rest import ApiException
11272
11272
  from pprint import pprint
11273
11273
 
11274
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11274
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11275
11275
  # See configuration.py for a list of all supported configuration parameters.
11276
11276
  configuration = pulpcore.client.pulp_rpm.Configuration(
11277
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11277
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11278
11278
  )
11279
11279
 
11280
11280
  # The client must configure the authentication and authorization parameters
@@ -11366,10 +11366,10 @@ from pulpcore.client.pulp_rpm.models.my_permissions_response import MyPermission
11366
11366
  from pulpcore.client.pulp_rpm.rest import ApiException
11367
11367
  from pprint import pprint
11368
11368
 
11369
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11369
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11370
11370
  # See configuration.py for a list of all supported configuration parameters.
11371
11371
  configuration = pulpcore.client.pulp_rpm.Configuration(
11372
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11372
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11373
11373
  )
11374
11374
 
11375
11375
  # The client must configure the authentication and authorization parameters
@@ -11462,10 +11462,10 @@ from pulpcore.client.pulp_rpm.models.rpm_uln_remote_response import RpmUlnRemote
11462
11462
  from pulpcore.client.pulp_rpm.rest import ApiException
11463
11463
  from pprint import pprint
11464
11464
 
11465
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11465
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11466
11466
  # See configuration.py for a list of all supported configuration parameters.
11467
11467
  configuration = pulpcore.client.pulp_rpm.Configuration(
11468
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11468
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11469
11469
  )
11470
11470
 
11471
11471
  # The client must configure the authentication and authorization parameters
@@ -11556,10 +11556,10 @@ from pulpcore.client.pulp_rpm.models.rpm_uln_remote_response import RpmUlnRemote
11556
11556
  from pulpcore.client.pulp_rpm.rest import ApiException
11557
11557
  from pprint import pprint
11558
11558
 
11559
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11559
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11560
11560
  # See configuration.py for a list of all supported configuration parameters.
11561
11561
  configuration = pulpcore.client.pulp_rpm.Configuration(
11562
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11562
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11563
11563
  )
11564
11564
 
11565
11565
  # The client must configure the authentication and authorization parameters
@@ -11652,10 +11652,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
11652
11652
  from pulpcore.client.pulp_rpm.rest import ApiException
11653
11653
  from pprint import pprint
11654
11654
 
11655
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11655
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11656
11656
  # See configuration.py for a list of all supported configuration parameters.
11657
11657
  configuration = pulpcore.client.pulp_rpm.Configuration(
11658
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11658
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11659
11659
  )
11660
11660
 
11661
11661
  # The client must configure the authentication and authorization parameters
@@ -11746,10 +11746,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
11746
11746
  from pulpcore.client.pulp_rpm.rest import ApiException
11747
11747
  from pprint import pprint
11748
11748
 
11749
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11749
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11750
11750
  # See configuration.py for a list of all supported configuration parameters.
11751
11751
  configuration = pulpcore.client.pulp_rpm.Configuration(
11752
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11752
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11753
11753
  )
11754
11754
 
11755
11755
  # The client must configure the authentication and authorization parameters
@@ -11840,10 +11840,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
11840
11840
  from pulpcore.client.pulp_rpm.rest import ApiException
11841
11841
  from pprint import pprint
11842
11842
 
11843
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11843
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11844
11844
  # See configuration.py for a list of all supported configuration parameters.
11845
11845
  configuration = pulpcore.client.pulp_rpm.Configuration(
11846
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11846
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11847
11847
  )
11848
11848
 
11849
11849
  # The client must configure the authentication and authorization parameters
@@ -11934,10 +11934,10 @@ from pulpcore.client.pulp_rpm.models.rpm_uln_remote_response import RpmUlnRemote
11934
11934
  from pulpcore.client.pulp_rpm.rest import ApiException
11935
11935
  from pprint import pprint
11936
11936
 
11937
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
11937
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
11938
11938
  # See configuration.py for a list of all supported configuration parameters.
11939
11939
  configuration = pulpcore.client.pulp_rpm.Configuration(
11940
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
11940
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
11941
11941
  )
11942
11942
 
11943
11943
  # The client must configure the authentication and authorization parameters
@@ -12040,7 +12040,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
12040
12040
 
12041
12041
  # pulpcore.client.pulp_rpm.RepositoriesRpmApi
12042
12042
 
12043
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
12043
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
12044
12044
 
12045
12045
  Method | HTTP request | Description
12046
12046
  ------------- | ------------- | -------------
@@ -12080,10 +12080,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
12080
12080
  from pulpcore.client.pulp_rpm.rest import ApiException
12081
12081
  from pprint import pprint
12082
12082
 
12083
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12083
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12084
12084
  # See configuration.py for a list of all supported configuration parameters.
12085
12085
  configuration = pulpcore.client.pulp_rpm.Configuration(
12086
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12086
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12087
12087
  )
12088
12088
 
12089
12089
  # The client must configure the authentication and authorization parameters
@@ -12174,10 +12174,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_repository_response import RpmRpmRe
12174
12174
  from pulpcore.client.pulp_rpm.rest import ApiException
12175
12175
  from pprint import pprint
12176
12176
 
12177
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12177
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12178
12178
  # See configuration.py for a list of all supported configuration parameters.
12179
12179
  configuration = pulpcore.client.pulp_rpm.Configuration(
12180
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12180
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12181
12181
  )
12182
12182
 
12183
12183
  # The client must configure the authentication and authorization parameters
@@ -12267,10 +12267,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
12267
12267
  from pulpcore.client.pulp_rpm.rest import ApiException
12268
12268
  from pprint import pprint
12269
12269
 
12270
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12270
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12271
12271
  # See configuration.py for a list of all supported configuration parameters.
12272
12272
  configuration = pulpcore.client.pulp_rpm.Configuration(
12273
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12273
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12274
12274
  )
12275
12275
 
12276
12276
  # The client must configure the authentication and authorization parameters
@@ -12358,10 +12358,10 @@ from pulpcore.client.pulp_rpm.models.paginatedrpm_rpm_repository_response_list i
12358
12358
  from pulpcore.client.pulp_rpm.rest import ApiException
12359
12359
  from pprint import pprint
12360
12360
 
12361
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12361
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12362
12362
  # See configuration.py for a list of all supported configuration parameters.
12363
12363
  configuration = pulpcore.client.pulp_rpm.Configuration(
12364
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12364
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12365
12365
  )
12366
12366
 
12367
12367
  # The client must configure the authentication and authorization parameters
@@ -12509,10 +12509,10 @@ from pulpcore.client.pulp_rpm.models.object_roles_response import ObjectRolesRes
12509
12509
  from pulpcore.client.pulp_rpm.rest import ApiException
12510
12510
  from pprint import pprint
12511
12511
 
12512
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12512
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12513
12513
  # See configuration.py for a list of all supported configuration parameters.
12514
12514
  configuration = pulpcore.client.pulp_rpm.Configuration(
12515
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12515
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12516
12516
  )
12517
12517
 
12518
12518
  # The client must configure the authentication and authorization parameters
@@ -12605,10 +12605,10 @@ from pulpcore.client.pulp_rpm.models.repository_add_remove_content import Reposi
12605
12605
  from pulpcore.client.pulp_rpm.rest import ApiException
12606
12606
  from pprint import pprint
12607
12607
 
12608
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12608
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12609
12609
  # See configuration.py for a list of all supported configuration parameters.
12610
12610
  configuration = pulpcore.client.pulp_rpm.Configuration(
12611
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12611
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12612
12612
  )
12613
12613
 
12614
12614
  # The client must configure the authentication and authorization parameters
@@ -12698,10 +12698,10 @@ from pulpcore.client.pulp_rpm.models.my_permissions_response import MyPermission
12698
12698
  from pulpcore.client.pulp_rpm.rest import ApiException
12699
12699
  from pprint import pprint
12700
12700
 
12701
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12701
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12702
12702
  # See configuration.py for a list of all supported configuration parameters.
12703
12703
  configuration = pulpcore.client.pulp_rpm.Configuration(
12704
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12704
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12705
12705
  )
12706
12706
 
12707
12707
  # The client must configure the authentication and authorization parameters
@@ -12794,10 +12794,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_repository_response import RpmRpmRe
12794
12794
  from pulpcore.client.pulp_rpm.rest import ApiException
12795
12795
  from pprint import pprint
12796
12796
 
12797
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12797
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12798
12798
  # See configuration.py for a list of all supported configuration parameters.
12799
12799
  configuration = pulpcore.client.pulp_rpm.Configuration(
12800
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12800
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12801
12801
  )
12802
12802
 
12803
12803
  # The client must configure the authentication and authorization parameters
@@ -12888,10 +12888,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_repository_response import RpmRpmRe
12888
12888
  from pulpcore.client.pulp_rpm.rest import ApiException
12889
12889
  from pprint import pprint
12890
12890
 
12891
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12891
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12892
12892
  # See configuration.py for a list of all supported configuration parameters.
12893
12893
  configuration = pulpcore.client.pulp_rpm.Configuration(
12894
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12894
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12895
12895
  )
12896
12896
 
12897
12897
  # The client must configure the authentication and authorization parameters
@@ -12984,10 +12984,10 @@ from pulpcore.client.pulp_rpm.models.nested_role_response import NestedRoleRespo
12984
12984
  from pulpcore.client.pulp_rpm.rest import ApiException
12985
12985
  from pprint import pprint
12986
12986
 
12987
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
12987
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
12988
12988
  # See configuration.py for a list of all supported configuration parameters.
12989
12989
  configuration = pulpcore.client.pulp_rpm.Configuration(
12990
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
12990
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
12991
12991
  )
12992
12992
 
12993
12993
  # The client must configure the authentication and authorization parameters
@@ -13078,10 +13078,10 @@ from pulpcore.client.pulp_rpm.models.set_label_response import SetLabelResponse
13078
13078
  from pulpcore.client.pulp_rpm.rest import ApiException
13079
13079
  from pprint import pprint
13080
13080
 
13081
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13081
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13082
13082
  # See configuration.py for a list of all supported configuration parameters.
13083
13083
  configuration = pulpcore.client.pulp_rpm.Configuration(
13084
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13084
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13085
13085
  )
13086
13086
 
13087
13087
  # The client must configure the authentication and authorization parameters
@@ -13172,10 +13172,10 @@ from pulpcore.client.pulp_rpm.models.rpm_repository_sync_url import RpmRepositor
13172
13172
  from pulpcore.client.pulp_rpm.rest import ApiException
13173
13173
  from pprint import pprint
13174
13174
 
13175
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13175
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13176
13176
  # See configuration.py for a list of all supported configuration parameters.
13177
13177
  configuration = pulpcore.client.pulp_rpm.Configuration(
13178
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13178
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13179
13179
  )
13180
13180
 
13181
13181
  # The client must configure the authentication and authorization parameters
@@ -13266,10 +13266,10 @@ from pulpcore.client.pulp_rpm.models.unset_label_response import UnsetLabelRespo
13266
13266
  from pulpcore.client.pulp_rpm.rest import ApiException
13267
13267
  from pprint import pprint
13268
13268
 
13269
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13269
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13270
13270
  # See configuration.py for a list of all supported configuration parameters.
13271
13271
  configuration = pulpcore.client.pulp_rpm.Configuration(
13272
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13272
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13273
13273
  )
13274
13274
 
13275
13275
  # The client must configure the authentication and authorization parameters
@@ -13360,10 +13360,10 @@ from pulpcore.client.pulp_rpm.models.rpm_rpm_repository_response import RpmRpmRe
13360
13360
  from pulpcore.client.pulp_rpm.rest import ApiException
13361
13361
  from pprint import pprint
13362
13362
 
13363
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13363
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13364
13364
  # See configuration.py for a list of all supported configuration parameters.
13365
13365
  configuration = pulpcore.client.pulp_rpm.Configuration(
13366
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13366
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13367
13367
  )
13368
13368
 
13369
13369
  # The client must configure the authentication and authorization parameters
@@ -13437,7 +13437,7 @@ Name | Type | Description | Notes
13437
13437
 
13438
13438
  # pulpcore.client.pulp_rpm.RepositoriesRpmVersionsApi
13439
13439
 
13440
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
13440
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
13441
13441
 
13442
13442
  Method | HTTP request | Description
13443
13443
  ------------- | ------------- | -------------
@@ -13466,10 +13466,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
13466
13466
  from pulpcore.client.pulp_rpm.rest import ApiException
13467
13467
  from pprint import pprint
13468
13468
 
13469
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13469
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13470
13470
  # See configuration.py for a list of all supported configuration parameters.
13471
13471
  configuration = pulpcore.client.pulp_rpm.Configuration(
13472
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13472
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13473
13473
  )
13474
13474
 
13475
13475
  # The client must configure the authentication and authorization parameters
@@ -13557,10 +13557,10 @@ from pulpcore.client.pulp_rpm.models.paginated_repository_version_response_list
13557
13557
  from pulpcore.client.pulp_rpm.rest import ApiException
13558
13558
  from pprint import pprint
13559
13559
 
13560
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13560
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13561
13561
  # See configuration.py for a list of all supported configuration parameters.
13562
13562
  configuration = pulpcore.client.pulp_rpm.Configuration(
13563
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13563
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13564
13564
  )
13565
13565
 
13566
13566
  # The client must configure the authentication and authorization parameters
@@ -13694,10 +13694,10 @@ from pulpcore.client.pulp_rpm.models.repository_version_response import Reposito
13694
13694
  from pulpcore.client.pulp_rpm.rest import ApiException
13695
13695
  from pprint import pprint
13696
13696
 
13697
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13697
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13698
13698
  # See configuration.py for a list of all supported configuration parameters.
13699
13699
  configuration = pulpcore.client.pulp_rpm.Configuration(
13700
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13700
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13701
13701
  )
13702
13702
 
13703
13703
  # The client must configure the authentication and authorization parameters
@@ -13790,10 +13790,10 @@ from pulpcore.client.pulp_rpm.models.repair import Repair
13790
13790
  from pulpcore.client.pulp_rpm.rest import ApiException
13791
13791
  from pprint import pprint
13792
13792
 
13793
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13793
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13794
13794
  # See configuration.py for a list of all supported configuration parameters.
13795
13795
  configuration = pulpcore.client.pulp_rpm.Configuration(
13796
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13796
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13797
13797
  )
13798
13798
 
13799
13799
  # The client must configure the authentication and authorization parameters
@@ -13935,7 +13935,7 @@ repository_version_response_from_dict = RepositoryVersionResponse.from_dict(repo
13935
13935
 
13936
13936
  # pulpcore.client.pulp_rpm.RpmCompsApi
13937
13937
 
13938
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
13938
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
13939
13939
 
13940
13940
  Method | HTTP request | Description
13941
13941
  ------------- | ------------- | -------------
@@ -13961,10 +13961,10 @@ from pulpcore.client.pulp_rpm.models.async_operation_response import AsyncOperat
13961
13961
  from pulpcore.client.pulp_rpm.rest import ApiException
13962
13962
  from pprint import pprint
13963
13963
 
13964
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
13964
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
13965
13965
  # See configuration.py for a list of all supported configuration parameters.
13966
13966
  configuration = pulpcore.client.pulp_rpm.Configuration(
13967
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
13967
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
13968
13968
  )
13969
13969
 
13970
13970
  # The client must configure the authentication and authorization parameters
@@ -14041,7 +14041,7 @@ Name | Type | Description | Notes
14041
14041
 
14042
14042
  # pulpcore.client.pulp_rpm.RpmCopyApi
14043
14043
 
14044
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
14044
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
14045
14045
 
14046
14046
  Method | HTTP request | Description
14047
14047
  ------------- | ------------- | -------------
@@ -14068,10 +14068,10 @@ from pulpcore.client.pulp_rpm.models.copy import Copy
14068
14068
  from pulpcore.client.pulp_rpm.rest import ApiException
14069
14069
  from pprint import pprint
14070
14070
 
14071
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
14071
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
14072
14072
  # See configuration.py for a list of all supported configuration parameters.
14073
14073
  configuration = pulpcore.client.pulp_rpm.Configuration(
14074
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
14074
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
14075
14075
  )
14076
14076
 
14077
14077
  # The client must configure the authentication and authorization parameters
@@ -14688,7 +14688,7 @@ rpm_package_response_from_dict = RpmPackageResponse.from_dict(rpm_package_respon
14688
14688
 
14689
14689
  # pulpcore.client.pulp_rpm.RpmPruneApi
14690
14690
 
14691
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
14691
+ All URIs are relative to *https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com*
14692
14692
 
14693
14693
  Method | HTTP request | Description
14694
14694
  ------------- | ------------- | -------------
@@ -14715,10 +14715,10 @@ from pulpcore.client.pulp_rpm.models.task_group_operation_response import TaskGr
14715
14715
  from pulpcore.client.pulp_rpm.rest import ApiException
14716
14716
  from pprint import pprint
14717
14717
 
14718
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
14718
+ # Defining the host is optional and defaults to https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com
14719
14719
  # See configuration.py for a list of all supported configuration parameters.
14720
14720
  configuration = pulpcore.client.pulp_rpm.Configuration(
14721
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
14721
+ host = "https://env-ephemeral-xtzmuk.apps.crc-eph.r9lp.p1.openshiftapps.com"
14722
14722
  )
14723
14723
 
14724
14724
  # The client must configure the authentication and authorization parameters