crc-pulp-file-client 20251027.1__tar.gz → 20251028.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-file-client might be problematic. Click here for more details.

Files changed (113) hide show
  1. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/PKG-INFO +140 -140
  2. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/README.md +4 -4
  3. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/crc_pulp_file_client.egg-info/PKG-INFO +140 -140
  4. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/__init__.py +1 -1
  5. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/configuration.py +3 -3
  6. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pyproject.toml +1 -1
  7. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/setup.py +1 -1
  8. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/crc_pulp_file_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/crc_pulp_file_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/crc_pulp_file_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/crc_pulp_file_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/__init__.py +0 -0
  15. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/acs_file_api.py +0 -0
  16. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/content_files_api.py +0 -0
  17. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/distributions_file_api.py +0 -0
  18. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/publications_file_api.py +0 -0
  19. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/remotes_file_api.py +0 -0
  20. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/repositories_file_api.py +0 -0
  21. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api/repositories_file_versions_api.py +0 -0
  22. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api_client.py +0 -0
  23. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/api_response.py +0 -0
  24. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/exceptions.py +0 -0
  25. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/__init__.py +0 -0
  26. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/async_operation_response.py +0 -0
  27. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/content_summary_response.py +0 -0
  28. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_alternate_content_source.py +0 -0
  29. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_alternate_content_source_response.py +0 -0
  30. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_content_response.py +0 -0
  31. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_distribution.py +0 -0
  32. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_distribution_response.py +0 -0
  33. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_publication.py +0 -0
  34. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_publication_response.py +0 -0
  35. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_remote.py +0 -0
  36. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_remote_response.py +0 -0
  37. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_remote_response_hidden_fields_inner.py +0 -0
  38. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_repository.py +0 -0
  39. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/file_file_repository_response.py +0 -0
  40. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/my_permissions_response.py +0 -0
  41. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/nested_role.py +0 -0
  42. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/nested_role_response.py +0 -0
  43. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/object_roles_response.py +0 -0
  44. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/paginated_repository_version_response_list.py +0 -0
  45. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/paginatedfile_file_alternate_content_source_response_list.py +0 -0
  46. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/paginatedfile_file_content_response_list.py +0 -0
  47. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/paginatedfile_file_distribution_response_list.py +0 -0
  48. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/paginatedfile_file_publication_response_list.py +0 -0
  49. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/paginatedfile_file_remote_response_list.py +0 -0
  50. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/paginatedfile_file_repository_response_list.py +0 -0
  51. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/patchedfile_file_alternate_content_source.py +0 -0
  52. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/patchedfile_file_distribution.py +0 -0
  53. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/patchedfile_file_remote.py +0 -0
  54. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/patchedfile_file_repository.py +0 -0
  55. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/policy_enum.py +0 -0
  56. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/repair.py +0 -0
  57. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/repository_add_remove_content.py +0 -0
  58. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/repository_sync_url.py +0 -0
  59. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/repository_version_response.py +0 -0
  60. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/set_label.py +0 -0
  61. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/set_label_response.py +0 -0
  62. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/task_group_operation_response.py +0 -0
  63. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/unset_label.py +0 -0
  64. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/models/unset_label_response.py +0 -0
  65. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/py.typed +0 -0
  66. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/pulpcore/client/pulp_file/rest.py +0 -0
  67. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/setup.cfg +0 -0
  68. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_acs_file_api.py +0 -0
  69. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_async_operation_response.py +0 -0
  70. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_content_files_api.py +0 -0
  71. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_content_summary_response.py +0 -0
  72. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_distributions_file_api.py +0 -0
  73. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_alternate_content_source.py +0 -0
  74. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_alternate_content_source_response.py +0 -0
  75. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_content_response.py +0 -0
  76. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_distribution.py +0 -0
  77. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_distribution_response.py +0 -0
  78. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_publication.py +0 -0
  79. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_publication_response.py +0 -0
  80. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_remote.py +0 -0
  81. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_remote_response.py +0 -0
  82. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_remote_response_hidden_fields_inner.py +0 -0
  83. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_repository.py +0 -0
  84. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_file_file_repository_response.py +0 -0
  85. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_my_permissions_response.py +0 -0
  86. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_nested_role.py +0 -0
  87. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_nested_role_response.py +0 -0
  88. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_object_roles_response.py +0 -0
  89. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_paginated_repository_version_response_list.py +0 -0
  90. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_paginatedfile_file_alternate_content_source_response_list.py +0 -0
  91. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_paginatedfile_file_content_response_list.py +0 -0
  92. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_paginatedfile_file_distribution_response_list.py +0 -0
  93. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_paginatedfile_file_publication_response_list.py +0 -0
  94. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_paginatedfile_file_remote_response_list.py +0 -0
  95. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_paginatedfile_file_repository_response_list.py +0 -0
  96. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_patchedfile_file_alternate_content_source.py +0 -0
  97. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_patchedfile_file_distribution.py +0 -0
  98. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_patchedfile_file_remote.py +0 -0
  99. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_patchedfile_file_repository.py +0 -0
  100. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_policy_enum.py +0 -0
  101. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_publications_file_api.py +0 -0
  102. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_remotes_file_api.py +0 -0
  103. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_repair.py +0 -0
  104. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_repositories_file_api.py +0 -0
  105. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_repositories_file_versions_api.py +0 -0
  106. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_repository_add_remove_content.py +0 -0
  107. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_repository_sync_url.py +0 -0
  108. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_repository_version_response.py +0 -0
  109. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_set_label.py +0 -0
  110. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_set_label_response.py +0 -0
  111. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_task_group_operation_response.py +0 -0
  112. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_unset_label.py +0 -0
  113. {crc_pulp_file_client-20251027.1 → crc_pulp_file_client-20251028.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_file-client
3
- Version: 20251027.1
3
+ Version: 20251028.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_file.AcsFileApi
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-4mkqbd.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_file.models.nested_role_response import NestedRoleResp
60
60
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
66
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
66
+ host = "https://env-ephemeral-4mkqbd.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_file.models.file_file_alternate_content_source_respons
154
154
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
160
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-4mkqbd.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_file.models.async_operation_response import AsyncOpera
247
247
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
253
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
253
+ host = "https://env-ephemeral-4mkqbd.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_file.models.paginatedfile_file_alternate_content_sourc
338
338
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
344
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
344
+ host = "https://env-ephemeral-4mkqbd.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_file.models.object_roles_response import ObjectRolesRe
465
465
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
471
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
471
+ host = "https://env-ephemeral-4mkqbd.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_file.models.my_permissions_response import MyPermissio
560
560
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
566
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
566
+ host = "https://env-ephemeral-4mkqbd.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_file.models.patchedfile_file_alternate_content_source
656
656
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
662
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
662
+ host = "https://env-ephemeral-4mkqbd.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_file.models.file_file_alternate_content_source_respons
750
750
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
756
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
756
+ host = "https://env-ephemeral-4mkqbd.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_file.models.task_group_operation_response import TaskG
845
845
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
851
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
851
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
852
852
  )
853
853
 
854
854
  # The client must configure the authentication and authorization parameters
@@ -937,10 +937,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
937
937
  from pulpcore.client.pulp_file.rest import ApiException
938
938
  from pprint import pprint
939
939
 
940
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
940
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
941
941
  # See configuration.py for a list of all supported configuration parameters.
942
942
  configuration = pulpcore.client.pulp_file.Configuration(
943
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
943
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
944
944
  )
945
945
 
946
946
  # The client must configure the authentication and authorization parameters
@@ -1031,10 +1031,10 @@ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_respons
1031
1031
  from pulpcore.client.pulp_file.rest import ApiException
1032
1032
  from pprint import pprint
1033
1033
 
1034
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1034
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1035
1035
  # See configuration.py for a list of all supported configuration parameters.
1036
1036
  configuration = pulpcore.client.pulp_file.Configuration(
1037
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1037
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1038
1038
  )
1039
1039
 
1040
1040
  # The client must configure the authentication and authorization parameters
@@ -1138,7 +1138,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
1138
1138
 
1139
1139
  # pulpcore.client.pulp_file.ContentFilesApi
1140
1140
 
1141
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
1141
+ All URIs are relative to *https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com*
1142
1142
 
1143
1143
  Method | HTTP request | Description
1144
1144
  ------------- | ------------- | -------------
@@ -1168,10 +1168,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
1168
1168
  from pulpcore.client.pulp_file.rest import ApiException
1169
1169
  from pprint import pprint
1170
1170
 
1171
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1171
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1172
1172
  # See configuration.py for a list of all supported configuration parameters.
1173
1173
  configuration = pulpcore.client.pulp_file.Configuration(
1174
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1174
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1175
1175
  )
1176
1176
 
1177
1177
  # The client must configure the authentication and authorization parameters
@@ -1273,10 +1273,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_content_response_list i
1273
1273
  from pulpcore.client.pulp_file.rest import ApiException
1274
1274
  from pprint import pprint
1275
1275
 
1276
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1276
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1277
1277
  # See configuration.py for a list of all supported configuration parameters.
1278
1278
  configuration = pulpcore.client.pulp_file.Configuration(
1279
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1279
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1280
1280
  )
1281
1281
 
1282
1282
  # The client must configure the authentication and authorization parameters
@@ -1414,10 +1414,10 @@ from pulpcore.client.pulp_file.models.file_file_content_response import FileFile
1414
1414
  from pulpcore.client.pulp_file.rest import ApiException
1415
1415
  from pprint import pprint
1416
1416
 
1417
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1417
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1418
1418
  # See configuration.py for a list of all supported configuration parameters.
1419
1419
  configuration = pulpcore.client.pulp_file.Configuration(
1420
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1420
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1421
1421
  )
1422
1422
 
1423
1423
  # The client must configure the authentication and authorization parameters
@@ -1510,10 +1510,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
1510
1510
  from pulpcore.client.pulp_file.rest import ApiException
1511
1511
  from pprint import pprint
1512
1512
 
1513
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1513
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1514
1514
  # See configuration.py for a list of all supported configuration parameters.
1515
1515
  configuration = pulpcore.client.pulp_file.Configuration(
1516
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1516
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1517
1517
  )
1518
1518
 
1519
1519
  # The client must configure the authentication and authorization parameters
@@ -1604,10 +1604,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
1604
1604
  from pulpcore.client.pulp_file.rest import ApiException
1605
1605
  from pprint import pprint
1606
1606
 
1607
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1607
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1608
1608
  # See configuration.py for a list of all supported configuration parameters.
1609
1609
  configuration = pulpcore.client.pulp_file.Configuration(
1610
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1610
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1611
1611
  )
1612
1612
 
1613
1613
  # The client must configure the authentication and authorization parameters
@@ -1712,7 +1712,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
1712
1712
 
1713
1713
  # pulpcore.client.pulp_file.DistributionsFileApi
1714
1714
 
1715
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
1715
+ All URIs are relative to *https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com*
1716
1716
 
1717
1717
  Method | HTTP request | Description
1718
1718
  ------------- | ------------- | -------------
@@ -1750,10 +1750,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
1750
1750
  from pulpcore.client.pulp_file.rest import ApiException
1751
1751
  from pprint import pprint
1752
1752
 
1753
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1753
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1754
1754
  # See configuration.py for a list of all supported configuration parameters.
1755
1755
  configuration = pulpcore.client.pulp_file.Configuration(
1756
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1756
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1757
1757
  )
1758
1758
 
1759
1759
  # The client must configure the authentication and authorization parameters
@@ -1844,10 +1844,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution import FileFileDist
1844
1844
  from pulpcore.client.pulp_file.rest import ApiException
1845
1845
  from pprint import pprint
1846
1846
 
1847
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1847
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1848
1848
  # See configuration.py for a list of all supported configuration parameters.
1849
1849
  configuration = pulpcore.client.pulp_file.Configuration(
1850
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1850
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1851
1851
  )
1852
1852
 
1853
1853
  # The client must configure the authentication and authorization parameters
@@ -1937,10 +1937,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
1937
1937
  from pulpcore.client.pulp_file.rest import ApiException
1938
1938
  from pprint import pprint
1939
1939
 
1940
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1940
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
1941
1941
  # See configuration.py for a list of all supported configuration parameters.
1942
1942
  configuration = pulpcore.client.pulp_file.Configuration(
1943
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1943
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
1944
1944
  )
1945
1945
 
1946
1946
  # The client must configure the authentication and authorization parameters
@@ -2028,10 +2028,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_distribution_response_l
2028
2028
  from pulpcore.client.pulp_file.rest import ApiException
2029
2029
  from pprint import pprint
2030
2030
 
2031
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2031
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2032
2032
  # See configuration.py for a list of all supported configuration parameters.
2033
2033
  configuration = pulpcore.client.pulp_file.Configuration(
2034
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2034
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2035
2035
  )
2036
2036
 
2037
2037
  # The client must configure the authentication and authorization parameters
@@ -2173,10 +2173,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
2173
2173
  from pulpcore.client.pulp_file.rest import ApiException
2174
2174
  from pprint import pprint
2175
2175
 
2176
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2176
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2177
2177
  # See configuration.py for a list of all supported configuration parameters.
2178
2178
  configuration = pulpcore.client.pulp_file.Configuration(
2179
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2179
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2180
2180
  )
2181
2181
 
2182
2182
  # The client must configure the authentication and authorization parameters
@@ -2268,10 +2268,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
2268
2268
  from pulpcore.client.pulp_file.rest import ApiException
2269
2269
  from pprint import pprint
2270
2270
 
2271
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2271
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2272
2272
  # See configuration.py for a list of all supported configuration parameters.
2273
2273
  configuration = pulpcore.client.pulp_file.Configuration(
2274
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2274
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2275
2275
  )
2276
2276
 
2277
2277
  # The client must configure the authentication and authorization parameters
@@ -2364,10 +2364,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_distribution import Patch
2364
2364
  from pulpcore.client.pulp_file.rest import ApiException
2365
2365
  from pprint import pprint
2366
2366
 
2367
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2367
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2368
2368
  # See configuration.py for a list of all supported configuration parameters.
2369
2369
  configuration = pulpcore.client.pulp_file.Configuration(
2370
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2370
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2371
2371
  )
2372
2372
 
2373
2373
  # The client must configure the authentication and authorization parameters
@@ -2458,10 +2458,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution_response import Fil
2458
2458
  from pulpcore.client.pulp_file.rest import ApiException
2459
2459
  from pprint import pprint
2460
2460
 
2461
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2461
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2462
2462
  # See configuration.py for a list of all supported configuration parameters.
2463
2463
  configuration = pulpcore.client.pulp_file.Configuration(
2464
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2464
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2465
2465
  )
2466
2466
 
2467
2467
  # The client must configure the authentication and authorization parameters
@@ -2554,10 +2554,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
2554
2554
  from pulpcore.client.pulp_file.rest import ApiException
2555
2555
  from pprint import pprint
2556
2556
 
2557
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2557
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2558
2558
  # See configuration.py for a list of all supported configuration parameters.
2559
2559
  configuration = pulpcore.client.pulp_file.Configuration(
2560
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2560
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2561
2561
  )
2562
2562
 
2563
2563
  # The client must configure the authentication and authorization parameters
@@ -2648,10 +2648,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
2648
2648
  from pulpcore.client.pulp_file.rest import ApiException
2649
2649
  from pprint import pprint
2650
2650
 
2651
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2651
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2652
2652
  # See configuration.py for a list of all supported configuration parameters.
2653
2653
  configuration = pulpcore.client.pulp_file.Configuration(
2654
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2654
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2655
2655
  )
2656
2656
 
2657
2657
  # The client must configure the authentication and authorization parameters
@@ -2742,10 +2742,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
2742
2742
  from pulpcore.client.pulp_file.rest import ApiException
2743
2743
  from pprint import pprint
2744
2744
 
2745
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2745
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2746
2746
  # See configuration.py for a list of all supported configuration parameters.
2747
2747
  configuration = pulpcore.client.pulp_file.Configuration(
2748
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2748
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2749
2749
  )
2750
2750
 
2751
2751
  # The client must configure the authentication and authorization parameters
@@ -2836,10 +2836,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution_response import Fil
2836
2836
  from pulpcore.client.pulp_file.rest import ApiException
2837
2837
  from pprint import pprint
2838
2838
 
2839
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2839
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
2840
2840
  # See configuration.py for a list of all supported configuration parameters.
2841
2841
  configuration = pulpcore.client.pulp_file.Configuration(
2842
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2842
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
2843
2843
  )
2844
2844
 
2845
2845
  # The client must configure the authentication and authorization parameters
@@ -3902,7 +3902,7 @@ patchedfile_file_repository_from_dict = PatchedfileFileRepository.from_dict(patc
3902
3902
 
3903
3903
  # pulpcore.client.pulp_file.PublicationsFileApi
3904
3904
 
3905
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
3905
+ All URIs are relative to *https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com*
3906
3906
 
3907
3907
  Method | HTTP request | Description
3908
3908
  ------------- | ------------- | -------------
@@ -3936,10 +3936,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
3936
3936
  from pulpcore.client.pulp_file.rest import ApiException
3937
3937
  from pprint import pprint
3938
3938
 
3939
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3939
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
3940
3940
  # See configuration.py for a list of all supported configuration parameters.
3941
3941
  configuration = pulpcore.client.pulp_file.Configuration(
3942
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3942
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
3943
3943
  )
3944
3944
 
3945
3945
  # The client must configure the authentication and authorization parameters
@@ -4030,10 +4030,10 @@ from pulpcore.client.pulp_file.models.file_file_publication import FileFilePubli
4030
4030
  from pulpcore.client.pulp_file.rest import ApiException
4031
4031
  from pprint import pprint
4032
4032
 
4033
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4033
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4034
4034
  # See configuration.py for a list of all supported configuration parameters.
4035
4035
  configuration = pulpcore.client.pulp_file.Configuration(
4036
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4036
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4037
4037
  )
4038
4038
 
4039
4039
  # The client must configure the authentication and authorization parameters
@@ -4122,10 +4122,10 @@ import pulpcore.client.pulp_file
4122
4122
  from pulpcore.client.pulp_file.rest import ApiException
4123
4123
  from pprint import pprint
4124
4124
 
4125
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4125
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4126
4126
  # See configuration.py for a list of all supported configuration parameters.
4127
4127
  configuration = pulpcore.client.pulp_file.Configuration(
4128
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4128
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4129
4129
  )
4130
4130
 
4131
4131
  # The client must configure the authentication and authorization parameters
@@ -4211,10 +4211,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_publication_response_li
4211
4211
  from pulpcore.client.pulp_file.rest import ApiException
4212
4212
  from pprint import pprint
4213
4213
 
4214
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4214
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4215
4215
  # See configuration.py for a list of all supported configuration parameters.
4216
4216
  configuration = pulpcore.client.pulp_file.Configuration(
4217
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4217
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4218
4218
  )
4219
4219
 
4220
4220
  # The client must configure the authentication and authorization parameters
@@ -4344,10 +4344,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
4344
4344
  from pulpcore.client.pulp_file.rest import ApiException
4345
4345
  from pprint import pprint
4346
4346
 
4347
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4347
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4348
4348
  # See configuration.py for a list of all supported configuration parameters.
4349
4349
  configuration = pulpcore.client.pulp_file.Configuration(
4350
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4350
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4351
4351
  )
4352
4352
 
4353
4353
  # The client must configure the authentication and authorization parameters
@@ -4439,10 +4439,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
4439
4439
  from pulpcore.client.pulp_file.rest import ApiException
4440
4440
  from pprint import pprint
4441
4441
 
4442
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4442
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4443
4443
  # See configuration.py for a list of all supported configuration parameters.
4444
4444
  configuration = pulpcore.client.pulp_file.Configuration(
4445
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4445
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4446
4446
  )
4447
4447
 
4448
4448
  # The client must configure the authentication and authorization parameters
@@ -4534,10 +4534,10 @@ from pulpcore.client.pulp_file.models.file_file_publication_response import File
4534
4534
  from pulpcore.client.pulp_file.rest import ApiException
4535
4535
  from pprint import pprint
4536
4536
 
4537
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4537
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4538
4538
  # See configuration.py for a list of all supported configuration parameters.
4539
4539
  configuration = pulpcore.client.pulp_file.Configuration(
4540
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4540
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4541
4541
  )
4542
4542
 
4543
4543
  # The client must configure the authentication and authorization parameters
@@ -4630,10 +4630,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
4630
4630
  from pulpcore.client.pulp_file.rest import ApiException
4631
4631
  from pprint import pprint
4632
4632
 
4633
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4633
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4634
4634
  # See configuration.py for a list of all supported configuration parameters.
4635
4635
  configuration = pulpcore.client.pulp_file.Configuration(
4636
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4636
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4637
4637
  )
4638
4638
 
4639
4639
  # The client must configure the authentication and authorization parameters
@@ -4706,7 +4706,7 @@ Name | Type | Description | Notes
4706
4706
 
4707
4707
  # pulpcore.client.pulp_file.RemotesFileApi
4708
4708
 
4709
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
4709
+ All URIs are relative to *https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com*
4710
4710
 
4711
4711
  Method | HTTP request | Description
4712
4712
  ------------- | ------------- | -------------
@@ -4744,10 +4744,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
4744
4744
  from pulpcore.client.pulp_file.rest import ApiException
4745
4745
  from pprint import pprint
4746
4746
 
4747
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4747
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4748
4748
  # See configuration.py for a list of all supported configuration parameters.
4749
4749
  configuration = pulpcore.client.pulp_file.Configuration(
4750
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4750
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4751
4751
  )
4752
4752
 
4753
4753
  # The client must configure the authentication and authorization parameters
@@ -4838,10 +4838,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
4838
4838
  from pulpcore.client.pulp_file.rest import ApiException
4839
4839
  from pprint import pprint
4840
4840
 
4841
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4841
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4842
4842
  # See configuration.py for a list of all supported configuration parameters.
4843
4843
  configuration = pulpcore.client.pulp_file.Configuration(
4844
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4844
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4845
4845
  )
4846
4846
 
4847
4847
  # The client must configure the authentication and authorization parameters
@@ -4931,10 +4931,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
4931
4931
  from pulpcore.client.pulp_file.rest import ApiException
4932
4932
  from pprint import pprint
4933
4933
 
4934
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4934
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
4935
4935
  # See configuration.py for a list of all supported configuration parameters.
4936
4936
  configuration = pulpcore.client.pulp_file.Configuration(
4937
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4937
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
4938
4938
  )
4939
4939
 
4940
4940
  # The client must configure the authentication and authorization parameters
@@ -5022,10 +5022,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_remote_response_list im
5022
5022
  from pulpcore.client.pulp_file.rest import ApiException
5023
5023
  from pprint import pprint
5024
5024
 
5025
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5025
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5026
5026
  # See configuration.py for a list of all supported configuration parameters.
5027
5027
  configuration = pulpcore.client.pulp_file.Configuration(
5028
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5028
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5029
5029
  )
5030
5030
 
5031
5031
  # The client must configure the authentication and authorization parameters
@@ -5165,10 +5165,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
5165
5165
  from pulpcore.client.pulp_file.rest import ApiException
5166
5166
  from pprint import pprint
5167
5167
 
5168
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5168
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5169
5169
  # See configuration.py for a list of all supported configuration parameters.
5170
5170
  configuration = pulpcore.client.pulp_file.Configuration(
5171
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5171
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5172
5172
  )
5173
5173
 
5174
5174
  # The client must configure the authentication and authorization parameters
@@ -5260,10 +5260,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
5260
5260
  from pulpcore.client.pulp_file.rest import ApiException
5261
5261
  from pprint import pprint
5262
5262
 
5263
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5263
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5264
5264
  # See configuration.py for a list of all supported configuration parameters.
5265
5265
  configuration = pulpcore.client.pulp_file.Configuration(
5266
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5266
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5267
5267
  )
5268
5268
 
5269
5269
  # The client must configure the authentication and authorization parameters
@@ -5356,10 +5356,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_remote import Patchedfile
5356
5356
  from pulpcore.client.pulp_file.rest import ApiException
5357
5357
  from pprint import pprint
5358
5358
 
5359
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5359
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5360
5360
  # See configuration.py for a list of all supported configuration parameters.
5361
5361
  configuration = pulpcore.client.pulp_file.Configuration(
5362
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5362
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5363
5363
  )
5364
5364
 
5365
5365
  # The client must configure the authentication and authorization parameters
@@ -5450,10 +5450,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
5450
5450
  from pulpcore.client.pulp_file.rest import ApiException
5451
5451
  from pprint import pprint
5452
5452
 
5453
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5453
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5454
5454
  # See configuration.py for a list of all supported configuration parameters.
5455
5455
  configuration = pulpcore.client.pulp_file.Configuration(
5456
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5456
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5457
5457
  )
5458
5458
 
5459
5459
  # The client must configure the authentication and authorization parameters
@@ -5546,10 +5546,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
5546
5546
  from pulpcore.client.pulp_file.rest import ApiException
5547
5547
  from pprint import pprint
5548
5548
 
5549
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5549
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5550
5550
  # See configuration.py for a list of all supported configuration parameters.
5551
5551
  configuration = pulpcore.client.pulp_file.Configuration(
5552
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5552
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5553
5553
  )
5554
5554
 
5555
5555
  # The client must configure the authentication and authorization parameters
@@ -5640,10 +5640,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
5640
5640
  from pulpcore.client.pulp_file.rest import ApiException
5641
5641
  from pprint import pprint
5642
5642
 
5643
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5643
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5644
5644
  # See configuration.py for a list of all supported configuration parameters.
5645
5645
  configuration = pulpcore.client.pulp_file.Configuration(
5646
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5646
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5647
5647
  )
5648
5648
 
5649
5649
  # The client must configure the authentication and authorization parameters
@@ -5734,10 +5734,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
5734
5734
  from pulpcore.client.pulp_file.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-4mkqbd.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_file.Configuration(
5740
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5740
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5741
5741
  )
5742
5742
 
5743
5743
  # The client must configure the authentication and authorization parameters
@@ -5828,10 +5828,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
5828
5828
  from pulpcore.client.pulp_file.rest import ApiException
5829
5829
  from pprint import pprint
5830
5830
 
5831
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5831
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5832
5832
  # See configuration.py for a list of all supported configuration parameters.
5833
5833
  configuration = pulpcore.client.pulp_file.Configuration(
5834
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5834
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5835
5835
  )
5836
5836
 
5837
5837
  # The client must configure the authentication and authorization parameters
@@ -5934,7 +5934,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
5934
5934
 
5935
5935
  # pulpcore.client.pulp_file.RepositoriesFileApi
5936
5936
 
5937
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
5937
+ All URIs are relative to *https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com*
5938
5938
 
5939
5939
  Method | HTTP request | Description
5940
5940
  ------------- | ------------- | -------------
@@ -5974,10 +5974,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
5974
5974
  from pulpcore.client.pulp_file.rest import ApiException
5975
5975
  from pprint import pprint
5976
5976
 
5977
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
5977
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
5978
5978
  # See configuration.py for a list of all supported configuration parameters.
5979
5979
  configuration = pulpcore.client.pulp_file.Configuration(
5980
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
5980
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
5981
5981
  )
5982
5982
 
5983
5983
  # The client must configure the authentication and authorization parameters
@@ -6068,10 +6068,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
6068
6068
  from pulpcore.client.pulp_file.rest import ApiException
6069
6069
  from pprint import pprint
6070
6070
 
6071
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6071
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6072
6072
  # See configuration.py for a list of all supported configuration parameters.
6073
6073
  configuration = pulpcore.client.pulp_file.Configuration(
6074
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6074
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6075
6075
  )
6076
6076
 
6077
6077
  # The client must configure the authentication and authorization parameters
@@ -6161,10 +6161,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
6161
6161
  from pulpcore.client.pulp_file.rest import ApiException
6162
6162
  from pprint import pprint
6163
6163
 
6164
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6164
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6165
6165
  # See configuration.py for a list of all supported configuration parameters.
6166
6166
  configuration = pulpcore.client.pulp_file.Configuration(
6167
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6167
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6168
6168
  )
6169
6169
 
6170
6170
  # The client must configure the authentication and authorization parameters
@@ -6252,10 +6252,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_repository_response_lis
6252
6252
  from pulpcore.client.pulp_file.rest import ApiException
6253
6253
  from pprint import pprint
6254
6254
 
6255
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6255
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6256
6256
  # See configuration.py for a list of all supported configuration parameters.
6257
6257
  configuration = pulpcore.client.pulp_file.Configuration(
6258
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6258
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6259
6259
  )
6260
6260
 
6261
6261
  # The client must configure the authentication and authorization parameters
@@ -6403,10 +6403,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
6403
6403
  from pulpcore.client.pulp_file.rest import ApiException
6404
6404
  from pprint import pprint
6405
6405
 
6406
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6406
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6407
6407
  # See configuration.py for a list of all supported configuration parameters.
6408
6408
  configuration = pulpcore.client.pulp_file.Configuration(
6409
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6409
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6410
6410
  )
6411
6411
 
6412
6412
  # The client must configure the authentication and authorization parameters
@@ -6499,10 +6499,10 @@ from pulpcore.client.pulp_file.models.repository_add_remove_content import Repos
6499
6499
  from pulpcore.client.pulp_file.rest import ApiException
6500
6500
  from pprint import pprint
6501
6501
 
6502
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6502
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6503
6503
  # See configuration.py for a list of all supported configuration parameters.
6504
6504
  configuration = pulpcore.client.pulp_file.Configuration(
6505
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6505
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6506
6506
  )
6507
6507
 
6508
6508
  # The client must configure the authentication and authorization parameters
@@ -6592,10 +6592,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
6592
6592
  from pulpcore.client.pulp_file.rest import ApiException
6593
6593
  from pprint import pprint
6594
6594
 
6595
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6595
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6596
6596
  # See configuration.py for a list of all supported configuration parameters.
6597
6597
  configuration = pulpcore.client.pulp_file.Configuration(
6598
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6598
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6599
6599
  )
6600
6600
 
6601
6601
  # The client must configure the authentication and authorization parameters
@@ -6688,10 +6688,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_repository import Patched
6688
6688
  from pulpcore.client.pulp_file.rest import ApiException
6689
6689
  from pprint import pprint
6690
6690
 
6691
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6691
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6692
6692
  # See configuration.py for a list of all supported configuration parameters.
6693
6693
  configuration = pulpcore.client.pulp_file.Configuration(
6694
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6694
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6695
6695
  )
6696
6696
 
6697
6697
  # The client must configure the authentication and authorization parameters
@@ -6782,10 +6782,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
6782
6782
  from pulpcore.client.pulp_file.rest import ApiException
6783
6783
  from pprint import pprint
6784
6784
 
6785
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6785
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6786
6786
  # See configuration.py for a list of all supported configuration parameters.
6787
6787
  configuration = pulpcore.client.pulp_file.Configuration(
6788
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6788
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6789
6789
  )
6790
6790
 
6791
6791
  # The client must configure the authentication and authorization parameters
@@ -6878,10 +6878,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
6878
6878
  from pulpcore.client.pulp_file.rest import ApiException
6879
6879
  from pprint import pprint
6880
6880
 
6881
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6881
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6882
6882
  # See configuration.py for a list of all supported configuration parameters.
6883
6883
  configuration = pulpcore.client.pulp_file.Configuration(
6884
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6884
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6885
6885
  )
6886
6886
 
6887
6887
  # The client must configure the authentication and authorization parameters
@@ -6972,10 +6972,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
6972
6972
  from pulpcore.client.pulp_file.rest import ApiException
6973
6973
  from pprint import pprint
6974
6974
 
6975
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
6975
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
6976
6976
  # See configuration.py for a list of all supported configuration parameters.
6977
6977
  configuration = pulpcore.client.pulp_file.Configuration(
6978
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
6978
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
6979
6979
  )
6980
6980
 
6981
6981
  # The client must configure the authentication and authorization parameters
@@ -7066,10 +7066,10 @@ from pulpcore.client.pulp_file.models.repository_sync_url import RepositorySyncU
7066
7066
  from pulpcore.client.pulp_file.rest import ApiException
7067
7067
  from pprint import pprint
7068
7068
 
7069
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7069
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
7070
7070
  # See configuration.py for a list of all supported configuration parameters.
7071
7071
  configuration = pulpcore.client.pulp_file.Configuration(
7072
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7072
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
7073
7073
  )
7074
7074
 
7075
7075
  # The client must configure the authentication and authorization parameters
@@ -7160,10 +7160,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
7160
7160
  from pulpcore.client.pulp_file.rest import ApiException
7161
7161
  from pprint import pprint
7162
7162
 
7163
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7163
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
7164
7164
  # See configuration.py for a list of all supported configuration parameters.
7165
7165
  configuration = pulpcore.client.pulp_file.Configuration(
7166
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7166
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
7167
7167
  )
7168
7168
 
7169
7169
  # The client must configure the authentication and authorization parameters
@@ -7254,10 +7254,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
7254
7254
  from pulpcore.client.pulp_file.rest import ApiException
7255
7255
  from pprint import pprint
7256
7256
 
7257
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7257
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
7258
7258
  # See configuration.py for a list of all supported configuration parameters.
7259
7259
  configuration = pulpcore.client.pulp_file.Configuration(
7260
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7260
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
7261
7261
  )
7262
7262
 
7263
7263
  # The client must configure the authentication and authorization parameters
@@ -7331,7 +7331,7 @@ Name | Type | Description | Notes
7331
7331
 
7332
7332
  # pulpcore.client.pulp_file.RepositoriesFileVersionsApi
7333
7333
 
7334
- All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
7334
+ All URIs are relative to *https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com*
7335
7335
 
7336
7336
  Method | HTTP request | Description
7337
7337
  ------------- | ------------- | -------------
@@ -7360,10 +7360,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
7360
7360
  from pulpcore.client.pulp_file.rest import ApiException
7361
7361
  from pprint import pprint
7362
7362
 
7363
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7363
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
7364
7364
  # See configuration.py for a list of all supported configuration parameters.
7365
7365
  configuration = pulpcore.client.pulp_file.Configuration(
7366
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7366
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
7367
7367
  )
7368
7368
 
7369
7369
  # The client must configure the authentication and authorization parameters
@@ -7451,10 +7451,10 @@ from pulpcore.client.pulp_file.models.paginated_repository_version_response_list
7451
7451
  from pulpcore.client.pulp_file.rest import ApiException
7452
7452
  from pprint import pprint
7453
7453
 
7454
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7454
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
7455
7455
  # See configuration.py for a list of all supported configuration parameters.
7456
7456
  configuration = pulpcore.client.pulp_file.Configuration(
7457
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7457
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
7458
7458
  )
7459
7459
 
7460
7460
  # The client must configure the authentication and authorization parameters
@@ -7588,10 +7588,10 @@ from pulpcore.client.pulp_file.models.repository_version_response import Reposit
7588
7588
  from pulpcore.client.pulp_file.rest import ApiException
7589
7589
  from pprint import pprint
7590
7590
 
7591
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7591
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
7592
7592
  # See configuration.py for a list of all supported configuration parameters.
7593
7593
  configuration = pulpcore.client.pulp_file.Configuration(
7594
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7594
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
7595
7595
  )
7596
7596
 
7597
7597
  # The client must configure the authentication and authorization parameters
@@ -7684,10 +7684,10 @@ from pulpcore.client.pulp_file.models.repair import Repair
7684
7684
  from pulpcore.client.pulp_file.rest import ApiException
7685
7685
  from pprint import pprint
7686
7686
 
7687
- # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
7687
+ # Defining the host is optional and defaults to https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com
7688
7688
  # See configuration.py for a list of all supported configuration parameters.
7689
7689
  configuration = pulpcore.client.pulp_file.Configuration(
7690
- host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
7690
+ host = "https://env-ephemeral-4mkqbd.apps.crc-eph.r9lp.p1.openshiftapps.com"
7691
7691
  )
7692
7692
 
7693
7693
  # The client must configure the authentication and authorization parameters