pulp_container_client 2.14.14 → 2.14.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +222 -246
  3. data/docs/AccessPoliciesApi.md +28 -32
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +23 -27
  6. data/docs/ContainerContainerDistribution.md +5 -5
  7. data/docs/ContainerContainerDistributionResponse.md +8 -8
  8. data/docs/ContainerContainerPushRepository.md +5 -5
  9. data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
  10. data/docs/ContainerContainerRemote.md +1 -1
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerContainerRepository.md +1 -1
  13. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  14. data/docs/ContentApi.md +8 -14
  15. data/docs/ContentBlobsApi.md +13 -17
  16. data/docs/ContentManifestsApi.md +15 -19
  17. data/docs/ContentSignaturesApi.md +13 -17
  18. data/docs/ContentTagsApi.md +15 -19
  19. data/docs/ContentguardsApi.md +8 -14
  20. data/docs/ContentguardsContentRedirectApi.md +53 -57
  21. data/docs/ContentguardsRbacApi.md +53 -57
  22. data/docs/DistributionsApi.md +8 -18
  23. data/docs/DistributionsArtifactsApi.md +13 -21
  24. data/docs/DistributionsContainerApi.md +53 -61
  25. data/docs/DocsApiJsonApi.md +6 -6
  26. data/docs/DocsApiYamlApi.md +6 -6
  27. data/docs/ExportersFilesystemApi.md +36 -40
  28. data/docs/ExportersFilesystemExportsApi.md +24 -24
  29. data/docs/ExportersPulpApi.md +33 -37
  30. data/docs/ExportersPulpExportsApi.md +21 -21
  31. data/docs/FilesystemExporter.md +1 -1
  32. data/docs/FilesystemExporterResponse.md +1 -1
  33. data/docs/GroupRole.md +1 -3
  34. data/docs/GroupRoleResponse.md +1 -3
  35. data/docs/GroupsApi.md +59 -63
  36. data/docs/GroupsRolesApi.md +27 -33
  37. data/docs/GroupsUsersApi.md +16 -16
  38. data/docs/ImportersPulpApi.md +33 -37
  39. data/docs/ImportersPulpImportCheckApi.md +1 -1
  40. data/docs/ImportersPulpImportsApi.md +21 -21
  41. data/docs/OrphansApi.md +6 -6
  42. data/docs/OrphansCleanupApi.md +6 -6
  43. data/docs/PatchedFilesystemExporter.md +1 -1
  44. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  45. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  46. data/docs/PatchedcontainerContainerRemote.md +1 -1
  47. data/docs/PatchedcontainerContainerRepository.md +1 -1
  48. data/docs/PublicationsApi.md +9 -15
  49. data/docs/PulpContainerNamespacesApi.md +43 -47
  50. data/docs/RemoteResponse.md +1 -1
  51. data/docs/RemoteResponseHiddenFields.md +2 -2
  52. data/docs/RemotesApi.md +8 -14
  53. data/docs/RemotesContainerApi.md +53 -57
  54. data/docs/RepairApi.md +6 -6
  55. data/docs/RepositoriesApi.md +8 -30
  56. data/docs/RepositoriesContainerApi.md +102 -122
  57. data/docs/RepositoriesContainerPushApi.md +68 -88
  58. data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
  59. data/docs/RepositoriesContainerVersionsApi.md +23 -25
  60. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  61. data/docs/RepositoryResponse.md +1 -1
  62. data/docs/RepositoryVersionsApi.md +8 -12
  63. data/docs/RolesApi.md +39 -43
  64. data/docs/SigningServicesApi.md +13 -17
  65. data/docs/StatusApi.md +1 -1
  66. data/docs/StatusResponse.md +1 -3
  67. data/docs/TaskGroupsApi.md +11 -11
  68. data/docs/TaskSchedulesApi.md +35 -39
  69. data/docs/TasksApi.md +101 -105
  70. data/docs/TokenApi.md +6 -6
  71. data/docs/UploadsApi.md +53 -57
  72. data/docs/UserRole.md +2 -4
  73. data/docs/UserRoleResponse.md +2 -4
  74. data/docs/UsersApi.md +39 -43
  75. data/docs/UsersRolesApi.md +27 -33
  76. data/docs/VersionResponse.md +1 -3
  77. data/docs/WorkersApi.md +13 -17
  78. data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
  79. data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
  80. data/lib/pulp_container_client/api/content_api.rb +7 -20
  81. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
  82. data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
  83. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
  84. data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
  85. data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
  86. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
  87. data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
  88. data/lib/pulp_container_client/api/distributions_api.rb +7 -26
  89. data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
  90. data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
  91. data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
  92. data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
  93. data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
  94. data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
  95. data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
  96. data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
  97. data/lib/pulp_container_client/api/groups_api.rb +77 -83
  98. data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
  99. data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
  100. data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
  101. data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
  102. data/lib/pulp_container_client/api/orphans_api.rb +5 -5
  103. data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
  104. data/lib/pulp_container_client/api/publications_api.rb +9 -18
  105. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
  106. data/lib/pulp_container_client/api/remotes_api.rb +7 -20
  107. data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
  108. data/lib/pulp_container_client/api/repair_api.rb +6 -6
  109. data/lib/pulp_container_client/api/repositories_api.rb +7 -44
  110. data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
  111. data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
  112. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
  113. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
  114. data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
  115. data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
  116. data/lib/pulp_container_client/api/roles_api.rb +51 -57
  117. data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
  118. data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
  119. data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
  120. data/lib/pulp_container_client/api/tasks_api.rb +125 -131
  121. data/lib/pulp_container_client/api/token_api.rb +5 -5
  122. data/lib/pulp_container_client/api/uploads_api.rb +67 -73
  123. data/lib/pulp_container_client/api/users_api.rb +51 -57
  124. data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
  125. data/lib/pulp_container_client/api/workers_api.rb +14 -20
  126. data/lib/pulp_container_client/configuration.rb +3 -3
  127. data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
  128. data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
  129. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  130. data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
  131. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
  132. data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
  133. data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
  134. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  135. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  136. data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
  137. data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
  138. data/lib/pulp_container_client/models/group_role.rb +5 -16
  139. data/lib/pulp_container_client/models/group_role_response.rb +4 -15
  140. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  141. data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
  142. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
  143. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
  144. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
  145. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  146. data/lib/pulp_container_client/models/remote_response.rb +21 -21
  147. data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
  148. data/lib/pulp_container_client/models/repository_response.rb +1 -1
  149. data/lib/pulp_container_client/models/status_response.rb +4 -19
  150. data/lib/pulp_container_client/models/user_role.rb +6 -17
  151. data/lib/pulp_container_client/models/user_role_response.rb +5 -16
  152. data/lib/pulp_container_client/models/version_response.rb +4 -19
  153. data/lib/pulp_container_client/version.rb +1 -1
  154. data/lib/pulp_container_client.rb +0 -11
  155. data/spec/api/access_policies_api_spec.rb +11 -13
  156. data/spec/api/artifacts_api_spec.rb +9 -11
  157. data/spec/api/content_api_spec.rb +3 -6
  158. data/spec/api/content_blobs_api_spec.rb +5 -7
  159. data/spec/api/content_manifests_api_spec.rb +6 -8
  160. data/spec/api/content_signatures_api_spec.rb +5 -7
  161. data/spec/api/content_tags_api_spec.rb +6 -8
  162. data/spec/api/contentguards_api_spec.rb +3 -6
  163. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
  164. data/spec/api/contentguards_rbac_api_spec.rb +21 -23
  165. data/spec/api/distributions_api_spec.rb +3 -8
  166. data/spec/api/distributions_artifacts_api_spec.rb +5 -9
  167. data/spec/api/distributions_container_api_spec.rb +21 -25
  168. data/spec/api/docs_api_json_api_spec.rb +2 -2
  169. data/spec/api/docs_api_yaml_api_spec.rb +2 -2
  170. data/spec/api/exporters_filesystem_api_spec.rb +16 -18
  171. data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
  172. data/spec/api/exporters_pulp_api_spec.rb +13 -15
  173. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  174. data/spec/api/groups_api_spec.rb +27 -29
  175. data/spec/api/groups_roles_api_spec.rb +13 -16
  176. data/spec/api/groups_users_api_spec.rb +6 -6
  177. data/spec/api/importers_pulp_api_spec.rb +13 -15
  178. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  179. data/spec/api/orphans_api_spec.rb +2 -2
  180. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  181. data/spec/api/publications_api_spec.rb +4 -7
  182. data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
  183. data/spec/api/remotes_api_spec.rb +3 -6
  184. data/spec/api/remotes_container_api_spec.rb +21 -23
  185. data/spec/api/repair_api_spec.rb +2 -2
  186. data/spec/api/repositories_api_spec.rb +3 -14
  187. data/spec/api/repositories_container_api_spec.rb +39 -49
  188. data/spec/api/repositories_container_push_api_spec.rb +27 -37
  189. data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
  190. data/spec/api/repositories_container_versions_api_spec.rb +9 -10
  191. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  192. data/spec/api/repository_versions_api_spec.rb +3 -5
  193. data/spec/api/roles_api_spec.rb +19 -21
  194. data/spec/api/signing_services_api_spec.rb +5 -7
  195. data/spec/api/task_groups_api_spec.rb +4 -4
  196. data/spec/api/task_schedules_api_spec.rb +15 -17
  197. data/spec/api/tasks_api_spec.rb +32 -34
  198. data/spec/api/token_api_spec.rb +2 -2
  199. data/spec/api/uploads_api_spec.rb +21 -23
  200. data/spec/api/users_api_spec.rb +19 -21
  201. data/spec/api/users_roles_api_spec.rb +13 -16
  202. data/spec/api/workers_api_spec.rb +5 -7
  203. data/spec/configuration_spec.rb +3 -3
  204. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  205. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  206. data/spec/models/container_container_distribution_spec.rb +4 -4
  207. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  208. data/spec/models/container_container_push_repository_spec.rb +4 -4
  209. data/spec/models/group_role_response_spec.rb +0 -6
  210. data/spec/models/group_role_spec.rb +0 -6
  211. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  212. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  213. data/spec/models/status_response_spec.rb +0 -6
  214. data/spec/models/user_role_response_spec.rb +0 -6
  215. data/spec/models/user_role_spec.rb +0 -6
  216. data/spec/models/version_response_spec.rb +0 -6
  217. metadata +196 -240
  218. data/docs/Domain.md +0 -27
  219. data/docs/DomainResponse.md +0 -31
  220. data/docs/DomainsApi.md +0 -366
  221. data/docs/PaginatedDomainResponseList.md +0 -23
  222. data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
  223. data/docs/PatchedDomain.md +0 -27
  224. data/docs/PatchedUpstreamPulp.md +0 -37
  225. data/docs/StorageClassEnum.md +0 -16
  226. data/docs/UpstreamPulp.md +0 -37
  227. data/docs/UpstreamPulpResponse.md +0 -39
  228. data/docs/UpstreamPulpsApi.md +0 -405
  229. data/lib/pulp_container_client/api/domains_api.rb +0 -452
  230. data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
  231. data/lib/pulp_container_client/models/domain.rb +0 -323
  232. data/lib/pulp_container_client/models/domain_response.rb +0 -318
  233. data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
  234. data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
  235. data/lib/pulp_container_client/models/patched_domain.rb +0 -304
  236. data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
  237. data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
  238. data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
  239. data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
  240. data/spec/api/domains_api_spec.rb +0 -122
  241. data/spec/api/upstream_pulps_api_spec.rb +0 -127
  242. data/spec/models/domain_response_spec.rb +0 -83
  243. data/spec/models/domain_spec.rb +0 -71
  244. data/spec/models/paginated_domain_response_list_spec.rb +0 -59
  245. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
  246. data/spec/models/patched_domain_spec.rb +0 -71
  247. data/spec/models/patched_upstream_pulp_spec.rb +0 -101
  248. data/spec/models/storage_class_enum_spec.rb +0 -35
  249. data/spec/models/upstream_pulp_response_spec.rb +0 -107
  250. data/spec/models/upstream_pulp_spec.rb +0 -101
data/docs/UploadsApi.md CHANGED
@@ -1,25 +1,25 @@
1
1
  # PulpContainerClient::UploadsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**add_role**](UploadsApi.md#add_role) | **POST** {upload_href}add_role/ |
8
- [**commit**](UploadsApi.md#commit) | **POST** {upload_href}commit/ | Finish an Upload
9
- [**create**](UploadsApi.md#create) | **POST** /pulp/api/v3/uploads/ | Create an upload
10
- [**delete**](UploadsApi.md#delete) | **DELETE** {upload_href} | Delete an upload
11
- [**list**](UploadsApi.md#list) | **GET** /pulp/api/v3/uploads/ | List uploads
12
- [**list_roles**](UploadsApi.md#list_roles) | **GET** {upload_href}list_roles/ |
13
- [**my_permissions**](UploadsApi.md#my_permissions) | **GET** {upload_href}my_permissions/ |
14
- [**read**](UploadsApi.md#read) | **GET** {upload_href} | Inspect an upload
15
- [**remove_role**](UploadsApi.md#remove_role) | **POST** {upload_href}remove_role/ |
16
- [**update**](UploadsApi.md#update) | **PUT** {upload_href} | Upload a file chunk
7
+ [**uploads_add_role**](UploadsApi.md#uploads_add_role) | **POST** {upload_href}add_role/ |
8
+ [**uploads_commit**](UploadsApi.md#uploads_commit) | **POST** {upload_href}commit/ | Finish an Upload
9
+ [**uploads_create**](UploadsApi.md#uploads_create) | **POST** /pulp/api/v3/uploads/ | Create an upload
10
+ [**uploads_delete**](UploadsApi.md#uploads_delete) | **DELETE** {upload_href} | Delete an upload
11
+ [**uploads_list**](UploadsApi.md#uploads_list) | **GET** /pulp/api/v3/uploads/ | List uploads
12
+ [**uploads_list_roles**](UploadsApi.md#uploads_list_roles) | **GET** {upload_href}list_roles/ |
13
+ [**uploads_my_permissions**](UploadsApi.md#uploads_my_permissions) | **GET** {upload_href}my_permissions/ |
14
+ [**uploads_read**](UploadsApi.md#uploads_read) | **GET** {upload_href} | Inspect an upload
15
+ [**uploads_remove_role**](UploadsApi.md#uploads_remove_role) | **POST** {upload_href}remove_role/ |
16
+ [**uploads_update**](UploadsApi.md#uploads_update) | **PUT** {upload_href} | Upload a file chunk
17
17
 
18
18
 
19
19
 
20
- ## add_role
20
+ ## uploads_add_role
21
21
 
22
- > NestedRoleResponse add_role(upload_href, upload)
22
+ > NestedRoleResponse uploads_add_role(upload_href, upload)
23
23
 
24
24
 
25
25
 
@@ -42,10 +42,10 @@ upload_href = 'upload_href_example' # String |
42
42
  upload = PulpContainerClient::Upload.new # Upload |
43
43
 
44
44
  begin
45
- result = api_instance.add_role(upload_href, upload)
45
+ result = api_instance.uploads_add_role(upload_href, upload)
46
46
  p result
47
47
  rescue PulpContainerClient::ApiError => e
48
- puts "Exception when calling UploadsApi->add_role: #{e}"
48
+ puts "Exception when calling UploadsApi->uploads_add_role: #{e}"
49
49
  end
50
50
  ```
51
51
 
@@ -71,9 +71,9 @@ Name | Type | Description | Notes
71
71
  - **Accept**: application/json
72
72
 
73
73
 
74
- ## commit
74
+ ## uploads_commit
75
75
 
76
- > AsyncOperationResponse commit(upload_href, upload_commit)
76
+ > AsyncOperationResponse uploads_commit(upload_href, upload_commit)
77
77
 
78
78
  Finish an Upload
79
79
 
@@ -97,10 +97,10 @@ upload_commit = PulpContainerClient::UploadCommit.new # UploadCommit |
97
97
 
98
98
  begin
99
99
  #Finish an Upload
100
- result = api_instance.commit(upload_href, upload_commit)
100
+ result = api_instance.uploads_commit(upload_href, upload_commit)
101
101
  p result
102
102
  rescue PulpContainerClient::ApiError => e
103
- puts "Exception when calling UploadsApi->commit: #{e}"
103
+ puts "Exception when calling UploadsApi->uploads_commit: #{e}"
104
104
  end
105
105
  ```
106
106
 
@@ -126,9 +126,9 @@ Name | Type | Description | Notes
126
126
  - **Accept**: application/json
127
127
 
128
128
 
129
- ## create
129
+ ## uploads_create
130
130
 
131
- > UploadResponse create(upload)
131
+ > UploadResponse uploads_create(upload)
132
132
 
133
133
  Create an upload
134
134
 
@@ -151,10 +151,10 @@ upload = PulpContainerClient::Upload.new # Upload |
151
151
 
152
152
  begin
153
153
  #Create an upload
154
- result = api_instance.create(upload)
154
+ result = api_instance.uploads_create(upload)
155
155
  p result
156
156
  rescue PulpContainerClient::ApiError => e
157
- puts "Exception when calling UploadsApi->create: #{e}"
157
+ puts "Exception when calling UploadsApi->uploads_create: #{e}"
158
158
  end
159
159
  ```
160
160
 
@@ -179,9 +179,9 @@ Name | Type | Description | Notes
179
179
  - **Accept**: application/json
180
180
 
181
181
 
182
- ## delete
182
+ ## uploads_delete
183
183
 
184
- > delete(upload_href)
184
+ > uploads_delete(upload_href)
185
185
 
186
186
  Delete an upload
187
187
 
@@ -204,9 +204,9 @@ upload_href = 'upload_href_example' # String |
204
204
 
205
205
  begin
206
206
  #Delete an upload
207
- api_instance.delete(upload_href)
207
+ api_instance.uploads_delete(upload_href)
208
208
  rescue PulpContainerClient::ApiError => e
209
- puts "Exception when calling UploadsApi->delete: #{e}"
209
+ puts "Exception when calling UploadsApi->uploads_delete: #{e}"
210
210
  end
211
211
  ```
212
212
 
@@ -231,9 +231,9 @@ nil (empty response body)
231
231
  - **Accept**: Not defined
232
232
 
233
233
 
234
- ## list
234
+ ## uploads_list
235
235
 
236
- > PaginatedUploadResponseList list(opts)
236
+ > PaginatedUploadResponseList uploads_list(opts)
237
237
 
238
238
  List uploads
239
239
 
@@ -255,9 +255,7 @@ api_instance = PulpContainerClient::UploadsApi.new
255
255
  opts = {
256
256
  limit: 56, # Integer | Number of results to return per page.
257
257
  offset: 56, # Integer | The initial index from which to return the results.
258
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
259
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
260
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
258
+ ordering: ['ordering_example'], # Array<String> | Ordering
261
259
  size: 56, # Integer | Filter results where size matches value
262
260
  size__gt: 56, # Integer | Filter results where size is greater than value
263
261
  size__lt: 56, # Integer | Filter results where size is less than value
@@ -268,10 +266,10 @@ opts = {
268
266
 
269
267
  begin
270
268
  #List uploads
271
- result = api_instance.list(opts)
269
+ result = api_instance.uploads_list(opts)
272
270
  p result
273
271
  rescue PulpContainerClient::ApiError => e
274
- puts "Exception when calling UploadsApi->list: #{e}"
272
+ puts "Exception when calling UploadsApi->uploads_list: #{e}"
275
273
  end
276
274
  ```
277
275
 
@@ -282,9 +280,7 @@ Name | Type | Description | Notes
282
280
  ------------- | ------------- | ------------- | -------------
283
281
  **limit** | **Integer**| Number of results to return per page. | [optional]
284
282
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
285
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
286
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
287
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
283
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
288
284
  **size** | **Integer**| Filter results where size matches value | [optional]
289
285
  **size__gt** | **Integer**| Filter results where size is greater than value | [optional]
290
286
  **size__lt** | **Integer**| Filter results where size is less than value | [optional]
@@ -306,9 +302,9 @@ Name | Type | Description | Notes
306
302
  - **Accept**: application/json
307
303
 
308
304
 
309
- ## list_roles
305
+ ## uploads_list_roles
310
306
 
311
- > ObjectRolesResponse list_roles(upload_href, opts)
307
+ > ObjectRolesResponse uploads_list_roles(upload_href, opts)
312
308
 
313
309
 
314
310
 
@@ -334,10 +330,10 @@ opts = {
334
330
  }
335
331
 
336
332
  begin
337
- result = api_instance.list_roles(upload_href, opts)
333
+ result = api_instance.uploads_list_roles(upload_href, opts)
338
334
  p result
339
335
  rescue PulpContainerClient::ApiError => e
340
- puts "Exception when calling UploadsApi->list_roles: #{e}"
336
+ puts "Exception when calling UploadsApi->uploads_list_roles: #{e}"
341
337
  end
342
338
  ```
343
339
 
@@ -364,9 +360,9 @@ Name | Type | Description | Notes
364
360
  - **Accept**: application/json
365
361
 
366
362
 
367
- ## my_permissions
363
+ ## uploads_my_permissions
368
364
 
369
- > MyPermissionsResponse my_permissions(upload_href, opts)
365
+ > MyPermissionsResponse uploads_my_permissions(upload_href, opts)
370
366
 
371
367
 
372
368
 
@@ -392,10 +388,10 @@ opts = {
392
388
  }
393
389
 
394
390
  begin
395
- result = api_instance.my_permissions(upload_href, opts)
391
+ result = api_instance.uploads_my_permissions(upload_href, opts)
396
392
  p result
397
393
  rescue PulpContainerClient::ApiError => e
398
- puts "Exception when calling UploadsApi->my_permissions: #{e}"
394
+ puts "Exception when calling UploadsApi->uploads_my_permissions: #{e}"
399
395
  end
400
396
  ```
401
397
 
@@ -422,9 +418,9 @@ Name | Type | Description | Notes
422
418
  - **Accept**: application/json
423
419
 
424
420
 
425
- ## read
421
+ ## uploads_read
426
422
 
427
- > UploadDetailResponse read(upload_href, opts)
423
+ > UploadDetailResponse uploads_read(upload_href, opts)
428
424
 
429
425
  Inspect an upload
430
426
 
@@ -451,10 +447,10 @@ opts = {
451
447
 
452
448
  begin
453
449
  #Inspect an upload
454
- result = api_instance.read(upload_href, opts)
450
+ result = api_instance.uploads_read(upload_href, opts)
455
451
  p result
456
452
  rescue PulpContainerClient::ApiError => e
457
- puts "Exception when calling UploadsApi->read: #{e}"
453
+ puts "Exception when calling UploadsApi->uploads_read: #{e}"
458
454
  end
459
455
  ```
460
456
 
@@ -481,9 +477,9 @@ Name | Type | Description | Notes
481
477
  - **Accept**: application/json
482
478
 
483
479
 
484
- ## remove_role
480
+ ## uploads_remove_role
485
481
 
486
- > NestedRoleResponse remove_role(upload_href, upload)
482
+ > NestedRoleResponse uploads_remove_role(upload_href, upload)
487
483
 
488
484
 
489
485
 
@@ -506,10 +502,10 @@ upload_href = 'upload_href_example' # String |
506
502
  upload = PulpContainerClient::Upload.new # Upload |
507
503
 
508
504
  begin
509
- result = api_instance.remove_role(upload_href, upload)
505
+ result = api_instance.uploads_remove_role(upload_href, upload)
510
506
  p result
511
507
  rescue PulpContainerClient::ApiError => e
512
- puts "Exception when calling UploadsApi->remove_role: #{e}"
508
+ puts "Exception when calling UploadsApi->uploads_remove_role: #{e}"
513
509
  end
514
510
  ```
515
511
 
@@ -535,9 +531,9 @@ Name | Type | Description | Notes
535
531
  - **Accept**: application/json
536
532
 
537
533
 
538
- ## update
534
+ ## uploads_update
539
535
 
540
- > UploadResponse update(content_range, upload_href, file, opts)
536
+ > UploadResponse uploads_update(content_range, upload_href, file, opts)
541
537
 
542
538
  Upload a file chunk
543
539
 
@@ -565,10 +561,10 @@ opts = {
565
561
 
566
562
  begin
567
563
  #Upload a file chunk
568
- result = api_instance.update(content_range, upload_href, file, opts)
564
+ result = api_instance.uploads_update(content_range, upload_href, file, opts)
569
565
  p result
570
566
  rescue PulpContainerClient::ApiError => e
571
- puts "Exception when calling UploadsApi->update: #{e}"
567
+ puts "Exception when calling UploadsApi->uploads_update: #{e}"
572
568
  end
573
569
  ```
574
570
 
data/docs/UserRole.md CHANGED
@@ -5,8 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **role** | **String** | |
8
- **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on either domain or model-level. |
9
- **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional]
8
+ **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on the model-level. |
10
9
 
11
10
  ## Code Sample
12
11
 
@@ -14,8 +13,7 @@ Name | Type | Description | Notes
14
13
  require 'PulpContainerClient'
15
14
 
16
15
  instance = PulpContainerClient::UserRole.new(role: null,
17
- content_object: null,
18
- domain: null)
16
+ content_object: null)
19
17
  ```
20
18
 
21
19
 
@@ -7,10 +7,9 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **role** | **String** | |
10
- **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on either domain or model-level. |
10
+ **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on the model-level. |
11
11
  **description** | **String** | | [optional] [readonly]
12
12
  **permissions** | **Array&lt;String&gt;** | | [optional] [readonly]
13
- **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional]
14
13
 
15
14
  ## Code Sample
16
15
 
@@ -22,8 +21,7 @@ instance = PulpContainerClient::UserRoleResponse.new(pulp_href: null,
22
21
  role: null,
23
22
  content_object: null,
24
23
  description: null,
25
- permissions: null,
26
- domain: null)
24
+ permissions: null)
27
25
  ```
28
26
 
29
27
 
data/docs/UsersApi.md CHANGED
@@ -1,25 +1,25 @@
1
1
  # PulpContainerClient::UsersApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](UsersApi.md#create) | **POST** /pulp/api/v3/users/ | Create an user
8
- [**delete**](UsersApi.md#delete) | **DELETE** {auth_user_href} | Delete an user
9
- [**list**](UsersApi.md#list) | **GET** /pulp/api/v3/users/ | List users
10
- [**partial_update**](UsersApi.md#partial_update) | **PATCH** {auth_user_href} | Update an user
11
- [**read**](UsersApi.md#read) | **GET** {auth_user_href} | Inspect an user
12
- [**update**](UsersApi.md#update) | **PUT** {auth_user_href} | Update an user
7
+ [**users_create**](UsersApi.md#users_create) | **POST** /pulp/api/v3/users/ | Create an user
8
+ [**users_delete**](UsersApi.md#users_delete) | **DELETE** {auth_user_href} | Delete an user
9
+ [**users_list**](UsersApi.md#users_list) | **GET** /pulp/api/v3/users/ | List users
10
+ [**users_partial_update**](UsersApi.md#users_partial_update) | **PATCH** {auth_user_href} | Update an user
11
+ [**users_read**](UsersApi.md#users_read) | **GET** {auth_user_href} | Inspect an user
12
+ [**users_update**](UsersApi.md#users_update) | **PUT** {auth_user_href} | Update an user
13
13
 
14
14
 
15
15
 
16
- ## create
16
+ ## users_create
17
17
 
18
- > UserResponse create(user)
18
+ > UserResponse users_create(user)
19
19
 
20
20
  Create an user
21
21
 
22
- ViewSet for User.
22
+ ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
23
23
 
24
24
  ### Example
25
25
 
@@ -38,10 +38,10 @@ user = PulpContainerClient::User.new # User |
38
38
 
39
39
  begin
40
40
  #Create an user
41
- result = api_instance.create(user)
41
+ result = api_instance.users_create(user)
42
42
  p result
43
43
  rescue PulpContainerClient::ApiError => e
44
- puts "Exception when calling UsersApi->create: #{e}"
44
+ puts "Exception when calling UsersApi->users_create: #{e}"
45
45
  end
46
46
  ```
47
47
 
@@ -66,13 +66,13 @@ Name | Type | Description | Notes
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
- ## delete
69
+ ## users_delete
70
70
 
71
- > delete(auth_user_href)
71
+ > users_delete(auth_user_href)
72
72
 
73
73
  Delete an user
74
74
 
75
- ViewSet for User.
75
+ ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
76
76
 
77
77
  ### Example
78
78
 
@@ -91,9 +91,9 @@ auth_user_href = 'auth_user_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete an user
94
- api_instance.delete(auth_user_href)
94
+ api_instance.users_delete(auth_user_href)
95
95
  rescue PulpContainerClient::ApiError => e
96
- puts "Exception when calling UsersApi->delete: #{e}"
96
+ puts "Exception when calling UsersApi->users_delete: #{e}"
97
97
  end
98
98
  ```
99
99
 
@@ -118,13 +118,13 @@ nil (empty response body)
118
118
  - **Accept**: Not defined
119
119
 
120
120
 
121
- ## list
121
+ ## users_list
122
122
 
123
- > PaginatedUserResponseList list(opts)
123
+ > PaginatedUserResponseList users_list(opts)
124
124
 
125
125
  List users
126
126
 
127
- ViewSet for User.
127
+ ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
128
128
 
129
129
  ### Example
130
130
 
@@ -159,9 +159,7 @@ opts = {
159
159
  last_name__in: ['last_name__in_example'], # Array<String> | Filter results where last_name is in a comma-separated list of values
160
160
  limit: 56, # Integer | Number of results to return per page.
161
161
  offset: 56, # Integer | The initial index from which to return the results.
162
- ordering: ['ordering_example'], # Array<String> | Ordering * `id` - Id * `-id` - Id (descending) * `password` - Password * `-password` - Password (descending) * `last_login` - Last login * `-last_login` - Last login (descending) * `is_superuser` - Is superuser * `-is_superuser` - Is superuser (descending) * `username` - Username * `-username` - Username (descending) * `first_name` - First name * `-first_name` - First name (descending) * `last_name` - Last name * `-last_name` - Last name (descending) * `email` - Email * `-email` - Email (descending) * `is_staff` - Is staff * `-is_staff` - Is staff (descending) * `is_active` - Is active * `-is_active` - Is active (descending) * `date_joined` - Date joined * `-date_joined` - Date joined (descending) * `pk` - Pk * `-pk` - Pk (descending)
163
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
164
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
162
+ ordering: ['ordering_example'], # Array<String> | Ordering
165
163
  username: 'username_example', # String | Filter results where username matches value
166
164
  username__contains: 'username__contains_example', # String | Filter results where username contains value
167
165
  username__icontains: 'username__icontains_example', # String | Filter results where username contains value
@@ -173,10 +171,10 @@ opts = {
173
171
 
174
172
  begin
175
173
  #List users
176
- result = api_instance.list(opts)
174
+ result = api_instance.users_list(opts)
177
175
  p result
178
176
  rescue PulpContainerClient::ApiError => e
179
- puts "Exception when calling UsersApi->list: #{e}"
177
+ puts "Exception when calling UsersApi->users_list: #{e}"
180
178
  end
181
179
  ```
182
180
 
@@ -204,9 +202,7 @@ Name | Type | Description | Notes
204
202
  **last_name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where last_name is in a comma-separated list of values | [optional]
205
203
  **limit** | **Integer**| Number of results to return per page. | [optional]
206
204
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
207
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;last_login&#x60; - Last login * &#x60;-last_login&#x60; - Last login (descending) * &#x60;is_superuser&#x60; - Is superuser * &#x60;-is_superuser&#x60; - Is superuser (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;first_name&#x60; - First name * &#x60;-first_name&#x60; - First name (descending) * &#x60;last_name&#x60; - Last name * &#x60;-last_name&#x60; - Last name (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;is_staff&#x60; - Is staff * &#x60;-is_staff&#x60; - Is staff (descending) * &#x60;is_active&#x60; - Is active * &#x60;-is_active&#x60; - Is active (descending) * &#x60;date_joined&#x60; - Date joined * &#x60;-date_joined&#x60; - Date joined (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
208
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
209
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
205
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
210
206
  **username** | **String**| Filter results where username matches value | [optional]
211
207
  **username__contains** | **String**| Filter results where username contains value | [optional]
212
208
  **username__icontains** | **String**| Filter results where username contains value | [optional]
@@ -229,13 +225,13 @@ Name | Type | Description | Notes
229
225
  - **Accept**: application/json
230
226
 
231
227
 
232
- ## partial_update
228
+ ## users_partial_update
233
229
 
234
- > UserResponse partial_update(auth_user_href, patched_user)
230
+ > UserResponse users_partial_update(auth_user_href, patched_user)
235
231
 
236
232
  Update an user
237
233
 
238
- ViewSet for User.
234
+ ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
239
235
 
240
236
  ### Example
241
237
 
@@ -255,10 +251,10 @@ patched_user = PulpContainerClient::PatchedUser.new # PatchedUser |
255
251
 
256
252
  begin
257
253
  #Update an user
258
- result = api_instance.partial_update(auth_user_href, patched_user)
254
+ result = api_instance.users_partial_update(auth_user_href, patched_user)
259
255
  p result
260
256
  rescue PulpContainerClient::ApiError => e
261
- puts "Exception when calling UsersApi->partial_update: #{e}"
257
+ puts "Exception when calling UsersApi->users_partial_update: #{e}"
262
258
  end
263
259
  ```
264
260
 
@@ -284,13 +280,13 @@ Name | Type | Description | Notes
284
280
  - **Accept**: application/json
285
281
 
286
282
 
287
- ## read
283
+ ## users_read
288
284
 
289
- > UserResponse read(auth_user_href, opts)
285
+ > UserResponse users_read(auth_user_href, opts)
290
286
 
291
287
  Inspect an user
292
288
 
293
- ViewSet for User.
289
+ ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
294
290
 
295
291
  ### Example
296
292
 
@@ -313,10 +309,10 @@ opts = {
313
309
 
314
310
  begin
315
311
  #Inspect an user
316
- result = api_instance.read(auth_user_href, opts)
312
+ result = api_instance.users_read(auth_user_href, opts)
317
313
  p result
318
314
  rescue PulpContainerClient::ApiError => e
319
- puts "Exception when calling UsersApi->read: #{e}"
315
+ puts "Exception when calling UsersApi->users_read: #{e}"
320
316
  end
321
317
  ```
322
318
 
@@ -343,13 +339,13 @@ Name | Type | Description | Notes
343
339
  - **Accept**: application/json
344
340
 
345
341
 
346
- ## update
342
+ ## users_update
347
343
 
348
- > UserResponse update(auth_user_href, user)
344
+ > UserResponse users_update(auth_user_href, user)
349
345
 
350
346
  Update an user
351
347
 
352
- ViewSet for User.
348
+ ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
353
349
 
354
350
  ### Example
355
351
 
@@ -369,10 +365,10 @@ user = PulpContainerClient::User.new # User |
369
365
 
370
366
  begin
371
367
  #Update an user
372
- result = api_instance.update(auth_user_href, user)
368
+ result = api_instance.users_update(auth_user_href, user)
373
369
  p result
374
370
  rescue PulpContainerClient::ApiError => e
375
- puts "Exception when calling UsersApi->update: #{e}"
371
+ puts "Exception when calling UsersApi->users_update: #{e}"
376
372
  end
377
373
  ```
378
374